/* responsive */
@media only screen and (min-width: 460px) {
  .text-container article .wp-block-embed-youtube iframe {
    height: 300px;
  }
}

@media only screen and (min-width: 540px) {
  .main-post-list {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 600px) {
  .text-container article .wp-block-embed-youtube iframe {
    height: 400px;
  }
}

@media only screen and (min-width: 640px) {
  .header .learn-more-title {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    letter-spacing: 0.05px;
    line-height: 26px;
  }
  .logo {
    width: 140px;
    height: 30px;
  }
  .header-sales {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
  .sub-header-container {
    padding-bottom: 30px;
  }
  .sub-header-container .sub-title {
    min-width: 310px;
  }
  .sub-header-container .sub-header-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-header-container .sub-header-image {
    position: relative;
    bottom: auto;
    left: auto;
    width: 57%;
    padding: 0;
    margin-bottom: 0;
  }
  .sub-header-container .sub-header-text {
    padding-top: 50px;
    padding-bottom: 0;
    width: 39%;
  }
  .sub-header-container .sub-title {
    font-size: 14px;
  }
  .sub-header-container .h1 {
    position: relative;
    margin: 8px 0 auto 0;
  }
  .sub-header-container .text {
    font-size: 18px;
    letter-spacing: 0.05px;
    line-height: 24px;
    margin: 0;
  }
  .sub-header-container h1 {
    font-size: 32px;
    letter-spacing: 0.75px;
    line-height: 36px;
  }
  .sub-header-container .number {
    font-size: 30px;
    letter-spacing: 1.25px;
    margin: 32px 0 0 0;
  }
  .sub-header-container .button {
    margin: 12px 0 0 0;
    width: 213px;
  }
  .home .sub-header-container .sub-header-content {
    padding-top: 0;
  }
  .home .sub-header-container .sub-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .home .sub-header-container h1 {
    font-size: 40px;
    letter-spacing: 1.03px;
    line-height: 48px;
    margin-top: 8px;
  }
  .home .sub-header-container .h1 {
    margin-bottom: 16px;
    margin-top: 40px;
  }
  .home .sub-header-container .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 44px;
  }
  .text-container {
    margin-top: 60px;
  }
  .text-container article .wp-block-image {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .text-container article .wp-block-image figcaption {
    padding: 0 20px 0 20px;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-container article > h2, .text-container article > h3, .text-container article > h4, .text-container article > h1, .text-container article > p, .text-container article > ul, .text-container article > ol {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-container article > h2, .text-container article > h1 {
    margin-top: 38px;
    margin-bottom: 18px;
  }
  .text-container article > h3, .text-container article > h4 {
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .text-container article .wp-block-embed {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .text-container article .wp-block-embed-youtube {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .text-container article .wp-block-embed-youtube iframe {
    margin-left: auto;
    margin-right: auto;
    height: 506px;
  }
  .text-container article > iframe {
    margin-top: 30px;
    margin-bottom: 50px;
    height: 506px;
  }
  .text-container .watch-now {
    padding-bottom: 18px;
    padding-top: 40px;
  }
  .text-container .watch-now title {
    margin-bottom: 36px;
  }
  .text-container .watch-now .watch-now-text .sub-title {
    font-family: 'proxima_novasemibold';
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
  }
  .text-container .watch-now .watch-now-text .watch-now-button {
    margin-top: 64px;
  }
  .navigation {
    margin: 40px 28px 65px;
  }
  .navigation .inner-wrap-nav {
    width: 50%;
  }
  .grab-check-list-section {
    margin: 40px -20px 40px -20px;
  }
  .grab-check-list-section .text {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 36px;
    max-width: 82%;
    margin: 0 auto;
  }
  .grab-check-list-section ul {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 36px;
  }
  .watch-now {
    margin-top: 64px;
    padding-bottom: 18px;
    padding-top: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .watch-now .watch-now-text {
    width: 41%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05px;
    line-height: 24px;
  }
  .watch-now .watch-now-text .title {
    margin-bottom: 36px;
  }
  .watch-now .watch-now-text .sub-title {
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
  }
  .watch-now .watch-now-text .watch-now-button {
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
  }
  .watch-now .watch-now-image {
    width: 48%;
    padding-top: 45.5%;
    margin: 0;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  .watch-now.watch-now-dark-blue .watch-now-image {
    padding-top: 48%;
  }
  .watch-now .watch-now-button {
    margin-top: 20px;
  }
  .home .watch-now {
    margin-top: 64px;
  }
  .read-more-section .row-more {
    padding-bottom: 44px;
  }
  .read-more-section .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0 auto;
  }
  .read-more-section h2 {
    padding-bottom: 56px;
    padding-top: 56px;
    letter-spacing: 0.11px;
  }
  .read-more-section .delimiter {
    display: block;
  }
  .read-more-section .row-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .read-more-section .more-item {
    width: 30.5%;
    min-width: 30.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
    margin-left: 4%;
  }
  .read-more-section .more-item:first-child {
    margin-left: 0;
  }
  .read-more-section .more-item:after {
    content: '';
    display: none;
  }
  .read-more-section .more-item .more-item-image {
    display: block;
    width: 100%;
    position: relative;
  }
  .read-more-section .more-item .more-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .read-more-section .more-item .more-item-text {
    width: 100%;
  }
  .read-more-section .more-item .number {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 22px;
  }
  .read-more-section .more-item .title {
    font-size: 22px;
    letter-spacing: 0.07px;
    line-height: 26px;
  }
  .read-more-section-container::after {
    content: '';
    display: block;
  }
  .main-post-list {
    margin-top: 40px;
  }
  .main-post-list .like {
    display: block;
  }
  .main-post-list .height {
    height: 242px;
  }
  .main-post-list .item-type-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-post-list .item-type-paddings {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .main-post-list .main-post-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-post-list .main-post-list-row.main-post-list-row-second {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .main-post-list .main-post-list-item, .main-post-list .main-post-list-item-type-2 {
    margin-top: 0;
    width: 30.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-post-list .main-post-list-item.item-type-2-margin, .main-post-list .main-post-list-item-type-2.item-type-2-margin {
    margin-top: 44px;
  }
  .main-post-list .main-post-list-item:first-child, .main-post-list .main-post-list-item-type-2:first-child {
    margin-left: 0;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image {
    width: 100%;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image-text, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text {
    width: 100%;
  }
  .main-post-list .main-post-list-item .number, .main-post-list .main-post-list-item-type-2 .number {
    margin-bottom: 5px;
    letter-spacing: 0.6px;
  }
  .main-post-list .main-post-list-item .title, .main-post-list .main-post-list-item-type-2 .title {
    letter-spacing: 0;
  }
  .main-post-list .main-post-list-item-type-2 {
    margin-top: 50px;
    width: 65.3%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #F6F5F1;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: #F6F5F1;
  }
  .main-post-list .main-post-list-item-type-2 .bg {
    background: #EFF2F3;
  }
  .main-post-list .main-post-list-item-type-2 .main-post-list-item-image {
    width: 46.7%;
  }
  .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 46.7%;
    padding-bottom: 25px;
  }
  .main-post-list .main-post-list-item-type-2 .number {
    margin-top: 0;
  }
  .main-post-list .main-post-list-item-type-2 .padding-l {
    padding-left: 15px;
  }
  .main-post-list .main-post-list-item-type-2 .padding-r {
    padding-right: 15px;
  }
  .main-post-list .main-post-list-item-full-size {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 44px;
  }
  .main-post-list .main-post-list-item-full-size .main-post-list-item-image {
    width: 50%;
  }
  .main-post-list .main-post-list-item-full-size .main-post-list-item-image-text {
    width: 50%;
    padding: 0 0 0 30px;
  }
  .main-post-list .main-post-list-item-full-size .text {
    display: none;
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #001138;
  }
  .main-post-list .main-post-list-item-full-size .number {
    letter-spacing: 0.6px;
  }
  .main-post-list .main-post-list-item-type-3.item-type-3-margin {
    margin-top: 44px;
  }
  .main-post-list .main-post-list-item-type-3 {
    margin: 0;
    padding: 0;
    width: 30.5%;
    margin-top: 44px;
  }
  .main-post-list .type-3-content .number {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 14px;
  }
  .main-post-list .type-3-content .title {
    width: auto;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 60px;
  }
  .main-post-list .row-margin .main-post-list-item, .main-post-list .row-margin .main-post-list-item-type-4 {
    margin-top: 56px;
  }
  .main-post-list .row-margin .text-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-post-list .main-post-list-row:first-child .main-post-list-item-type-3 {
    margin-top: 0;
  }
  .main-post-list .main-post-list-row-second .main-post-list-item-type-3 {
    margin-top: 50px;
  }
  footer .top-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .top-footer .footer-links {
    display: none;
  }
  footer .footer-logo-countries {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
  footer .footer-logo {
    display: block;
    width: 164px;
    height: 34px;
  }
  footer .footer-title {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 32px;
  }
  footer .footer-text {
    font-size: 18px;
    letter-spacing: 0.05px;
    line-height: 26px;
  }
  footer .buttons {
    margin: 32px 0 0 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .buttons .button {
    width: 210px;
    margin-left: 10px;
    margin-top: 0;
  }
  footer .copyrigtht {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 4px 16px 0 auto;
  }
  footer .footer-external-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: -3px;
    width: 75px;
    height: 28px;
  }
  footer .footer-country-select .footer-country-select-hover {
    top: 44px;
    right: 0;
    left: auto;
    padding: 0;
  }
  footer .footer-menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
  }
  footer .footer-menu > li > a:after {
    display: none;
  }
  footer .footer-menu > .menu-item > ul {
    padding-left: 0;
  }
  footer .footer-menu-item, footer .footer-menu > .menu-item {
    width: 33%;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 30px 0;
  }
  footer .footer-menu-item > ul, footer .footer-menu > .menu-item > ul {
    display: block;
    max-height: 100%;
  }
  footer .footer-bottom {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-socials {
    width: 50%;
  }
  footer .footer-links {
    margin: 16px 0 0 0;
    width: 63%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-links li {
    margin-bottom: 0;
  }
  footer .footer-copyright {
    margin: 16px 0 0 0;
    width: 37%;
    text-align: right;
  }
  .video-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 44px;
  }
  .video-section .video-container {
    width: 96%;
    padding-top: 36%;
  }
  .video-section .text-container {
    margin-top: 0;
    width: 50%;
    padding-left: 30px;
  }
  .video-section .title {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
  }
  .video-section .text {
    margin: 14px 0 0 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .video-section .tag {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 14px;
  }
  .demo-form-section {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .demo-form-section .demo-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .demo-form-section .popup-form {
    width: 45%;
    min-width: 45%;
    margin-right: 0;
  }
  .demo-form-section .popup-form.thank .demo-form-thank {
    display: block;
    padding: 150px 0 0 0;
  }
  .demo-form-section .demo-form-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .demo-form-section .demo-form-image {
    display: block;
  }
  .demo-form-section .demo-form-title {
    font-size: 36px;
    line-height: 40px;
  }
  .demo-form-section .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .demo-form-section .button-container .required {
    margin: 0;
  }
  .demo-form-section .button-container .button {
    margin: 0 40px 0 0;
  }
}

@media only screen and (min-width: 900px) {
  .watch-now .watch-now-text .watch-now-button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1204px) {
  .logo {
    width: 160px;
    height: 34px;
  }
  .sub-header-container {
    padding: 0 0 40px 0;
  }
  .sub-header-container .sub-header-text {
    width: 45%;
  }
  .sub-header-container .sub-header-image {
    width: 55%;
  }
  .sub-header-container .sub-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 15px;
  }
  .sub-header-container .h1 {
    margin-top: 30px;
  }
  .sub-header-container h1 {
    font-size: 48px;
    letter-spacing: 0.94px;
    line-height: 56px;
  }
  .sub-header-container .number {
    font-size: 40px;
    letter-spacing: 1.67px;
    line-height: 22px;
    margin-top: 40px;
  }
  .sub-header-container .text {
    font-size: 24px;
    letter-spacing: 0.07px;
    line-height: 32px;
    margin-top: 10px;
  }
  .sub-header-container .button {
    margin-top: 50px;
  }
  .home .sub-header-container {
    padding: 0 0 40px 0;
  }
  .home .sub-header-container .sub-header-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sub-header-container .text {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 28px;
  }
  .home .sub-header-container h1 {
    font-size: 60px;
    letter-spacing: 1.16px;
    line-height: 64px;
    margin-top: 0;
  }
  .home .sub-header-container .button {
    margin-top: 0;
  }
  .text-container {
    margin-top: 65px;
  }
  .text-container article > h2, .text-container article > h3, .text-container article > h4, .text-container article > h1, .text-container article > p, .text-container article > ul, .text-container article > ol {
    max-width: 968px;
    margin-left: 95.5px;
  }
  .text-container article > h2, .text-container article > h1 {
    font-size: 36px;
    letter-spacing: 0.12px;
    line-height: 43px;
    margin-top: 65px;
  }
  .text-container article .wp-block-image {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .text-container article .wp-block-image figcaption {
    padding: 0;
    margin-top: 26px;
    margin-bottom: 0;
    max-width: 866px;
    margin-left: 95.5px;
  }
  .text-container article .wp-block-embed {
    max-width: 866px;
    margin-left: 95.5px;
    margin-bottom: 40px;
  }
  .text-container article .wp-block-embed-youtube {
    max-width: 866px;
    margin-left: 95.5px;
    margin-bottom: 40px;
  }
  .text-container article .wp-block-embed-youtube iframe {
    margin-left: auto;
    margin-right: auto;
  }
  .text-container article > iframe {
    margin-bottom: 40px;
  }
  .text-container .watch-now {
    padding-bottom: 0;
    height: 389px;
  }
  .text-container .watch-now .watch-now-text {
    width: 494px;
  }
  .text-container .watch-now .watch-now-text .sub-title {
    font-size: 48px;
    line-height: 54px;
  }
  .navigation {
    margin: 50px auto 50px auto;
  }
  .navigation .inner-wrap-nav {
    width: auto;
  }
  .watch-now {
    margin-top: 96px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 48px 0 40px;
    height: 389px;
  }
  .watch-now .watch-now-text {
    width: 494px;
  }
  .watch-now .watch-now-text .watch-now-button {
    margin-top: 60px;
  }
  .watch-now .watch-now-text .sub-title {
    font-size: 48px;
    line-height: 54px;
  }
  .watch-now .watch-now-image {
    padding: 0;
    width: 480px;
    height: 372px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .watch-now.watch-now-dark-blue .watch-now-image {
    padding: 0;
    width: 434px;
    height: 435px;
  }
  .home .watch-now {
    margin-top: 96px;
  }
  .grab-check-list-section {
    margin: 40px 0 40px 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .grab-check-list-section .text {
    width: 954px;
    max-width: 100%;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 44px;
  }
  .grab-check-list-section ul {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 44px;
  }
  .read-more-section {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .read-more-section h2 {
    padding-bottom: 64px;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 43px;
  }
  .read-more-section .more-item {
    width: 368px;
    min-width: 368px;
    margin-left: 30px;
  }
  .read-more-section .more-item .more-item-image {
    padding: 0;
    height: 240px;
  }
  .read-more-section .more-item .number {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .read-more-section .more-item .title {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
  }
  .read-more-section .more-item .title .text {
    margin-top: 22px;
    color: #001138;
    font-family: "proxima_novalight";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  footer {
    margin-top: 0;
  }
  footer .top-footer {
    padding-top: 80px;
    padding-bottom: 78px;
  }
  footer .logo {
    width: 200px;
    height: 30px;
  }
  footer .footer-title {
    color: #FFFFFF;
    font-family: "proxima_novasemibold";
    font-size: 42px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  footer .footer-text {
    color: #FFFFFF;
    font-family: "proxima_novalight";
    font-size: 18px;
    letter-spacing: 0.05px;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
  }
  footer .buttons {
    margin: 30px 0 0 0;
  }
  footer .buttons .button {
    margin-left: 10px;
  }
  footer .buttons .button:first-child {
    margin-left: 0;
  }
  footer .footer-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .footer-menu-item, footer .footer-menu > .menu-item {
    width: 100%;
    padding: 28px 0 28px 0;
  }
  footer .footer-menu-item-title, footer .footer-menu > li > a {
    margin: 0 0 16px 0;
  }
  footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-links {
    width: auto;
    margin: 0 0 0 32px;
  }
  footer .footer-copyright {
    width: auto;
    margin: 0 16px 0 auto;
  }
  footer .footer-socials {
    width: auto;
    margin-right: 32px;
  }
  footer .footer-socials a {
    width: 28px;
    height: 28px;
  }
  footer .footer-external-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .main-post-list {
    margin-top: 80px;
  }
  .main-post-list .height {
    height: 402px;
  }
  .main-post-list .item-type-paddings {
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .main-post-list .main-post-list-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-post-list .main-post-list-item, .main-post-list .main-post-list-item-type-2 {
    width: 368px;
    margin-left: 30px;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image {
    padding: 0;
    height: 240px;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image-text .number, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text .number {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image-text .title, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .main-post-list .main-post-list-item .main-post-list-item-image-text .title .text, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text .title .text {
    margin-top: 16px;
    color: #001138;
    font-family: "proxima_novalight";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .main-post-list .main-post-list-item-type-2 {
    width: 768px;
    height: 403px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-post-list .main-post-list-item-type-2 .main-post-list-item-image {
    padding: 0;
    width: 369px;
    height: 100%;
  }
  .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text {
    width: 368px;
    height: 100%;
    padding: 0 0 30px 0;
    margin-top: 0;
  }
  .main-post-list .main-post-list-item-type-2 .text {
    display: block;
  }
  .main-post-list .main-post-list-item-type-2 .text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .main-post-list .main-post-list-item-type-2 .item-img {
    margin-bottom: 0;
  }
  .main-post-list .main-post-list-item-type-2 .number {
    margin: 0;
  }
  .main-post-list .main-post-list-item-type-2 .title {
    margin-top: auto;
    width: 90%;
  }
  .main-post-list .main-post-list-item-full-size {
    margin-top: 80px;
  }
  .main-post-list .main-post-list-item-full-size .main-post-list-item-image {
    width: 666px;
    height: 500px;
    padding-top: 0;
  }
  .main-post-list .main-post-list-item-full-size .main-post-list-item-image-text {
    width: 468px;
  }
  .main-post-list .main-post-list-item-full-size .title {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 48px;
  }
  .main-post-list .main-post-list-item-full-size .number {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .main-post-list .main-post-list-item-full-size .text {
    display: block;
  }
  .main-post-list .main-post-list-item-type-3 {
    width: 368px;
    height: 403px;
    padding: 0;
    margin-left: 30px;
  }
  .main-post-list .type-3-content {
    padding: 28px 30px 32px 30px;
  }
  .main-post-list .type-3-content .number {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 22px;
  }
  .main-post-list .type-3-content .title {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 38px;
  }
  .main-post-list .main-post-list-item-type-4 {
    margin-left: 30px;
  }
  .main-post-list .main-post-list-item-type-4 .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .main-post-list .main-post-list-item-type-4 .text {
    margin-top: 18px;
    display: block;
    color: #001138;
    font-family: "proxima_novalight";
    font-size: 18px;
    line-height: 26px;
  }
  .main-post-list .main-post-list-item-type-4 .text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .main-post-list .main-post-list-row:first-child .main-post-list-item-type-3 {
    margin-left: 0;
  }
  .main-post-list .main-post-list-row-second .main-post-list-item-type-3 {
    margin-left: 30px;
  }
  .video-section {
    margin-top: 72px;
  }
  .video-section .video-container {
    width: 915px;
    height: 480px;
    padding-top: 0;
  }
  .video-section .text-container {
    width: 468px;
  }
  .video-section .tag {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .video-section .title {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 48px;
  }
  .video-section .play {
    width: 98px;
    height: 98px;
  }
  .video-section .text {
    display: block;
  }
  .demo-form-section {
    padding-top: 66px;
    padding-bottom: 66px;
    margin-top: 85px;
  }
  .demo-form-section .demo-form-title {
    font-size: 48px;
    line-height: 56px;
  }
  .demo-form-section .demo-form-subtitle {
    margin-top: 28px;
  }
  .demo-form-section .demo-form-image {
    margin-top: 0;
  }
  .demo-form-section .popup-form.thank .demo-form-thank {
    padding: 100px 0 0 0;
  }
  .demo-form-section .footer-image-top {
    left: 34%;
    top: -20px;
    width: 125px;
    height: 135px;
  }
  .demo-form-section .footer-image-left {
    width: 265px;
    height: 310px;
  }
  .demo-form-section .footer-image-right {
    width: 152px;
    height: 183px;
  }
}
/*# sourceMappingURL=responsive.css.map */