/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'ProximaNova-Regular';
    font-size: 16px
}

body {
    margin: 0;
    min-width: 20rem
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-family: 'ProximaNova-Bold';
    font-size: 3.5rem;
    margin: 0 0 2.5rem;
    color: #fff
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.nice-select {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: auto;
    padding-right: 30px;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left !important;
    white-space: nowrap;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    pointer-events: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    pointer-events: auto;
    opacity: 1
}

.nice-select.disabled {
    pointer-events: none;
    color: #999;
    border-color: #ededed
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    right: 0 !important;
    left: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    right: 0;
    left: auto
}

.nice-select.small {
    font-size: 12px;
    line-height: 34px;
    height: 36px
}

.nice-select.small:after {
    width: 4px;
    height: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 0;
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    pointer-events: none;
    opacity: 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11)
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    font-weight: 400;
    line-height: 40px;
    min-height: 40px;
    padding-right: 29px;
    padding-left: 18px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
    outline: 0
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    cursor: default;
    color: #999;
    background-color: transparent
}

.no-csspointerevents .nice-select .list,
.slick-slide.slick-loading img {
    display: none
}

.no-csspointerevents .nice-select.open .list,
.slick-slide img {
    display: block
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden,
.slick-dots li button {
    display: none
}

@font-face {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ProximaNova-Regular.eot);
    src: url(../fonts/ProximaNova-Regular.eot@) format('embedded-opentype'), url(../fonts/ProximaNova-Regular.svg) format('svg'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.woff2) format('woff2')
}

@font-face {
    font-family: 'ProximaNova-Bold';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ProximaNova-Bold.eot);
    src: url(../fonts/ProximaNova-Bold.eot@) format('embedded-opentype'), url(../fonts/ProximaNova-Bold.svg) format('svg'), url(../fonts/ProximaNova-Bold.ttf) format('truetype'), url(../fonts/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova-Bold.woff2) format('woff2')
}

* {
    margin: 0;
    padding: 0
}

@media (max-width:1024px) {
    html {
        font-size: 13px
    }
}

@media (max-width:768px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1921px) {
    html {
        font-size: 24px
    }
}

@media (min-width:2561px) {
    html {
        font-size: 28px
    }
}

@media (min-width:3841px) {
    html {
        font-size: 56px
    }
}

.wrap {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.875rem
}

@media (max-width:768px) {
    .wrap {
        padding: 0 .9375rem
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 2.25rem !important;
        margin: 0 0 1rem
    }
}

.btn,
h2 {
    text-align: center
}

h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 3rem;
    max-width: 62.5rem;
    margin: 0 auto 3.75rem;
    color: #424478
}

@media (max-width:768px) {
    h2 {
        font-size: 1.5rem;
        margin: 0 auto 1.875rem
    }
}

p {
    margin-bottom: 0;
    color: #6f7694
}

.btn,
input[type=email],
input[type=text] {
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .25rem
}

.btn {
    padding: 1.125rem 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: #ffdead;
    background: -webkit-gradient(linear, left top, left bottom, from(#7269f0), to(#4258e1));
    background: linear-gradient(180deg, #7269f0 0, #4258e1 100%)
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#4258e1), to(#7269f0));
    background: linear-gradient(180deg, #4258e1 0, #7269f0 100%)
}

@media (max-width:768px) {
    .btn {
        height: 2.875rem;
        padding: .625rem 0
    }
}

input[type=email],
input[type=text] {
    padding: 1.125rem 1.5rem;
    color: #424478;
    border: .0625rem solid #d7d6ea;
    outline: 0
}

input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    color: #9293b4
}

input[type=email]::-moz-placeholder,
input[type=text]::-moz-placeholder {
    color: #9293b4
}

input[type=email]:-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]::-ms-input-placeholder {
    color: #9293b4
}

input[type=email]::placeholder,
input[type=text]::placeholder {
    color: #9293b4
}

input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

input[type=email]:focus:-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=text]:focus::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder {
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

@media (max-width:768px) {

    input[type=email],
    input[type=text] {
        height: 3.625rem;
        padding: .75rem .875rem
    }
}

.nice-select {
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: .5rem .875rem;
    color: #424478;
    outline: 0
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border: 0
}

.nice-select:after {
    right: .875rem;
    width: .5rem;
    height: .5rem;
    border-right: .125rem solid #6538e7;
    border-bottom: .125rem solid #6538e7
}

.nice-select .list,
.nice-select.open .list {
    overflow: auto;
    width: 100%;
    max-height: 12.5rem
}

@media (max-width:768px) {
    .nice-select .list {
        max-height: 8.75rem
    }
}

@media (max-width:768px) {
    .nice-select.open .list {
        max-height: 8.75rem
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    width: .625rem;
    height: .625rem;
    margin: 0 .625rem;
    border-radius: 50%;
    background-color: gray
}

.slick-dots li.slick-active {
    background-color: #7e89ca
}

header {
    position: relative;
    overflow: hidden;
    /* min-height: 53.125rem; */
    background-color: #343d64
}

@media (max-width:768px) {
    header {
        min-height: auto
    }
}

header:before {
    position: absolute;
    z-index: 4;
    top: -18.75rem;
    right: -18.75rem;
    width: 37.5rem;
    height: 37.5rem;
    content: '';
    opacity: .2;
    border: .0625rem solid #a599ba;
    border-radius: 50%
}

@media (max-width:1400px) {
    header:before {
        display: none
    }
}

.section--1:before,
header:after {
    position: absolute;
    content: '';
    opacity: .2;
    border: .0625rem solid #a599ba;
    border-radius: 50%
}

header:after {
    z-index: 4;
    top: 9.375rem;
    right: -18.75rem;
    width: 25rem;
    height: 25rem
}

@media (max-width:1400px) {
    header:after {
        display: none
    }
}

.header__info {
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 45.6875rem;
    padding: 3.125rem 0 0
}

@media (max-width:768px) {
    .header__info {
        max-width: 28.75rem
    }

    .header__info br {
        display: none
    }
}

.header__info form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__info form .btn,
.header__info form input[type=email],
.header__info form input[type=text] {
    width: calc(50% - .0625rem*10);
    margin-bottom: 1.25rem
}

@media (max-width:768px) {

    .header__info form input[type=email],
    .header__info form input[type=text] {
        width: 100%
    }
}

@media (max-width:768px) {
    .header__info form .btn {
        width: 100%
    }
}

.header__info form .nice-select {
    width: calc(50% - .0625rem*10);
    margin-bottom: 1.25rem
}

@media (max-width:768px) {
    .header__info form .nice-select {
        width: 100%
    }
}

.header__logo {
    display: block;
    width: 8.125rem;
    height: 2.5rem;
    margin-bottom: 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-decoration: none;
    color: white;
    font-size: 32px;
    font-family: 'ProximaNova-Bold';
}

@media (max-width:768px) {
    .header__logo {
        margin-bottom: 3.125rem
    }
}

.header__note {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
    color: #fff
}

@media (max-width:768px) {
    .header__note {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.header__mask {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.header__mask--left {
    left: 0;
    width: 70%
}

@media (max-width:1600px) {
    .header__mask--left {
        left: -9.375rem
    }
}

@media (max-width:1024px) {
    .header__mask--left {
        left: 0
    }
}

.header__mask--right {
    right: 0;
    width: 15%
}

@media (max-width:1600px) {
    .header__mask--right {
        right: -3.125rem
    }
}

@media (max-width:1024px) {
    .header__mask--right {
        display: none
    }
}

.header__pict {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (max-width:1400px) {
    .header__pict {
        right: -17.5rem
    }
}

@media (max-width:1024px) {
    .header__pict {
        right: -36.25rem
    }
}

@media (max-width:480px) {
    .header__pict {
        opacity: 0
    }
}

@media (min-width:1921px) {
    .header__pict {
        width: 100%
    }
}

.section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6.25rem 0
}

@media (max-width:768px) {
    .section {
        padding: 3.125rem 0
    }
}

.section--1 {
    position: relative;
    background-color: #eef0f7
}

.section--1:before {
    z-index: 2;
    top: -25rem;
    left: -25rem;
    width: 50rem;
    height: 50rem
}

@media (max-width:1400px) {
    .section--1:before {
        display: none
    }
}

.section--1 h2 {
    position: relative;
    z-index: 3;
    text-align: left
}

.section--1__list {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-top: -13.125rem;
    margin-bottom: 4.375rem;
    padding: 0;
    padding: 3.125rem 2.8125rem;
    list-style: none;
    border-radius: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(17, 25, 95, .1);
    box-shadow: 0 1.25rem 5rem rgba(17, 25, 95, .1);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:768px) {
    .section--1__list {
        margin-top: auto;
        padding: 1.25rem
    }
}

.section--1__list-item {
    width: 30%
}

@media (max-width:768px) {
    .section--1__list-item {
        width: 100%;
        margin-bottom: 3.125rem
    }

    .section--1__list-item:last-child {
        margin-bottom: 0
    }
}

.section--1__list-item-title {
    font-family: 'ProximaNova-Bold';
    font-size: 1.375rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%;
    margin-bottom: 1.25rem;
    padding-left: 4.75rem;
    color: #424478
}

@media (max-width:768px) {
    .section--1__list-item-title {
        font-size: 1.125rem;
        max-width: 100%
    }
}

.section--1__list-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.section--1__list-item p {
    line-height: 1.5rem;
    color: #787f9b
}

@media (max-width:768px) {
    .section--1__list-item p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.section--1__list-item:nth-child(1) .section--1__list-item-title:before {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/section-1-1.svg)
}

.section--1__list-item:nth-child(2) .section--1__list-item-title:before {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/section-1-2.svg)
}

.section--1__list-item:nth-child(3) .section--1__list-item-title:before {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/section-1-3.svg)
}

.section--1__info {
    position: relative
}

.section--1__info h2 {
    width: 60%;
    margin-right: 0;
    margin-left: 0
}

@media (max-width:768px) {
    .section--1__info h2 {
        width: 100%;
        text-align: center
    }
}

.section--1__info p {
    font-size: 1.25rem;
    line-height: 2.25rem;
    width: 60%
}

@media (max-width:768px) {
    .section--1__info p {
        font-size: .875rem;
        line-height: 1.25rem;
        width: 100%;
        text-align: center
    }
}

.section--1__info img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    margin: auto;
    border-radius: 50%
}

@media (max-width:768px) {
    .section--1__info img {
        position: relative;
        display: block;
        width: 30%;
        margin: 0 auto 1.25rem
    }
}

@media (max-width:480px) {
    .section--1__info img {
        width: 70%
    }
}

.section--2 {
    padding-bottom: 0;
    background: linear-gradient(88.26deg, #dfe6fa .71%, #eceef7 99.29%)
}

.section--2 .scroll {
    display: none;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 1.25rem
}

@media (max-width:768px) {
    .section--2 .scroll {
        display: block
    }
}

.section--2 .scroll::-webkit-scrollbar-track {
    border-radius: .625rem;
    background-color: #d4d8eb
}

.section--2 .scroll::-webkit-scrollbar {
    width: .3125rem;
    height: .3125rem;
    background-color: #d4d8eb
}

.section--2 .scroll::-webkit-scrollbar-thumb {
    border-radius: .625rem;
    background-color: #717dc2
}

.section--2 .scroll__line {
    width: 43.75rem;
    height: .0625rem
}

.section--2__inner {
    position: relative;
    z-index: 2;
    overflow-x: scroll;
    margin-bottom: -3.125rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05);
    box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05)
}

.section--2__inner::-webkit-scrollbar {
    display: none
}

@media (max-width:768px) {
    .section--2__inner {
        width: 102%;
        margin-bottom: -1.5625rem;
        border-radius: .5rem 0 0 .5rem
    }
}

.section--2__inner-head {
    color: #fff;
    background-color: #717dc2;
    -webkit-box-shadow: 0 .625rem 1.25rem rgba(88, 97, 165, .12);
    box-shadow: 0 .625rem 1.25rem rgba(88, 97, 165, .12)
}

.section--2__inner-head div {
    font-size: 1.5rem;
    width: 50%;
    padding: 1.5rem 0;
    text-align: center
}

.section--2__inner-head div img {
    display: inline-block;
    width: 6.25rem;
    margin-left: .625rem;
    vertical-align: middle
}

.section--2__inner-head,
.section--2__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 43.75rem
}

.section--2__inner-row div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 2.5rem 3.125rem;
    text-align: center;
    color: #6f7694;
    border-bottom: .0625rem solid #e3e5f1;
    background-color: #fff
}

.section--2__inner-row div:nth-child(1) {
    border-right: .0625rem solid #e3e5f1
}

@media (max-width:768px) {
    .section--2__inner-row div {
        padding: 1.25rem 1.5625rem
    }
}

.section--2__inner-row div:before {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
    content: '';
    border-radius: 50%
}

.section--2__inner-row div:nth-child(even):before,
.section--2__inner-row div:nth-child(odd):before {
    background-color: #ffe1e1;
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%
}

.section--2__inner-row div:nth-child(odd):before {
    background-color: #d0fcd7;
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/check-mark.svg)
}

.section--3,
.section--3 h2 {
    position: relative;
    color: #fff
}

.section--3 {
    overflow: hidden;
    background-color: #7e89ca
}

.section--3:before {
    position: absolute;
    right: 0;
    bottom: -9.375rem;
    left: 0;
    width: 80vw;
    height: 80vw;
    margin: auto;
    content: '';
    opacity: .5;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7b2ee), to(#7e89ca));
    background: linear-gradient(180deg, #a7b2ee 0, #7e89ca 100%)
}

@media (max-width:768px) {
    .section--3:before {
        display: none
    }
}

.section--3 h2 {
    z-index: 2
}

.section--3__inner,
.section--3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--3__inner {
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.section--3__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 1.5625rem;
    padding: 1.875rem;
    border-radius: .5rem;
    background-color: #7480c4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .section--3__item {
        margin-bottom: 1.25rem
    }
}

@media (max-width:480px) {
    .section--3__item {
        margin-bottom: .9375rem
    }
}

.section--3__item:nth-last-child(1),
.section--3__item:nth-last-child(2),
.section--3__item:nth-last-child(3) {
    margin-bottom: 0
}

@media (max-width:768px) {
    .section--3__item {
        width: 48%
    }

    .section--3__item:nth-last-child(3) {
        margin-bottom: 1.25rem
    }
}

@media (max-width:480px) {
    .section--3__item {
        width: 100%
    }

    .section--3__item:nth-last-child(2) {
        margin-bottom: .9375rem
    }
}

.section--3__item-icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.875rem
}

.section--3__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section--3__item-title {
    font-size: 1.25rem;
    margin-bottom: .3125rem
}

.section--3__item-note {
    line-height: 1.25rem
}

.section--3__item-note span {
    font-size: .9375rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.25rem;
    padding: .1875rem .3125rem;
    border-radius: .125rem;
    background-color: #5e6bb0
}

.section--3__item-note span:after {
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    content: '';
    border: .75rem solid transparent;
    border-left: .75rem solid #5e6bb0
}

.section--4 {
    position: relative;
    background-color: #eef0f7
}

.section--4:before {
    position: absolute;
    z-index: 1;
    top: -6.25rem;
    left: 0;
    width: 40.625rem;
    height: 40.625rem;
    content: '';
    opacity: .05;
    border: .0625rem solid #fff;
    border-radius: 50%
}

@media (max-width:1400px) {
    .section--4:before {
        display: none
    }
}

.section--4:after {
    position: absolute;
    z-index: 1;
    top: 6.25rem;
    left: 0;
    width: 28.125rem;
    height: 28.125rem;
    content: '';
    opacity: .05;
    border: .0625rem solid #fff;
    border-radius: 50%
}

@media (max-width:1400px) {
    .section--4:after {
        display: none
    }
}

.section--4 h2,
.section--4__inner {
    position: relative;
    z-index: 2
}

.section--4__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.section--4__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 1.5625rem;
    padding: 3.125rem 1.875rem 1.875rem;
    border-radius: .5rem;
    background-color: #fff;
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/quotes.svg);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05);
    box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05)
}

@media (max-width:768px) {
    .section--4__item {
        margin-bottom: 1.25rem
    }
}

@media (max-width:480px) {
    .section--4__item {
        margin-bottom: .9375rem
    }
}

@media (max-width:768px) {
    .section--4__item {
        width: 100%;
        padding: 1.25rem
    }

    .section--4__item:last-child {
        margin-bottom: 0
    }
}

.section--4__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    color: #424478;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .section--4__item-head {
        margin-bottom: 1.25rem
    }
}

.footer__main .footer__logo,
.section--4__item-head:before {
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.section--4__item-head:before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
    content: '';
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/quotes-min.svg);
    background-position: center
}

.section--4__item-title {
    font-size: 1.5rem
}

@media (max-width:768px) {
    .section--4__item-title {
        font-size: 1.25rem
    }
}

.section--4__item-title span {
    font-size: 1rem
}

.section--5 {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/bg-section-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section--5 h2 {
    color: #fff
}

.footer__inner,
.section--5 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .section--5 form {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.section--5 form .nice-select,
.section--5 form button,
.section--5 form input {
    width: 23%
}

@media (max-width:768px) {
    .section--5 form input {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width:768px) {
    .section--5 form .nice-select {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width:768px) {
    .section--5 form button {
        width: 100%
    }
}

footer {
    padding: 6.25rem 0;
    color: #aeb6d5;
    background-color: #31375c
}

@media (max-width:768px) {
    footer {
        padding: 3.125rem 0
    }
}

@media (max-width:768px) {
    .footer__inner {
        display: block
    }

    .footer__main {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3.75rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__main .footer__logo {
width: 6.25rem;
    min-width: 6.25rem;
    height: 1.875rem;
    margin-bottom: 1.875rem;
    background-position: left center;
    color: white;
    text-decoration: none;
    font-size: 18px;}

@media (max-width:768px) {
    .footer__main .footer__logo {
        margin-right: 1.25rem;
        margin-bottom: 0
    }
}

.footer__main .footer__privaci {
    display: inline-block;
    margin-top: 1.25rem;
    color: #aeb6d5
}

.footer__info ul li a.footer__info-email:hover,
.footer__main .footer__privaci:hover {
    text-decoration: none
}

@media (max-width:768px) {
    .footer__main .footer__privaci {
        position: absolute;
        bottom: -2.5rem;
        width: 100%
    }
}

.footer__info {
    max-width: 30rem;
    margin: 0 6.25rem
}

@media (max-width:1400px) {
    .footer__info {
        max-width: none;
        margin: 0 3.125rem
    }
}

@media (max-width:768px) {
    .footer__info {
        max-width: none;
        margin: 0 0 2.5rem
    }
}

.footer__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    list-style: none
}

@media (max-width:768px) {
    .footer__info ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.footer__info ul li {
    margin: .3125rem 3.125rem .3125rem 0
}

.footer__info ul li a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.875rem;
    white-space: nowrap
}

.footer__info ul li a:before,
.footer__payment ul li a {
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.footer__info ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.25rem;
    margin: auto;
    content: ''
}

.footer__info ul li a.footer__info-phone {
    text-decoration: none;
    color: #aeb6d5
}

.footer__info ul li a.footer__info-phone:before {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-i.svg)
}

.footer__info ul li a.footer__info-email {
    color: #92a4f3
}

.footer__info ul li a.footer__info-email:before {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/email-i.svg)
}

.footer__payment div {
    margin-bottom: .9375rem
}

.footer__payment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.footer__payment ul li {
    width: 25%;
    margin: .625rem 0
}

.footer__payment ul li a {
    display: block;
    width: 2.375rem
}

.footer__payment ul li:nth-child(1) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/payment-1.svg)
}

.footer__payment ul li:nth-child(2) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-2.svg)
}

.footer__payment ul li:nth-child(3) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-3.svg)
}

.footer__payment ul li:nth-child(4) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-4.svg)
}

.footer__payment ul li:nth-child(5) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-5.svg)
}

.footer__payment ul li:nth-child(6) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-6.svg)
}

.footer__payment ul li:nth-child(7) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-7.svg)
}

.footer__payment ul li:nth-child(8) a {
    background-image: url(/wp-content/themes/expertlab-online/assets/images/svg/logo-payment-8.svg)
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.whatsapp {
    background: linear-gradient(180deg, #4b9868 0, #25d366 100%);
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    text-decoration: none;
}

.whatsapp:hover {
    background: linear-gradient(0deg, #4b9868 0, #25d366 100%);
}

.center {
    text-align: center;
}


.header-main {
    min-height: 53.125rem;
}



.service-page main {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: #f9fafb;
    font-family: 'Inter', Arial, sans-serif;
}

.service-page article {
    width: 100%;
}

.service-page section.container {
    max-width: 700px;
    margin: 40px auto 60px auto;
    background: #fff;
    padding: 40px 30px 32px 30px;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(60, 72, 90, .09), 0 1.5px 2.5px rgba(0, 0, 0, .03);
}

.service-page section.container h3,
.service-page section.container .wp-block-heading {
    font-size: 1.3em;
    margin-top: 2em;
    margin-bottom: 0.7em;
    font-weight: 700;
    color: #2b2e38;
    text-align: center;
}

.service-page section.container p,
.service-page section.container ul,
.service-page section.container li {
    color: #222;
    font-size: 1.07em;
    line-height: 1.7;
    margin: 0 0 1em 0;
}

.service-page section.container ul {
    padding-left: 1.4em;
    margin-bottom: 1em;
}

.service-page section.container li {
    margin-bottom: 0.5em;
}

.service-page section.container a {
    color: #2381fe;
    text-decoration: underline;
    transition: color 0.2s;
}

.service-page section.container a:hover {
    color: #185cc6;
}

.service-page section.container strong {
    font-weight: 700;
    color: #2b2e38;
}

.service-page section.container {
    text-align: left;
}

@media (max-width: 650px) {
    .service-page section.container {
        padding: 20px 10px 18px 10px;
        max-width: 100vw;
    }

    .service-page section.container h3,
    .service-page section.container .wp-block-heading {
        font-size: 1.08em;
    }
}






.footer-link {
    color: #aeb6d5;
    margin-right: 15px;
}


.cookie-consent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    max-width: 560px;
    width: calc(100% - 2rem);
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.cookie-consent.hidden {
    display: none;
}

.cookie-consent .cc-icon {
    font-size: 26px;
    margin-top: .1rem;
}

.cookie-consent .cc-text {
    margin: 0;
    flex: 1;
}

.cookie-consent .cc-accept,
.cookie-consent .cc-close {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: 600;
    color: #10b981;
}

.cookie-consent .cc-close {
    color: #777;
    margin-left: .5rem;
    line-height: 1;
}

.cookie-consent .cc-accept {
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #343d65;
    ;
    color: #fff;
}

.cookie-consent {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cookie-consent .cc-accept {
    display: block;
    margin: .75rem auto 0;
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #343d65;
    color: #fff;
    font-weight: 600;
}
.erro {
	border: 1px solid red !important;
}
