:root {
    --btn-color: #bf9334; /* always fix */
    --btn-color-hover: #cda247; /* always fix */
    --content-text-color: #1E1E1E; /* always fix */
    --white-heading: #faf9f4;
    --primary-color: #615F8F;
    --secondary-color : #996F92;
    --element-color: var(--btn-color);
    --highlighted-primary-color: var(--primary-color);
    --highlighted-secondary-color: #FFDE99;

}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: var(--content-text-color);
}
hr {
    margin-top: 30px;
    margin-bottom: 50px;
}
p {
    margin-bottom: 30px;
}
.btn {
    white-space: normal;
}
.custom-wrap,
.img-bx {
    width: 100%;
}
.highlighted-txt {
    color: var(--highlighted-primary-color);
    font-weight: 700;
}
.highlighted-txt-2 {
    color: var(--highlighted-secondary-color);
    font-weight: 700;
}
ul.custom-list-style-disc li {
    padding-bottom: 30px;
    list-style: none;
    position: relative;
}
ul.custom-list-style-disc li::before {
    content: "";
    background-color: var(--element-color);
    font-weight: 700;
    left: -20px;
    top: 9px;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
ul.custom-list-style-ellipse {
    margin-bottom: 0;
}
ul.custom-list-style-ellipse li {
    padding-bottom: 30px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
ul.custom-list-style-ellipse li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 17px;
    height: 23px;
    background-image: url('data:image/svg+xml,<svg width="17" height="23" viewBox="0 0 17 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2331 18.6165C16.2331 20.6139 14.6139 22.2331 12.6165 22.2331C10.6192 22.2331 9 20.6139 9 18.6165C9 16.6192 10.6192 15 12.6165 15C14.6139 15 16.2331 16.6192 16.2331 18.6165Z" fill="%23F9E0B1"/><path d="M11.2083 2.10417C11.2083 3.26627 10.2663 4.20833 9.10417 4.20833C7.94207 4.20833 7 3.26627 7 2.10417C7 0.942067 7.94207 0 9.10417 0C10.2663 0 11.2083 0.942067 11.2083 2.10417Z" fill="%23F9E0B1"/><path d="M6.18099 11.7402C6.18099 13.4471 4.79733 14.8307 3.09049 14.8307C1.38366 14.8307 0 13.4471 0 11.7402C0 10.0334 1.38366 8.64974 3.09049 8.64974C4.79733 8.64974 6.18099 10.0334 6.18099 11.7402Z" fill="%23F9E0B1"/></svg>');
}
.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.border-radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.border-radius-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}
.border-radius-40 {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
}
.img-border img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.img-border:before,
.img-border:after {
    width: 250px;
    height: 225px;
    content: "";
    position: absolute;
    background-color: #DDAB3F;
    display: block;
    z-index: -1;
}
.img-border:before {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    top: -3px;
    right: -3px;
}
.img-border:after {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    bottom: -3px;
    left: -3px;
}
.img-gradient-style {
    background: linear-gradient(327.91deg, #996F92 0.15%, rgba(153, 111, 146, 0) 35.46%);
}
.img-gradient-style-2 {
    background: linear-gradient(32.09deg, #996F92 0.15%, rgba(153, 111, 146, 0) 35.46%);
}

/* dark box */
.dark-box {
    color: var(--white-heading);
    background-color: #503D45;
    padding: 70px 50px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}

/* heading style line */
.heading-style-line:before {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: var(--element-color);
    display: block;
    bottom: 0;
    left: 0;
}

/* heading style line center */
.heading-style-line-center:before {
    content: "";
    height: 1px;
    position: absolute;
    background-color: var(--element-color);
    display: block;
    bottom: 0;
    width: 32%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* heading style line start end */
.heading-style-start-end-line:before,
.heading-style-start-end-line:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 1px;
    width: 5000px;
    background-color: var(--primary-color);
}
.heading-style-start-end-line:before {
    right: calc(100% + 30px);
}
.heading-style-start-end-line:after {
    left: calc(100% + 30px);
}

/* heading style gradient */
.heading-style-gradient {
    background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* heading style brain */
.heading-style-ellipse {
    display: block;
    position: relative;
}
.heading-style-ellipse::before {
    content: " ";
    display: block;
    position: absolute;
    width: 35px;
    height: 47px;
    left: -60px;
    background-image: url('data:image/svg+xml,<svg width="35" height="47" viewBox="0 0 35 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.2331 39.2594C34.2331 43.4716 30.8185 46.8862 26.6063 46.8862C22.3942 46.8862 18.9796 43.4716 18.9796 39.2594C18.9796 35.0473 22.3942 31.6327 26.6063 31.6327C30.8185 31.6327 34.2331 35.0473 34.2331 39.2594Z" fill="%2379A7A5"/><path d="M23.6367 4.43737C23.6367 6.88806 21.65 8.87473 19.1993 8.87473C16.7486 8.87473 14.7619 6.88806 14.7619 4.43737C14.7619 1.98668 16.7486 0 19.1993 0C21.65 0 23.6367 1.98668 23.6367 4.43737Z" fill="%2379A7A5"/><path d="M13.0348 24.7584C13.0348 28.3579 10.1168 31.2758 6.51738 31.2758C2.91793 31.2758 0 28.3579 0 24.7584C0 21.159 2.91793 18.2411 6.51738 18.2411C10.1168 18.2411 13.0348 21.159 13.0348 24.7584Z" fill="%2379A7A5"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

/* heading style 1 */
.heading-style-1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.16;
    letter-spacing: 0.9px;
    color: var(--primary-color);
}

/* heading style 2 */
.heading-style-2 {
    font-size: 35px;
    line-height: normal;
    letter-spacing: 1.05px;
    margin-bottom: 40px;
    color: var(--primary-color);
}

/* circle-effect */
.circle-effect {
    display: block;
    position: relative;
}
.circle-start.circle-effect::before,
.circle-start.circle-effect::after,
.circle-end.circle-effect::before {
    content: " ";
    display: block;
    position: absolute;
}
.circle-effect::before {
    height: 23px;
    width: 15px;
    left: -30px;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/circle-effect.webp');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.circle-start.circle-effect:before {
    top: 50%;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.circle-start.circle-effect::after {
    width: 1px;
    background-color: #92A9A9;
    height: calc(50% + 40px);
    left: -23px;
    bottom: -40px;
}
.circle-end.circle-effect:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/* section */
.section {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.section .container {
    position: relative;
    z-index: 1;
}
.max-default-screen-width {
    width: 100%;
    max-width: 1728px;
    margin-inline: auto;
}

/* form control */
.form-control {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-width: 0 0 1px;
    border-color: #3F2F36;
    padding: 5px 0;
    font-size: 18px;
    color: #3F2F36;
    position: relative;
    z-index: 1;
}
.form-control:focus {
    border-color: #3F2F36;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-label {
    position: absolute;
    top: 65%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 0;
}
.btn-1 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.81px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--btn-color);
    padding: 17px 65px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 40px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
    color: #ffffff;
    background-color: var(--btn-color-hover);
    border-color: transparent;
}
.btn-1 span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}
.info-txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.45px;
}
.special-txt {
    font-size: 21px;
    letter-spacing: 0.63px;
    padding-bottom: 40px;
    position: relative;
    font-style: italic;
    font-weight: 500!important;
}

/* pop up register form */
.pop-up-register-form {
    background-color: #FFFEF6;
    padding: 30px 15px 15px;
    border: 1px solid var(--element-color);
    width: 314px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    color: #333333;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pop-up-register-form input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}
.pop-up-register-form p {
    margin-bottom: 20px;
}
.pop-up-register-form .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.pop-up-register-form .close:before,
.close:after {
    position: absolute;
    left: -10px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: var(--element-color);
}
.pop-up-register-form .close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.pop-up-register-form .close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.pop-up-register-form .form-control {
    color: var(--content-text-color);
    font-size: 15px;
    border-color: var(--element-color);
}
.pop-up-register-form .form-control:focus {
    color: var(--content-text-color);
}
.pop-up-register-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--content-text-color);
}
.pop-up-register-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--content-text-color);
}
.pop-up-register-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--content-text-color);
}
.pop-up-register-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: var(--content-text-color);
}
.pop-up-register-form .recommend-txt {
    font-size: 12px;
    display: block;
    overflow: hidden;
    color: #333333;
}
.pop-up-register-form .btn-1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 9px 0;
    display: block;
    letter-spacing: 0;
}

/* book pop up form */
#myModal .modal-dialog {
    max-width: 992px;
}
#myModal .modal-dialog .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.book-pop-up-form {
    font-size: 19px;
    font-weight: 300;
    color: var(--primary-color);
}
.book-pop-up-form .heading-style {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary-color);
}
.book-pop-up-form .highlighted-txt {
    -webkit-text-fill-color: var(--element-color);
    display: inline-block;
}
.book-pop-up-form .book-wrap {
    width: 100%;
    max-width: 144px;
}
.book-pop-up-form input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}
.book-pop-up-form p {
    margin-bottom: 30px;
}
.book-pop-up-form .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
/*
.book-pop-up-form .img-fluid {
	width: 144px;
}
*/
.book-pop-up-form .form-control {
    font-size: 20px;
    border-width: 1px;
    padding: 12px 30px;
    border-color: var(--element-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.book-pop-up-form .recommend-txt {
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    color: #92A9A9;
}
.book-pop-up-form .btn-1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 13px 40px;
    display: inline-block;
    letter-spacing: 0.03em;
}

/* pop up button */
.pop-up-button {
    position: fixed;
    bottom: -200px;
    right: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(360deg, #666 0%, rgba(255, 255, 255, 0));
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.pop-up-button.pop-show {
    bottom: 0;
}
@media only screen and (min-width: 992px) {
    .pop-up-button {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .pop-up-button .btn-1 {
        padding: 20px 10px;
        font-size: 17px;
    }
}

/* Global Media Queries */
@media (max-width: 1599px) {
    .heading-style-1 {
        font-size: 43px;
    }
    .heading-style-2 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    body {
        letter-spacing: 0.3px;
    }
    .heading-style-1 {
        letter-spacing: 0.5px;
    }
    .heading-style-1 {
        font-size: 37px;
    }
    .heading-style-2 {
        font-size: 29px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {

}

@media (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    .border-radius-30,
    .border-radius-40 {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .heading-style-start-end-line:before {
        right: calc(100% - 55px);
    }
    .heading-style-start-end-line:after {
        left: calc(100% - 55px);
    }
    .pop-up-register-form {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    body,
    .btn-1 {
        font-size: 20px;
    }
    p,
    .heading-style-1,
    .heading-style-2 {
        margin-bottom: 20px;
    }
    .btn-1 {
        width: 100%;
        padding: 13px;
        margin-bottom: 20px;
    }
    .btn-1 span {
        font-size: 15px;
    }
    .info-txt {
        font-size: 12px;
        line-height: 2.25;
        letter-spacing: 0.36px;
    }
    .special-txt {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .border-radius {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .img-border:before,
    .img-border:after {
        width: 157px;
        height: 140px;
    }
    .img-border:before {
        top: -2px;
        right: -2px;
    }
    .img-border:after {
        bottom: -2px;
        left: -2px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .heading-style-1 {
        font-size: 27px;
    }
    .heading-style-2 {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: 0.46px;
    }
    .heading-style-start-end-line:before,
    .heading-style-start-end-line:after {
        width: 35px;
    }
    .heading-style-start-end-line:before {
        right: calc(100% - 35px);
    }
    .heading-style-start-end-line:after {
        left: calc(100% - 35px);
    }
    .heading-style-ellipse {
        padding-left: 20px;
    }
    .heading-style-ellipse::before {
        width: 10px;
        height: 14px;
        left: 0;
        top: 5px;
    }
    .circle-start.circle-effect:before {
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
    }
    .circle-effect::before {
        left: -20px;
        height: 15px;
        width: 10px;
    }
    .circle-start.circle-effect::after {
        left: -15px;
        height: calc(50% + 20px);
        bottom: -20px;
    }
    ul.custom-list-style-ellipse li::before {
        left: 0;
        top: 5px;
        width: 10px;
        height: 14px;
        background-size: contain;
    }
    ul.custom-list-style-ellipse li {
        padding-left: 15px;
    }
    .form-control-lg {
        font-size: inherit;
    }
    .dark-box {
        padding: 30px 10px 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 19px;
    }
    .heading-style-1 {
        font-size: 23px;
    }
    .book-pop-up-form .heading-style {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #myModal .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
    .book-pop-up-form {
        font-size: 18px;
    }
    .book-pop-up-form .form-control {
        padding: 10px;
        font-size: 16px;
    }
    .book-pop-up-form .recommend-txt {
        padding-bottom: 0;
    }
    .book-pop-up-form .btn-1 {
        font-size: 20px;
        padding: 13px 15px;
        width: 100%;
    }
    .highway-img {
        position: relative;
        z-index: 0;
        margin-top: -40px;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-bottom: -20px;
    }
    .btn-aft-crack {
        margin-top: -70px;
    }
    ul.custom-list-style-disc {
        padding-left: 20px;
    }
    ul.custom-list-style-disc li::before {
        width: 6px;
        height: 6px;
        left: -15px;
    }
}

@media (max-width: 393px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .container.container-mobile-ctrl {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .container {
        max-width: 1208px;
    }
    .off-container .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .off-container .container {
        max-width: 1454px;
    }
}
/* end Global Media Queries */

/* #region cancer-opt-in-top-banner */
.cancer-top-banner {
    font-family: "Poppins", sans-serif;
    color: var(--content-text-color);
    background-color: #e7edec;
}
.cancer-top-banner .left-section {
    font-size: 18px;
}
.cancer-top-banner h2 {
    font-size: 37px;
    line-height: 1.3;
    color: var(--highlighted-primary-color);
}
.cancer-top-banner .left-section h4 {
    font-size: 26px;
    line-height: 1.32;
    color: var(--highlighted-primary-color);
}
.cancer-top-banner .top-heading {
    color: var(--element-color);
    font-size: 33px;
    letter-spacing: 1px;
    border: 2px solid var(--element-color);
}
.form-box {
    background-color: #ffffff;
    color: var(--content-text-color);
    font-size: 18px;
    border: 1px solid var(--secondary-color);
}
.form-box .form-logo {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
}
.form-box .preview-wrap {
    position: relative;
    max-width: 265px;
    width: 100%;
}
.form-box .preview-wrap .ticket {
    position: absolute;
    top: 20px;
    right: -195px;
    max-width: 210px;
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
}
.form-box .preview-cnt {
    padding-top: 160px;
}
.form-box h5 {
    color: var(--highlighted-primary-color);
    font-size: 18px;
    line-height: 1.4;
}
.form-box .preview-cnt ul li {
    line-height: 1.4;
    letter-spacing: 0;
    list-style: none;
    font-weight: 300;
}
.form-box .form-label {
    left: 0;
    color: #1C4F49;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.form-box .form-control {
    border-color: var(--element-color);
}
.form-box input[type="checkbox"] {
    float: left;
    margin-top: 4px;
}
.form-box .btn-1 span {
    text-transform: inherit;
    font-size: 19px;
}
.form-box .recommend-txt {
    font-size: 14px;
    display: block;
    overflow: hidden;
    color: var(--highlighted-primary-color);
}
.form-box.v-2 p {
    color: var(--secondary-color);
}
@media (max-width: 1599px) and (min-width: 1200px) {
    .cancer-top-banner .container {
        max-width: 1400px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1600px) {
    .cancer-top-banner .container {
        max-width: 1560px;
    }
}
@media (max-width: 1599px) {
    .cancer-top-banner .top-heading {
        font-size: 30px
    }
    .cancer-top-banner h2 {
        line-height: 1.2;
    }
    .cancer-top-banner .left-section h4 {
        font-size: 24px;
    }
    .form-box h5 {
        letter-spacing: 0;
    }
    .form-box .preview-wrap {
        max-width: 225px;
    }
    .form-box .preview-wrap .ticket {
        max-width: 185px;
        right: -170px;
    }
    .form-box .preview-cnt {
        padding-top: 140px;
    }
}
@media (max-width: 1399px) {
    .cancer-top-banner .top-heading {
        font-size: 29px;
    }
    .cancer-top-banner h2 {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .cancer-top-banner .top-heading {
        font-size: 27px;
    }
    .cancer-top-banner h2 {
        font-size: 32px;
    }
    .cancer-top-banner .left-section h4 {
        font-size: 25px;
    }

}
@media (max-width: 991px) {
    .form-box.v-2 .preview-cnt {
        padding-top: 30px;
    }
    .form-box.v-2 .preview-cnt p {
        font-size: 23px;
    }
    .form-box.v-2 .preview-wrap {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .cancer-top-banner .top-heading {
        font-size: 23px;
    }
    .cancer-top-banner h2 {
        font-size: 30px;
    }
    .form-box .preview-wrap {
        max-width: 340px;
        margin-inline: auto;
    }
    .form-box .preview-cnt,
    .form-box.v-2 .preview-cnt {
        padding-top: 0;
    }
    .form-box.v-2 .preview-wrap img {
        max-width: 120%;
    }
    .form-box.v-2 .preview-cnt p {
        font-size: 19px;
    }
}
@media (max-width: 575px) {
    .cancer-top-banner .top-heading {
        font-size: 18px;
        border-width: 1px;
        letter-spacing: 0.3px;
    }
    .cancer-top-banner h2 {
        font-size: 23px;
        letter-spacing: 0.5px;
    }
    .form-box .btn-1 span {
        font-size: 14px;
    }
    .cancer-top-banner .left-section h4 {
        font-size: 19px;
    }
    .form-box .form-logo {
        max-width: 220px;
    }
    .form-box.v-2 .preview-cnt {
        padding-top: 15px;
    }
    .form-box.v-2 .preview-cnt p {
        font-size: 15px;
    }
}
/* #endregion cancer-opt-in-top-banner */

/* #region cancer-opt-in-section-1 */
.cancer-opt-in-section-1 {
    background: linear-gradient(360deg, #E7EDEC 0.25%, #F6FFFE 99.63%);
    color: var(--primary-color);
}
.cancer-opt-in-section-1 .heading-style-1,
.cancer-opt-in-section-1 .heading-style-2 {
    color: var(--primary-color);
}
.cancer-opt-in-section-1 .heading-style-2 {
    width: 100%;
    max-width: 890px;
}
.cancer-opt-in-section-1 .heading-style-start-end-line:before,
.cancer-opt-in-section-1 .heading-style-start-end-line:after {
    width: 100%;
}
.cancer-opt-in-section-1 .heading-style-start-end-line:before {
    right: 100%;
}
.cancer-opt-in-section-1 .heading-style-start-end-line:after {
    left: 100%;
}
.cancer-opt-in-section-1 .cnt-left p {
    font-size: 30px;
    letter-spacing: 0.9px;
}
.cancer-opt-in-section-1 .register-form {
    background-color: #ffffff;
    color: #697787;
    position: relative;
}
.cancer-opt-in-section-1 .register-form #form-target {
    position: absolute;
    top: -230px;
}
.cancer-opt-in-section-1 .register-form .form-heading {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -2.55px;
    color: var(--primary-color);
}
.cancer-opt-in-section-1 .register-form .img-bx {
    max-width: 297px;
}
.cancer-opt-in-section-1 .register-form p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 20px;
}
.cancer-opt-in-section-1 .register-form .form-control {
    border-color: var(--btn-color);
}
.cancer-opt-in-section-1 .register-form .form-label {
    font-size: 20px;
    left: 5px;
    opacity: 1;
}
.cancer-opt-in-section-1 .register-form .form-control:focus ~ .form-label,
.cancer-opt-in-section-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
    top: -3px;
    left: 0;
    font-size: 14px;
}
.cancer-opt-in-section-1 .register-form .recommend-txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.42px;
    display: block;
    overflow: hidden;
}
.cancer-opt-in-section-1 .btn-1 {
    font-size: 25px;
    letter-spacing: 1.25px;
}
.cancer-opt-in-section-1 strong {
    color: inherit;
    font-weight: 700;
}
@media (max-width: 1599px) {
    .cancer-opt-in-section-1 .heading-style-2 {
        max-width: 830px;
    }
    .cancer-opt-in-section-1 .register-form .form-heading {
        font-size: 49px;
    }
    .cancer-opt-in-section-1 .cnt-left p {
        font-size: 27px;
    }
    .cancer-opt-in-section-1 .register-form p {
        font-size: 17px;
    }
    .cancer-opt-in-section-1 .btn-1 {
        font-size: 23px;
    }
}
@media (max-width: 1399px) {
    .cancer-opt-in-section-1 .heading-style-2 {
        max-width: 750px;
    }
    .cancer-opt-in-section-1 .register-form .form-heading {
        font-size: 39px;
        letter-spacing: normal;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .cancer-opt-in-section-1 .btn-1 {
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cancer-opt-in-section-1 .register-form .form-heading {
        font-size: 36px;
    }
    .cancer-opt-in-section-1 .register-form .img-bx {
        max-width: 205px;
    }
    .cancer-opt-in-section-1 .btn-1 {
        font-size: 20px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-1 .heading-style-2 {
        max-width: 450px;
    }
    .cancer-opt-in-section-1 .register-form #form-target {
        top: -30px;
    }
    .cancer-opt-in-section-1 .register-form .form-heading {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-1 .heading-style-2 {
        max-width: 360px;
    }
    .heading-style-start-end-line:before,
    .heading-style-start-end-line:after {
        background-color: var(--btn-color);
    }
    .cancer-opt-in-section-1 .cnt-left p {
        font-size: 19px;
    }
    .cancer-opt-in-section-1 .register-form .img-bx {
        max-width: 205px;
    }
    .cancer-opt-in-section-1 .register-form p,
    .cancer-opt-in-section-1 .register-form .form-control,
    .cancer-opt-in-section-1 .register-form .form-label {
        font-size: 13px;
    }
    .cancer-opt-in-section-1 .register-form .recommend-txt {
        font-size: 12px;
    }
    .cancer-opt-in-section-1 .btn-1 {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-1 .heading-style-2 {
        font-size: 20px;
        max-width: 310px;
    }
    .cancer-opt-in-section-1 .cnt-left p {
        letter-spacing: normal;
    }
    .cancer-opt-in-section-1 .register-form .form-heading {
        font-size: 37px;
    }
    .cancer-opt-in-section-1 .register-form .form-control:focus ~ .form-label,
    .cancer-opt-in-section-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
        top: -2px;
    }
}
/* #endregion cancer-opt-in-section-1 */

/* #region cancer-opt-in-section-bonus */
.cancer-opt-in-section-bonus {
    background-color: #f9f8ff;
}
.cancer-opt-in-section-bonus .heading-style-shape::before {
    content: " ";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -48px;
    top: 6px;
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.6269 8.41106C27.7407 10.9904 28.2975 13.7632 27.8389 16.536C27.2493 20.1148 25.6443 23.9838 22.6306 26.2408C20.3704 27.9173 17.3241 28.2397 14.507 27.8528C11.2314 27.4015 8.15224 26.0795 5.33517 24.403C3.56631 23.339 1.83021 22.0493 0.880272 20.2438C-0.0696684 18.406 -0.0696685 16.2781 0.0613579 14.2146C0.192384 11.8932 0.552709 9.47504 1.79746 7.47605C3.46804 4.86447 6.44889 3.4136 9.29871 2.12393C10.9693 1.38237 12.6726 0.640806 14.4415 0.253906C17.0293 -0.294204 19.5843 -0.00402801 21.7462 1.60806C23.3513 2.801 24.5305 4.44533 25.5132 6.18639C25.9063 6.8957 26.2666 7.60502 26.5942 8.37883L26.6269 8.41106Z" fill="%23615F8F"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}
.cancer-opt-in-section-bonus .custom-wrap {
    max-width: 318px;
}
.cancer-opt-in-section-bonus .heading-style-2 {
    line-height: 1.2;
}
.cancer-opt-in-section-bonus ul li  {
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-bonus .custom-wrap {
        max-width: 200px;
    }
    .cancer-opt-in-section-bonus .heading-style-shape::before {
        width: 10px;
        height: 10px;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-bonus .heading-style-2 {
        font-size: 20px;
    }
    .cancer-opt-in-section-bonus ul li {
        padding-bottom: 20px;
    }
}
/* #endregion cancer-opt-in-section-bonus */

/* #region cancer-opt-in-section-2 */
.cancer-opt-in-section-2 {
    background-color: #697787;
}
.logo-1-wrap {
    width: 100%;
    max-width: 86px;
}
.logo-2-wrap {
    width: 100%;
    max-width: 79px;
}
.logo-3-wrap {
    width: 100%;
    max-width: 56px;
}
.logo-4-wrap {
    width: 100%;
    max-width: 106px;
}
.logo-5-wrap {
    width: 100%;
    max-width: 113px;
}
.logo-6-wrap {
    width: 100%;
    max-width: 124px;
}
.logo-7-wrap {
    width: 100%;
    max-width: 81px;
}
.logo-8-wrap {
    width: 100%;
    max-width: 115px;
}
.logo-9-wrap {
    width: 100%;
    max-width: 81px;
}
.logo-10-wrap {
    width: 100%;
    max-width: 140px;
}
.logo-11-wrap {
    width: 100%;
    max-width: 97px;
}
@media only screen and (max-width: 1599px) {
    .logos-list img {
        max-height: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(1) {
        max-width: 90px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(2) {
        max-width: 80px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(3) {
        max-width: 70px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(4) {
        max-width: 110px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(5) {
        max-width: 110px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(6) {
        max-width: 120px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(7) {
        max-width: 90px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(8) {
        max-width: 100px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(9) {
        max-width: 80px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(10) {
        max-width: 120px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(11) {
        max-width: 90px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(1) {
        max-width: 80px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(2) {
        max-width: 70px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(3) {
        max-width: 60px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(4),
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(5) {
        max-width: 100px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(6) {
        max-width: 110px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(7) {
        max-width: 75px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(9) {
        max-width: 65px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(10) {
        max-width: 110px;
    }
    .cancer-opt-in-section-2 .logos-list li.col-auto:nth-child(11) {
        max-width: 75px;
    }
}
/* #endregion cancer-opt-in-section-2 */

/* #region cancer-opt-in-section-3 */
.cancer-opt-in-section-3 {
    background-color: #e7edec;
}
.cancer-opt-in-section-3 .position-img {
    width: 387px;
    height: 663px;
    right: 0;
    bottom: -60px;
    transform: rotate(-31deg);
}
.cancer-opt-in-section-3 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
.cancer-opt-in-section-3 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-3 .img-border:before,
.cancer-opt-in-section-3 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--primary-color);
}
.cancer-opt-in-section-3 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-3 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-3 .custom-wrap {
    max-width: 438px;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-3 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-3 .custom-wrap {
        max-width: 438px;
    }
    .cancer-opt-in-section-3 .position-img {
        width: 188.5px;
        height: 318px;
        bottom: -25px;
    }
    .cancer-opt-in-section-3 .img-border:before,
    .cancer-opt-in-section-3 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-3 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-3 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-3 */

/* #region cancer-opt-in-section-4 */
.cancer-opt-in-section-4 {
    background-color: #f8f8ff;
}
.cancer-opt-in-section-4 .custom-wrap {
    max-width: 550px;
    margin-left: -20px;
}
.cancer-opt-in-section-4 .custom-wrap-2 {
    max-width: 439px;
}
.cancer-opt-in-section-4 .box-wrap {
    background-color: #607f7c;
}
.cancer-opt-in-section-4 .box-wrap .position-img {
    position: absolute;
    width: 343px;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}
.cancer-opt-in-section-4 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-4 .img-border:before,
.cancer-opt-in-section-4 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--primary-color);
}
.cancer-opt-in-section-4 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-4 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-4 .custom-wrap {
        max-width: 500px;
    }
    .cancer-opt-in-section-4 .custom-wrap-2 {
        max-width: 400px;
    }
    .cancer-opt-in-section-4 .box-wrap .position-img {
        width: 250px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-4 .custom-wrap,
    .cancer-opt-in-section-4 .custom-wrap-2 {
        max-width: 440px;
        margin-left: 0;
    }
    .cancer-opt-in-section-4 .box-wrap .position-img {
        width: 128px;
    }
    .cancer-opt-in-section-4 .img-border:before,
    .cancer-opt-in-section-4 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-4 .custom-wrap {
        max-width: 264px;
    }
    .cancer-opt-in-section-4 .custom-wrap-2 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-4 */

/* #region cancer-opt-in-section-5 */
.cancer-opt-in-section-5 {
    margin-top: -65px;
}
.cancer-opt-in-section-5 .section-bg {
    background: linear-gradient(360deg, #A0B3B0 0.25%, #607B77 51.85%);
    margin-top: -10px;
}
.cancer-opt-in-section-5 .position-img {
    width: 742.5px;
    height: 674px;
    left: -193px;
    top: 690px;
    transform: rotate(6.94deg);
}
.cancer-opt-in-section-5 .custom-wrap {
    max-width: 438px;
}
.cancer-opt-in-section-5 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-5 .img-border:before,
.cancer-opt-in-section-5 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-5 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-5 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-5 .box-wrap {
    background-color: #607f7c;
}
.cancer-opt-in-section-5 .box-wrap p strong {
    color: var(--highlighted-secondary-color);
    font-weight: 700;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-5 {
        margin-top: -45px;
    }
    .cancer-opt-in-section-5 .section-bg {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-5 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-5 {
        margin-top: -35px;
    }
    .cancer-opt-in-section-5 .custom-wrap {
        max-width: 438px;
    }
    .cancer-opt-in-section-5 .img-border:before,
    .cancer-opt-in-section-5 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-5 {
        margin-top: -30px;
    }
    .cancer-opt-in-section-5 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-5 .box-wrap .heading-style-2 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-5 {
        margin-top: -20px;
    }
}
/* #endregion cancer-opt-in-section-5 */

/* #region cancer-opt-in-section-6 */
.cancer-opt-in-section-6 {
    margin-top: -320px;
}
.cancer-opt-in-section-6 .section-bg {
    background-color: #e7edec;
    padding-top: 310px;
    margin-bottom: -40px;
}
.cancer-opt-in-section-6 .heading-style-1 {
    color: var(--primary-color);
}
.cancer-opt-in-section-6 .position-img-1 {
    width: 872px;
    height: 411px;
    left: -430px;
    top: -80px;
    transform: rotate(-24.65deg);
    opacity: 0.4;
}
.cancer-opt-in-section-6 .position-img-2 {
    width: 422px;
    height: 286px;
    right: -260px;
    bottom: -80px;
    opacity: 0.4;
}
.cancer-opt-in-section-6 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-6 .highlighted-txt-2 strong {
    color: #e2b659;
    font-weight: 700;
}
.cancer-opt-in-section-6 .custom-wrap {
    max-width: 438px;
}
.cancer-opt-in-section-6 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-6 .img-border:before,
.cancer-opt-in-section-6 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--primary-color);
}
.cancer-opt-in-section-6 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-6 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-6 .section-bg {
        margin-bottom: -20px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-6 .position-img-2 {
        bottom: -20px;
    }
    .cancer-opt-in-section-6 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-6 .section-bg {
        margin-bottom: 0;
    }
    .cancer-opt-in-section-6 .custom-wrap {
        max-width: 438px;
    }
    .cancer-opt-in-section-6 .img-border:before,
    .cancer-opt-in-section-6 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-6 .section-bg {
        margin-bottom: -15px;
    }
    .cancer-opt-in-section-6 .position-img-1 {
        top: -10px;
        width: 272px;
        height: 128px;
        left: -78px;
    }
    .cancer-opt-in-section-6 .position-img-2 {
        bottom: 0;
        width: 250px;
        height: 170px;
        right: -125px;
    }
    .cancer-opt-in-section-6 .flip-sm {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .cancer-opt-in-section-6 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-6 */

/* #region cancer-opt-in-section-7 */
.cancer-opt-in-section-7 {
    background-color: #f8f8ff;
    margin-top: -85px;
    padding-top: 145px;
}
.cancer-opt-in-section-7 .box-wrap {
    background-color: #af99bf;
}
.cancer-opt-in-section-7 .box-wrap .secondary-txt {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1.1;
}
.cancer-opt-in-section-7 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
.cancer-opt-in-section-7 .position-img {
    width: 587px;
    height: 382px;
    left: -270px;
    top: -223px;
    opacity: 0.3;
}
.cancer-opt-in-section-7 .box-wrap-2 {
    background-color: #a693b3;
}
.cancer-opt-in-section-7 .box-wrap-2 .highlighted-txt-2 {
    color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-7 .box-wrap-2 .custom-wrap {
    width: 450px;
    height: 100%;
}
.cancer-opt-in-section-7 .box-wrap-2 .custom-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-7 .box-wrap-2 .custom-wrap {
        width: 335px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-7 .box-wrap .img-bx .img-fluid {
        height: 80px;
    }
    .cancer-opt-in-section-7 .box-wrap-2 .custom-wrap {
        width: 100%;
    }
    .cancer-opt-in-section-7 .box-wrap-2 .custom-wrap img {
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-7 {
        margin-top: -40px;
        padding-top: 65px;
    }
    .cancer-opt-in-section-7 .box-wrap .secondary-txt {
        font-size: 19px;
    }
    .cancer-opt-in-section-7 .btn-1 {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .cancer-opt-in-section-7 .column-5 {
        max-width: 20%;
        width: 100%;
    }
}
/* #endregion cancer-opt-in-section-7 */

/* #region cancer-opt-in-section-8 */
.cancer-opt-in-section-8 {
    background-color: #e7edec;
    margin-top: -230px;
    padding-top: 210px;
}
.cancer-opt-in-section-8 .custom-wrap {
    max-width: 290px;
}
.cancer-opt-in-section-8 .box-wrap {
    background-color: #527370;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-8-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-8 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-8 .box-wrap {
        background-image: none;
    }
    .cancer-opt-in-section-8 .custom-wrap {
        max-width: 300px;
    }
    .cancer-opt-in-section-8 .off-canvas-img {
        margin-left: -60px;
        margin-top: -50px;
        margin-bottom: -50px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-8 {
        padding-top: 225px;
    }
    .cancer-opt-in-section-8 .custom-wrap {
        max-width: 132px;
    }
    .cancer-opt-in-section-8 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
}
/* #endregion cancer-opt-in-section-8 */

/* #region cancer-opt-in-section-9 */
.cancer-opt-in-section-9 {
    background-color: #f8f8ff;
    margin-top: -300px;
    padding-top: 300px;
}
.cancer-opt-in-section-9 .position-img-1 {
    width: 435px;
    height: 436px;
    right: -242px;
    bottom: 0;
    opacity: 0.4;
}
.cancer-opt-in-section-9 .position-img-2 {
    width: 591.5px;
    height: 493.5px;
    left: -670px;
    top: 0;
    opacity: 0.3;
}
.cancer-opt-in-section-9 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-9 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-9 .custom-wrap {
        max-width: 400px;
        opacity: 100;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-9 .position-img-1 {
        width: 204px;
        height: 205px;
        right: -103px;
        bottom: 125px;
    }
    .cancer-opt-in-section-9 .custom-wrap {
        max-width: 240px;
    }
    .cancer-opt-in-section-9 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-9 */

/* #region cancer-opt-in-section-10 */
.cancer-opt-in-section-10 {
    background-color: #a693b3;
    color: #fff;
}
.cancer-opt-in-section-10 .position-img {
    width: 288px;
    height: 486px;
    right: -150px;
    bottom: -140px;
    transform: rotate(-56.56deg);
}
.cancer-opt-in-section-10 .off-container .box-wrap {
    background-color: #786485;
    height: 290px;
}
.cancer-opt-in-section-10 .off-container .box-wrap .heading-style-2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-10 .off-container .box-wrap .heading-style-2.heading-style-line-center::before {
    background-color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-10 .off-container .box-wrap .heading-style-2 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-10 .off-container .box-wrap {
        height: 213px;
    }
    .cancer-opt-in-section-10 .off-container .box-wrap .heading-style-2 {
        font-size: 19px;
    }
}
/* #endregion cancer-opt-in-section-10 */

/* #region cancer-opt-in-section-11 */
.cancer-opt-in-section-11 {
    color: #fff;
    margin-top: -80px;
}
.cancer-opt-in-section-11 .section-bg {
    background-color: #786485;
    margin-top: -5px;
    margin-bottom: -55px;
}
.cancer-opt-in-section-11 .secondary-txt {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1.1;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-11 .section-bg {
        padding-top: 15px;
        margin-top: 0;
        margin-bottom: -45px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-11 .section-bg {
        padding-top: 30px;
        margin-bottom: -20px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-11 .h-md-80px {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-11 .section-bg {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: -25px;
    }
    .cancer-opt-in-section-11 .secondary-txt {
        font-size: 19px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-11 .section-bg {
        padding-top: 10px;
        margin-bottom: -10px;
    }
}
/* #endregion cancer-opt-in-section-11 */

/* #region cancer-opt-in-section-12 */
.cancer-opt-in-section-12 {
    background-color: #a693b3;
    color: #fff;
    margin-top: -80px;
    padding-top: 150px;
}
.cancer-opt-in-section-12 .position-img {
    width: 200px;
    height: 509px;
    left: 0;
    top: 435px;
    opacity: 0.3;
}
.cancer-opt-in-section-12 ul.custom-list-style-double-circle li {
    margin-bottom: 25px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-opt-in-section-12 ul.custom-list-style-double-circle li::before {
    content: "";
    left: 0;
    top: 3px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23FFDE99"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-opt-in-section-12 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-12 .img-border:before,
.cancer-opt-in-section-12 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-12 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-12 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-12 .custom-wrap {
    max-width: 439px;
}
.cancer-opt-in-section-12 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 99em) {
    .cancer-opt-in-section-12 .position-img {
        left: -110px;
        width: 185px;
        height: 470px;
    }
}
@media only screen and (max-width: 87.4375em) {
    .cancer-opt-in-section-12 .position-img {
        left: -90px;
    }
}
@media only screen and (max-width: 82.875em) {
    .cancer-opt-in-section-12 .position-img {
        left: -120px;
        width: 150px;
        height: 380px;
    }
}
@media only screen and (max-width: 72.125em) {
    .cancer-opt-in-section-12 .position-img {
        left: -130px;
        width: 120px;
        height: 300px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-12 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-12 .custom-wrap {
        max-width: 439px;
    }
    .cancer-opt-in-section-12 .img-border:before,
    .cancer-opt-in-section-12 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-12 {
        margin-top: -40px;
        padding-top: 65px;
    }
    .cancer-opt-in-section-12 .position-img {
        width: 82px;
        height: 207px;
        left: auto;
        right: 0;
        top: auto;
        bottom: 298px;
        opacity: 0.3;
    }
    .cancer-opt-in-section-12 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-12 ul.custom-list-style-double-circle li {
        padding-left: 25px;
        margin-bottom: 20px;
    }
    .cancer-opt-in-section-12 ul.custom-list-style-double-circle li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
    .cancer-opt-in-section-12 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-12 */

/* #region cancer-opt-in-section-13 */
.cancer-opt-in-section-13 {
    background-color: #f8f8ff;
}
.cancer-opt-in-section-13 .position-img {
    width: 294px;
    height: 427px;
    left: -228px;
    bottom: -100px;
    opacity: 0.3;
}
.cancer-opt-in-section-13 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-13 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-13 .img-border:before,
.cancer-opt-in-section-13 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--primary-color);
}
.cancer-opt-in-section-13 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-13 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-13 .custom-wrap {
    max-width: 432px;
}
.cancer-opt-in-section-13 .box-wrap {
    background-color: #527370;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-13-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-opt-in-section-13 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-13 .position-img {
        left: -230px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-13 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-13 .custom-wrap {
        max-width: 432px;
    }
    .cancer-opt-in-section-13 .img-border:before,
    .cancer-opt-in-section-13 .img-border:after {
        width: 100px;
        height: 114px;
    }
    .cancer-opt-in-section-13 .box-wrap {
        background-image: none;
    }
    .cancer-opt-in-section-13 .off-canvas-img {
        margin-left: -60px;
        margin-top: -50px;
        margin-bottom: -20px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-13 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-13 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
    .cancer-opt-in-section-13 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-13 */

/* #region cancer-opt-in-section-14 */
.cancer-opt-in-section-14 {
    margin-top: -55px;
}
.cancer-opt-in-section-14 .section-bg {
    background: linear-gradient(360deg, #82A09D 14.16%, #607B77 58.56%);
    color: #fff;
}
.cancer-opt-in-section-14 .position-img {
    width: 646px;
    height: 570px;
    right: -365px;
    bottom: -35px;
    opacity: 0.3;
}
.cancer-opt-in-section-14 .highlighted-txt-2 {
    color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-14 .secondary-txt {
    font-size: 32px;
    letter-spacing: 0.64px;
    line-height: 1.2;
}
.cancer-opt-in-section-14 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-14 .img-border:before,
.cancer-opt-in-section-14 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-14 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-14 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-14 .custom-wrap {
    max-width: 432px;
}
.cancer-opt-in-section-14 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-14 .position-img {
        right: -410px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-14 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-14 {
        margin-top: -30px;
    }
    .cancer-opt-in-section-14 .custom-wrap,
    .cancer-opt-in-section-14 .custom-wrap-2 {
        max-width: 432px;
    }
    .cancer-opt-in-section-14 .img-border:before,
    .cancer-opt-in-section-14 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-14 {
        margin-top: -25px;
    }
    .cancer-opt-in-section-14 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-14 .custom-wrap-2 {
        max-width: 272px;
    }
    .cancer-opt-in-section-14 .secondary-txt {
        font-size: 23px;
    }
    .cancer-opt-in-section-14 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-14 */

/* #region cancer-opt-in-section-15 */
.cancer-opt-in-section-15 {
    background-color: #e7edec;
}
.cancer-opt-in-section-15 .position-img {
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.cancer-opt-in-section-15 .position-img-2 {
    width: 639px;
    height: 540px;
    right: -670px;
    top: 0;
    opacity: 0.3;
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-15 .custom-wrap {
        max-width: 400px;
        opacity: 0.3;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-15 .position-img {
        width: 150px;
        height: 150px;
    }
    .cancer-opt-in-section-15 .custom-wrap {
        max-width: 233px;
    }
}
/* #endregion cancer-opt-in-section-15 */

/* #region cancer-opt-in-section-16 */
.cancer-opt-in-section-16 {
    background-color: #607b77;
    color: #fff;
}
.cancer-opt-in-section-16 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-opt-in-section-16 .custom-wrap {
    max-width: 694px;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-16 .custom-wrap {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-16 img {
        position: static;
    }
    .cancer-opt-in-section-16 .off-canvas-img {
        margin-left: -135px;
        width: 155%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-16 .off-canvas-img {
        margin-left: -30px;
        width: 120%;
    }
}
@media (min-width: 768px) {
    .cancer-opt-in-section-16 .container {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-16 */

/* #region cancer-opt-in-section-17 */
.cancer-opt-in-section-17 .section-bg {
    background-color: #f8f8ff;
    margin-bottom: -55px;
}
.cancer-opt-in-section-17 .position-img-1 {
    width: 299px;
    height: 300px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-17 .position-img-2 {
    width: 435px;
    height: 436px;
    left: -260px;
    bottom: -60px;
    opacity: 0.4;
}
.cancer-opt-in-section-17 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-17 .custom-wrap {
    max-width: 255px;
    opacity: 0.6;
}
.cancer-opt-in-section-17 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1599px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -40px;
    }
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -30px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -20px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -10px;
    }
    .cancer-opt-in-section-17 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -20px;
    }
    .cancer-opt-in-section-17 .position-img-1 {
        width: 117px;
        height: 230px;
        top: auto;
        right: 0;
        bottom: 270px;
    }
    .cancer-opt-in-section-17 .custom-wrap {
        max-width: 200px;
    }
    .cancer-opt-in-section-17 .btn-1 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-17 .section-bg {
        margin-bottom: -15px;
    }
}
/* #endregion cancer-opt-in-section-17 */

/* #region cancer-opt-in-section-18 */
.cancer-opt-in-section-18 {
    margin-top: -70px;
    padding-top: 130px;
    background-color: #A693B3;
    color: #fff;
}
.cancer-opt-in-section-18 .position-img-1 {
    width: 742px;
    height: 674px;
    right: -220px;
    top: 0;
    transform: rotate(-165.72deg);
    -webkit-transform: rotate(-165.72deg);
    -moz-transform: rotate(-165.72deg);
}
.cancer-opt-in-section-18 .position-img-2 {
    width: 710px;
    height: 594px;
    left: -185px;
    bottom: 90px;
    transform: rotate(22.4deg);
    -webkit-transform: rotate(22.4deg);
    -moz-transform: rotate(22.4deg);
}
.cancer-opt-in-section-18 .position-img-3 {
    position: absolute;
    width: 805px;
    right: -780px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.5;
}
.cancer-opt-in-section-18 .custom-wrap {
    max-width: 450px;
}
.cancer-opt-in-section-18 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-18 .img-border:before,
.cancer-opt-in-section-18 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-18 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-18 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-18 .highlighted-txt-2 {
    color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-18 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1399px) {
    .cancer-opt-in-section-18 .position-img-3 {
        width: 600px;
        right: -600px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-18 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-18 {
        margin-top: -40px;
        padding-top: 105px;
    }
    .cancer-opt-in-section-18 .custom-wrap {
        max-width: 450px;
    }
    .cancer-opt-in-section-18 .img-border:before,
    .cancer-opt-in-section-18 .img-border:after {
        width: 100px;
        height: 114px;
    }
    .cancer-opt-in-section-18 .position-img-3 {
        position: static;
        opacity: 0.6;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-18 {
        margin-top: -30px;
        padding-top: 60px;
    }
    .cancer-opt-in-section-18 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-18 .position-img-3 {
        max-width: 377px;
    }
    .cancer-opt-in-section-17 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-18 */

/* #region cancer-opt-in-section-19 */
.cancer-opt-in-section-19 {
    background-color: #f8f8ff;
}
.cancer-opt-in-section-19 .position-img-1 {
    width: 435px;
    height: 436px;
    right: -260px;
    top: 35px;
    opacity: 0.4;
}
.cancer-opt-in-section-19 .custom-wrap {
    max-width: 450px;
}
.cancer-opt-in-section-19 .box-wrap {
    background-color: #786485;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-19-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-opt-in-section-19 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-19 .custom-wrap {
        max-width: 380px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-19 .box-wrap {
        background-image: none;
    }
    .cancer-opt-in-section-19 .off-canvas-img {
        margin-left: -60px;
        margin-top: -20px;
        margin-bottom: -10px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-19 .position-img-1 {
        width: 230px;
        height: 230px;
        right: -113px;
        top: 255px;
    }
    .cancer-opt-in-section-19 .custom-wrap {
        max-width: 176px;
    }
    .cancer-opt-in-section-19 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
    .cancer-opt-in-section-19 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-19 */

/* #region cancer-opt-in-section-20 */
.cancer-opt-in-section-20 {
    background-color: #e8edeb;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-20-img-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -470px;
    padding-top: 460px;
}
.cancer-opt-in-section-20 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-20 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-20 .btn-1 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-20 {
        background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-20-img-bg-sm.webp');
    }
}
/* #endregion cancer-opt-in-section-20 */

/* #region cancer-opt-in-section-21 */
.cancer-opt-in-section-21 {
    background: linear-gradient(360deg, #82A09D 14.16%, #607B77 58.56%);
    color: #fff;
}
.cancer-opt-in-section-21 .position-img-1 {
    width: 710px;
    height: 594px;
    right: -197px;
    top: 70px;
    opacity: 0.2;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
}
.cancer-opt-in-section-21 .position-img-2 {
    width: 710px;
    height: 594px;
    left: -195px;
    bottom: 24px;
    opacity: 0.2;
    transform: rotate(22.4deg);
    -webkit-transform: rotate(22.4deg);
    -moz-transform: rotate(22.4deg);
}
.cancer-opt-in-section-21 ul.custom-list-style-double-circle li {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-opt-in-section-21 ul.custom-list-style-double-circle li::before {
    content: "";
    left: 0;
    top: 3px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23FFDE99"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-21 .position-img-1 {
        width: 233px;
        height: 195px;
        right: -64px;
        top: 25px;
    }
    .cancer-opt-in-section-21 .position-img-2 {
        width: 233px;
        height: 195px;
        left: -74px;
        bottom: 25px;
    }
    .cancer-opt-in-section-21 ul.custom-list-style-double-circle li {
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .cancer-opt-in-section-21 ul.custom-list-style-double-circle li::before {
        top: 4px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-opt-in-section-21 */

/* #region cancer-opt-in-section-22 */
.cancer-opt-in-section-22 {
    background-color: #475a58;
    color: #fff;
}
.cancer-opt-in-section-22 .avatar {
    background-color: #d9d9d9;
    width: 173px;
    height: 173px;
}
.cancer-opt-in-section-22 .img-border-wrap {
    border: 2px solid var(--highlighted-secondary-color);
}
.cancer-opt-in-section-22 .name {
    font-size: 27px;
}
.cancer-opt-in-section-22 .heading-style-line:before {
    width: 100%;
    background-color: var(--highlighted-secondary-color);
}
/* #endregion cancer-opt-in-section-22 */

/* #region cancer-opt-in-section-23 */
.cancer-opt-in-section-23 {
    background-color: #f8f8ff;
}
.cancer-opt-in-section-23 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-23 .heading-style-line-center:before {
    width: 21%;
}
.cancer-opt-in-section-23 .episode .episode-col-bg .episode-title,
.cancer-opt-in-section-23 .episode .heading-style {
    line-height: normal;
    letter-spacing: 0.7px;
    color: var(--primary-color);
}
.cancer-opt-in-section-23 .episode .episode-col-bg {
    margin-bottom: -20px;
}
.cancer-opt-in-section-23 .episode .episode-col-bg .episode-number {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    font-size: 50px;
    font-weight: 800;
    border-radius: 50%;
}
.cancer-opt-in-section-23 .episode .episode-col-bg .episode-number span {
    border: 1px solid var(--btn-color);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.cancer-opt-in-section-23 .episode .episode-col-bg .episode-title {
    font-size: 35px;
}
.cancer-opt-in-section-23 .episode .heading-style {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cancer-opt-in-section-23 .episode ul.custom-list-style-double-circle li {
    margin-bottom: 20px;
    padding-left: 37px;
    list-style: none;
    position: relative;
}
.cancer-opt-in-section-23 .episode ul.custom-list-style-double-circle li::before {
    content: "";
    left: 0;
    top: 3px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23BF9334"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23BF9334"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-photo {
    width: 190px;
    height: 220px;
    position: relative;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-photo img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-author-content {
    font-size: 20px;
    padding: 0px 0 0 20px;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-author-content p {
    margin-bottom: 15px;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-author {
    font-size: 24px;
    color: var(--btn-color);
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-author.heading-style-line:before {
    background-color: var(--btn-color);
    width: 80px;
}
.cancer-opt-in-section-23 .episode .episode-author-col .episode-author-designation {
    font-size: 13px;
}
@media (max-width: 1599px) {
    .cancer-opt-in-section-23 .episode .heading-style {
        font-size: 34px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-title {
        font-size: 32px;
    }
    .cancer-opt-in-section-23 .episode .heading-style {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-title {
        font-size: 25px;
    }
    .cancer-opt-in-section-23 .episode .heading-style {
        font-size: 29px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author-content {
        font-size: 18px;
        letter-spacing: 0;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-23 {
        padding-bottom: 0;
    }
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-title {
        font-size: 30px;
    }
    .cancer-opt-in-section-23 .episode .odd-bg {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #FFF;
    }
    .cancer-opt-in-section-23 .episode .odd-bg:before {
        content: "";
        position: absolute;
        width: 1000px;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background-color: #A190AD;
    }
    .cancer-opt-in-section-23 .episode .odd-bg > div {
        position: relative;
    }
    .cancer-opt-in-section-23 .episode .odd-bg .episode-col-bg .episode-title,
    .cancer-opt-in-section-23 .episode .odd-bg .heading-style {
        color: #fff;
    }
    .cancer-opt-in-section-23 .episode .odd-bg .episode-col-bg .episode-number,
    .cancer-opt-in-section-23 .episode .odd-bg .episode-col-bg .episode-number span {
        border-color: var(--highlighted-secondary-color);
    }
    .cancer-opt-in-section-23 .episode .odd-bg .episode-col-bg .episode-number,
    .cancer-opt-in-section-23 .episode .odd-bg .highlighted-txt-2,
    .cancer-opt-in-section-23 .episode .odd-bg .episode-author-col .episode-author {
        color: var(--highlighted-secondary-color);
    }
    .cancer-opt-in-section-23 .episode .odd-bg ul.custom-list-style-double-circle li::before {
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23FFDE99"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23FFDE99"/></svg>');
    }
    .cancer-opt-in-section-23 .episode .odd-bg .episode-author-col .episode-author.heading-style-line:before {
        background-color: var(--highlighted-secondary-color);
    }
    .cancer-opt-in-section-23 .episode .heading-style {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-23 .episode .heading-style {
        font-size: 22px;
    }
    .cancer-opt-in-section-23 .heading-style-line-center:before {
        width: 27%;
    }
    .cancer-opt-in-section-23 .episode .odd-bg {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .cancer-opt-in-section-23 .episode ul.custom-list-style-double-circle li {
        padding-left: 20px;
    }
    .cancer-opt-in-section-23 .episode ul.custom-list-style-double-circle li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author-content {
        font-size: 14px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author {
        font-size: 16px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author-designation {
        font-size: 9px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-opt-in-section-23 .episode .episode-col-bg {
        margin-bottom: -13px;
    }
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-number {
        font-size: 25px;
    }
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-number span {
        height: 40px;
        width: 40px;
        padding-top: 2px;
    }
    .cancer-opt-in-section-23 .episode .episode-col-bg .episode-title {
        font-size: 19px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-author-content {
        padding: 0 0 0 15px;
    }
    .cancer-opt-in-section-23 .episode .episode-author-col .episode-photo {
        width: 137px;
        height: 160px;
    }
}
/* #endregion cancer-opt-in-section-23 */

/* #region cancer-opt-in-section-24 */
.cancer-opt-in-section-24 {
    background-color: #f9f8ff;
}
.cancer-opt-in-section-24 .heading-style-1 {
    color: #60557b;
}
.cancer-opt-in-section-24 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-opt-in-section-24 .list-expert .expert-item {
    min-height: 100%;
    background-color: #7D9794;
    color: #fff;
}
.cancer-opt-in-section-24 .list-expert .experts-content {
    min-height: 150px;
}
.cancer-opt-in-section-24 .list-expert .expert-item .experts-photo:before {
    content: "";
    padding-top: 87%;
    display: block;
}
.cancer-opt-in-section-24 .list-expert .expert-item .experts-photo img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-opt-in-section-24 .list-expert .expert-item .experts-name {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.cancer-opt-in-section-24 .list-expert .expert-item .experts-name.heading-style-line-center:before {
    background-color: var(--highlighted-secondary-color);
    width: 44.76%;
}
.cancer-opt-in-section-24 .list-expert .expert-item .experts-designation {
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
}
@media (min-width: 1600px) {
    .cancer-opt-in-section-24 .off-container .container {
        max-width: 1320px;
    }
    .cancer-opt-in-section-24 .list-expert .expert-col {
        max-width: 20%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    /* Hide scrollbar for IE, Edge and Firefox */
    .cancer-opt-in-section-24 .list-expert {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .cancer-opt-in-section-24 .list-expert::-webkit-scrollbar {
        display: none;
    }
}
/* #endregion cancer-opt-in-section-24 */

/* #region cancer-opt-in-section-25 */
.cancer-opt-in-section-25 {
    background-color: #546A68;
    color: #fff;
}
.cancer-opt-in-section-25 .position-img {
    width: 204px;
    height: 400px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.5;
}
.cancer-opt-in-section-25 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-25 .img-border:before,
.cancer-opt-in-section-25 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-25 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-25 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-25 .custom-wrap {
    max-width: 327px;
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-25 .img-border:before,
    .cancer-opt-in-section-25 .img-border:after {
        width: 100px;
        height: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-25 .position-img {
        width: 96px;
        height: 180px;
        top: auto;
        bottom: 230px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .cancer-opt-in-section-25 .custom-wrap {
        max-width: 215px;
    }
}
/* #endregion cancer-opt-in-section-25 */

/* #region cancer-opt-in-section-26 */
.cancer-opt-in-section-26 {
    background: linear-gradient(0deg, #82A09D 14.46%, #607B77 101.78%);
    color: #fff;
}
.cancer-opt-in-section-26 .position-img {
    width: 389px;
    height: 611px;
    left: -320px;
    top: -192px;
    opacity: 0.2;
    transform: rotate(-31.03deg);
}
.cancer-opt-in-section-26 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-26 .img-border:before,
.cancer-opt-in-section-26 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-opt-in-section-26 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-26 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-26 .custom-wrap {
    max-width: 450px;
}
.cancer-opt-in-section-26 .box-wrap {
    background-color: #527370;
    background-image: url('https://cf.zonia.com/pages/cancer-opt-in/main/images/cancer-opt-in-section-26-box-wrap-img-bg.webp');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-26 .custom-wrap {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-26 .custom-wrap {
        max-width: 450px;
    }
    .cancer-opt-in-section-26 .img-border:before,
    .cancer-opt-in-section-26 .img-border:after {
        width: 100px;
        height: 114px;
    }
    .cancer-opt-in-section-26 .box-wrap {
        background-image: none;
    }
    .cancer-opt-in-section-26 .off-canvas-img {
        margin-left: -60px;
        margin-top: -20px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-26 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-26 .off-canvas-img {
        margin-left: -25px;
        width: 110%;
    }
}
/* #endregion cancer-opt-in-section-26 */

/* #region cancer-opt-in-section-27 */
.cancer-opt-in-section-27 {
    background-color: #e7edec;
    margin-top: -450px;
    padding-top: 450px;
}
.cancer-opt-in-section-27 .position-img-1 {
    width: 435px;
    height: 436px;
    right: -196px;
    top: -317px;
    opacity: 0.4;
}
.cancer-opt-in-section-27 .position-img-2 {
    width: 435px;
    height: 436px;
    left: -211px;
    bottom: 61px;
    opacity: 0.4;
}
.cancer-opt-in-section-27 .img-bx {
    padding: 6px;
}
.cancer-opt-in-section-27 .img-border:before,
.cancer-opt-in-section-27 .img-border:after {
    width: 110px;
    height: 128px;
    background-color: var(--primary-color);
}
.cancer-opt-in-section-27 .img-border:before {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    top: 0;
    right: 0;
}
.cancer-opt-in-section-27 .img-border:after {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
}
.cancer-opt-in-section-27 .custom-wrap {
    max-width: 450px;
}
.cancer-opt-in-section-27 .box-wrap {
    background-color: #527370;
}
.cancer-opt-in-section-27 .box-wrap .custom-wrap-2 {
    width: 450px;
    height: 100%;
}
.cancer-opt-in-section-27 .box-wrap .custom-wrap-2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-opt-in-section-27 .btn-1 {
    max-width: 450px;
    letter-spacing: 1.25px;
}
@media only screen and (max-width: 1199px) {
    .cancer-opt-in-section-27 .custom-wrap {
        max-width: 400px;
    }
    .cancer-opt-in-section-27 .box-wrap .custom-wrap-2 {
        width: 375px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-opt-in-section-27 .custom-wrap {
        max-width: 450px;
    }
    .cancer-opt-in-section-27 .img-border:before,
    .cancer-opt-in-section-27 .img-border:after {
        width: 100px;
        height: 114px;
    }
    .cancer-opt-in-section-27 .off-canvas-img {
        margin-inline: -50px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-opt-in-section-27 .position-img-1 {
        width: 205px;
        height: 205px;
        right: -103px;
        top: -115px;
    }
    .cancer-opt-in-section-27 .position-img-2 {
        width: 205px;
        height: 205px;
        left: auto;
        right: -103px;
        bottom: 813px;
    }
    .cancer-opt-in-section-27 .custom-wrap {
        max-width: 100%;
    }
    .cancer-opt-in-section-27 .btn-1 {
        max-width: 100%;
    }
}
/* #endregion cancer-opt-in-section-27 */

/* footer */
/* Footer + form background alignment */
.zonia-form-bx {
    background-color: transparent;
}
.footer-bar {
    background-color: #547471;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.6px;
}
.footer-navigation ul li + li:before {
    content: "|";
    margin-inline: 12px;
}
.footer-navigation ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-navigation ul li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    body {
        padding-bottom: 65px; /* reserve space for sticky CTA so it doesn't cover content/footer */
    }
    .footer-bar {
        font-size: 15px;
        padding-bottom: 120px; /* leave space between footer text and sticky CTA */
    }
}
@media only screen and (max-width: 575px) {
    .footer-bar {
        font-size: 12px;
    }
    .footer-navigation ul li + li:before {
        margin-inline: 7px;
    }
}
