@font-face {
    font-family: Golos;
    src: url(../font/Golos-Text_Regular.eot);
    src: url(../font/Golos-Text_Regular.eot#iefix) format("embedded-opentype"), url(../font/Golos-Text_Regular.woff2) format("woff2"), url(../font/Golos-Text_Regular.woff) format("woff"), url(../font/Golos-Text_Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos;
    src: url(../font/Golos-Text_Medium.eot);
    src: url(../font/Golos-Text_Medium.eot#iefix) format("embedded-opentype"), url(../font/Golos-Text_Medium.woff2) format("woff2"), url(../font/Golos-Text_Medium.woff) format("woff"), url(../font/Golos-Text_Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos;
    src: url(../font/Golos-Text_Bold.eot);
    src: url(../font/Golos-Text_Bold.eot#iefix) format("embedded-opentype"), url(../font/Golos-Text_Bold.woff2) format("woff2"), url(../font/Golos-Text_Bold.woff) format("woff"), url(../font/Golos-Text_Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.8rem;
    color: #001b37;
    font-weight: 400;
    line-height: normal
}

h1, h2, h3, h4, h5, h6, th {
    font-family: Golos, sans-serif;
    color: #001b37;
    font-weight: 600;
    -webkit-font-smoothing: antialiased !important
}

b {
    font-weight: 700
}

h1 {
    font-size: 3.2rem;
    line-height: 4rem
}

h2 {
    font-size: 2.8rem;
    line-height: 3.6rem
}

h2.lg {
    font-size: 3.6rem;
    line-height: 4.6rem
}

h2 span {
    color: #f55
}

@media (max-width: 767px) {
    h2, h2.lg {
        font-size: 2.6rem;
        line-height: 3.5rem
    }
}

h3 {
    font-size: 2.8rem;
    line-height: 3.6rem
}

h3.sm {
    font-size: 2.4rem;
    line-height: 3.2rem
}

h3.lg {
    font-size: 3rem;
    line-height: 3.8rem
}

@media (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 28px
    }
}

h4 {
    font-size: 2rem
}

h4, h5 {
    line-height: 2.8rem
}

h5, p {
    font-size: 1.8rem
}

p {
    font-family: Nunito Sans, sans-serif;
    line-height: 2.5rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased !important
}

p.lg {
    font-size: 2rem;
    line-height: 2.8rem
}

p.sm {
    line-height: 2.4rem
}

.btn, p.sm {
    font-size: 1.6rem
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-family: Golos, sans-serif;
    padding: 0;
    line-height: 56px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn:hover {
    color: #fff;
    opacity: .9
}

.btn-default {
    background: #f55;
    border: none
}

.btn img {
    margin-left: 10px;
    top: -2px;
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1
}

html {
    scroll-behavior: smooth;
    font-size: 62.5% !important
}

@media (max-width: 576px) {
    html {
        font-size: 57.25% !important
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3f3f3f;
    scroll-behavior: smooth
}

blockquote, dd, div, dl, dt, form, li, ol, pre, td, th, ul {
    margin: 0;
    padding: 0
}

.container {
    width: 100%;
    max-width: 1216px
}

@media (max-width: 1300px) {
    br {
        display: none
    }
}

@media (max-width: 767px) {
    .mb-5 {
        margin-bottom: 15px !important
    }
}

.btn:active, .btn:focus, .btn:hover, .btn:visited {
    background: #f55;
    color: #fff
}

header {
    z-index: 99999999 !important
}

@media only screen and (max-width: 767px) {
    .lp-testpro header.sticky .header-btn--container {
        display: none !important
    }

    .lp-testpro .section-footer.sticky .footer-btn--container {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 2.4rem auto auto;
        padding: 15px 10px;
        width: 100%;
        display: block !important;
        background: #fff
    }

    .lp-testpro .section-footer.sticky .footer-btn--container .btn-default {
        width: 100%;
        color: #fff !important;
        height: 48px;
        line-height: 48px;
        font-size: 1.6rem
    }

    .lp-testpro .section-footer.sticky .footer-btn--container p {
        font-family: Nunito Sans, sans-serif;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 700;
        color: #001b37;
        margin: 4px 0
    }

    .lp-testpro header.sticky .header-btn--container {
        bottom: 0 !important
    }
}

header {
    position: fixed;
    height: 90px;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999
}

header .logo-container {
    vertical-align: middle;
    padding: 28px 0
}

header .header-btn--container {
    display: none !important
}

header.sticky {
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: 100
}

header.sticky .header-btn--container {
    margin-top: 12px;
    max-width: 280px;
    width: 100%;
    display: block !important;
    text-align: right;
    float: right
}

header.sticky .header-btn--container .btn-default {
    width: 100%;
    color: #fff !important;
    height: 48px;
    line-height: 48px;
    font-size: 1.6rem
}

header.sticky .header-btn--container p {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    color: #001b37;
    margin: 4px 0
}

@media (max-width: 767px) {
    header.sticky .header-btn--container {
        margin-top: 12px;
        max-width: 100%;
        width: 100%;
        display: block !important;
        text-align: right;
        float: unset;
        background: #fff;
        bottom: 0;
        position: fixed;
        padding: 16px;
        left: 0
    }
}

@media (max-width: 992px) {
    header {
        padding: 0 32px;
        top: -3px !important
    }
}

@media (max-width: 767px) {
    header {
        padding: 0 16px;
        height: 56px
    }

    header img.logo {
        height: 24px
    }

    header .logo-container {
        padding: 16px 0
    }
}

.hero {
    display: block;
    background: #fff;
    background-image: url(../img/img-hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 90px
}

.hero h1 {
    color: #fff;
    margin-top: 25px
}

.hero h1 span {
    color: #f55
}

.hero-list li {
    margin-bottom: 20px;
    color: #fff
}

.hero-btn--container {
    margin-top: 4.4rem;
    max-width: 368px;
    width: 100%
}

.hero-btn--container .btn-default {
    width: 100%
}

.hero-btn--container p {
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 4px
}

@media (max-width: 992px) {
    .hero-btn--container {
        max-width: 100%
    }
}

.hero .p-rel {
    position: relative
}

.hero .v-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.hero .v-box .bestseller {
    width: 98px;
    height: 32px;
    background: #f55;
    border-radius: 8px;
    color: #fff;
    padding: 6px 16px;
    margin-right: 12px
}

.hero .v-box .bestseller-txt {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.hero .v-box .guarantee {
    margin-top: 28px
}

.hero .v-box .guarantee p {
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    margin-left: 16px
}

.hero .form-box {
    width: 100%;
    max-width: 485px;
    min-height: 576px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 40px 28px
}

.hero .form-box .course-report {
    position: absolute;
    top: -5%;
    right: -10%
}

.hero .form-box p {
    margin-top: 12px
}

.hero .form-box p.subtxt {
    font-weight: 700;
    color: #f55
}

.hero .form-box form {
    margin-top: 24px
}

.hero .form-box form label {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700
}

.hero .form-box form label span {
    color: red
}

.hero .form-box form .form-control {
    height: 56px;
    padding: 16px 14px;
    background: #fff;
    border: 1.5px solid #c4c4c4;
    border-radius: 6px;
    font-size: 1.6rem;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.hero .form-box form .btn-container {
    width: 100%;
    max-width: 325px;
    text-align: center
}

.hero .form-box form .btn-container .submit {
    margin-top: 14px;
    left: 0
}

.hero .form-box form .btn-container p {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    color: #001b37;
    margin: 4px 0
}

.hero .form-box input.valid {
    background-image: url(../apply/img/check-mark-icon.original.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-position-x: calc(100% - 3px);
    border: 1px solid #0c8d0c !important;
    padding-left: 15px;
    padding-right: 25px
}

.hero .form-box input.error {
    border: 1px solid #e30707 !important
}

.hero .form-box label.error {
    text-align: right;
    width: 100%;
    right: 0;
    display: block;
    color: #e30707;
    font-size: 13px
}

.hero .form-box ::-webkit-input-placeholder {
    color: #c4c4c4
}

.hero .form-box :-ms-input-placeholder {
    color: #c4c4c4
}

.hero .form-box ::-moz-placeholder {
    color: #c4c4c4
}

.hero .form-box ::-ms-input-placeholder {
    color: #c4c4c4
}

.hero .form-box ::placeholder {
    color: #c4c4c4
}

@media (max-width: 992px) {
    .hero {
        text-align: center;
        padding: 60px 32px
    }

    .hero .float-end {
        float: none !important
    }

    .hero .col-lg-6 {
        margin-bottom: 40px
    }

    .hero-list li {
        text-align: left !important
    }

    .hero .guarantee {
        text-align: left;
        padding-right: 15px
    }

    .hero .form-box {
        text-align: left
    }

    .hero .form-box .course-report {
        width: 115px;
        height: 78px;
        right: -7%
    }

    .hero h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .hero .v-box, .hero h1 {
        text-align: left
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 32px 16px 20px;
        background-image: url(../img/img-mobile-hero.jpg);
        margin-top: 56px
    }

    .hero .col-lg-6 {
        margin-bottom: 20px
    }

    .hero h1 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-top: 0
    }

    .hero .hero-img {
        width: 100%;
        height: auto
    }

    .hero .v-box {
        position: relative
    }

    .hero .form-box {
        margin: 24px auto;
        min-height: auto;
        padding-bottom: 24px
    }

    .hero .form-box .course-report {
        width: 101px;
        height: 69px;
        right: -5%;
        top: -1%
    }

    .hero .form-box h3 br {
        display: block !important
    }

    .hero .form-box form .btn-container p {
        font-size: 16px
    }
}

.section-leading {
    background: #fff;
    padding: 64px 0
}

.section-leading--list .box {
    padding: 30px 0
}

.section-leading--list .box .rating {
    margin-top: 20px;
    margin-bottom: 5px
}

.section-leading--list .box .text-rating {
    font-weight: 500;
    font-family: Golos, sans-serif;
    margin-bottom: 4px
}

@media (max-width: 992px) {
    .section-leading--list .box {
        margin-bottom: 20px
    }
}

.section-leading .quote {
    margin-top: 44px
}

.section-leading .quote img {
    margin-bottom: 20px
}

.section-leading .quote p {
    color: #001b37
}

.section-leading .quote .profile {
    margin: 28px auto 0;
    width: 220px
}

.section-leading .quote .profile h5 {
    font-weight: 500;
    margin-top: 18px;
    margin-left: 12px
}

@media (max-width: 992px) {
    .section-leading .col-md-6 {
        width: 50%
    }

    .section-leading .col-md-6 .box img {
        width: auto;
        height: 30px
    }

    .section-leading .col-md-6 .box .rating img {
        width: 50%
    }

    .section-leading .col-md-6 .box .text-rating {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.section-why {
    padding: 60px 0;
    background: #fafaff
}

.section-why .white-box {
    padding: 28px 20px;
    max-width: 1216px;
    background: #fff;
    border-radius: 20px;
    margin: 40px auto
}

.section-why .white-box .border-end {
    border-color: #f55 !important
}

.section-why .white-box p {
    color: #001b37;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.section-why .white-box p.sm {
    color: #f55;
    font-weight: 700;
    text-transform: none;
    font-family: Golos, sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem
}

.section-why .box-items {
    margin: auto;
    max-width: 1240px;
    text-align: left
}

.section-why .box-items .col-lg-4 {
    padding: 8px 12px
}

.section-why .box-items .col-lg-4 img {
    margin-bottom: 20px
}

.section-why .box-items .col-lg-4 h4 {
    margin-bottom: 12px
}

.section-why .box-items .col-lg-4 p {
    font-size: 1.6rem;
    line-height: 2.4rem
}

.section-why .box-items .col-lg-4 div {
    border-radius: 20px;
    min-height: 310px;
    padding: 40px 20px
}

.section-why .box-items .col-lg-4.orange div {
    background: rgba(255, 85, 85, .05)
}

.section-why .box-items .col-lg-4.blue div {
    background: rgba(61, 78, 215, .05)
}

.section-why .box-items .col-lg-4.green div {
    background: rgba(147, 149, 152, .05)
}

.section-why .benefits {
    margin-top: 54px
}

.section-why .benefits h3 {
    margin-bottom: 20px
}

.section-why .benefits .d-flex {
    text-align: left
}

.section-why .benefits .d-flex img {
    margin-right: 5px
}

.section-why .istqb {
    margin: 30px auto 0;
    max-width: 628px
}

.section-why .istqb p {
    font-weight: 700;
    color: #001b37;
    margin-top: 20px;
    margin-left: 20px
}

@media (max-width: 767px) {
    .section-why .istqb {
        display: block !important;
        text-align: center
    }
}

@media (max-width: 992px) {
    .section-why .white-box .col-md-3 {
        border: none !important;
        padding: 20px 0;
        margin: 15px 0
    }

    .section-why .white-box .col-md-3:first-child {
        padding-top: 0
    }

    .section-why .white-box .col-md-3:last-child {
        padding-bottom: 0;
        border: none !important
    }

    .section-why .white-box .col-md-3 p.lg, .section-why .white-box .col-md-3 p.sm {
        font-size: 1.8rem;
        line-height: 2.6rem
    }

    .section-why .white-box .border-no {
        border: none !important
    }

    .section-why .white-box .col-lg {
        margin: 15px 0
    }

    .section-why .box-items .col-lg-4 div {
        min-height: 360px
    }
}

@media (min-width: 1024px) {
    .section-why .white-box .col-lg {
        width: 20%
    }
}

@media (max-width: 767px) {
    .section-why .box-items .col-lg-4 div {
        min-height: auto
    }

    .section-why .white-box .col-lg {
        width: 50%;
        border: none !important
    }

    .section-why .white-box .col-lg.b-sm {
        border-right: 1px solid #f55 !important
    }
}

@media (max-width: 380px) {
    .section-why {
        padding: 30px 10px !important
    }
}

@media (max-width: 320px) {
    .section-why {
        padding: 30px 0 !important
    }
}

.section-indeed {
    padding: 64px 0
}

.section-indeed .col-lg-6 {
    position: relative
}

.section-indeed .col-lg-6 .v-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.section-indeed .indeed h3, .section-indeed .indeed ul {
    margin-bottom: 20px
}

.section-indeed .indeed ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 8px
}

.section-indeed .indeed-img {
    border-radius: 20px
}

@media (max-width: 767px) {
    .section-indeed .col-lg-6 .v-box {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: unset;
        transform: unset;
        width: auto
    }

    .section-indeed .img-con {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        text-align: center
    }

    .section-indeed .img-con img.d-none {
        display: block !important;
        width: 100% !important;
        height: auto !important
    }

    .section-indeed .img-con img.d-lg-none {
        display: none !important
    }

    .section-indeed .desc-con {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        padding-top: 24px
    }
}

.section-levels {
    background: #fafaff;
    padding: 64px 0
}

.section-levels ul.main-tab {
    width: 100%;
    background: #f55;
    border: 1px solid #f55;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px
}

.section-levels ul.main-tab li {
    width: 50%
}

.section-levels ul.main-tab li button {
    width: 100%;
    color: #001b37;
    background: #fff;
    border: none;
    margin-bottom: 0;
    padding: 16px 0;
    text-align: center
}

.section-levels ul.main-tab li button.active {
    background: #f55;
    color: #fff
}

.section-levels .main-tc {
    background: #fff;
    padding: 30px 40px
}

.section-levels .main-tc ul {
    list-style: none;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.section-levels .main-tc ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 8px;
    color: #001b37
}

.section-levels .main-tc ul li:before {
    content: "\2022";
    color: #f55;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.section-levels .side-tab {
    min-width: 300px
}

.section-levels .side-tab .nav-link {
    color: #001b37;
    background-color: transparent;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    padding: 0
}

.section-levels .side-tab .nav-link.active {
    color: #3d4ed7
}

.section-levels .side-c-tab ul {
    margin-left: 48px
}

.section-levels .purple-box {
    padding: 28px 20px;
    max-width: 1000px;
    background: rgba(61, 78, 215, .1);
    border-radius: 20px;
    margin: 0 auto 40px
}

.section-levels .purple-box .border-end {
    border-color: #fff !important
}

.section-levels .purple-box p {
    color: #3e3e3e;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.section-levels .purple-box p.sm {
    color: #f55;
    font-weight: 700;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media (max-width: 992px) {
    .section-levels .purple-box {
        padding: 5px 20px
    }

    .section-levels .purple-box .col-12 {
        padding: 16px 0
    }

    .section-levels .border-end {
        border: none !important;
        border-bottom: 1px solid #fff !important
    }

    .section-levels ul {
        list-style: none;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px
    }

    .section-levels ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 8px;
        color: #001b37
    }

    .section-levels ul li:before {
        content: "\2022";
        color: #f55;
        font-weight: 700;
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }

    .section-levels #accordionLevels {
        background: unset;
        background-color: unset
    }

    .section-levels #accordionLevels .accordion-item {
        background: unset;
        border: unset;
        margin-bottom: 16px
    }

    .section-levels #accordionLevels .accordion-button {
        background: #fff;
        border: 1px solid #f55;
        border-radius: 12px;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #f55;
        font-family: Nunito Sans, sans-serif;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .section-levels #accordionLevels .accordion-button:after {
        background-image: url(../img/orange-chevron.svg)
    }

    .section-levels #accordionLevels .accordion-button:not(.collapsed) {
        background: #f55;
        color: #fff
    }

    .section-levels #accordionLevels .accordion-button:not(.collapsed):after {
        background-image: url(../img/white-chevron.svg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .section-levels #accordionLevels #accordionQAtest .accordion-button {
        background: transparent;
        border-radius: 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #001b37;
        border: none;
        border-bottom: 1px solid
    }

    .section-levels #accordionLevels #accordionQAtest .accordion-button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E")
    }

    .section-levels #accordionLevels #accordionQAtest .accordion-button:not(.collapsed) {
        color: #3d4ed7
    }

    .section-levels #accordionLevels #accordionQAtest .accordion-button:not(.collapsed):after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.section-cta {
    padding: 64px 0;
    background: rgba(147, 149, 152, .1)
}

.section-cta .col-lg-6 {
    position: relative
}

.section-cta .col-lg-6 .v-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-left: 22px
}

.section-cta .col-lg-6 .v-box .btn {
    max-width: 325px
}

.section-cta .cta h3 {
    margin-bottom: 20px
}

.section-cta .cta-img {
    border-radius: 20px
}

@media (max-width: 992px) {
    .section-cta .cta-img {
        width: 100%;
        height: auto
    }

    .section-cta h3.sm {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media (max-width: 767px) {
    .section-cta .col-lg-6 .v-box {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: unset;
        transform: unset;
        width: auto;
        margin: auto;
        padding-top: 24px;
        text-align: center
    }
}

.section-testimonials2 {
    display: block;
    background: #fff;
    background-image: url(../img/bg-testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0
}

.section-testimonials2 h2, .section-testimonials2 p {
    color: #fff
}

.section-testimonials2 .slider-box {
    text-align: left;
    background: #fff;
    max-width: 518px;
    border-radius: 40px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: auto;
    min-height: 674px;
    position: relative
}

.section-testimonials2 .slider-box p {
    color: #3f3f3f;
    font-size: 1.6rem
}

.section-testimonials2 .slider-box p .moretext {
    display: none
}

.section-testimonials2 .slider-box a.moreless-button {
    text-decoration: none
}

.section-testimonials2 .slider-box h3 {
    margin: 15px 0;
    font-size: 2rem
}

.section-testimonials2 .slider-box .s-header {
    border-bottom: 1px solid #f55;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.section-testimonials2 .slider-box .left {
    width: 70%
}

.section-testimonials2 .slider-box .left img {
    margin-right: 10px;
    border-radius: 100%
}

.section-testimonials2 .slider-box .left h4 {
    margin: 10px 0 0;
    font-size: 2rem
}

.section-testimonials2 .slider-box .right img {
    float: right
}

.section-testimonials2 .slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(16, 24, 40, .10196078431372549);
    box-shadow: 0 1px 3px rgba(16, 24, 40, .10196078431372549);
    border-radius: 100px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: 1;
    z-index: 2
}

.section-testimonials2 .slider .slick-arrow:before {
    color: transparent;
    background-image: url(../img/left-icon-arr.svg);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 7.5px;
    width: 15px;
    height: 7.5px
}

.section-testimonials2 .slider .slick-prev {
    left: -30px
}

.section-testimonials2 .slider .slick-next {
    right: -30px
}

.section-testimonials2 .slider .slick-next:before {
    background-image: url(../img/right-icon-arr.svg);
    background-position: 2.5px
}

@media (max-width: 992px) {
    .section-testimonials2 .slider {
        margin-bottom: 50px
    }

    .section-testimonials2 .slider .slick-dots {
        margin-bottom: -30px
    }

    .section-testimonials2 .slider .slick-dots li button {
        border: 1px solid #fff;
        background: #fff;
        width: 12px;
        height: 12px;
        border-radius: 18px
    }

    .section-testimonials2 .slider .slick-dots li.slick-active button {
        background: transparent
    }

    .section-testimonials2 .slider .slick-dots li button:before {
        opacity: 0
    }

    .section-testimonials2 .slider .slick-prev {
        left: 30px
    }

    .section-testimonials2 .slider .slick-next {
        right: 30px
    }

    .section-testimonials2 .slider .slider-box {
        min-height: 780px;
        width: 96%;
        padding: 40px 20px;
        border-radius: 20px
    }

    .section-testimonials2 .slider .slider-box .s-header {
        padding-bottom: 15px;
        margin-bottom: 25px
    }

    .section-testimonials2 .slider .slider-box .s-header img {
        width: 60px;
        height: 60px
    }

    .section-testimonials2 .slider .slider-box .col.left {
        width: 70%;
        min-width: 70%
    }
}

@media (max-width: 767px) {
    .section-testimonials2 .slider .slider-box {
        min-height: 640px;
        width: 100%;
        margin-top: 10px
    }
}

.section-companies {
    display: block;
    background: rgba(61, 78, 215, .05);
    padding: 60px 0
}

.section-companies h2, .section-companies p {
    color: #001b37
}

.section-companies .companies-slider, .section-companies .featured-slider {
    margin-top: 30px
}

.section-companies .companies-slider .box, .section-companies .featured-slider .box {
    width: 205px;
    height: 70px;
    display: grid;
    text-align: center;
    margin: auto
}

.section-companies .companies-slider .box img, .section-companies .featured-slider .box img {
    vertical-align: middle;
    margin: auto
}

.section-companies .companies-slider .box img.ll, .section-companies .featured-slider .box img.ll {
    width: 80%
}

@media (max-width: 992px) {
    .section-companies .companies-slider .box, .section-companies .featured-slider .box {
        width: 330px
    }
}

.section-companies .companies-slider .slick-dots, .section-companies .featured-slider .slick-dots {
    bottom: -50px
}

.section-companies .companies-slider .slick-dots li button, .section-companies .featured-slider .slick-dots li button {
    border: 1px solid #f55;
    background: transparent;
    width: 12px;
    height: 12px;
    border-radius: 12px
}

.section-companies .companies-slider .slick-dots li.slick-active button, .section-companies .featured-slider .slick-dots li.slick-active button {
    background: #f55
}

.section-companies .companies-slider .slick-dots li button:before, .section-companies .featured-slider .slick-dots li button:before {
    opacity: 0
}

.section-companies.featured {
    background: #fff
}

@media (max-width: 767px) {
    .section-companies {
        padding-bottom: 45px !important
    }
}

.section-competition {
    padding: 60px 0
}

.section-competition table thead td {
    border: none !important
}

.section-competition table thead td span {
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    font-family: Golos, sans-serif
}

.section-competition table thead td span:first-child {
    width: 46%
}

.section-competition table thead td span:nth-child(2) {
    width: 8%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -.01em;
    color: #000
}

.section-competition table thead td span:nth-child(3) {
    width: 43%;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #3f3f3f;
    font-weight: 700
}

.section-competition table tbody td {
    width: 50%;
    padding: 20px 24px;
    border: none !important
}

.section-competition table tbody td img {
    margin-right: 12px
}

.section-competition table tbody td p {
    color: #3f3f3f
}

.section-competition .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 85, 85, .05);
    background: rgba(255, 85, 85, .05);
    --bs-table-accent-bg: none
}

@media (max-width: 767px) {
    .section-competition table img {
        max-width: 92px !important;
        height: auto !important
    }

    .section-competition table thead td span:nth-child(3) {
        width: 40%;
        font-size: 2.2rem;
        line-height: 3.2rem
    }

    .section-competition table tbody td {
        padding: 20px 10px
    }

    .section-competition table tbody td img {
        width: 20px !important;
        height: 20px !important
    }
}

.section-faq {
    background: #f55;
    padding: 80px 0
}

.section-faq .container {
    max-width: 1000px
}

.section-faq h2 {
    color: #fff
}

.section-faq .accordion-item {
    padding: 24px 16px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    margin-bottom: 8px;
    color: #fff
}

.section-faq .accordion-item button {
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: Nunito Sans, sans-serif
}

.section-faq .accordion-item button:after {
    background-image: url(../img/minus-icon.svg)
}

.section-faq .accordion-button:not(.collapsed):after {
    background-image: url(../img/plus-icon.svg)
}

@media (max-width: 767px) {
    .section-faq .accordion-item {
        padding: 16px 0
    }

    .section-faq .accordion-item button {
        padding: 0
    }

    .section-faq .accordion-body {
        padding: 16px 0
    }
}

.section-fasttrack {
    padding: 64px 0;
    background: rgba(61, 78, 215, .05)
}

.section-fasttrack h4 {
    margin-top: 45px;
    margin-bottom: 15px
}

.section-fasttrack .benefits-slider img {
    width: 100%;
    max-width: 289px;
    margin: 10px auto;
    border-radius: 20px
}

.section-fasttrack .benefits-slider .slick-dots {
    bottom: -30px
}

.section-fasttrack .benefits-slider .slick-dots li button {
    border: none;
    background: #d9d9d9;
    width: 12px;
    height: 12px;
    border-radius: 12px
}

.section-fasttrack .benefits-slider .slick-dots li.slick-active button {
    background: #f55
}

.section-fasttrack .benefits-slider .slick-dots li button:before {
    opacity: 0
}

.section-fasttrack .btn--container {
    text-align: center;
    width: 100%;
    max-width: 325px;
    margin: 70px auto 60px
}

.section-fasttrack .btn--container p {
    color: #f55;
    font-weight: 700
}

.section-fasttrack .btn--container p.sm {
    color: #001b37;
    font-size: bold;
    margin-top: 4px
}

.section-fasttrack .gray-icons {
    width: 100%;
    max-width: 1000px;
    margin: auto
}

@media (max-width: 992px) {
    .section-fasttrack .gray-icons img {
        max-width: 85px;
        width: 90%
    }
}

@media (max-width: 767px) {
    .section-fasttrack .col-sm-6 {
        width: 50%;
        padding: 10px 30px
    }

    .section-fasttrack .col-sm-6 img {
        width: 90%
    }

    .section-fasttrack .btn--container {
        margin: 50px auto 20px
    }
}

.section-footer {
    background: #3241bd;
    padding: 12px 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.mb-3 #error-msg {
    color: #f55;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 4px 0 0;
    display: inline-block
}

.mb-3 #error-msg.hide {
    display: none
}

.mb-3 #valid-msg {
    color: #219653;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 4px 0 0;
    display: inline-block
}

.mb-3 #valid-msg.hide {
    display: none
}

@media (max-width: 992px) {
    .section-footer {
        padding: 12px !important
    }
}

@media (max-width: 992px) {
    .section {
        padding: 48px 32px
    }
}

@media (max-width: 576px) {
    .section {
        padding: 32px 16px
    }
}
