/* layout */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #2A2A2A;
    font-size: 17px;
}

body > img {
    bottom: 0;
}

a {
    color: #0059F1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
    font-weight: 500;
    color: #111B25;
}

.h1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -1px;
}

.h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.h7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h8 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1px;
    }

    .h3 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }

    .h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .h7 {
        font-size: 18px;
        line-height: 22px;
    }

    .h8 {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-primary {
    color: #0059F1 !important;
}

.text-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #111B25;
}

.text-featured {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .text-opening {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .text-featured {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.btn {
    transition: all 0.3s ease;
    padding: 19px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 32px;
    position: relative;
}

.btn-sm {
    padding-bottom: 15px;
    padding-top: 15px;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn svg {
    vertical-align: top;
}

.btn-primary {
    color: #fff;
    background: #0059F1;
    border-color: #0059F1;
}

.btn-primary:hover {
    color: #fff;
    background: #0059F1;
    border-color: #0059F1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #0059F1;
    border-color: #0059F1;
}

.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #fff;
    background-color: #0059F1;
    border-color: #0059F1;
}

.btn-secondary {
    color: #0059F1;
    background: #fff;
    border-color: #E4E7EB;
}

.btn-secondary:hover {
    color: #0059F1;
    background: #fff;
    border-color: #E4E7EB;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #0059F1;
    background: #fff;
    border-color: #E4E7EB;
}

.btn-secondary.disabled, .btn.btn-secondary:disabled {
    color: #0059F1;
    background-color: #fff;
    border-color: #E4E7EB;
}

.btn-outline-primary {
    color: #0059F1;
    background: transparent;
    border-color: #D9E2EC;
}

.btn-outline-primary:hover {
    background: #F0F5FF;
    border-color: #F0F5FF;
    color: #0059F1;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #0059F1;
    background: #C2D9FF;
    border-color: #C2D9FF;
}

.btn-light {
    color: #0059F1;
    background: #fff;
    border-color: #fff;
}

.btn-light:hover {
    color: #0059F1;
    background: #fff;
    border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #0059F1;
    background: #fff;
    border-color: #fff;
}

.btn-light.disabled, .btn.btn-light:disabled {
    color: #0059F1;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background: #111B25;
    border-color: #111B25;
}

.btn-dark:hover {
    color: #fff;
    background: #111B25;
    border-color: #111B25;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: .3;
}

.onne-tag {
    background: #111B25;
    border-radius: 100px;
    padding: 6px 8px;
    color: #FFFFFF;
    line-height: 1.25;
    display: block;
    max-width: 267px;
}

.onne-tag .icon {
    color: #0059F1;
    margin-right: 6px;
}

/* form */

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #0059F1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='%23ffffff'%3E%3Cpath d='M3.9777 9.8237L.1595 5.5522c-.2127-.235-.2127-.6175 0-.855l.7713-.8538c.2128-.235.5586-.235.7713 0l2.6618 2.9902L10.2974.1769c.2127-.235.5586-.235.7713 0l.7713.855c.2127.235.2127.6188 0 .8526L4.749 9.8237c-.2127.235-.5585.235-.7713 0'/%3E%3C/svg%3E");
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #0059F1;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #0044B8;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group label {
    color: #52606D;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control, .form-control.error {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block, .form-group .error-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

.form-control {
    border-color: #CBD2D9;
    font-size: 15px;
    height: 64px;
    line-height: 22px;
    padding: 20px 19px;
    color: #111B25;
}

textarea.form-control {
    min-height: 170px;
}

.form-control ~ label:not(.error-block) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
    left: 14px;
}

.form-control:focus {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 0 0 4px #C2D9FF;
}

select.form-control:focus,
select.form-control:not(:placeholder-shown),
.form-control[placeholder]:focus,
.form-control[placeholder]:not(:placeholder-shown) {
    padding-bottom: 12px;
    padding-top: 28px;
}

select.form-control:focus ~ label:not(.error-block),
select.form-control:not(:placeholder-shown) ~ label:not(.error-block),
.form-control[placeholder]:focus ~ label:not(.error-block),
.form-control[placeholder]:not(:placeholder-shown) ~ label:not(.error-block) {
    color: #52606D;
    font-size: 12px;
    top: 10px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    border-color: #CBD2D9;
    height: 64px;
    padding-bottom: 13px;
    padding-top: 17px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059f1, 0 0 0 4px #ebf2ff;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #242931;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #616E7C;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: left center;
    height: 64px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebf2ff;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.form-check {
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-check .error-block {
    position: absolute;
    bottom: -6px;
    left: 0px;
}

.form-check label {
    font-size: 15px;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn .spin {
    width: 16px;
    margin-right: 10px;
}

.btn-primary .spin .dash {
    stroke: #fff;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    z-index: 9;
    border-bottom: 1px solid #323f4b;
}

.header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .header {
        padding-top: 26px;
        padding-bottom: 26px;
        border: 0;
    }

    .header-logo {
        height: 30px;
        margin: 0;
    }
}

.hero {
    background: #111B25;
}

.hero .container {
    padding-top: 112px;
    padding-bottom: 66px;
    position: relative;
}

.hero .h1 {
    font-weight: 400;
    margin-bottom: 24px;
    color: #F5F7FA;
}

.hero-opening {
    font-size: 16px;
    line-height: 1.25;
    color: #F5F7FA;
    margin-bottom: 24px;
}

.hero-social {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.21;
}

.hero-social p {
    margin-bottom: 14px;
}

.hero-social-icon + .hero-social-icon {
    margin-left: 6px;
}

@media (min-width: 992px) {
    .hero {
        position: relative;
    }

    .hero .container {
        padding-top: 205px;
        padding-bottom: 84px;
        position: relative;
        z-index: 1;
    }

    .hero .h1 {
        margin-top: 52px;
    }

    .hero-opening {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    .hero-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .hero-bg-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

.box-form {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0px 16px 24px rgba(16, 42, 67, 0.11), 0px 4px 8px rgba(16, 42, 67, 0.15), 0px 0px 1px rgba(16, 42, 67, 0.19);
    padding: 32px 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.box-form .h4 {
    margin-bottom: 8px;
}

.box-form-footer {
    margin-top: 24px;
}

.box-form-description {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.14;
    color: #3E4C59;
}

@media (min-width: 992px) {
    .box-form {
        padding: 50px 41px;
        margin-right: 0;
    }

    .box-form .h4 {
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.3px;
    }

    .box-form-description {
        font-size: 17px;
        line-height: 1.41;
        margin-bottom: 32px;
    }
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    font-size: 17px;
    line-height: 24px;
    color: #111B25;
    font-weight: 500;
}

.check-list li svg {
    color: #0059F1;
    margin-right: 6px;
}

.check-list li + li {
    margin-top: 16px;
}

.check-list.dark li {
    color: #FFFFFF;
}

.check-list.dark li svg {
    color: #00CA75;
}

@media screen and (min-width: 992px) {
    .check-list li svg {
        margin-right: 8px;
    }

    .check-list li + li {
        margin-top: 10px;
    }
}

.check-list-inline {
    padding: 0;
    list-style: none;
}

.check-list-inline li {
    font-size: 17px;
    line-height: 21px;
    color: #2A2A2A;
}

.check-list-inline li svg {
    color: #0059F1;
    margin-right: 6px;
}

.check-list-inline.dark li {
    color: #fff;
}

.check-list-inline.dark li svg {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .check-list-inline {
        display: flex;
    }

    .check-list-inline li {
        display: flex;
        align-items: center;
    }

    .check-list-inline li svg {
        margin-right: 8px;
    }

    .check-list-inline li + li {
        margin-left: 19px;
    }
}

@media screen and (max-width: 991px) {
    .check-list-inline li + li {
        margin-top: 16px;
    }
}

.list-icon-inline {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #111B25;
    padding: 0;
    display: flex;
    align-items: center;
}

.list-icon-inline svg {
    color: white;
    margin-right: 10px;
}

.list-icon-inline li {
    display: flex;
    align-items: center;
}

.list-icon-inline li + li {
    margin-left: 35px;
}

@media screen and (min-width: 992px) {
    .list-icon-inline {
        font-size: 16px;
    }
}

.we-are-complete {
    overflow: hidden;
    background: #0059F1;
    padding: 70px 0 72px;
}

.we-are-complete .h2 {
    color: #fff;
    margin-bottom: 23px;
}

.we-are-complete .btn {
    margin-top: 57px;
}

@media screen and (min-width: 992px) {
    .we-are-complete {
        padding: 106px 0 101px;
        background-position: center;
    }

    .we-are-complete .h2 {
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .we-are-complete .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .we-are-complete .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .we-are-complete .btn {
        width: 100%;
    }
}

.card {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 4px 8px -2px rgba(17, 27, 37, 0.25);
}

.card-header:first-child {
    border-radius: 0;
}

.plan-cards {
    padding-top: 30px;
    padding-bottom: 18px;
    background: #F5F7FA;
}

.plan-cards .h2 {
    margin-bottom: 32px;
}

.plan-cards-type {
    font-size: 24px;
    line-height: 30px;
    color: #00CA75;
    margin-bottom: 32px;
}

.plan-cards-type-pro {
    color: #FF9300;
}

.plan-cards-price-old {
    font-size: 15px;
    line-height: 100%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #616E7C;
    margin-bottom: 4px;
}

.plan-cards-price {
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.5px;
    color: #111B25;
    margin-bottom: 54px;
    font-weight: 500;
}

.plan-cards-description {
    font-size: 15px;
    line-height: 22px;
    color: #111B25;
    margin-bottom: 28px;
}

.plan-cards-list {
    font-size: 16px;
    line-height: 30px;
    padding-left: 14px;
    color: #111B25;
}

.plan-cards-list span {
    font-weight: 500;
}

.plan-cards .btn {
    margin-top: 33px;
}

.plan-cards .card-plan-promotional .plan-cards-type {
    margin-bottom: 13px;
}

.plan-cards .card-plan-promotional .plan-cards-price {
    margin-bottom: 4px;
}

@media screen and (min-width: 992px) {
    .plan-cards {
        padding-top: 150px;
        padding-bottom: 79px;
    }

    .plan-cards .h2 {
        margin-bottom: 55px;
    }

    .plan-cards .card {
        width: 370px;
    }

    .plan-cards .card + .card {
        margin-left: 30px;
    }

    .plan-cards .card-body {
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 991px) {
    .plan-cards .card + .card {
        margin-top: 22px;
    }
}

.plan-cards-basic {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1355 695'%3E%3Crect width='290.942' height='455.139' fill='%230059F1' rx='145.471' transform='matrix(.6434 .76553 -.7721 .6355 1167.42 .352)'/%3E%3Cpath fill='%23ECEEF1' d='M524.061 472.704c-72.705-87.416-202.51-99.342-289.926-26.636L68.844 583.543C32.977 613.373 9.819 652.816 0 695h11.066c9.62-39.055 31.361-75.49 64.659-103.184l165.291-137.475c82.847-68.905 205.867-57.603 274.772 25.244 51.933 62.441 58.305 147.702 22.824 215.415h12.065c34.567-70.607 26.911-157.939-26.616-222.296Z'/%3E%3Crect width='119.669' height='179.186' stroke='%2300CA75' stroke-width='6.39' rx='59.834' transform='matrix(.6434 .76553 -.7721 .63549 1125.46 347.065)'/%3E%3C/svg%3E");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1355px 695px;
    padding-top: 63px;
    position: relative;
    z-index: 0;
}

.plan-cards-basic .plan-cards-type {
    color: #171717;
}

.plan-cards-basic .plan-cards-type-pro {
    color: #0059F1;
    text-transform: uppercase;
}

.plan-cards-basic .card {
    margin-bottom: 56px;
}

.plan-cards-basic .card:not(.card-plan-promotional) .plan-cards-price-old {
    text-decoration-line: none;
}

.plan-cards-basic .plan-cards-type, .plan-cards-basic .card-plan-promotional .plan-cards-type {
    margin-bottom: 28px;
}

.plan-cards-basic .plan-cards-price, .plan-cards-basic .card-plan-promotional .plan-cards-price {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price-old, .plan-cards-basic .plan-cards-description, .plan-cards-basic .plan-cards-list {
    color: #2A2A2A;
}

.plan-cards-basic .plan-cards-price-old {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price > span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-right: 2px;
    vertical-align: super;
}

.plan-cards-basic .card-plan-promotional .plan-cards-price {
    color: #111B25;
    font-weight: 600;
}

.plan-cards-basic .plan-cards-list {
    list-style: none;
    padding-left: 0;
}

.plan-cards-basic .plan-cards-list .icon {
    color: #9AA5B1;
    position: relative;
    top: -2px;
}

.plan-cards-basic .plan-cards-list .icon-check {
    color: #0059F1;
}

.plan-cards-basic .btn {
    margin-top: 44px;
}

.plan-cards-basic .card {
    margin-top: 39px;
}

.plan-cards-basic .card-plan-promotional .card-header {
    background-color: #0059F1;
    bottom: calc(100% - 8px);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 15px;
    left: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

@media (min-width: 992px) {
    .plan-cards-basic .card-body {
        padding-bottom: 40px;
    }

    .plan-cards-content {
        min-height: 232px;
    }
}

.testimonials {
    padding-top: 67px;
    padding-bottom: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
}

.testimonials .h2 {
    margin-bottom: 44px;
    text-align: center;
}

.testimonials-carousel > .testimonial:not(:first-child) {
    display: none;
}

.testimonials .testimonial-content .icon-quote-l {
    margin-bottom: 18px;
}

.testimonials .testimonial-author {
    margin-top: 34px;
}

.testimonials .testimonial-author-content span {
    display: block;
}

.testimonials .testimonial-author-content span:first-child {
    color: #111B25;
}

.testimonials .testimonial-author-content span:last-child {
    font-size: 16px;
    line-height: 24px;
}

.testimonials .testimonial-author-image {
    margin-right: 4px;
}

.testimonials-logo {
    width: 1075px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
}

.testimonials-logo:not(.slick-initialized) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.testimonials-logo:not(.slick-initialized) > div:nth-child(n+7) {
    display: none;
}

.testimonials-logo-item {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .testimonials-logo .slick-slide:not(.slick-current) .testimonials-logo-item {
        opacity: 0.5;
    }
}

@media screen and (max-width: 991px) {
    .testimonials-logo-group {
        position: relative;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .testimonials {
        padding-top: 120px;
        padding-bottom: 94px;
    }

    .testimonials .h2 {
        margin-bottom: 64px;
    }

    .testimonials .testimonial-content {
        width: 570px;
    }

    .testimonials .testimonial-content .icon-quote-l, .testimonials .testimonial-content .icon-quote-r {
        width: 31px;
        height: 26px;
    }

    .testimonials .testimonial-content .icon-quote-l {
        margin-bottom: 22px;
    }

    .testimonials .testimonial-content .icon-quote-r {
        margin-bottom: 0px;
        margin-right: 163px;
        margin-top: 9px;
    }

    .testimonials .testimonial-content p {
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

    .testimonials .slick-dots {
        margin-top: 23px;
    }
}

.carousel-arrow > * {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-arrow-prev {
    left: 0;
}

.carousel-arrow-next {
    right: 0;
}

.slick-custom .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-custom .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-custom .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-custom .slick-dots li button:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background: #CBD2D9;
    border-radius: 100%;
}

.slick-custom .slick-dots li.slick-active button:before {
    background: #0059F1;
}

.register-bottom {
    background: #F5F6F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.register-bottom .box-form {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .register-bottom {
        padding-top: 144px;
        padding-bottom: 144px;
    }

    .register-bottom .row {
        align-items: center;
    }

    .register-bottom .box-form {
        margin-top: 0;
    }
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password:before {
    background: url(../images/hostgator/sprite.svg#g-closed-eye) no-repeat left center;
    background-size: cover;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}

.toggle-password.visible:before {
    background: url(../images/hostgator/sprite.svg#g-open-eye) no-repeat left center;
}

.footer {
    background: #111B25;
    padding: 32px 0;
    text-align: center;
}

.footer-copy {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    .footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-copy {
        margin-bottom: 0;
    }
}

.other-benefits {
    padding-bottom: 55px;
    padding-top: 55px;
}

.other-benefits .h2 {
    margin-bottom: 42px;
}

.other-benefits .h3 {
    margin-bottom: 42px;
}

.other-benefits-icon {
    margin-bottom: 17px;
}

.other-benefits p {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    margin-bottom: 49px;
}

.other-benefits a + a {
    margin-top: 12px;
}

.other-benefits .other-benefits-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

@media screen and (max-width: 991px) {
    .other-benefits {
        text-align: center;
    }

    .other-benefits .h3 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .other-benefits .h7 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.4px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    .other-benefits {
        padding-bottom: 110px;
        padding-top: 126px;
    }

    .other-benefits a + a {
        margin-left: 8px;
        margin-top: 0;
    }

    .other-benefits-icon {
        margin-bottom: 25px;
    }

    .other-benefits .h7 {
        margin-bottom: 12px;
        letter-spacing: normal;
    }

    .other-benefits p {
        margin-bottom: 89px;
    }

    .other-benefits .h2 {
        line-height: 51px;
        letter-spacing: -0.4px;
        margin-bottom: 81px;
    }

    .other-benefits .h3 {
        margin-bottom: 89px;
    }

    .other-benefits .other-benefits-opening {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
}

.resources {
    padding-top: 61px;
    padding-bottom: 67px;
    background: #111B25;
    text-align: center;
    color: #fff;
}

.resources-title {
    margin-bottom: 48px;
    color: #fff;
}

.resources span {
    color: #0059F1;
}

.resources-carousel:not(.slick-initialized) .resources-item:not(:first-child) {
    display: none;
}

.resources-item-body {
    font-weight: 600;
    letter-spacing: -0.1px;
    border: 1px solid #3E4C59;
    border-radius: 8px;
    padding: 40px 32px 20px;
    min-height: 205px;
}

.resources-item p:last-child {
    margin-bottom: 0;
}

.resources-icon {
    margin-bottom: 25px;
}

.resources .slick-dots {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .resources {
        padding-top: 126px;
        padding-bottom: 95px;
    }

    .resources-title {
        margin-bottom: 77px;
    }

    .resources-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .resources-carousel:not(.slick-initialized) .resources-item:not(:first-child) {
        display: block;
    }

    .resources-carousel {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }

    .resources-item-body {
        min-height: 244px;
    }
}

.pro {
    padding-top: 60px;
    text-align: center;
    background: #BFD0D8;
}

.pro-title {
    margin-bottom: 12px;
}

.pro-title span {
    color: #0152dc;
}

.pro .check-list {
    margin-top: 31px;
    margin-bottom: 47px;
}

.pro-bg {
    margin-top: 60px;
}

.pro-bg-img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .pro {
        position: relative;
        padding-top: 214px;
        padding-bottom: 266px;
        text-align: inherit;
    }

    .pro-logo {
        position: relative;
        bottom: 7px;
    }

    .pro .container {
        position: relative;
        z-index: 1;
    }

    .pro-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .pro-bg-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

.features-slider {
    padding-top: 72px;
    padding-bottom: 56px;
    background: #F5F7FA;
}

.features-slider p {
    font-size: 17px;
    line-height: 1.41;
    color: #3E4C59;
    margin-bottom: 0;
}

.features-slider-pro {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background: #0059F1;
    border-radius: 100px;
    padding: 2px 8px;
    margin-bottom: 16px;
    display: inline-block;
}

.features-slider .check-list {
    margin-top: 32px;
    margin-bottom: 0;
}

.features-slider .list-icon-inline {
    margin-top: 32px;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .features-slider {
        overflow: hidden;
    }

    .features-slider .h2 {
        margin-bottom: 44px;
        letter-spacing: -1.2px;
    }

    .features-slider .h4 {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.5px;
        margin-bottom: 18px;
    }

    .features-slider img {
        display: block;
        max-width: 100%;
        margin: 0 auto 44px;
    }

    .features-slider .slick-list {
        overflow: inherit;
        z-index: 99;;
    }

    .features-slider .final-btn {
        position: absolute;
        bottom: -82px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    .features-slider .slick-active .final-btn {
        display: block;
    }

    .features-slider .carousel-arrows {
        padding-bottom: 60px;
    }

    .features-slider .slick-dots {
        margin-top: 32px;
    }
}

@media screen and (min-width: 992px) {
    .features-slider {
        position: relative;
        padding-top: 123px;
        padding-bottom: 0;
        background-size: 129px 65px;
        background-position: 21% 11%;
    }

    .features-slider .container {
        position: relative;
        z-index: 2;
    }

    .features-slider .h2 {
        margin-bottom: 95px;
    }

    .features-slider-group {
        display: flex;
        flex-direction: row-reverse;
    }

    .features-slider-navigation {
        margin-top: 40px;
        width: 391px;
        margin-right: auto;
    }

    .features-slider-item {
        display: block !important;
    }

    .features-slider-items {
        width: 500px;
        max-width: 100%;
    }

    .features-slider-item-content {
        margin-top: 78px;
        width: 339px;
        max-width: 100%;
        opacity: 0;
        transition: 0.8s;
        transform: translateY(300px);
    }

    .slick-current .features-slider-item-content {
        opacity: 1;
        transform: translateY(0);
    }

    .motion .features-slider-item-content {
        opacity: 0;
        transform: translateY(-300px);
    }

    .features-slider p {
        font-size: 18px;
        line-height: 26px;
    }

    .features-slider-item-content .btn {
        margin-top: 40px;
    }

    .features-slider-item-image img {
        opacity: 0;
        transition: 0.8s;
        transform: translateX(100px);
        width: 428px;
    }

    .slick-current .features-slider-item-image img {
        opacity: 1;
        transform: translateX(0);
    }

    .motion .features-slider-item-image img {
        opacity: 0;
        transform: translateX(-100px);
    }

    .features-slider-carousel .slick-prev {
        display: none !important;
    }

    .features-slider-sign {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .features-slider .carousel-arrows {
        padding-bottom: 0;
    }
}

.numeric-items {
    list-style: none;
    padding-left: 0;
}

.numeric-items li:not(:last-child) {
    margin-bottom: 35px;
}

.numeric-items-number {
    position: relative;
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 38px;
    transition: ease-in-out 0.15s;
    color: #FFFFFF;
    background: #0059F1;
    margin-bottom: 29px;
}

.numeric-items .h4 {
    margin-bottom: 18px;
}

.numeric-items-content {
    position: relative;
    top: -4px;
}

.numeric-items-content p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
}

.numeric-items-content .highlight {
    font-weight: 600;
    color: #6A40FF;
}

@media (min-width: 992px) {
    .numeric-items .h4 {
        font-size: 18px;
        line-height: 1.22;
        margin-bottom: 14px;
    }

    .numeric-items .active ~ li .numeric-items-number {
        color: #fff;
        background: #9AA5B1;
    }

    .numeric-items .numeric-items-number:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E%3Cpath d='M11.625 21.25a9.625 9.625 0 1 0 0-19.25 9.625 9.625 0 0 0 0 19.25Z' fill='%23111B25' stroke='%23111B25' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m15.916 8.826-4.66 6.214a1.204 1.204 0 0 1-1.815.129l-2.406-2.407' fill='%23111B25'/%3E%3Cpath d='m15.916 8.826-4.66 6.214a1.204 1.204 0 0 1-1.815.129l-2.406-2.407' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        position: absolute;
        right: -5px;
        top: -5px;
    }

    .numeric-items .active ~ li .numeric-items-number:before {
        display: none;
    }

    .numeric-items .active ~ li .numeric-items-content .h4,
    .numeric-items .active ~ li .numeric-items-content p {
        color: #9AA5B1;
    }

    .numeric-items-content .btn {
        margin-top: 39px;
    }
}