@font-face {
    font-family: "GTWalsheimProRegular";
    src: url("../fonts/GTWalsheimProRegular.ttf") format('truetype');
}
@font-face {
    font-family: "GTWalsheimPro-Medium";
    src: url("../fonts/GTWalsheimPro-Medium.ttf") format('truetype');
}
@font-face {
    font-family: "GTWalsheimProBold";
    src: url("../fonts/GTWalsheimProBold.ttf") format('truetype');
}

body {
    margin: 0px;
    font-family: GTWalsheimProRegular;
    background: #F3F3F2;
}
.email2{    
    display: none!important;    
}  
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 9999;
}
.header-content {
    max-width: 1360px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-content .logo {
    width: 350px;
}
.header-content .logo img {
    width: 100%;
}
.header-content .header-menu-items {
    display: flex;
    align-items: center;
}
.header-content .header-menu-items .header-menu-item {
    color: #0D4886;
    font-size: 18px;
    line-height: 21px;
    margin-left: 32px;
    cursor: pointer;
    position: relative;
}
.header-content .header-menu-items .header-menu-item:before {
    content: "";
    position: absolute;
    left: 0;
    background: black;
    height: 1px;
    transition-duration: 0.3s;
    width: 0;
    bottom: -2px;
}
.header-content .header-menu-items .header-menu-item.btn {
    background: #ED2939;
    border: 1px solid #ED2939;
    border-radius: 5px;
    padding: 14px 21px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: white;
}
.header-content .header-menu-items .header-menu-item:hover:before {
    width: 100%;
}
.header-content .header-menu-items .header-menu-item.btn:hover:before {
    width: 0;
}
.header-content .header-menu-icon {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 19px;
    position: relative;
}
.header-content .header-menu-icon div {
    height: 3px;
    background: #00283C;
    border-radius: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
}
.header .header-menu-icon .one {
    top: 0px;
}
.header .header-menu-icon .two {
    top: 8px;
}
.header .header-menu-icon .three {
    top: 16px;
}
.header.open .header-menu-icon .one {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.header.open .header-menu-icon .two {
    opacity: 0;
}
.header.open .header-menu-icon .three {
    transform: translate3d(0px,-6px,0) rotate(-45deg);
}
.header.open .header-content .header-menu-items {
    display: block;
}
.tier1 {
    background: #00283c;
    background-image: url(../images/tier1.png);
    margin-top: 88px;
    background-size: cover;
    background-position: center;
    overflow-x: clip;
}
.tier1-content {
    padding: 75px 20px;
    max-width: 1360px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.tier1-info {
    width: 36%;
}
.tier1-info h1 {
    font-family: GTWalsheimProBold;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: white;
    margin: 0;
}
.tier1-info h1 br {
    display: none;
}
.tier1-info p {
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: white;
    margin: 6px 0 40px 0;
}
.tier1-info .button-item {
    background: #F3F3F2;
    border-radius: 5px;
    padding: 20px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00283C;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.tier1-info .button-item img {
    margin-left: 15px;
}
.tier1-image {
    width: 64%;
    position: absolute;
    right: -70px;
    top: 60px;
}
.tier1-image img {
    width: 100%;
}
.tier1-image .tier1-animation {
    position: absolute;
    left: 23%;
    top: 6%;
    width: 54%;
}
.tier2-content {
    padding: 100px 20px;
    max-width: 1160px;
    margin: auto;
    text-align: center;
}
.tier2-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    margin-bottom: 65px;
}
.tier2-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgb(149 157 165 / 20%);
    padding-bottom: 50px;
}
.tier2-item h2 {
    padding: 25px 0;
    text-align: center;
    color: #00283C;
    font-size: 22px;
    line-height: 145%;
    text-transform: uppercase;
    font-family: 'GTWalsheimProBold';
    background: linear-gradient(0deg, #7AC8F0, #7AC8F0), url(.png);
    border-radius: 4px;
    margin: 16px -8px 35px -8px;
}
.tier2-item img {
    width: 40px;
    margin: 0 auto 40px auto;
    display: block;
}
.tier2-item p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #00283C;
    text-align: center;
    max-width: 273px;
    margin: auto;
}
.tier2-item:last-child p {
    max-width: 240px;
}
.call-btn {
    display: inline-flex;
    align-items: center;
    background: #ED2939;
    border-radius: 5px;
    font-family: 'GTWalsheimProBold';
    font-size: 22px;
    line-height: 25px;
    color: white;
    text-transform: uppercase;
    text-decoration: unset;
    padding-right: 30px;
    -webkit-appearance: none;
    cursor: pointer;
}
.call-btn div {
    background: rgba(240, 69, 78, 0.42);
    box-shadow: 3px 0px 5px -3px #888888;
    border-radius: 5px 0px 0px 5px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.call-btn img {
    width: 38px;
}
.tier3 {
    background: #7AC8F0;
}
.tier3-content {
    max-width: 1360px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.tier3-content .tier3-image {
    width: 40%;
    margin-top: -80px;
}
.tier3-content .tier3-image img {
    width: 100%;
}
.tier3-content .tier3-info {
    width: 60%;
    padding-left: 60px;
    max-width: 640px;
}
.tier3-content .tier3-info img {
    width: 36px;
}
.tier3-content .tier3-info h1 {
    color: #00283C;
    font-family: 'GTWalsheimProBold';
    font-size: 30px;
    line-height: 34px;
    margin: 18px 0;
}
.tier3-content .tier3-info p {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    color: #00283C;
}
.tier4-content {
    padding: 100px 20px;
    max-width: 990px;
    margin: auto;
    text-align: center;
}
.tier4-content .tier4-icon {
    width: 30px;
}
.tier4-content h2 {
    color: #7AC8F0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'GTWalsheimProBold';
    text-transform: uppercase;
    margin: 12px 0;
}
.tier4-content h1 {
    font-family: 'GTWalsheimProBold';
    font-size: 34px;
    line-height: 39px;
    color: #00283C;
    text-transform: uppercase;
    margin: 0;
}
.tier4-content p {
    margin: 40px 0 60px 0;
    font-size: 18px;
    line-height: 20px;
}
.tier4-content p span {
    font-size: 20px;
    text-transform: uppercase;
}
.tier4-content .tier4-chart {
    width: 100%;
    max-width: 880px;
}
.tier4-content .tier4-chart.mobile {
    display: none;
}
.tier4-content .tier4-items {
    margin: 50px 0 100px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.tier4-content .tier4-items p {
    font-size: 17px;
    color: #333333;
    text-align: left;
    margin: 0;
    line-height: 24px;
    padding: 32px 24px;
    box-shadow: 0px 3px 10px 0px #00000033;
    background: white;
    border-left: 2px solid #7ac8f0;
}
.tier4-content .tier4-items p strong {
    font-size: 20px;
}
.tier4-content .tier4-items p:first-child {
    margin-bottom: 20px;
}
.tier4-content .tier4-item:last-child p {
    padding: 14px 24px;
}
.tier5 {
    background-image: url(../images/choose.png);
    background-size: cover;
    background-position: center;
}
.tier5-content {
    padding: 100px 20px 200px 20px;
    text-align: center;
    max-width: 760px;
    margin: auto;
}
.tier5-content img {
    width: 26px;
}
.tier5-content h2 {
    font-family: 'GTWalsheimProBold';
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0;
    color: #7AC8F0;
    text-transform: uppercase;
}
.tier5-content h1 {
    font-family: 'GTWalsheimProBold';
    font-size: 28px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.tier5-items {
    border: 1px solid #7AC8F0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 85px;
    text-align: left;
    box-shadow: 0px 3px 10px rgb(149 157 165 / 40%);
    padding: 60px;
}
.tier5-item {
    display: flex;
    align-items: flex-start;
}
.tier5-item img {
    width: 16px;
    margin-right: 24px;
    margin-top: 5px;
}
.tier5-item p {
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin: 0;
}
.tier6 {
    padding: 0 20px;
}
.tier6-content {
    max-width: 900px;
    z-index: 99;
    position: relative;
    margin: -75px auto -50px auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgb(149 157 165 / 20%);
    border-radius: 6px;
    padding: 40px 10px;
    display: flex;
    align-items: flex-start;
}
.tier6-content form,
.tier6-content .form-info {
    width: 50%;
    padding: 0 40px;
}
.tier6-content form {
    margin: 0;
    border-right: 2px dashed #d7d7d7;
    padding-bottom: 20px;
}
.tier6-content h1 {
    font-family: 'GTWalsheimProBold';
    font-size: 26px;
    line-height: 30px;
    color: #7AC8F0;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}
.tier6-content .form-info h1 {
    color: #00283C;
}
.tier6-content input {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 24px;
    padding: 0 30px;
    outline: none;
    font-size: 15px;
    color: #00283C;
    -webkit-appearance: none;
}
.tier6-content input[type="submit"] {
    margin: 0;
    background: #7AC8F0;
    font-family: 'GTWalsheimProBold';
    font-size: 20px;
    color: white;
    letter-spacing: 0.05em;
    padding: 0 0 0 60px;
    height: 60px;
    cursor: pointer;
    -webkit-appearance: none;
}
.tier6-content .form-submit {
    cursor: pointer;
    position: relative;
}
.tier6-content .submit-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(154, 215, 246, 0.42);
    box-shadow: 3px 0px 5px -3px #888888;
    border-radius: 5px 0px 0px 5px;
}
.tier6-content .submit-icon img {
    width: 30px;
}
.tier6-content .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.tier6-content .info-item img {
    width: 26px;
    margin-right: 23px;
}
.tier6-content .info-item p,
.tier6-content .info-item a {
    font-size: 18px;
    line-height: 21px;
    color: #00283C;
    margin: 0;
}
.tier6-content .info-item a {
    font-family: 'GTWalsheimProBold';
}
.tier6-content .info-item:last-child a {
    text-decoration: unset;
}
.footer {
    background: #7AC8F0;
    padding: 100px 20px 50px 20px;
}
.footer p {
    font-size: 18px;
    line-height: 21px;
    color: #00283C;
    text-align: center;
    margin: 0;
}
.tier7 {
    background-image: url(../images/choose.png);
    background-size: cover;
    background-position: center;
}
.tier7-content {
    padding: 100px 20px;
    text-align: center;
    max-width: 760px;
    margin: auto;
}
.tier7-content img {
    width: 26px;
}
.tier7-content h2 {
    font-family: 'GTWalsheimProBold';
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0;
    color: #7AC8F0;
    text-transform: uppercase;
}
.tier7-content h1 {
    font-family: 'GTWalsheimProBold';
    font-size: 28px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.tier7-items {
    border: 1px solid #7AC8F0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 85px;
    text-align: left;
    box-shadow: 0px 3px 10px rgb(149 157 165 / 40%);
    padding: 60px;
}
.tier7-item {
    display: flex;
    align-items: center;
}
.tier7-item img {
    width: 16px;
    margin-right: 24px;
    margin-top: 5px;
}
.tier7-item h3 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin: 0;
}

@media (max-width: 1299px) {
    .tier1-info h1 {
        font-size: 42px;
    }
    .tier1-image {
        right: 0px;
    }
}

@media (max-width: 1099px) {
    .header-content .header-menu-items .header-menu-item {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .header-content .header-menu-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 30px 0;
        text-align: center;
    }
    .header-content .header-menu-icon {
        display: block;
    }
    .header-content .header-menu-items .header-menu-item {
        margin: 0 0 20px 0;
    }
    .header-content .header-menu-items .header-menu-item.btn {
        display: inline-block;
        margin: 0;
    }
    .tier1 {
        margin-top: 82px;
    }
    .tier1-content {
        display: block;
        text-align: center;
        padding-bottom: 40px;
    }
    .tier1-info {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .tier1-info h1 {
        font-size: 48px;
        line-height: 57px;
    }
    .tier1-info p {
        line-height: 24px;
    }
    .tier1-image {
        position: relative;
        width: 100%;
        top: 50px;
    }
    .tier2-content {
        padding: 60px 20px;
    }
    .tier2-items {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 35px;
        max-width: 350px;
        margin: 0 auto 50px auto;
    }
    .tier3-content {
        flex-direction: column;
        padding-top: 50px;
        text-align: center;
        max-width: 500px;
    }
    .tier3-content .tier3-image {
        order: 2;
        width: 100%;
        margin-top: 30px;
    }
    .tier3-content .tier3-info {
        padding: 0;
        width: 100%;
    }
    .tier4-content {
        padding: 60px 20px;
        max-width: 500px;
    }
    .tier4-content p {
        margin: 40px 0;
        line-height: 27px;
    }
    .tier4-content .tier4-items {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        margin: 50px 0;
    }
    .tier4-content .tier4-items p {
        padding: 14px 18px !important;
    }
    .tier5-content,
    .tier7-content {
        padding: 60px 20px 100px 20px;
    }
    .tier6-content {
        margin: -35px auto -20px auto;
    }
    .tier6-content h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .tier6-content .info-item p, .tier6-content .info-item a {
        font-size: 15px;
        line-height: 17px;
    }
    .footer {
        padding: 55px 20px 35px 20px;
    }
}

@media (max-width: 767px) {
    .header-content .logo {
        width: 228px;
    }
    .tier1 {
        margin-top: 67px;
    }
    .tier1-info {
        max-width: 334px;
    }
    .tier1-info h1 br {
        display: block;
    }
    .tier1-image {
        right: unset;
        width: calc(100% + 60px);
        left: -30px;
    }
    .tier2-item h2 {
        padding: 22px 0;
        font-size: 20px;
        line-height: 29px;
    }
    .tier2-item img {
        margin-bottom: 35px;
    }
    .tier3-content .tier3-info {
        max-width: 284px;
    }
    .tier4-content p {
        margin: 40px auto;
        line-height: 24px;
        font-size: 14px;
        max-width: 240px;
    }
    .tier4-content p br {
        line-height: 10px;
    }
    .tier4-content .tier4-items p {
        max-width: 100%;
    }
    .tier5,
    .tier7 {
        background-image: url(../images/choose-mobile.png);
    }
    .tier5-items {
        padding: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
    .tier7-items {
        padding: 40px 50px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .tier5-item {
        align-items: center;
    }
    .tier6-content {
        flex-direction: column;
        padding: 40px 20px;
    }
    .tier6-content form {
        width: 100%;
        border: none;
        padding: 0;
        order: 2;
    }
    .tier6-content .form-info {
        width: 100%;
        padding: 0;
        border-bottom: 2px dashed #d7d7d7;
        margin-bottom: 40px;
    }
    .tier6-content h1 {
        margin-bottom: 40px;
        text-align: center;
    }
    .footer p {
        max-width: 280px;
        margin: auto;
    }
    .tier4-content .tier4-chart.desktop {
        display: none;
    }
    .tier4-content .tier4-chart.mobile {
        display: block;
    }
}
