@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Black.ttf') format('truetype');
    font-weight: 900;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.63;
    color: #363F41;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin: 0 !important;
}
:focus {
    outline: none !important;
}
.container {
    max-width: 1244px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    transition: all ease .3s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.63;
    margin: 0 0 20px;
}
p:nth-last-child(1) {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Akshar';
    margin: 0;
    color: #113646;
}
h1, .h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}
h2, .h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}
h3, .h3, h4, .h4 {
    color: #176267;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
}
.btn {
    font-family: 'Red Hat Display';
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #176267;
    border: none !important;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 32px;
    transition: all ease .3s;
}
.btn:hover {
    background-color: #E2924A;
    color: #FFF;
}
.btn.btn-small {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 3.6px;
    padding: 14px 26px;
}
.img-wrap {
    line-height: 0;
}
.text-center {
    text-align: center;
}

/* Header & Footer */

.site-footer {
    padding: 73px 0 51px;
    background: #113646;
    position: relative;
    z-index: 2;
}
.site-footer .footer-logo {
    line-height: 0;
    text-align: center;
    margin: 0 0 25px;
}
.site-footer .footer-logo a {
    display: inline-block;
}
.site-footer .footer-logo a img {
    max-width: 282px;
}
.site-footer .copyright-text {
    text-align: center;
}
.site-footer .copyright-text p {
    color: #E3F1F3;
    font-size: 14px;
    line-height: 2.57;
    font-weight: 300;
}
.header-main .logo-wrap {
    line-height: 0;
}
.header-main .logo-wrap a {
    display: inline-block;
}
.header-main .logo-wrap a img {
    max-width: 283px;
}
.site-header {
    padding: 55px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.home-hero {
    padding: 200px 0 172px;
    position: relative;
}
.home-hero--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.home-hero--inner .left-wrap {
    width: 37.65%;
    padding-right: 95px;
    padding-bottom: 12px;
}
.home-hero--inner .right-wrap {
    width: 62.35%;
    padding-right: 90px;
}
.home-hero--inner .left-wrap .content-wrap h1 {
    margin: 0 0 28px;
}
.home-hero--inner .left-wrap .content-wrap p {
    margin: 0 0 28px;
}
.home-hero--inner .left-wrap .content-wrap .btn {
    line-height: 1;
}
.home-hero--inner .right-wrap .img-wrap {
    position: relative;
    padding-bottom: 71.9%;
}
.home-hero--inner .right-wrap .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 30px 30px 30px 0px rgba(0, 0, 0, 0.20);
}
.home-hero--inner .right-wrap .img-wrap::after {
    content: '';
    border-radius: 8px;
    border: 2px solid #E2924A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 19px;
    left: 21px;
    z-index: 1;
}
.home-hero--inner .right-wrap .img-wrap::before {
    content: '';
    width: 304px;
    height: 299px;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/12/hero-graphic.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -114px;
    right: -152px;
}
.home-hero .container {
    position: relative;
    z-index: 1;
}
.home-hero::after {
    content: '';
    position: absolute;
    top: 82px;
    right: 0;
    width: 46.2%;
    height: 60.75%;
    background: #CAE6E9;
    opacity: .7;
    border-radius: 8px 0px 0px 8px;
}
.testimonial-item .testimonial-item--inner {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
}
.testimonial-item .testimonial-item--inner .icon-wrap {
    line-height: 0;
    margin: 0 0 25px;
}
.testimonial-item .testimonial-item--inner .content-wrap p.h4 {
    margin: 0 0 47px;
}
.testimonial-item .testimonial-item--inner .content-wrap p.author-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Red Hat Display';
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #E2924A;
}
.testimonial-item .testimonial-item--inner .icon-wrap img {
    margin: 0 auto;
}
.offer-wrap {
    padding: 145px 0 155px;
}
.offer-wrap--inner {
    display: flex;
    flex-wrap: wrap;
}
.offer-wrap--inner .left-wrap {
    width: 41.5%;
    padding-left: 84px;
}
.offer-wrap--inner .right-wrap {
    width: 58.5%;
    padding-left: 98px;
}
.offer-wrap--inner .btn-wrap {
    width: 100%;
    margin: 65px 0 0;
}
.offer-wrap--inner .left-wrap .img-wrap {
    position: relative;
    padding-bottom: 133.85%;
}
.offer-wrap--inner .left-wrap .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 30px 30px 30px 0px rgba(0, 0, 0, 0.20);
}
.offer-wrap--inner .left-wrap .img-wrap::after {
    content: '';
    border-radius: 8px;
    border: 2px solid #E2924A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 21px;
    left: -18px;
    z-index: 1;
}
.offer-wrap--inner .content-wrap h2 {
    margin: 0 0 29px;
}
.offer-wrap--inner .content-wrap p {
    margin: 0 0 17px;
    padding-right: 45px;
}
.offer-wrap--inner .content-wrap p:last-child {
    margin: 0;
}
.offer-wrap--inner .content-wrap ul {
    list-style: none;
    margin: 0 0 31px;
    padding: 0 80px 0 0;
}
.offer-wrap--inner .content-wrap ul li {
    color: #E2924A;
    font-weight: 700;
    position: relative;
    padding-left: 42px;
    margin: 0 0 10px;
}
.offer-wrap--inner .content-wrap ul li:last-child {
    margin: 0;
}
.offer-wrap--inner .content-wrap ul li::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/12/Icon-Checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 0;
}
.highlight-boxes .boxes-items {
    display: flex;
    flex-wrap: wrap;
    margin: -14px -12px;
}
.highlight-boxes .boxes-items .boxes-item {
    width: 33.33%;
    padding: 14px 12px;
}
.highlight-boxes .boxes-items .boxes-item .boxes-item-inner {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.highlight-boxes .boxes-items .boxes-item .boxes-item-inner .img-wrap {
    position: relative;
    padding-bottom: 87.3%;
}
.highlight-boxes .boxes-items .boxes-item .boxes-item-inner .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner {
    background: #176267;
    padding: 0 44px 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner .icon-wrap {
    line-height: 0;
    margin: 0 0 28px;
}
.highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner h5 {
    color: #FFF;
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Figtree';
}
.highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.faq-wrap {
    padding: 176px 0 138px;
    position: relative;
}
.faq-inner {
    display: flex;
    flex-wrap: wrap;
}
.faq-inner .right-wrap {
    width: 75.75%;
    position: relative;
    z-index: 2;
}
.faq-inner .left-wrap {
    width: 24.25%;
    padding-right: 30px;
    padding-top: 5px;
}
h6.sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
    color: #56A0B8;
}
.faq-inner .left-wrap h6.sub-title {
    margin: 0 0 23px;
}
.faq-inner .left-wrap h2 {
    line-height: .71;
}
.faq-inner .faq-accordion .faq-item {
    border-bottom: 1px solid #56A0B8;
    padding: 35px 0;
}
.faq-inner .faq-accordion .faq-item:nth-child(n+4) {
    display: none;
}
.load-faqs.all-visible {
    cursor: not-allowed;
    opacity: .6;
}
.faq-inner .faq-accordion .faq-item a.faq-toggle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #113646;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 35px;
}
.faq-inner .faq-accordion .faq-item .faq-content {
    display: none;
    margin: 10px 0 0;
    padding-right: 45px;
}
.faq-inner .faq-accordion .faq-item .faq-content p {
    margin: 0 0 32px;
}
.faq-inner .faq-accordion .faq-item .faq-content p:last-child {
    margin: 0;
}
.faq-inner .faq-accordion .faq-item:first-child {
    padding-top: 0;
}
.faq-inner .faq-accordion .faq-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.faq-inner .faq-accordion .faq-item a.faq-toggle::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/12/Icon-Arrow-Down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.faq-inner .faq-accordion .faq-item a.faq-toggle.active::after {
    background-image: url(/wp-content/uploads/2023/12/Icon-Arrow-Up.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-inner .right-wrap .btn-wrap {
    margin: 100px 0 0;
}
.faq-wrap::after {
    content: '';
    width: calc(100% + 40px);
    height: calc(100% + 250px);
    background: linear-gradient(180deg, rgba(227, 241, 243, 0.00) 6.06%, #E3F1F3 65.09%);
    position: absolute;
    bottom: 0;
    left: -38px;
    z-index: -1;
}
.faq-wrap::before {
    content: '';
    width: 299px;
    height: 358px;
    position: absolute;
    bottom: 66px;
    left: 0;
    background-image: url(/wp-content/uploads/2023/12/faq-graphic.png);
    z-index: 1;
    mix-blend-mode: overlay;
}
.experts-wrap {
    /* padding: 142px 0 170px; */
    position: relative;
}
.experts-wrap .experts-inner {
    display: flex;
    flex-wrap: wrap;
}
.experts-wrap .experts-inner .right-wrap {
    width: 55.9%;
    position: relative;
    z-index: 2;
    padding-right: 50px;
    padding-top: 115px;
    padding-bottom: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.experts-wrap .experts-inner .left-wrap {
    width: 44.1%;
}
.experts-wrap .experts-inner .right-wrap h2 {
    margin: 0 0 35px;
}
.experts-wrap .experts-inner .right-wrap p {
    margin: 0 0 17px;
    padding-right: 75px;
    color: #113646;
}
.experts-wrap .experts-inner .right-wrap p:last-child {
    margin: 0;
}
.experts-wrap .experts-inner .right-wrap .btn {
    margin: 35px 0 0;
}
.experts-wrap .experts-inner .left-wrap .img-wrap {
    margin-left: calc(-1px - ((100vw - 1218px) / 2) + 1px) !important;
    margin-top: -210px;
    position: relative;
    z-index: 1;
}
.experts-wrap .experts-inner .left-wrap .img-wrap img {
    width: 100%;
}
.faq-inner .faq-accordion .faq-item .faq-content ul {
    padding-left: 21px;
    margin: 0 0 32px;
    font-weight: 300;
}
.faq-inner .faq-accordion .faq-item .faq-content ul:last-child {
    margin: 0;
}
.faq-inner .faq-accordion .faq-item .faq-content p strong {
    font-weight: 700;
}
.faq-inner .faq-accordion .faq-item .faq-content p a {
    color: #176267;
    font-weight: 600;
}
.faq-inner .faq-accordion .faq-item .faq-content p a:hover {
    text-decoration: underline;
}
.pum-theme-133, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 70%) !important;
}
.pum-theme-133 .pum-title, .pum-theme-default-theme .pum-title {
    display: none;
}
.pum-theme-133 .pum-content, .pum-theme-default-theme .pum-content iframe {
    width: 100%;
    height: 790px;
}
.pum-theme-133 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0 !important;
    box-shadow: none !important;
}
body .pum-theme-133 .pum-content + .pum-close, body .pum-theme-default-theme .pum-content + .pum-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #176267;
    transition: all ease .3s;
}
body .pum-theme-133 .pum-content + .pum-close:hover {
    background: #E2924A;
}
.pum-theme-default-theme .pum-content + .pum-close::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/12/close.png);
    width: 14px;
    height: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.codewell-logo {
    text-align: center;
}
.codewell-logo img {
    max-width: 300px;
    margin: 0 auto;
}

/* Responsive */

@media (pointer:coarse) {
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-left: calc(-1px - ((100vw - 1200px) / 2) + 1px) !important;
    }
}
@media only screen and (min-width: 992px) {
    .experts-wrap .experts-inner .left-wrap .img-wrap img.tab-img {
        display: none;
    }
}
@media only screen and (min-width: 1680px) {
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-top: -44%;
    }
}
@media only screen and (min-width: 1780px) {
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-top: -47%;
    }
}
@media only screen and (min-width: 2200px) {
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-top: -56%;
    }
}
@media only screen and (max-width: 1366px) {
    h2, .h2 {
        font-size: 45px;
    }
    h1, .h1 {
        font-size: 65px;
    }
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-top: -35%;
    }
    .experts-wrap .experts-inner .right-wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 1240px) {
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-left: -20px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .site-header {
        padding: 30px 0 0;
    }
    .header-main .logo-wrap a img {
        max-width: 200px;
    }
    .home-hero--inner .left-wrap {
        width: 40%;
        padding-right: 65px;
    }
    .home-hero--inner .right-wrap {
        width: 60%;
        padding-right: 40px;
    }
    h1, .h1 {
        font-size: 55px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    .home-hero {
        padding: 160px 0 100px;
    }
    .btn {
        font-size: 18px;
        padding: 20px 25px;
    }
    h3, .h3, h4, .h4 {
        font-size: 28px;
    }
    .testimonial-item .testimonial-item--inner .content-wrap p.h4 {
        margin: 0 0 35px;
    }
    .offer-wrap {
        padding: 100px 0;
    }
    .offer-wrap--inner .left-wrap {
        width: 42%;
        padding-left: 40px;
    }
    .offer-wrap--inner .right-wrap {
        width: 58%;
        padding-left: 70px;
    }
    .offer-wrap--inner .content-wrap ul {
        padding: 0;
    }
    .offer-wrap--inner .content-wrap p {
        padding: 0;
    }
    .offer-wrap--inner .btn-wrap {
        margin: 50px 0 0;
    }
    .highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner {
        padding: 35px 20px;
        justify-content: center;
    }
    .highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner .icon-wrap img {
        height: 65px;
        width: auto;
    }
    .highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner .icon-wrap {
        margin: 0 0 25px;
    }
    .highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner h5 {
        font-size: 22px;
    }
    .faq-wrap {
        padding: 100px 0;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle {
        font-size: 22px;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle::after {
        top: -2px;
    }
    .faq-inner .right-wrap .btn-wrap {
        margin: 60px 0 0;
    }
    .faq-wrap::before {
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: bottom left;
        bottom: 15px;
    }
    .experts-wrap .experts-inner .right-wrap p {
        padding-right: 0;
    }
    .experts-wrap .experts-inner .right-wrap {
        padding-right: 20px;
    }
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin-top: -25%;
    }
    .highlight-boxes .boxes-items .boxes-item .boxes-item-inner .img-wrap {
        padding-bottom: 95.3%;
    }
    body .pum-container.pum-responsive {
        width: 85%;
    }
    .pum-theme-133 .pum-content, .pum-theme-default-theme .pum-content iframe {
        width: 100%;
        height: 720px;
    }
}
@media only screen and (max-width: 991px) {
    .home-hero--inner .left-wrap {
        width: 100%;
        padding: 65px 0 0;
    }
    .home-hero--inner .right-wrap {
        width: 100%;
        padding-right: 20px;
    }
    .home-hero--inner {
        flex-direction: column-reverse;
    }
    br {
        display: none;
    }
    .home-hero::after {
        height: 45.75%;
    }
    .header-main .logo-wrap a img {
        max-width: 200px;
    }
    .home-hero {
        padding: 145px 0 70px;
    }
    .home-hero--inner .right-wrap .img-wrap::before {
        background-size: 220px;
        background-position: bottom right;
        bottom: -55px;
    }
    h1, .h1 {
        font-size: 48px;
        line-height: 1.15;
    }
    .home-hero--inner .left-wrap .content-wrap {
        text-align: center;
    }
    .home-hero--inner .left-wrap .content-wrap h1 {
        margin: 0 0 21px;
    }
    .btn.btn-small, .btn {
        font-size: 16px;
        line-height: 1.33;
        padding: 18px 25px;
    }
    h3, .h3, h4, .h4 {
        font-size: 25px;
    }
    .offer-wrap--inner .right-wrap {
        width: 100%;
        padding: 65px 0 0;
    }
    .offer-wrap--inner .left-wrap {
        width: 100%;
        padding-left: 20px;
    }
    .offer-wrap {
        padding: 70px 0;
    }
    .offer-wrap--inner .left-wrap .img-wrap {
        padding-bottom: 100%;
    }
    h2, .h2 {
        font-size: 38px;
        line-height: 1.2;
    }
    .highlight-boxes .boxes-items .boxes-item {
        width: 50%;
    }
    .highlight-boxes .boxes-items .boxes-item:last-child {
        width: 100%;
    }
    .faq-wrap {
        padding: 70px 0;
    }
    .faq-inner .left-wrap {
        width: 100%;
        padding: 0 0 40px;
        text-align: center;
    }
    .faq-inner .right-wrap {
        width: 100%;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle::after {
        top: -3px;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle {
        font-size: 20px;
    }
    body, p {
        font-size: 18px;
    }
    .offer-wrap--inner .content-wrap ul li::before {
        top: 2px;
    }
    .faq-inner .right-wrap .btn-wrap {
        margin: 45px 0 0;
    }
    .faq-wrap::before {
        background-size: 105px;
        bottom: -25px;
    }
    .experts-wrap .experts-inner .left-wrap {
        width: 100%;
    }
    .experts-wrap .experts-inner .right-wrap {
        width: 100%;
        padding: 0 0 70px;
        text-align: center;
        align-items: center;
    }
    .experts-wrap .experts-inner .left-wrap .img-wrap {
        margin: 0 !important;
        text-align: center;
    }
    .site-footer .footer-logo a img {
        max-width: 200px;
    }
    .site-footer .footer-logo {
        margin: 0 0 25px;
    }
    .site-footer {
        padding: 48px 0;
    }
    .offer-wrap--inner .btn-wrap {
        margin: 35px 0 0;
    }
    .experts-wrap .experts-inner .right-wrap h2 {
        margin: 0 0 25px;
    }
    .experts-wrap .experts-inner .left-wrap .img-wrap img.desktop-img {
        display: none;
    }
    .experts-wrap .experts-inner .left-wrap .img-wrap img {
        max-width: 600px;
    }
    .site-footer .copyright-text p {
        line-height: 1;
    }
    .offer-wrap--inner .btn-wrap {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .home-hero::after {
        height: 25.75%;
        top: 115px;
    }
    .home-hero--inner .right-wrap .img-wrap::before {
        background-size: 120px;
        bottom: -55px;
        right: -95px;
    }
    .header-main .logo-wrap a img {
        max-width: 180px;
    }
    .site-footer .footer-logo a img {
        max-width: 180px;
    }
    .site-footer .copyright-text p {
        line-height: 1.4;
    }
    h1, .h1 {
        font-size: 40px;
        line-height: 1.15;
    }
    .home-hero--inner .left-wrap .content-wrap h1 {
        margin: 0 0 15px;
    }
    .home-hero {
        padding: 135px 0 48px;
    }
    h3, .h3, h4, .h4 {
        font-size: 22px;
    }
    .testimonial-item .testimonial-item--inner .content-wrap p.h4 {
        margin: 0 0 25px;
    }
    .testimonial-item .testimonial-item--inner .content-wrap p.author-name {
        font-size: 15px;
    }
    .offer-wrap {
        padding: 48px 0;
    }
    .offer-wrap--inner .content-wrap ul li::before {
        top: 4px;
    }
    .offer-wrap--inner .content-wrap ul li {
        padding-left: 35px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    .btn.btn-small, .btn {
        letter-spacing: 2px;
        font-size: 15px;
        text-align: center;
    }
    .highlight-boxes .boxes-items .boxes-item {
        width: 100%;
    }
    .faq-wrap {
        padding: 48px 0;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle {
        font-size: 18px;
    }
    .faq-inner .faq-accordion .faq-item a.faq-toggle::after {
        top: -3.55px;
    }
    .faq-inner .faq-accordion .faq-item .faq-content {
        margin: 15px 0 0;
        padding-right: 0;
    }
    .faq-wrap::before {
        background-size: 75px;
        bottom: -25px;
    }
    .experts-wrap {
        padding: 25px 0 0;
    }
    .experts-wrap .experts-inner .right-wrap {
        padding: 0 0 48px;
    }
    .experts-wrap .experts-inner .right-wrap h2 {
        margin: 0 0 20px;
    }
    .experts-wrap .experts-inner .right-wrap .btn {
        margin: 22px 0 0;
    }
    .highlight-boxes .boxes-items .boxes-item.info-box .boxes-item-inner {
        text-align: center;
    }
}
@media only screen and (min-width: 1024px) {
    body .pum-container.pum-responsive.pum-responsive-medium {
        width: 100%;
        max-width: 870px !important;
    }
}