body,
html {
    margin: 0px;
    padding: 0px
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif
}

footer {
    background-color: #7a8286;
    height: auto;
    padding: 20px 0px;
    text-align: center
}

footer .outer__footer ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .outer__footer ul>li {
    margin-right: 15px
}

footer .outer__footer ul>li>a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

footer .outer__footer ul>li>a:hover {
    opacity: .7
}

footer .outer__footer ul>li:last-child {
    margin-right: 0px
}

footer .outer__footer>h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

footer .outer__footer>p {
    margin: 0px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 400
}

footer .container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.main__box .container {
    max-width: 990px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.main__box .logos {
    background-color: #F3F3F3
}

.main__box .logos .outer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 450px
}

.main__box .logos .outer__logos>p {
    margin: 0px;
    font-size: 18px;
    font-weight: 900;
    margin-right: 25px;
    white-space: nowrap
}

.main__box .logos .outer__logos .logos__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.main__box .logos .outer__logos .logos__box>img {
    max-width: 27%;
    margin-right: 35px
}

.main__box .logos .outer__logos .logos__box>img:last-child {
    margin-right: 0px
}

.main__box .top__main {
    padding-top: 25px;
    padding-bottom: 55px
}

.main__box .top__main .outer {
    padding-right: 450px;
    position: relative
}

.main__box .top__main .outer .form__wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 425px;
    max-width: 425px;
    border: 2px solid #000000;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
    background: #fff;
    opacity: 1
}

.main__box .top__main .outer .form__wrapper .head {
    text-align: center;
    padding: 10px 15px;
    background-color: #5B5B5B
}

.main__box .top__main .outer .form__wrapper .head>p {
    margin: 0px;
    font-size: 1.14rem;
    line-height: 1.3rem;
    color: #fff
}

.main__box .top__main .outer .form__wrapper .head>p span {
    text-decoration: underline
}

.main__box .top__main .outer .form__wrapper .head>h6 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fff;
    font-weight: bold
}

.main__box .top__main .outer .form__wrapper .head>h6 span {
    text-decoration: underline
}

.main__box .top__main .outer .form__wrapper .content {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px
}

.main__box .top__main .outer .form__wrapper .content form .bottom__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.main__box .top__main .outer .form__wrapper .content form .group__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.main__box .top__main .outer .form__wrapper .content form .group__submit button {
    background: #FB7800;
    color: #FFFFFF;
    font-size: 1.7099rem;
    font-weight: 700;
    font-style: normal;
    height: 52px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 100%;
    border: 0px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.main__box .top__main .outer .form__wrapper .content form .group__submit button:hover {
    background: #EA7000;
    color: #FFFFFF
}

.main__box .top__main .outer .form__wrapper .content form>.group__input {
    width: 100%;
    margin-bottom: 15px
}

.main__box .top__main .outer .form__wrapper .content form>.group__input.error>p {
    color: #e85f54
}

.main__box .top__main .outer .form__wrapper .content form>.group__input.error>select {
    border-color: #e85f54
}

.main__box .top__main .outer .form__wrapper .content form>.group__input .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main__box .top__main .outer .form__wrapper .content form>.group__input .radios .container__radio {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin-right: 80px
}

.main__box .top__main .outer .form__wrapper .content form>.group__input .radios .container__radio:last-child {
    margin-right: 0px
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>input {
    border-radius: 2px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    height: 43px;
    background-color: #ECF8FD;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    border: 1px solid #A3BAC6
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>p {
    margin-top: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 6px
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>textarea {
    border-radius: 2px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    padding-left: 12px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    padding-right: 12px;
    width: 100%;
    padding-top: 12px;
    resize: none;
    height: 100px;
    background-color: #ECF8FD;
    border: 1px solid #A3BAC6
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>select {
    border-radius: 2px;
    font-size: 15px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    font-family: "Open Sans", sans-serif;
    padding-left: 12px;
    padding-right: 30px;
    width: 100%;
    height: 43px;
    background: url("../images/select-arrow-drop-down.webp");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
    background-color: #ECF8FD;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #A3BAC6
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>select * {
    font-family: "Open Sans", sans-serif
}

.main__box .top__main .outer .form__wrapper .content form>.group__input:last-child {
    margin-bottom: 0px
}

.main__box .top__main .outer .form__wrapper .content .after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.main__box .top__main .outer .form__wrapper .content .after>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: #000000;
    font-weight: 400
}

.main__box .top__main .outer>span {
    display: block;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2rem
}

.main__box .top__main .outer>span span {
    text-decoration: underline
}

.main__box .top__main .outer .limited {
    margin-top: 40px
}

.main__box .top__main .outer .limited>p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.36rem;
    line-height: 1.9rem;
    font-weight: bold;
    color: #000
}

.main__box .top__main .outer>p {
    margin-top: 0px;
    font-size: 1.7rem;
    line-height: 2.8rem
}

.main__box .top__main .outer>p span {
    font-weight: bold;
    text-decoration: underline
}

.main__box .top__main .outer>h2 {
    text-align: center;
    margin-top: 0px;
    color: #ff0000;
    font-size: 4rem;
    line-height: 4.475rem;
    margin-bottom: 10px
}

.container__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.container__radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: relative;
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    border-radius: 250px;
    margin-right: 15px;
    border: 1px solid #8195a8;
    border-radius: 250px
}

.container__radio input:checked~.checkmark {
    background-color: #308dfc;
    border-color: #308dfc
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container__radio input:checked~.checkmark:after {
    display: block
}

.container__radio .checkmark:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white
}

.error__box {
    position: absolute;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background-color: #e85f54;
    padding: 0.4375rem 0.9375rem;
    max-width: 250px;
    min-width: 0px;
    word-wrap: break-word;
    margin: auto;
    left: -235px;
    top: 150px;
    z-index: 3
}

.error__box p {
    margin: 0px;
    font-family: "Open Sans", sans-serif
}

.error__box:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #e85f54;
    top: -0.1875rem;
    left: auto;
    right: -3px;
    top: 14px
}

.main__box .logos .outer__logos .logos__box>img {
    margin-right: 15px
}

.main__box .logos .outer__logos .logos__box>img:nth-child(1) {
    max-width: 80%
}

.main__box .logos .outer__logos .logos__box>img:nth-child(3) {
    max-width: 80%
}

.main__box .logos .outer__logos>p {
    line-height: 2.125rem;
    font-size: 1.4861rem;
    font-weight: 400
}

.header__part .header__title {
    text-align: center;
    padding: 10px 15px;
    background-color: #6B6B6B
}

.header__part .header__title p {
    margin: 0px;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
    color: #fff;
    font-weight: 400
}

.header__part .container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.header__part .outer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0px
}

.header__part .outer__top>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.top__main {
    background: url("../images/mainhero.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: relative
}

.top__main:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .65;
    background-color: #fff
}

.bottom__part .desc {
    text-align: center
}

.bottom__part .desc>p {
    margin: 0px;
    line-height: 1.8125rem;
    font-size: 0.9907rem;
    color: rgba(0, 0, 0, 0.9)
}

.bottom__part .desc>h6 {
    margin-top: 0px;
    line-height: 1.6875rem;
    font-size: 1.1765rem;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold
}

.bottom__part .outer__bottom {
    padding-top: 30px;
    padding-right: 450px;
    min-height: 770px
}

.bottom__part .outer__bottom ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    grid-row-gap: 5px;
    grid-column-gap: 10px
}

.bottom__part .outer__bottom ul>li {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bottom__part .outer__bottom>p {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.6875rem;
    font-size: 1.1765rem
}

.bottom__part .outer__bottom>h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 2.4375rem;
    font-size: 1.7337rem;
    border-bottom: 1px solid #FB7800
}

.top__info {
    max-width: 340px;
    margin-left: auto
}

.top__info>p {
    margin: 0px;
    color: #000000;
    line-height: 1.9375rem;
    font-size: 1.3622rem
}

.top__info>p span {
    background: #FFFF33;
    text-decoration: underline
}

.top__info>h6 {
    margin: 0px;
    color: #2a6bb5;
    line-height: 2.8125rem;
    font-size: 1.7337rem;
    font-weight: bold;
    margin-bottom: 20px
}

.top__info>h2 {
    margin-top: 0px;
    color: #ff1a00;
    font-weight: bold;
    line-height: 5.5rem;
    font-size: 4.5201rem;
    margin-bottom: 20px
}

.main__box .top__main .outer .form__wrapper .content form>.group__input>p {
    font-size: 15px;
    line-height: 20px
}

.main__box .top__main .outer .form__wrapper .content {
    padding-left: 30px;
    padding-right: 30px
}

footer {
    background-color: #555
}

.cta__wrapper {
    padding: 70px 0px;
    background-color: #ecfeff;
    text-align: center
}

.cta__wrapper .outer__cta .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.cta__wrapper .outer__cta .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    background: #29D600;
    color: #FFFFFF;
    font-size: 1.6099rem;
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
    padding-left: 25px;
    padding-bottom: 2px;
    padding-right: 25px;
    min-width: 350px;
    min-height: 80px;
    border: 2px solid #32FB02;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.cta__wrapper .outer__cta .btn>a:hover {
    background: #22B000;
    color: #FFFFFF
}

.cta__wrapper .outer__cta>h2 {
    margin-top: 0px;
    line-height: 3.0625rem;
    font-size: 2.1672rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px
}

.cta__wrapper .outer__cta>span {
    display: block;
    text-align: center;
    line-height: 2rem;
    font-size: 1.2384rem;
    color: #000000;
    font-style: italic
}

.cta__wrapper .outer__cta>p {
    margin: 0px;
    color: #5c6175;
    line-height: 2rem;
    font-size: 1.2384rem;
    margin-bottom: 15px
}

.cta__wrapper .container {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

header {
    background-color: #002E62
}

header .outer__header {
    padding: 12px 0px
}

header .outer__header>p {
    text-shadow: 0px 0px 5px black;
    text-align: center;
    margin: 0px;
    color: #FFFFFF;
    font-size: 1.4861rem;
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
    border-radius: 0
}

header .container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    position: relative;
    padding-right: 15px
}

header .container .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 15px
}

header .container .logo img {
    max-width: 90px
}

.box__info {
    border: 0.0625rem solid #A3BAC6;
    background: #fff;
    width: calc(100% - 450px);
    padding: 30px 20px
}

.box__info>p {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    color: #37465A
}

.box__info>.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

.box__info>.btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    background: #29D600;
    color: #FFFFFF;
    font-size: 1.2384rem;
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
    padding-left: 25px;
    padding-bottom: 2px;
    padding-right: 25px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.box__info>.btn>a:hover {
    background-color: #23B020
}

.box__info>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px
}

.box__info>ul li {
    color: #000000;
    line-height: 1.5625rem;
    font-size: 1.1146rem
}

.box__info>ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ee821a;
    margin-right: 12px
}

.box__info .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.box__info .media img {
    max-width: 100%
}

.box__info>h6 {
    margin-top: 0px;
    border-bottom: 1px solid #FFCB03;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 2.375rem;
    font-size: 1.4861rem
}

.main__box .container {
    max-width: 1080px
}

.bottom__part {
    background-color: #FFEFF4;
    padding-top: 30px;
    padding-bottom: 40px
}

.main__box .logos .outer__logos>p {
    font-weight: bold
}

.main__box .logos .outer__logos .logos__box>img:nth-child(1) {
    max-width: 100%
}

.main__box .logos .outer__logos .logos__box>img {
    max-width: 32%
}

.top__info {
    max-width: 445px
}

.top__info ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px
}

.top__info ul li {
    padding-left: 20px;
    position: relative
}

.top__info ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 250px;
    background-color: #37465A
}

.top__info>h6 {
    font-weight: bold;
    color: #000000;
    font-size: 1.1146rem;
    line-height: 1.8rem
}

.top__info>h3 {
    margin: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 1.2384rem;
    margin-bottom: 25px;
    line-height: 2rem
}

.top__info>h2 {
    margin-bottom: 10px
}

.main__box .top__main {
    padding-top: 40px;
    padding-bottom: 140px
}

.top__main {
    background: url("../images/back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.top__main:before {
    content: none
}

.top__info {
    position: relative
}

.top__info .media {
    position: absolute;
    left: -440px;
    width: 395px;
    top: -10px;
    height: 420px
}

.top__info .media:before {
    content: "";
    width: 195px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: -10px;
    right: -10px
}

.top__info .media:after {
    content: "";
    width: 195px;
    height: 100%;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: -10px
}

.top__info .media>img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.main__box .top__main .outer .form__wrapper {
    border-color: #010e3f
}

.main__box .top__main .outer .form__wrapper .head {
    background-color: #010e3f
}

.main__box .top__main .outer .form__wrapper .content form .group__submit button {
    min-height: 75px;
    background-color: #29D600;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.main__box .top__main .outer .form__wrapper .content form .group__submit button:hover {
    background-color: #23B020
}

footer .outer__footer>p,
footer .outer__footer ul>li>a {
    font-size: 0.743rem;
    line-height: 1.1875rem
}

.success__wrapper {
    background-color: #F9FAFB
}

.success__wrapper .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.success__wrapper .outer__success {
    padding: 50px 0px;
    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
}

.success__wrapper .outer__success .desc {
    max-width: 500px;
    width: 100%;
    margin-right: 30px
}

.success__wrapper .outer__success .desc .btn {
    margin-top: 25px
}

.success__wrapper .outer__success .desc .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 350px;
    min-height: 80px;
    border: 2px solid #32FB02;
    font-size: 1.6099rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    background-color: #29D600;
    color: #fff;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.success__wrapper .outer__success .desc .btn>a:hover {
    background-color: #22B000
}

.success__wrapper .outer__success .desc .list {
    margin-top: 30px
}

.success__wrapper .outer__success .desc .list>.el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.success__wrapper .outer__success .desc .list>.el>p {
    margin: 0px;
    line-height: 1.625rem;
    font-size: 0.9907rem
}

.success__wrapper .outer__success .desc .list>.el>h6 {
    margin: 0px;
    font-weight: bold;
    color: #000000;
    line-height: 2.375rem;
    font-size: 1.4861rem
}

.success__wrapper .outer__success .desc .list>.el:last-child {
    margin-bottom: 0px
}

.success__wrapper .outer__success .desc>p {
    margin: 0px;
    color: #5c6175;
    line-height: 1.625rem;
    font-size: 0.9907rem
}

.success__wrapper .outer__success .desc>h2 {
    margin-top: 0px;
    line-height: 3.3125rem;
    font-size: 2.3529rem;
    color: #000000;
    margin-bottom: 5px
}

.success__wrapper .outer__success .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 540px
}

.success__wrapper .outer__success .image>img {
    max-width: 100%
}

.info__wrapper {
    padding: 65px 0px
}

.info__wrapper .outer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info__wrapper .outer__info .desc .btn {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.info__wrapper .outer__info .desc .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 345px;
    min-height: 50px;
    background-color: #29D600;
    font-size: 1.2384rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    border-radius: 3px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.info__wrapper .outer__info .desc .btn>a:hover {
    background-color: #22B000
}

.info__wrapper .outer__info .desc>p {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #5c6175;
    line-height: 1.625rem;
    font-size: 0.9907rem
}

.info__wrapper .outer__info .desc>h6 {
    margin-top: 0px;
    line-height: 3.3125rem;
    font-size: 2.3529rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px
}

.info__wrapper .outer__info .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 370px;
    border-radius: 6px;
    margin-right: 40px;
    overflow: hidden;
    border: 2px solid #FFD90C;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info__wrapper .outer__info .media>img {
    max-width: 100%
}

.info__wrapper .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.bottom__part .btn>a {
    min-width: 350px;
    min-height: 80px;
    font-size: 1.6099rem;
    font-weight: bold;
    border: 2px solid #32FB02;
    background: #29D600;
    border-radius: 10px
}

.bottom__part {
    background-color: #F9FAFB
}

.info__wrapper {
    background-color: #F9FAFB
}

.main__box .logos .outer__logos .logos__box>img:nth-child(1) {
    max-width: 34%
}

.main__box .logos .outer__logos .logos__box>img:nth-child(2) {
    max-width: 20%
}

.main__box .logos .outer__logos .logos__box>img:nth-child(3) {
    max-width: 23%
}

.top__info>h3 {
    color: #000000;
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-weight: bold
}

.top__info>h3 span {
    text-decoration: underline;
    color: #ff0000
}

.top__info ul li:before {
    top: 10px;
    -webkit-transform: none;
    transform: none
}

.top__info ul {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold
}

.main__box .top__main {
    padding-bottom: 100px
}

.top__info {
    max-width: 500px
}

.top__main {
    background: url("../images/heroimage.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.top__main:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #fff
}

.main__box .logos .outer__logos {
    padding-top: 8px;
    padding-bottom: 8px
}

.main__box .top__main .outer .form__wrapper .head {
    background-color: #FFD80D
}

.main__box .top__main .outer .form__wrapper {
    border-color: #FFD80D
}

.main__box .top__main .outer .form__wrapper .head>h6,
.main__box .top__main .outer .form__wrapper .head>p {
    color: #000
}

.container__radio.green {
    color: #1ec625 !important;
    font-weight: bold !important
}

.container__radio.red {
    color: #d60f0d !important
}

.top__info>h3 {
    margin-bottom: 35px
}

.top__info>h3 {
    font-size: 1.6rem
}

.obligation__wrapper {
    background-color: #eee;
    padding: 50px 0px
}

.obligation__wrapper .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.obligation__wrapper .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.obligation__wrapper .grid .elem {
    text-align: center;
    max-width: 280px;
    position: relative
}

.obligation__wrapper .grid .elem:last-child:before {
    content: none
}

.obligation__wrapper .grid .elem:before {
    content: "";
    position: absolute;
    right: -140px;
    top: 50px;
    width: 190px;
    height: 10px;
    background-color: #FFD90C
}

.obligation__wrapper .grid .elem .desc>p {
    margin: 0px;
    color: #000000;
    line-height: 2rem;
    font-size: 1.2384rem
}

.obligation__wrapper .grid .elem .desc>h6 {
    margin-bottom: 10px;
    color: #000000;
    line-height: 2.375rem;
    font-size: 1.4861rem;
    font-weight: bold;
    margin-top: 0px
}

.obligation__wrapper .grid .elem:nth-child(2) .media {
    margin-top: -25px;
    margin-bottom: 0px
}

.obligation__wrapper .grid .elem:nth-child(2) .media img {
    width: 200px
}

.obligation__wrapper .grid .elem .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    align-items: center
}

.obligation__wrapper .grid .elem .media>img {
    width: 113px
}

.obligation__wrapper .outer__obligation .after {
    margin-top: 40px;
    max-width: 864px;
    margin-left: auto;
    margin-right: auto
}

.obligation__wrapper .outer__obligation .after .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.obligation__wrapper .outer__obligation .after .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 350px;
    min-height: 80px;
    border: 2px solid #32FB02;
    font-size: 1.6099rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    background-color: #29D600;
    color: #fff;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.obligation__wrapper .outer__obligation .after .btn>a:hover {
    background-color: #22B000
}

.obligation__wrapper .outer__obligation .after>span {
    text-align: center;
    line-height: 2rem;
    font-style: italic;
    color: #000000;
    display: block;
    font-weight: bold;
    font-size: 1.2384rem
}

.obligation__wrapper .outer__obligation .after>p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 2rem;
    font-size: 1.2384rem
}

.obligation__wrapper .outer__obligation .after>p span {
    font-weight: bold
}

.obligation__wrapper .outer__obligation>.head {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.obligation__wrapper .outer__obligation>.head>h6 {
    margin: 0px;
    line-height: 2.25rem;
    font-size: 1.6099rem;
    font-weight: 400;
    position: relative
}

.obligation__wrapper .outer__obligation>.head>h6:before {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    height: 2px;
    bottom: -20px;
    background-color: #FFD90C
}

.obligation__wrapper .outer__obligation>.head>h6 span {
    font-weight: bold
}

@media (max-width: 1340px) {
    .top__info {
        max-width: 360px
    }
    .top__info ul {
        grid-template-columns: 1fr
    }
}

.after__form {
    display: none
}

@media (max-width: 1200px) {
    .obligation__wrapper .grid {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto
    }
    .obligation__wrapper .grid .elem:before {
        content: "";
        position: absolute;
        right: -95px;
        top: 50px;
        width: 158px;
        height: 10px;
        background-color: #FFD90C
    }
}

@media (max-width: 991px) {
    .obligation__wrapper .grid {
        margin: 35px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .obligation__wrapper {
        padding: 35px 0px
    }
    .obligation__wrapper .outer__obligation>.head>h6 {
        font-size: 1.3rem;
        line-height: 1.8rem
    }
    .obligation__wrapper .grid {
        margin-top: 50px
    }
    .obligation__wrapper .grid .elem .desc>p {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
    .obligation__wrapper .grid .elem .desc>h6 {
        font-size: 1.3rem;
        line-height: 1.7rem
    }
    .obligation__wrapper .grid .elem {
        margin-bottom: 140px
    }
    .obligation__wrapper .grid .elem:before {
        width: 10px;
        height: 100px;
        bottom: -120px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .obligation__wrapper .grid .elem:last-child {
        margin-bottom: 0px
    }
    .main__box .logos .outer__logos .logos__box>img:nth-child(1) {
        max-width: 140px
    }
    .main__box .logos .outer__logos .logos__box>img:nth-child(2),
    .main__box .logos .outer__logos .logos__box>img:last-child {
        max-width: 60px;
        width: 60px;
        max-height: none
    }
    .bottom__part .desc>h6 {
        font-size: 0.9rem;
        line-height: 1.4rem
    }
    .bottom__part .desc>p {
        font-size: 0.8rem;
        line-height: 1.2rem
    }
    .info__wrapper {
        padding: 35px 0px
    }
    .info__wrapper .outer__info .media {
        min-width: 340px
    }
    .info__wrapper .outer__info .desc>h6 {
        font-size: 2rem;
        line-height: 2.4rem
    }
    .success__wrapper .outer__success .desc {
        max-width: 400px
    }
    .success__wrapper .outer__success {
        padding: 30px 0px
    }
    .success__wrapper .outer__success .desc>h2 {
        font-size: 2rem;
        line-height: 2.4rem
    }
    .success__wrapper .outer__success .desc .list>.el>h6 {
        font-size: 1.2rem;
        line-height: 2rem
    }
    .after__form .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px;
        position: relative
    }
    .after__form .media:before {
        content: "";
        width: 40%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: -10px;
        right: -10px
    }
    .after__form .media:after {
        content: "";
        width: 40%;
        height: 100%;
        background-color: #000;
        position: absolute;
        bottom: -10px;
        left: -10px
    }
    .after__form .media>img {
        max-width: 100%;
        position: relative;
        z-index: 2
    }
    .after__form {
        display: block;
        margin-top: 30px
    }
    .after__form ul {
        padding: 0px;
        list-style-type: disc;
        margin: 0px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        grid-row-gap: 10px
    }
    .after__form ul li {
        position: relative;
        left: 15px;
        font-size: 14px
    }
    .after__form>h6 {
        margin-top: 0px;
        margin-bottom: 15px;
        color: #000000;
        line-height: 1.375rem;
        font-size: 0.9907rem;
        font-weight: bold
    }
    .top__info .media {
        display: none
    }
    .box__info {
        margin-left: auto;
        margin-right: auto
    }
    header .outer__header>p {
        font-size: 1.2rem
    }
    .cta__wrapper {
        padding: 40px 0px
    }
    .cta__wrapper .outer__cta>h2 {
        font-size: 1.7rem;
        line-height: 2.4rem
    }
    .cta__wrapper .outer__cta>p,
    .cta__wrapper .outer__cta>span {
        font-size: 1rem;
        line-height: 1.6rem
    }
    .cta__wrapper .outer__cta .btn {
        margin-top: 20px
    }
    .header__part .outer__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header__part .outer__top span img {
        max-width: 135px
    }
    .main__box .top__main {
        background-size: 400px
    }
    .bottom__part .outer__bottom {
        padding-right: 0px;
        max-width: 420px;
        min-height: 0px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }
    .bottom__part .outer__bottom>p,
    .bottom__part .outer__bottom ul>li {
        font-size: 1rem;
        line-height: 1.35rem
    }
    .bottom__part .outer__bottom>h2 {
        font-size: 1.35rem;
        line-height: 1.6rem;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .top__info {
        max-width: 100%
    }
    .top__info>h2 {
        font-size: 3.5rem;
        line-height: 4.4rem;
        margin-bottom: 10px
    }
    .top__info>h6 {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-bottom: 10px
    }
    .top__info>p {
        font-size: 1.1rem;
        line-height: 1.45rem
    }
    .error__box:before {
        left: 15px;
        right: auto;
        top: -4px
    }
    .main__box .logos .outer__logos {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .main__box .logos .outer__logos>p {
        margin-right: 0px;
        margin-bottom: 15px
    }
    .main__box .logos .outer__logos .logos__box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .main__box .logos .outer__logos .logos__box>img {
        margin-right: 25px;
        max-height: 35px
    }
    .main__box .logos .outer__logos .logos__box>img:last-child {
        margin-right: 0px
    }
    .main__box .top__main .outer .form__wrapper {
        position: static;
        max-width: 480px;
        min-width: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .main__box .top__main .outer>p br {
        display: none
    }
    .main__box .top__main .outer>span br {
        display: none
    }
    .main__box .top__main .outer {
        padding-right: 0px
    }
    .main__box .top__main .outer {
        max-width: 480px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input>p {
        text-align: left
    }
    .main__box .top__main .outer>h2 {
        font-size: 3rem;
        line-height: 3.5rem
    }
    .main__box .top__main .outer>p {
        font-size: 1.35rem;
        line-height: 1.8rem
    }
    .main__box .top__main .outer>span {
        font-size: 1.1rem;
        line-height: 1.8rem
    }
    .main__box .top__main .outer .limited {
        margin-top: 25px
    }
    .main__box .top__main .outer .limited>p {
        font-size: 1.1rem;
        line-height: 1.4rem
    }
    .main__box .top__main .outer .form__wrapper {
        margin-top: 35px
    }
    .main__box .top__main {
        padding-bottom: 25px
    }
    .main__box .top__main {
        padding-top: 10px
    }
    .main__box .top__main .outer>h2 {
        font-size: 2.16rem;
        line-height: 2.4rem
    }
    .main__box .top__main .outer>p {
        font-size: 1.05rem;
        line-height: 1.4rem
    }
    .main__box .top__main .outer>p br {
        display: block
    }
    .main__box .top__main .outer>span {
        font-size: 0.9rem;
        line-height: 1.3rem;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }
    .main__box .top__main .outer .form__wrapper {
        margin-top: 15px
    }
    .main__box .top__main .outer .limited>p {
        font-size: 0.86rem;
        line-height: 1.1rem;
        max-width: 312px;
        margin-left: auto;
        margin-right: auto
    }
    .main__box .top__main .outer {
        max-width: 420px
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input {
        margin-bottom: 28px
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input>select {
        height: 56px;
        font-size: 1.25rem
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input>input {
        height: 56px;
        font-size: 1.25rem
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input>p {
        margin-bottom: 12px
    }
    .error__box {
        min-width: 0px
    }
    .top__info>h6 {
        font-size: 1rem;
        line-height: 1.3rem
    }
    .top__info>h3 {
        margin-bottom: 15px
    }
    .top__info ul {
        grid-template-columns: 1fr;
        grid-row-gap: 5px;
        text-align: left
    }
    .box__info>h6 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
    .box__info {
        padding: 20px 15px
    }
    .box__info .media {
        margin-bottom: 25px
    }
    .box__info>p {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 15px
    }
    .box__info>ul li {
        font-size: 0.9rem;
        line-height: 1.2rem
    }
    .bottom__part {
        padding: 25px 0px
    }
    .box__info {
        width: 100%;
        max-width: 420px
    }
    .box__info>.btn {
        margin-top: 15px
    }
    .top__info>h6,
    .top__info ul {
        display: none
    }
    .top__info ul {
        display: grid
    }
    .top__info ul li {
        font-size: 1rem;
        line-height: 1.35rem
    }
    .top__info ul li:before {
        top: 8px
    }
    .obligation__wrapper .outer__obligation .after>p,
    .obligation__wrapper .outer__obligation .after>span {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
    .main__box .top__main {
        background-size: cover
    }
}

.small__media {
    display: none
}

@media (max-width: 767px) {
    .outer__obligation {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .obligation__wrapper .outer__obligation .after .btn>a {
        padding-left: 25px;
        min-width: 0px;
        width: 100%;
        padding-right: 25px;
        width: auto;
        min-height: 55px;
        font-size: 1rem;
        line-height: 1.5rem
    }
    .top__info ul li {
        font-size: 0.8rem;
        line-height: 1.2rem
    }
    .top__info ul li:before {
        top: 6px
    }
    .info__wrapper .outer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .info__wrapper .outer__info .desc .btn>a {
        min-width: 0px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1rem;
        line-height: 1.5rem;
        min-height: 40px
    }
    .info__wrapper .outer__info>.media,
    .info__wrapper .outer__info>.desc {
        width: 100%;
        max-width: 420px
    }
    .info__wrapper .outer__info .desc>h6 {
        font-size: 1.7rem;
        line-height: 2.2rem
    }
    .info__wrapper .outer__info .desc>p {
        font-size: 0.9rem;
        line-height: 1.3rem
    }
    .info__wrapper .outer__info .media {
        margin-right: 0px;
        min-width: 0px;
        margin-top: 35px
    }
    .success__wrapper .outer__success .image {
        display: none
    }
    .top__info>h3 {
        font-size: 1.1rem;
        line-height: 1.4rem
    }
    .success__wrapper .outer__success .desc {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .main__box .logos .outer__logos .logos__box>img {
        margin-right: 20px
    }
    .main__box .logos .outer__logos>p {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
    .box__info>.btn>a {
        font-size: 1rem;
        line-height: 1.5rem;
        min-height: 40px
    }
    .small__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin: 15px auto;
        width: 100%;
        max-width: 320px
    }
    .small__media img {
        max-width: 100%;
        width: 100%;
        height: 285px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .outer__cta {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .cta__wrapper {
        padding: 25px 0px
    }
    .cta__wrapper .outer__cta>h2 {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 10px
    }
    .cta__wrapper .outer__cta>p,
    .cta__wrapper .outer__cta>span {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-bottom: 10px
    }
    .cta__wrapper .outer__cta .btn {
        margin-top: 15px
    }
    .cta__wrapper .outer__cta .btn>a {
        font-size: 1rem;
        line-height: 1.5rem;
        min-height: 40px
    }
    .small__media {
        margin: 15px 0px;
        width: 100%;
        max-width: 100%
    }
    .small__media img {
        height: auto
    }
    .cta__wrapper .outer__cta .btn>a {
        min-height: 55px
    }
    .success__wrapper .outer__success .desc .btn>a {
        width: 100%;
        min-width: 0px;
        min-height: 55px;
        font-size: 1rem;
        line-height: 1.5rem
    }
    .success__wrapper .outer__success .desc .btn {
        margin-top: 15px
    }
    .success__wrapper .outer__success .desc .list {
        margin-top: 15px
    }
    .success__wrapper .outer__success .desc .list>.el {
        margin-bottom: 15px
    }
    .cta__wrapper .outer__cta .btn>a {
        min-width: 0px
    }
    .success__wrapper .outer__success .desc .btn>a {
        width: auto;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 480px) {
    .obligation__wrapper .outer__obligation .after .btn {
        width: 100%
    }
    .obligation__wrapper .outer__obligation .after .btn>a {
        width: 100%
    }
    .box__info>.btn>a {
        min-width: 0px
    }
    .info__wrapper .outer__info .desc>h6 {
        font-size: 1.6rem;
        line-height: 2rem
    }
    .info__wrapper .outer__info .desc .btn>a {
        width: 100%
    }
    .box__info>.btn>a {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%
    }
    .cta__wrapper .outer__cta .btn>a,
    .success__wrapper .outer__success .desc .btn>a {
        width: 100%
    }
    .main__box .top__main .outer .form__wrapper .content form .group__submit button {
        min-height: 55px
    }
    header .outer__header>p {
        font-size: 1rem
    }
    header .container .logo img {
        max-width: 60px
    }
    .bottom__part .outer__bottom ul {
        grid-template-columns: 1fr
    }
    .main__box .logos .outer__logos .logos__box>img:nth-child(1) {
        max-width: 100px
    }
    .top__info>h2 {
        font-size: 3.2rem
    }
    .main__box .top__main .outer .form__wrapper .content form .group__submit button {
        height: 55px;
        font-size: 1.3rem
    }
    .main__box .top__main .outer .form__wrapper .content form .group__submit {
        margin-top: 20px
    }
    .main__box .top__main .outer .form__wrapper .content {
        padding-bottom: 20px
    }
    .main__box .top__main .outer .form__wrapper .content {
        padding-left: 15px;
        padding-right: 15px
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input>p {
        font-size: 16px;
        line-height: 23px
    }
    .main__box .top__main .outer .form__wrapper .head>h6 {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
    .main__box .top__main .outer .form__wrapper .head>p {
        font-size: 1rem;
        line-height: 1.1rem
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input .radios .container__radio {
        margin-right: 50px
    }
    .main__box .top__main .outer .form__wrapper .content form>.group__input .radios .container__radio {
        font-size: 21px
    }
    .cta__wrapper .outer__cta>h2 br {
        display: none
    }
}

@media (max-width: 360px) {
    header .container .logo img {
        max-width: 50px
    }
    .main__box .top__main .outer>p {
        font-size: 0.94rem;
        line-height: 1.3rem
    }
}

/*Exit Loader*/
.loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  .exit-text p{
    color: #fff;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }