/*
2023/07/15 13:42
fixed: 1
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Inter;
    src: url(../../fonts/Inter-Regular.ttf) format("truetype");
}

@font-face {
    font-family: InterBold;
    font-weight: 700;
    src: url(../../fonts/Inter-Bold.ttf) format("truetype");
}

@font-face {
    font-family: InterBlack;
    font-weight: 900;
    src: url(../../fonts/Inter-Black.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    src: url(../../fonts/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-family: LatoMedium;
    src: url(../../fonts/Lato-Medium.ttf) format("truetype");
}

@font-face {
    font-family: LatoMediumItalic;
    src: url(../../fonts/Lato-MediumItalic.ttf) format("truetype");
}

@font-face {
    font-family: LatoBold;
    src: url(../../fonts/Lato-Bold.ttf) format("truetype");
}

body {
    font-size: 18px;
    background-color: #2D373B;
}

.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.tt-uppercase {
    text-transform: uppercase;
}

.fs-24 {
    font-size: 24px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    font: normal 24px/1.2 Lato;
}

h2 {
    font: normal 48px/56px Lato;
}

.empty-space {
    height: 20px;
    display: block;
}

@media all and (max-width: 1330px) {
    .column {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media all and (max-width: 1170px) {
    .row {
        padding-left: 20px !important;
        padding-right: 20px !important;

        flex-direction: column;
        align-items: center;
    }

    .column {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        align-items: flex-start !important;
    }

    h2 {
        text-align: center;
    }

    p {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    img {
        margin-left: auto;
        margin-right: auto;
    }

    .iframe,
    video {
        width: 90vw;
        height: 50.8vw;
        margin: 0 auto;
        display: block;
    }
}

.top {
    padding: 30px 0 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(73, 74, 8, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), #D70000;
}

.top > .container {
    max-width: 1330px;
}

.top h3 {
    line-height: 120%;
    margin-bottom: 25px;
    font-family: InterBold;
    font-size: 24px;
    text-transform: uppercase;
}

.top p {
    line-height: 120%;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: Inter;
    color: #ffd460;
}

.slider {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-image: url('images/00.png');
    background-size: contain;
    background-position: top center;
    background-color: #F6D55C;
    background-repeat: no-repeat;
    /*background: rgb(232,232,232);*/
    /*background: linear-gradient(0deg, #FFF 67.00%, rgba(255, 255, 255, 0.00) 96.52%), linear-gradient(0deg, #E8E8E8 0%, #E8E8E8 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);*/
}
.slider * {
    line-height: 120%;
}
.slider h3 {
    font-family: LatoBold;
    margin-bottom: 50px;
    font-size: 48px;
    color: #000;
}
.slider h2 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 50px;
    padding: 35px 15px;
    font-family: LatoBold;
    font-size: 48px;
    color: #ff0000;
    background-color: #FFE500;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: 0 20px 20px rgba(0,0,0,.25);
}
.slider h4 {
    line-height: 48px;
    font-family: InterBold;
    font-size: 32px;
    text-transform: uppercase;
    color: #900000;
}
.slider p {
    margin-top: 60px;
    font-family: Inter;
    font-size: 20px;
    color: #000;
}

.header {
    padding-bottom: 60px;
    background-color: #F6D55C;
}
.header .container {
    max-width: 1130px;
}
.header .row {
    justify-content: space-between;
}
.header img {
    /*max-width: 450px;*/
    /*max-width: calc(50% - 25px);*/
}
.header h3 {
    font-family: InterBold;
    font-size: 28px;
    color: #000;
}
.header h2 {
    margin-top: 10px;
    font-family: InterBold;
    font-size: 56px;
    color: #000;
}
.header p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.header a {
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 12px 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(249, 254, 14, 0.40) 0%, rgba(250, 255, 11, 0.00) 100%), #FE3D04;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    font-family: InterBold;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
}
.header p strong {
    line-height: 140%;
    font-family: InterBold;
    font-size: 20px;
}
.header .column:nth-child(1) > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 50px;
    align-items: center;
}
.header .column:nth-child(2) {
    max-width: 450px;
}
.header .line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #D33031;
}

.header .line:nth-of-type(1) {
    margin-bottom: 20px;
}
.header .line:nth-of-type(2) {
    margin-top: 25px;
}

.white-01 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background: linear-gradient(0deg, #fff 0.00%, #fff 50%, #F6D55C 96.52%);
}
.white-01 .container {
    max-width: 1040px;
}
.white-01 .box {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #A10001;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.white-01 .box h3 {
    font-family: InterBold;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}
.white-01 .box h4 {
    font-family: InterBold;
    font-size: 32px;
    color: #fff;
}
.white-01 .box p {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    color: #ffd460;
}
.white-01 h2 {
    width: 100%;
    line-height: 120%;
    margin: 40px auto;
    text-align: center;
    font-family: InterBold;
    font-size: 32px;
    color: #A10001;
}
.white-01 p {
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.white-01 img {
    border-radius: 10px;
}
.white-01 .row:nth-child(3) {
    align-items: center;
    column-gap: 80px;
}
.white-01 .row:nth-child(3) .column:nth-child(2) {
    row-gap: 25px;
}


.gradient-01 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(60, 174, 163, .3) 100%), #fff;
}
.gradient-01 .container {
    max-width: 1010px;
}
.gradient-01 .row {
    column-gap: 80px;
}
.gradient-01 h3 {
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-transform: uppercase;
}
.gradient-01 .column:nth-child(1) p {
    line-height: 120%;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
}
.gradient-01 p {
    line-height: 150%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}
.gradient-01 p span {
    font-family: InterBold;
}
.gradient-01 p strong {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    font-size: 24px;
}
.gradient-01 img {
    margin-top: 48px;
}


.dark-01 {
    padding-top: 25px;
    padding-bottom: 120px;
    color: #fff;
    background-color: #3CAEA3;
}
.dark-01 .container {
    max-width: 1040px;
}
.dark-01 .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 17px 19px;
}
.dark-01 .box h3 {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
.dark-01 .box h3 span {
    display: block;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #ffd460;
    text-transform: none;
}
.dark-01 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.dark-01 img {
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
}
.dark-01 .row:nth-child(2) {
    align-items: center;
}


.gradient-02 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, rgba(60, 174, 163, .3) 0%, #fff 30%, #fff 100%) #fff;
}
.gradient-02 .container {
    max-width: 1040px;
}
.gradient-02 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.gradient-02 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.gradient-02 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gradient-02 .row:nth-child(2) {
    margin-bottom: 32px;
    column-gap: 80px;
}
.gradient-02 .row:nth-child(2) .column:nth-child(1) {
    width: 800px;
}
.gradient-02 .row:nth-child(2) img {
    box-shadow: none;
    margin-bottom: 20px;
}
.gradient-02 .row:nth-child(3) img {
    width: 100%;
    margin-bottom: 20px;
}
.gradient-02 .row:nth-child(4) p {
    font-style: italic;
    margin-bottom: 50px;
}


.orange-01 {
    padding-top: 30px;
    padding-bottom: 76px;
    color: #fff;
    background: linear-gradient(180deg, #FF0000 0%, #8F1414 100%);
}
.orange-01 .container {
    max-width: 1040px;
}
.orange-01 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.orange-01 img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.orange-01 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.orange-01 .row:nth-child(2) {
    margin-bottom: 32px;
    column-gap: 80px;
}
.orange-01 .row:nth-child(2) .column:nth-child(1) {
    width: 800px;
}
.orange-01 .row:nth-child(3) {
    column-gap: 32px;
}
.orange-01 .row:nth-child(3) .column:nth-child(2) {
    width: 800px;
}


.gradient-03 {
    padding-top: 30px;
    padding-bottom: 17px;
    background: linear-gradient(180deg, #F9AD25 0%, rgba(250, 221, 188, 0.00) 100%), #e4e2df;
}
.gradient-03 .container {
    max-width: 1040px;
}
.gradient-03 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.gradient-03 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.gradient-03 p strong {
    font-family: InterBold;
}
.gradient-03 .row:nth-child(2) {
    margin-bottom: 32px;
    column-gap: 80px;
}
.gradient-03 .row:nth-child(2) .column:nth-child(1) {
    width: 800px;
}
.gradient-03 .row:nth-child(3) {
    align-items: center;
    column-gap: 24px;
}
.gradient-03 .row:nth-child(3) p {
    text-align: center;
}


.video {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #000;
    background: linear-gradient(180deg, #3CAEA3 0%, #3CAEA3 80%, #FADDBC 100%);
}
.video h2 {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.video video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.video p {
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.video .box {
    width: 100%;
    max-width: 945px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 30px 15px;
    border-radius: 10px;
    color: #fff;
    background: #A10001;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    position: relative;
    text-align: center;
}
.video .box img {
    position: absolute;
    left: 15px;
    top: -10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.video .box h3 {
    font-family: InterBold;
    font-size: 48px;
}
.video .box span {
    margin-top: 13px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    display: block;
}


.orange-02 {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #000;
    background-color: #faddbc;
}
.orange-02 h2 {
    width: 100%;
    margin-bottom: 40px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.orange-02 img {
    margin-bottom: 80px;
}
.orange-02 p {
    line-height: 120%;
    margin-bottom: 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.orange-02 p.mb-48 {
    margin-bottom: 48px;
}
.orange-02 p.small {
    font-size: 14px;
}
.orange-02 p strong {
    font-family: InterBold;
}
.orange-02 img {
    width: 100%;
    max-width: 945px;
}
.orange-02 .row:nth-child(3) {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 52px;
}
.orange-02 .subscribe-form-container {
    background: #faddbc;
    padding: 0 50px;
    width:100%;
    text-align: center;
}


.gradient-04 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background: linear-gradient(180deg, #FADDBC 0%, #FADDBC 10%, #3CAEA3 80%, #3CAEA3 100%);
}
.gradient-04 h3 {
    width: 100%;
    margin-bottom: 30px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.gradient-04 h3 small {
    display: block;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
}
.gradient-04 .row {
    column-gap: 48px;
}
.gradient-04 .column {
    color: #fff;
    background-color: #173F5F;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}
.gradient-04 img {
    margin-bottom: 24px;
    border-radius: 10px;
    border-radius: 50%;
}
.gradient-04 .text {
    padding: 24px 32px;
}
.gradient-04 .text h3 span {
    display: block;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
}
.gradient-04 .text p {
    line-height: 120%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}
.gradient-04 .text p:not(:last-child) {
    margin-bottom: 20px;
}


.white-02 {
    padding-top: 30px;
    padding-bottom: 32px;
    color: #000;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #F4F4F4;
}
.white-02 .column {
    width: 100%;
}
.white-02 h3 {
    line-height: 120%;
    margin-bottom: 24px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
    color: #d33031;
}
.white-02 p {
    width: 100%;
    max-width: 980px;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter;
    font-size: 18px;
}
.white-02 p:not(:last-child) {
    margin-bottom: 18px;
}
.white-02 table {
    width: 100%;
    max-width: 875px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    table-layout: fixed;
    border-collapse: collapse;
}
.white-02 table th,
.white-02 table td {
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #000;
}
.white-02 table th {
    font-family: InterBold;
    font-size: 24px;
}
.white-02 table th span {
    min-height: 58px;
    margin-bottom: 12px;
    display: block;
}
.white-02 table td {
    font-family: Inter;
    font-size: 16px;
}
.white-02 table tr td:nth-of-type(2) {
    font-family: InterBold;
    color: #139045;
}


.white-03 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background-color: #fff;
}
.white-03 .row {
    column-gap: 80px;
}
.white-03 .column:nth-child(1) {
    width: 485px;
}
.white-03 .column:nth-child(2) {
    flex-grow: 1;
}
.white-03 img {
    border-radius: 10px;
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}
.white-03 img:nth-child(1) {
    margin-bottom: 48px;
    border: 3px solid rgba(0, 0, 0, .3);
}
.white-03 h3 {
    margin-bottom: 32px;
    font-family: InterBold;
    font-size: 32px;
    color: #d33031;
}
.white-03 hr {
    margin-top: 24px;
    border: none;
    border-top: 1px solid #000;
}
.white-03 p {
    padding-right: 20px;
    font-family: Inter;
    font-size: 16px;
}
.white-03 p strong {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.white-03 p strong svg {
    right: -20px;
    position: relative;
}


.background-01 {
    background-color: #fdb718;
}
.background-01 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('images/21.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.background-01 .text {
    width: 100%;
    max-width: 720px;
    padding: 40px;
    color: #fff;
    background-color: #2d373b;
    border-radius: 10px;
}
.background-01 .text h3 {
    margin-bottom: 35px;
    font-family: InterBold;
    font-size: 32px;
}
.background-01 .text p {
    font-family: InterBold;
    font-size: 20px;
}

.dark-02 {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
.dark-02 .container {
    max-width: 1440px;
}
.dark-02 h2 {
    line-height: 1;
    font-family: InterBold;
    font-size: 48px;
    color: #FADDBC;
    text-align: center;
}
.dark-02 h2 small {
    display: block;
    font-size: 24px;
}
.dark-02 p {
    font-family: Inter;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 24px;
}
.dark-02 p strong {
    text-transform: none;
    font-family: InterBold;
}
.dark-02 p.small {
    font-size: 14px;
}
.dark-02 .custom-checkbox p {
    margin-top: 0;
    text-transform: none;
}

.custom-checkbox {
    min-height: 25px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox p {
    line-height: 1.7;
    font-size: 14px;
    font-family: Inter;
    text-align: left;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #eee;
}

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

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wr_footer {
    font-family: Inter;
    font-size: 16px;
}

/*  ORDER FORM  */
#order_form * {
    font-family: Inter;
}
form.form_panel,
form.form_panel * {
    box-sizing: border-box !important;
}

form.form_panel {
    margin-top: 100px;
    width: 100%;
    max-width: 700px;
    margin: 45px auto 0;
    color: #fff;
    font-family: Inter;
    display: block;
    background-color: #2D373B;
}

form.form_panel .header {
    color: #FADDBC;
    text-align: center;
    background-color: transparent;
}

form.form_panel p {
    text-align: left;
}

form.form_panel .checkbox a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

form.form_panel .checkbox a:hover,
form.form_panel .checkbox a:focus,
form.form_panel .checkbox a:active {
    border-bottom: 1px solid #fff;
}

form.form_panel .radio_buttons .buttons_left {
    width: 50%;
    float: left;
}

form.form_panel .radio_buttons .buttons_right {
    width: 50%;
    float: right;
}

form.form_panel .radio_buttons input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@media all and (max-width: 560px) {
    form.form_panel .radio_buttons .buttons_left,
    form.form_panel .radio_buttons .buttons_right {
        width: 100%;
        float: none;
    }
}

.form_control .txtinput {
    background-color: #fff;
    width: 100%;
}

.form_control .select_wrapper {
    background-color: #fff;
    max-width: 280px;
}

.form_cols {
	float:left;
}
.form_cols:nth-of-type(2){
	padding-left:15px
}

#sum {
    max-width: 280px;
    width: 100%;
}

@media all and (max-width: 740px) {
    #order_form #right {
        padding-left: 0 !important;
    }
    form.form_panel {
        width: 90%;
        margin: 0 auto;
        padding: 5%;
    }
    form.form_panel .txtinput {
        width: 100%;
        padding: 14px 2%;
    }
    .form_control .select_wrapper select {
        width: 90%;
    }
	.form_cols:nth-of-type(2){
		padding-left:0;
	}
}


@media all and (max-width: 740px) {
    .header a {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        text-align: center;
    }

    .header h2,
    .header h3,
    .header p {
        width: 100%;
        text-align: center;
    }
    .header h2 {
        font-size: 48px;
    }
    .header .column:nth-child(1) > div {
        column-gap: 20px;
    }
    .header img {
        max-width: calc(50% - 10px);
    }
    .slider h3 {
        font-size: 28px;
    }
    .slider h2 {
        font-size: 32px;
    }
    .slider h4 {
        font-size: 22px;
    }
    .white-01 .box h3 {
        font-size: 32px;
    }
    .white-01 .box h4,
    .white-01 .box p {
        font-size: 28px;
    }
    .gradient-02 h2,
    .orange-01 h2,
    .gradient-03 h2,
    .video h2,
    .orange-02 h2 {
        line-height: 120%;
        margin-bottom: 40px;
    }
    .gradient-04 .column {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 40px;
    }
    .gradient-04 .text {
        padding: 20px;
    }
    .white-03 p strong svg {
        right: 0;
    }
    .background-01 {
        padding: 20px;
    }
    .background-01 .text h3 {
        font-size: 28px;
    }
    .background-01 .text p {
        line-height: 150%;
    }
    .dark-02 p {
        text-align: center;
    }
    .gradient-03 .row:nth-child(3) p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .video .box {
        padding: 20px;
    }
    .video .box img {
        margin-bottom: 20px;
        position: relative;
        top: unset;
        left: unset;
    }
    .video .box h3 {
        font-size: 28px;
    }
    .orange-02 .subscribe-form-container {
        padding: 0;
        margin-bottom: 30px;
    }
    .dark-01 {
        padding-bottom: 25px;
    }
    .dark-01 .box h3 {
        font-size: 28px;
    }
    .dark-01 .box p {
        font-size: 24px;
    }
    .white-02 table th {
        font-family: InterBold;
        font-size: 12px;
    }
    .white-02 table td {
        font-family: Inter;
        font-size: 12px;
    }
}
