@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    background-color: #2d373b;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.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;
}

.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: 991px) {
    .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: 35px 30px 25px;
    text-align: center;
    color: #fff;
    background-color: #b31c51;
}

.top p {
    margin-bottom: 25px;
    font: normal 24px/32px 'Poppins', sans-serif;
    text-transform: uppercase;
}

.top h3 {
    margin-bottom: 25px;
    font: 700 32px/1.4 'Poppins', sans-serif;
    text-transform: uppercase;
}

.top p.small {
    margin: 0;
    font-size: 20px !important;
    text-transform: none;
}

.top p.small a {
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px dotted #fff
}

.top p.small a:hover {
    border-bottom-style: solid;
}

/**/
.gradient-blue {
    color: #fff;
    background: rgb(52,116,143);
    background: linear-gradient(180deg, rgba(52,116,143,1) 0%, rgba(166,195,207,1) 100%);
}

.gradient-blue > .container {
    padding: 50px 30px 65px;
    position: relative;
}

.gradient-blue .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.gradient-blue h2 {
    margin-bottom: 75px;
    font: 700 60px/80px 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.gradient-blue p {
    max-width: 690px;
    margin: 0 auto;
    font: normal 26px/1.2 'Poppins', sans-serif;
    color: #000;
    background: #fff;
    padding: 11px 30px;
    border-radius: 25px;
    text-align: center;
}

/**/
.header {
    padding: 0 30px;
    background-color: #33738e;
    overflow: hidden;
}

.header > .container {
    max-width: 1200px;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #d1edf9;
    position: relative;
}

.header .row {
    z-index: 5;
    position: relative;
}

.header h2 {
    max-width: 820px;
    margin-bottom: 0;
    font: 700 32px/1.2 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.header h2 small {
    display: block;
    font: normal 20px/26px 'Poppins', sans-serif;
    color: inherit;
    text-transform: none;
}

.header .column:nth-of-type(1) {
    flex: 0 0 685px;
    padding-left: 30px;
    align-items: center;
}

@media all and (max-width: 1170px) {
    .header .column:nth-of-type(1) {
        flex: 0 0 500px;
    }
}

.header p {
    margin-top: 10px;
    font: normal 16px/1.2 'Poppins', sans-serif;
    color: #000;
    text-align: center;
}

.header .orderForm {
    width: 404px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header .orderForm p.black-bold {
    margin-top: 0;
    font: normal 24px/1.2 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.header .orderForm p.red-bold {
    margin-top: 0;
    font: 700 32px/1.2 'Poppins', sans-serif;
    color: #ff0000;
}

.header .orderForm a {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    font: 700 16px/28px 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 55px;
    border-radius: 30px;
    background-color: #ff0000;
}

.header .orderForm p.black-normal {
    margin-top: 0;
    font: normal 20px/26px 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.header .orderForm p.black-smaller {
    margin-top: 0;
    font: normal 16px/26px 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.header .orderForm p.black-smaller.mt-40 {
    margin-top: 40px;
}

/**/

.dark-1 {
    background-color: #2d373b;
}

.dark-1 > .container {
    max-width: 1070px;
    padding-top: 30px;
}

.dark-1 h2 {
    margin-bottom: 40px;
    font: 700 36px/1.2 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

@media all and (max-width: 1170px) {
    .dark-1 h2 {
        white-space: normal;
    }
}

.dark-1 p {
    font: normal 16px/1.2 'Poppins', sans-serif;
    color: #fff;
}

.dark-1 .gif {
    max-width: 297px;
    margin-top: 5px;
}

.dark-1 p.title {
    font: 700 24px/1.2 'Poppins', sans-serif;
    color: #fff;
}

.dark-1 .row .column:nth-of-type(1) {
    flex: 0 0 520px;
}

.dark-1 .row .column:nth-of-type(2) {
    flex-grow: 1;
    padding-left: 65px;
}

.dark-1 .row .column:nth-of-type(1) img {
    align-self: flex-end;
}

.dark-1 .row .column:nth-of-type(2) img {
    align-self: flex-start;
}

.dark-1 .row .column:nth-of-type(2) p {
    padding-left: 5px;
}

.dark-1 .row:nth-of-type(2) {
    margin-bottom: 27px;
}

.dark-1 .row:nth-of-type(2) .column:nth-of-type(1) {
    padding-top: 28px;
    padding-right: 20px;
}

.dark-1 .row:nth-of-type(3) .column:nth-of-type(2) {
    padding-top: 37px;
    padding-right: 10px;
}

.dark-1 .row:nth-of-type(3) {
    margin-bottom: 50px;
}

.dark-1 .row:nth-of-type(4) {
    margin-bottom: 75px;
}

.dark-1 .row:nth-of-type(4) .column:nth-of-type(1) {
    padding-right: 40px;
}

.dark-1 .row:nth-of-type(4) .column:nth-of-type(2) {
    padding-top: 15px;
}

.dark-1 .row:nth-of-type(5) {
    margin-bottom: 30px;
}

.dark-1 .row:nth-of-type(5) .column:nth-of-type(2) {
    padding-top: 10px;
    padding-right: 20px;
}

.dark-1 .row:nth-of-type(6) {
    margin-bottom: 48px;
}

.dark-1 .row:nth-of-type(6) .column:nth-of-type(1) {
    padding-top: 10px;
    padding-right: 30px;
}

.dark-1 .row:nth-of-type(7) {
    margin-bottom: 25px;
}

.dark-1 .row:nth-of-type(7) .column:nth-of-type(2) {
    padding-right: 15px;
}

/**/

.gradient-gray {
    padding: 40px 30px 40px;
    color: #000;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(216,218,219,1) 100%);
}

.gradient-gray > .container {
    max-width: 1070px;
}

.gradient-gray p {
    margin: 0;
    font: normal 16px/1.2 'Poppins', sans-serif;
}

.gradient-gray p.title {
    font: 700 24px/1.2 'Poppins', sans-serif;
}

.gradient-gray .row .column:nth-of-type(1) {
    flex: 0 0 626px;
    padding-right: 150px;
}

.gradient-gray .row .column:nth-of-type(2) img {
    align-self: center;
}

/**/
.white-1 {
    padding-top: 65px;
    padding-bottom: 150px;
    color: #000;
    background-color: #fff;
}

@media all and (max-width: 1170px){
    .white-1 {
        padding-bottom: 65px;
    }
}

.white-1 .row {
    justify-content: space-between;
}

.white-1 .row .col {
    width: 430px;
}

.white-1 .row .col:nth-of-type(1) {
    width: 380px;
}

.white-1 h2 {
    max-width: 870px;
    margin: 0 auto 45px;
    font: 800 32px/1.2 'Poppins', sans-serif;
    color: #2d373b;
    text-align: center;
}

.white-1 .row .col .col-header {
    height: 213px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-1 .row .col .col-header p {
    font: normal 20px/1.2 'Poppins', sans-serif;
}

.white-1 .row .col:nth-of-type(1) .col-header {
    justify-content: flex-end;
    text-align: center;
}

.white-1 .row .col .col-header p.title {
    margin-bottom: 25px;
    font: 700 18px/1.2 'Poppins', sans-serif;
}

.white-1 .row .col .col-header img {
    align-self: center;
}

.white-1 .row .col .col-body p {
    width: 100%;
    height: 90px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.white-1 .row .col:nth-of-type(1) .col-body p {
    font: 700 18px/1.2 'Poppins', sans-serif;
    color: #000;
}

.white-1 .row .col:nth-of-type(2) .col-body p {
    font: normal 18px/1.2 'Poppins', sans-serif;
    color: #c00000;
}

.white-1 .row .col:nth-of-type(3) .col-body p {
    font: normal 18px/1.2 'Poppins', sans-serif;
    color: #0c6c2e;
}

.white-1 .only-mobile {
    display: none;
}

/**/
.video {
    padding: 40px 30px 20px;
    background-color: #d5e4e9;
}

.video h2 {
    margin-bottom: 15px;
    font: 700 32px/56px 'Poppins', sans-serif;
    color: #000;
    text-align: center;
}

/**/


.red-1 {
    padding: 30px 30px 70px;
    color: #fff;
    background-color: #b31c51;
}

.red-1 h3 {
    margin-bottom: 35px;
    font: 700 36px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.red-1 h4 {
    font: normal 24px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.red-1 h5 {
    margin-bottom: 30px;
    padding: 0 50px;
    font: normal 20px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.red-1 p {
    font: normal 16px/1.4 'Poppins', sans-serif;
}

.red-1 p strong {
    font: 700 16px/1.4 'Poppins', sans-serif;
}

.red-1 .column p:not(:last-child) {
    margin-bottom: 20px;
}

.red-1 .row:nth-of-type(4) {
    padding: 50px 10px 0px 50px;
}

.red-1 .row:nth-of-type(1) p {
    margin-bottom: 65px;
}

.red-1 .row:nth-of-type(1) .center {
    text-align: center;
}

.red-1 .row:nth-of-type(2) p {
    padding: 0 90px;
    text-align: center;
}

.red-1 .row:nth-of-type(3) {
    padding-left: 100px;
}

@media all and (max-width: 1170px) {
    .red-1 .row:nth-of-type(3) {
        padding-left: 0;
    }
}

.red-1 .row:nth-of-type(3) .column:nth-of-type(1) {
    width: 600px;
    padding-right: 65px;
}

.red-1 .row:nth-of-type(3) .column:nth-of-type(2) {
    width: 666px;
    padding-left: 79px;
    padding-right: 65px;
}

.red-1 .row:nth-of-type(3) {
    margin-top: 50px;
}

/**/
.yellow-1 {
    padding: 35px 30px 0;
    color: #000;
    background-color: #fbfbe1;
}

.yellow-1 .only-mobile {
    display: none;
}

.yellow-1 h2 {
    margin-bottom: 15px;
    font: 700 48px/1.2 'Poppins', sans-serif;
    text-align: center;
    white-space: nowrap;
}

@media all and (max-width: 1130px) {
    .yellow-1 h2 {
        white-space: normal;
    }
}

.yellow-1 > .container {
    max-width: 930px;
}

.yellow-1 p {
    font: normal 16px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.yellow-1 p small {
    display: block;
    font-size: 85%;
}

.yellow-1 p.mb-20 {
    margin-bottom: 20px;
}

.yellow-1 p.mb-40 {
    margin-bottom: 40px;
}

.yellow-1 .table {
    width: 100%;
    max-width: 670px;
    margin: 0 auto 35px;
}

.yellow-1 .table.mobile {
    display: none;
    width: 100%;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.yellow-1 .table.mobile .table-row .table-cell {
    width: 50%;
}

.yellow-1 .table .table-row {
    width: 100%;
    min-height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.yellow-1 .table .table-row .table-cell {
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yellow-1 .table .table-row .table-cell:nth-of-type(1) {
    width: 250px;
    padding: 0 45px;
}

.yellow-1 .table .table-row:nth-of-type(1) {
    align-items: stretch;
}

.yellow-1 .table .table-row:nth-of-type(1) .table-cell {
    padding: 0 20px;
    justify-content: flex-start;
}

.yellow-1 .table .table-row:nth-of-type(1) p {
    margin-bottom: 10px;
    font: 700 18px/1.2 'Poppins', sans-serif;
}

.yellow-1 .table .table-row:nth-of-type(6) {
    color: #fff;
    background-color: #4cb22d;
}

.yellow-1 .table .table-row:nth-of-type(7) {
    color: #fff;
    background-color: #1015c7;
}

/**/
.blue-1 {
    padding: 45px 0 50px;
    color: #fff;
    background-color: #266986;
}

.blue-1 h2 {
    margin-bottom: 60px;
    font: 700 48px/56px 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

.blue-1 .row:nth-of-type(2) {
    padding: 0 30px;
    justify-content: space-between;
}

.blue-1 .column {
    width: 400px;
    align-items: center;
    text-align: center;
}

.blue-1 .column img {
    margin-bottom: 40px;
}

.blue-1 .column p.name {
    margin-bottom: 15px;
    font: 700 24px/26px 'Poppins', sans-serif;
}

.blue-1 .column p {
    font: normal 16px/24px 'Poppins', sans-serif;
}

/**/
.white-2 {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #000;
    background-color: #fff;
}

.white-2 h2 {
    margin-bottom: 35px;
    font: 700 48px/56px 'Poppins', sans-serif;
    color: #266986;
    text-align: center;
}

.white-2 > .container {
    max-width: 1130px;
}

.white-2 p {
    text-indent: -13px;
    margin-left: 12px;
    margin-bottom: 12px;
    font: normal 16px/24px 'Poppins', sans-serif;
    display: flex;
    align-items: flex-start;
}

.white-2 p.title {
    margin-bottom: 20px;
    font: 700 16px/24px 'Poppins', sans-serif;
}

.white-2 .row:nth-of-type(2) {
    justify-content: space-between;
}

.white-2 .column {
    width: 330px;
    align-items: flex-start;
}

.white-2 .column .img-container {
    height: 240px;
    margin-bottom: 40px;
}

.white-2 .column .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**/
.dark-2 {
    padding: 35px 0 0;
    color: #fff;
    background-color: #2d373b;
    text-align: center;
}

.dark-2 > .container {
    max-width: 1170px;
}

.dark-2 .mb-30 {
    margin-bottom: 30px;
}

.dark-2 h3 {
    margin-bottom: 30px;
    font: normal 20px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.dark-2 h2 {
    font: normal 24px/1.2 'Poppins', sans-serif;
    text-align: center;
}

.dark-2 h2.tt-uppercase {
    text-transform: uppercase;
}

.dark-2 p.large {
    margin: 25px auto 30px;
    font: normal 36px/1.2 'Poppins', sans-serif;
}

.dark-2 p.small {
    font: normal 14px/1.2 'Poppins', sans-serif;
}

.dark-2 .row:last-child {
    margin-top: 45px;
}

.dark-2 .row:last-child p {
    padding: 0 110px;
    font: normal 24px/1.2 'Poppins', sans-serif;
}

.dark-2 .checkmark {
    border-color: #fff;
}

.dark-2 .custom-checkbox .checkmark:after {
    border-color: #2d373b;
}

#wr_footer {
    font: normal 16px/24px 'Poppins', sans-serif;
}


/*  ORDER FORM  */
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: Arial, sans-serif;
    display: block;
    background-color: #2d373b;
}

form.form_panel .header {
    padding: 0;
    color: #fff;
    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;
}

#sum {
    max-width: 280px;
    width: 100%;
}

@media all and (max-width: 740px) {
    form.form_panel {
        width: 80%;
        margin: 0 auto;
        padding: 5%;
    }
    form.form_panel .txtinput {
        width: 100%;
        padding: 14px 2%;
    }
    .form_control .select_wrapper select {
        width: 90%;
    }
}

.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: 16px;
    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 #cd0000;
}

.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 #cd0000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (max-width:740px) {
    #order_form fieldset #left {
        width: 100%;
    }

    #order_form fieldset #right {
        width: 100%;
        padding-left: 0 !important;
    }
}

.grwf2-wrapper iframe,
.grwf2-wrapper {
    width: 100% !important;
    margin-bottom: 30px !important;
}

@media all and (max-width: 1170px) {
    .subscribe {
        padding: 0 0 !important;
    }

    .grwf2-wrapper.wf2-embedded {
        width: 320px !important;
    }
}

@media all and (max-width: 991px) {
    .top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gradient-blue {
        padding-left: 0;
        padding-right: 0;
    }

    .gradient-blue h2 {
        margin-bottom: 45px;
        font: 700 32px/48px 'Poppins', sans-serif;
    }

    .gradient-blue p {
        text-align: center;
        font-size: 24px;
    }

    .header .orderForm {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }

    .dark-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dark-1 h2 {
        font-size: 26px;
    }

    .dark-1 p {
        line-height: 1.4;
        text-align: center;
    }

    .dark-1 .row:nth-of-type(2),
    .dark-1 .row:nth-of-type(4),
    .dark-1 .row:nth-of-type(6) {
        flex-direction: column-reverse;
    }

    .dark-1 .row {
        margin-bottom: 30px !important;
    }

    .dark-1 .row .column:nth-of-type(1) {
        flex: auto;
    }

    .gradient-gray {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gradient-gray p {
        line-height: 1.4;
        text-align: center;
    }

    .gradient-gray .row .column:nth-of-type(1) {
        flex: auto;
    }

    .white-1 {
        padding: 45px 0 20px;
    }

    .white-1 h2 {
        font-size: 26px;
    }

    .white-1 .only-desktop {
        display: none;
    }

    .white-1 .only-mobile {
        margin-bottom: 45px;
        display: flex;
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .white-1 .only-mobile .mobile-table-row {
        margin-bottom: 25px;
        display: flex;
    }

    .white-1 .only-mobile .mobile-table-row.mobile-table-header-row {
        margin-bottom: 40px;
        align-items: flex-end;
    }

    .white-1 .only-mobile .mobile-table-row.mobile-table-header-row p.fw-normal {
        font-weight: 400;
    }

    .white-1 .only-mobile .mobile-table-row.mobile-table-header-row img {
        margin-top: 10px;
    }

    .white-1 .only-mobile .mobile-table-row p,
    .white-1 .only-mobile .mobile-table-row div {
        width: 50%;
        padding: 0 10px;
        text-align: center;
    }

    .white-1 .only-mobile .mobile-table-row div p {
        width: 100%;
    }

    .white-1 .only-mobile .mobile-table-row p:nth-of-type(1) {
        padding: 0 10px !important;
        font: 700 14px/1.2 'Poppins', sans-serif;
        color: #000;
        text-align: center;
    }

    .white-1 .only-mobile .mobile-table-row p:nth-of-type(2) {
        padding: 0 20px !important;
        font: 400 14px/1.2 'Poppins', sans-serif;
        color: #000;
        text-align: center;
    }

    .white-1 .only-mobile.red .mobile-table-row p:nth-of-type(2) {
        color: #c00000;
    }

    .white-1 .only-mobile.green .mobile-table-row p:nth-of-type(2) {
        color: #0c6c2e;
    }

    .white-1 .row:nth-of-type(4) {
        margin-bottom: 0;
    }

    .white-1 .row:nth-of-type(4) .col:nth-of-type(2) .col-body p {
        color: #0c6c2e;
    }

    .white-1 .row .col,
    .white-1 .row .col:nth-of-type(1) {
        width: 50%;
    }

    .white-1 .row .col:nth-of-type(1) .col-body p,
    .white-1 .row .col:nth-of-type(2) .col-body p {
        line-height: 1.4;
        padding: 0 40px !important;
        font-size: 14px;
    }

    .video {
        padding-left: 0;
        padding-right: 0;
    }

    .video h2 {
        line-height: 1.4;
        font-size: 24px;
    }

    .red-1 {
        padding: 35px 0;
    }

    .red-1 h5 {
        padding: 0;
    }

    .red-1 h3 {
        margin-top: 35px;
    }

    .red-1 .row:nth-of-type(3) {
        margin-top: 15px;
    }

    .red-1 .row:nth-of-type(4) {
        margin-bottom: 20px;
        padding: 20px 0 0;
    }

    .yellow-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .yellow-1 h2 {
        font-size: 36px;
    }

    .yellow-1 .desktop {
        display: none;
    }

    .yellow-1 .only-mobile {
        margin-bottom: 40px;
        display: block;
    }

    .yellow-1 .table .table-row .table-cell:nth-of-type(1) {
        width: 200px;
        padding: 0 10px;
    }

    .blue-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blue-1 h2 {
        line-height: 1.2;
        font-size: 32px;
    }

    .white-2 {
        padding: 40px 20px;
    }

    .white-2 h2 {
        line-height: 1.2;
        font-size: 32px;
    }

    .white-2 .column .img-container {
        height: auto;
    }
}