html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: "Graphik";
    src: url("../fonts/") format("woff2"), url("../fonts/Graphik-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(55px);
        transform: translateX(55px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(55px);
        transform: translateX(55px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideinbottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideinbottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    outline: none;
}
html {
    background: #fff;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Graphik";
    scroll-behavior: smooth;
}
body {
    font-family: "Graphik";
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #111;
    background-color: #fffdf8;
    line-height: 1.6;
    letter-spacing: -1px;
}
@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}
body.overflow {
    overflow: hidden;
}
ul,
ol {
    padding: 0;
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #111;
}
button {
    font: 500 16px "Graphik";
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
main {
    max-width: 100vw;
}
h1 {
    font-weight: 600;
    font-size: 77px;
    line-height: 110%;
    letter-spacing: -2.4px;
}
@media (max-width: 990px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -2.4px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}
h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
}
@media (max-width: 767px) {
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.5px;
}
@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 30px;
    }
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 24px;
}
p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 130%;
    color: #777;
}
@media (max-width: 767px) {
    p {
        font-size: 16px;
    }
}
.font-body {
    font-family: "Graphik";
}
img,
video {
    max-width: 100%;
    vertical-align: middle;
}
button:disabled {
    cursor: not-allowed;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
}
@media (max-width: 1300px) {
    .container {
        max-width: 100%;
    }
}
.small-container {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
}
@media (max-width: 1300px) {
    .small-container {
        max-width: 100%;
    }
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
@media (max-width: 767px) {
    .text-center-mob {
        text-align: center;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .col-reverse-mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.no-margin {
    margin: 0;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gap-12 {
    gap: 12px;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.align-normal {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.align-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-normal {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.justify-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.col-2 {
    width: 16.5%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.5%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58%;
}
.col-8 {
    width: 66.67%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3%;
}
.col-12 {
    width: 100%;
}
@media (max-width: 990px) {
    .col-md-6 {
        width: 50%;
    }
}
.col-md {
    padding: 0 15px;
}
@media (max-width: 990px) {
    .col-md {
        width: 100%;
    }
}
.col {
    padding: 0 15px;
    position: relative;
}
@media (max-width: 600px) {
    .col {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .offset-1 {
        margin-left: 7.333333%;
    }
    .offset-2 {
        margin-left: 16.666667%;
    }
    .offset-3 {
        margin-left: 25%;
    }
    .offset-4 {
        margin-left: 33.333333%;
    }
    .offset-5 {
        margin-left: 41.666667%;
    }
    .offset-6 {
        margin-left: 50%;
    }
    .offset-7 {
        margin-left: 58.333333%;
    }
    .offset-8 {
        margin-left: 66.666667%;
    }
    .offset-9 {
        margin-left: 75%;
    }
    .offset-10 {
        margin-left: 83.333333%;
    }
    .offset-11 {
        margin-left: 91.666667%;
    }
}
.gap-24 {
    gap: 24px;
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}
.visible-mobile {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-mobile {
        display: block !important;
    }
}
@media (max-width: 1200px) {
    .hidden-1200 {
        display: none !important;
    }
}
@media (max-width: 990px) {
    .hidden-tablet {
        display: none !important;
    }
}
.visible-tablet {
    display: none !important;
}
@media (max-width: 990px) {
    .visible-tablet {
        display: block !important;
    }
}
.visible-tablet-flex {
    display: none !important;
}
@media (max-width: 990px) {
    .visible-tablet-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.visible-1200 {
    display: none !important;
}
@media (max-width: 1200px) {
    .visible-1200 {
        display: block !important;
    }
}
.hidden {
    display: none !important;
}
.inline-block {
    display: inline-block;
}
.red {
    color: #ec1c23 !important;
}
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 22px;
    border-radius: 0;
    background-color: #111;
    color: #fff;
    letter-spacing: -0.4px;
    border: none;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}
.button.button-big {
    padding: 18px 35px;
}
.button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button:focus {
    color: #fff;
}
.button:hover {
    background-color: #ec1c23;
    color: #fff;
}
.button.button-border {
    background: none;
    border: 1px solid #111;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.red-button {
    background-color: #ec1c23;
}
.button.red-button:hover {
    background-color: #111;
    color: #fff;
}
.button.hover-white:hover {
    background-color: #fff;
    color: #111;
}
.button.button-full {
    width: 100%;
}
@media (max-width: 1200px) {
    .button {
        color: #fff;
        padding: 12px 20px;
        min-width: 150px;
        font-size: 14px;
    }
}
.button-plain {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.4px;
    text-decoration: underline;
    color: #ec1c23;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button-plain.chevron:after {
    content: "";
    background-image: url(../img/red-chevron.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    margin-left: 8px;
    display: inline-block;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.button-plain:hover {
    color: #111;
}
.button-plain:hover.chevron:after {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.button-plain.white-button {
    color: #fff;
}
.button-plain.white-button.chevron:after {
    background-image: url(../img/white-chevron.svg);
}
@media (max-width: 767px) {
    .button-plain {
        font-size: 16px;
    }
}
.italic {
    font-style: italic;
}
.section-pad {
    padding: 120px 0;
}
@media (max-width: 767px) {
    .section-pad {
        padding: 60px 0;
    }
}
.section-gap {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .section-gap {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .mt-30-mobile {
        margin-top: 30px;
    }
}
.black-bg {
    background-color: #111;
}
.lightblack-bg {
    background-color: #262626;
}
.purple-bg {
    background-color: #3757A2;
}
.red-bg {
    background-color: #ec1c23;
}
.white-bg {
    background-color: #fff;
}
.white-bg *:not(.button) {
    color: #111;
}
.white {
    color: #fff;
}
.light-grey {
    color: #eee;
}
.heading {
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -2.4px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .heading {
        font-size: 32px;
    }
}
@media (max-width: 1200px) {
    .heading {
        font-size: 38px;
        line-height: 46px;
    }
}
@media (max-width: 767px) {
    .heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }
}
.heading-small {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .heading-small {
        font-size: 26px;
        line-height: 32px;
    }
}
.button-unstyled {
    background-color: transparent;
    border: none;
    padding: 0;
}
@media (min-width: 768px) {
    .tns-overflow-visible .tns-ovh {
        overflow: visible;
    }
}
.tns-nav {
    text-align: center;
    margin: 25px 0 0;
}
.tns-nav button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 30px;
    border: none;
    background-color: #111;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.tns-nav button.tns-nav-active {
    width: 30px;
}
.tns-outer {
    position: relative;
}
.tns-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    max-width: 25px 0 0;
}
.tns-controls button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.tns-controls button:nth-child(1) {
    left: -24px;
}
.tns-controls button:nth-child(2) {
    right: -24px;
}
.tns-controls button svg path {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.white-text {
    color: #fff;
}
.marquee-slider {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.round-cover-image {
    overflow: hidden;
    border-radius: 50%;
}
.round-cover-image img,
.round-cover-image video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cover-image {
    overflow: hidden;
}
.cover-image img,
.cover-image video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.heading-content-gap {
    margin-bottom: 48px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mt-24 {
    margin-top: 24px;
}
.check-list {
    padding: 0;
    list-style-type: none;
}
.check-list li {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 25px;
    background-image: url(../img/tick-circle.svg);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 17px;
}
.accordion-main .single-accordion {
    padding: 24px;
    background-color: #fff8e7;
    margin-bottom: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border-radius: 10px;
}
.accordion-main .single-accordion.active {
    /*pointer-events: none;*/
    -webkit-box-shadow: 10px 10px 0 #ec1c23;
    box-shadow: 10px 10px 0 #ec1c23;
}

.accordion-main .single-accordion.active a{color: #000; text-decoration:underline; font-weight:600}

.accordion-main .accordion-content p strong{font-weight:600}

.accordion-main .single-accordion.active .accordion-head button {
    color: #111;
    padding-bottom: 24px;
}
.accordion-main .single-accordion.active .accordion-head button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-main .single-accordion .accordion-head button {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
.accordion-main .single-accordion .accordion-head button span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.accordion-main .single-accordion .accordion-head button svg {
    margin-left: 15px;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
@media (max-width: 767px) {
    .accordion-main .single-accordion .accordion-head button {
        font-size: 18px;
    }
}
.accordion-main .single-accordion .accordion-content {
    padding: 0 0 10px;
}
.accordion-main .single-accordion .accordion-content p:last-child {
    margin: 0;
}
.full-width {
    width: 100%;
}
.form-group {
    margin-bottom: 32px;
    position: relative;
}
.form-group label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-bottom: 5px;
    color: #777;
}
.form-control {
    border: 1px solid #dfe4ec;
    font-size: 16px;
    width: 100%;
    padding: 18px 16px;
    font-family: "Graphik";
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.form-control:focus {
    border: 1px solid #111;
}
@media (max-width: 767px) {
    .form-control {
        padding: 14px 12px;
    }
}
textarea.form-control {
    resize: vertical;
    height: 100px;
}
.abs-label {
    position: relative;
    margin-bottom: 45px;
}
.abs-label label {
    position: absolute;
    top: -12px;
    left: 14px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 15px;
}
.blue-check-list {
    list-style-type: none;
}
.blue-check-list li {
    margin-bottom: 16px;
    background-image: url(../img/icons/tick-circle.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 25px;
}
.table {
    width: 100%;
}
.icon-text-block {
    padding: 16px;
    margin-bottom: 24px;
}
.icon-text-block img {
    margin-bottom: 16px;
}
.icon-text-block h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.5px;
}
@media (max-width: 767px) {
    .icon-text-block h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.icon-text-block p {
    max-width: 345px;
}
@media (max-width: 767px) {
    .icon-text-block p {
        max-width: 100%;
    }
}
.link-with-icon {
    color: #111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.link-with-icon svg {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 6px;
}
.link-with-icon:hover {
    color: #111;
}
.link-with-icon:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.img-text-block {
    margin: 16px 0;
}
.img-text-block img {
    margin-bottom: 24px;
    width: 100%;
}
.img-text-block img.rounded {
    border-radius: 16px;
}
.img-text-block h3 {
    margin: 6px 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.5px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
@media (max-width: 767px) {
    .img-text-block h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.img-text-block h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.img-text-block.hover-heading:hover h3 {
    color: #ec1c23;
}
.bottom-link-abs {
    margin: 15px 0;
}
.bottom-link-abs .img-text-block {
    margin: 0;
    position: relative;
    padding-bottom: 30px;
    height: 100%;
}
.bottom-link-abs .img-text-block > a {
    position: absolute;
    bottom: 0;
}
.tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 25px;
    background-color: #e9f0fe;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 10px 0;
}
.overflow-hidden {
    overflow: hidden;
}
.bold {
    font-weight: 800;
}
.radius-10 {
    border-radius: 10px;
}
.solid-shadow {
    -webkit-box-shadow: 10px 10px 0px #ec1c23;
    box-shadow: 10px 10px 0px #ec1c23;
}
.decoration-main {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.decoration-main .decoration {
    position: absolute;
}
.marquee-slider {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.equal-height .tns-item {
    min-height: 100%;
}
@media (max-width: 767px) {
    .sbs-img {
        margin-bottom: 40px;
    }
}
.fade-up {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
.fade-up.delay-200 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.fade-up.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#return-to-top {
    width: 48px;
    height: 48px;
    background-color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 0px #ec1c23;
    box-shadow: 5px 5px 0px #ec1c23;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
#return-to-top.show {
    opacity: 1;
    visibility: visible;
}
#return-to-top svg {
    width: 16px;
    height: auto;
}
#return-to-top:hover {
    background-color: #ec1c23;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.thankyou-main {
    padding: 190px 0 120px;
}
.thankyou-main .thank-you-content {
    text-align: center;
}
.thankyou-main .thank-you-content h1 {
    font-size: 56px;
    margin: 20px 0 10px;
}
.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: none;
    z-index: 8;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.dropdown-overlay.show {
    opacity: 1;
    visibility: visible;
}
.headroom {
    position: fixed;
    inset: 0 0 auto;
    z-index: 9999;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.headroom:not(.headroom--top) .header-main {
    background-color: #fff;
}
.topbar {
    padding: 5px 0;
}
.topbar .language-select select {
    width: 70px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    margin-right: 15px;
}
.topbar .language-select select option {
    background-color: #111;
    color: #fff;
}
.topbar .font-rezier {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topbar .font-rezier button {
    background-color: transparent;
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0;
    width: 25px;
    padding: 2px 0;
}
.topbar .font-rezier button:nth-child(1) {
    font-size: 11px;
}
.topbar .font-rezier button:nth-child(2) {
    font-size: 14px;
}
.topbar .font-rezier button:nth-child(3) {
    font-size: 18px;
    border-right: none;
}
.header-main {
    padding: 0;
    inset: 0 0 auto;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background-color: transparent;
}
@media (max-width: 1200px) {
    .header-main {
        padding: 15px 0;
    }
    .header-main .col-7 {
        width: 85%;
    }
}
@media (max-width: 767px) {
    .header-main .col-2 {
        width: 40%;
    }
    .header-main .col-7 {
        width: 60%;
    }
}
.header-main .header-logo {
    position: relative;
    z-index: 99999;
    max-width: 200px;
    display: block;
}
.header-main .login-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-main .login-header-block .button {
    min-width: 120px;
    padding: 12px 32px;
}
.header-main .header-nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main .header-nav-main .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 25px;
    margin: 0 15px;
}
@media (max-width: 1200px) {
    .header-main .header-nav-main .header-nav {
        margin: 0;
    }
}
.header-main .header-nav-main .header-nav > div {
    padding: 25px 0;
}
@media (max-width: 1200px) {
    .header-main .header-nav-main .header-nav > div {
        padding: 0;
    }
}
.header-main .header-nav-main .header-nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #111;
}
.header-main .header-nav-main .header-nav a svg {
    margin-left: 10px;
}
.header-main .header-nav-main .header-nav a:hover {
    color: #ec1c23;
}
@media (max-width: 1200px) {
    .header-main .header-nav-main .header-nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-main .header-nav-main .header-nav a svg {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
}
.header-main .header-nav-main .login-header-block {
    display: none;
}
@media (max-width: 1200px) {
    .header-main .header-nav-main {
        position: absolute;
        width: 360px;
        display: block;
        background-color: #fff;
        top: calc(100% + 20px);
        right: 0;
        padding: 30px 15px 0;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        -webkit-box-shadow: 10px 10px 0 #ec1c23;
        box-shadow: 10px 10px 0 #ec1c23;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
    }
    .header-main .header-nav-main.opened {
        opacity: 1;
        visibility: visible;
    }
    .header-main .header-nav-main .header-main-wrapper {
        max-height: calc(100vh - 130px);
        overflow: auto;
    }
    .header-main .header-nav-main .header-nav {
        display: block;
    }
    .header-main .header-nav-main .header-nav > div > a {
        color: #111;
        margin: 0 0 25px;
    }
    .header-main .header-nav-main .login-header-block {
        display: block;
    }
    .header-main .header-nav-main .login-header-block .button {
        width: 100%;
        margin-bottom: 15px;
    }
}
.hamburger {
    background-color: transparent;
    border: none;
    width: 45px;
    margin-left: auto;
    position: relative;
    z-index: 99999;
    display: none;
    padding: 12px;
    border-radius: 4px;
    background-color: #ec1c23;
}
.hamburger span {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 3px 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
}
.hamburger span:nth-child(2) {
    width: 78%;
    margin-left: auto;
}
.hamburger.opened span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px);
}
.hamburger.opened span:nth-child(2) {
    width: 0;
}
.hamburger.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, -2px);
    transform: rotate(-45deg) translate(3px, -2px);
}
@media (max-width: 1200px) {
    .hamburger {
        display: block;
    }
}
.bottom-floating-buttons {
    position: fixed;
    bottom: 25px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 99;
}
.floating-button-bottom {
    z-index: 99;
    -webkit-box-shadow: 5px 5px 0px #ec1c23;
    box-shadow: 5px 5px 0px #ec1c23;
    margin-left: 15px;
}
.floating-button-bottom:hover {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.form-modal-main {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.45);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.form-modal-main.show {
    opacity: 1;
    visibility: visible;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
.form-modal-main.show .form-modal-block {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 10px 10px 0 #ec1c23;
    box-shadow: 10px 10px 0 #ec1c23;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.form-modal-main .form-modal-block {
    max-width: 900px;
    background-color: #fff;
    max-height: 90vh;
    overflow: auto;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    z-index: 999;
    opacity: 0;
}
.form-modal-main .form-modal-block .modal-head {
    padding: 20px;
    border-bottom: 1px solid #e5e8fb;
}
.form-modal-main .form-modal-block .modal-head .heading-small {
    margin: 0;
}
@media (max-width: 990px) {
    .form-modal-main .form-modal-block {
        max-width: 95%;
    }
}
.form-modal-main .close-modal {
    background-color: transparent;
    border: none;
}
.form-modal-main .modal-body {
    padding: 25px;
}
.subscibe-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subscibe-block input {
    width: 100%;
    padding: 21px;
    border: none;
    background-color: #fff;
    font-size: 16px;
}
@media (max-width: 767px) {
    .subscibe-block {
        margin: 30px 0 0;
    }
}
.footer-divider {
    margin: 72px 0;
    border-top: 1px solid #999999;
}
.footer-logos .single-footer-logo {
    margin-bottom: 40px;
    display: block;
}
.footer-logos .flex .single-footer-logo {
    margin-right: 55px;
}
.footer-social {
    padding: 24px 0 0;
}
.footer-social a {
    margin-right: 24px;
}
.footer-social a svg path {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.footer-social a:hover svg path {
    fill: #ec1c23;
}
@media (max-width: 767px) {
    .footer-social {
        padding: 24px 0 40px;
    }
}
.footer-head {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
}
.single-footer-connect {
    margin-bottom: 24px;
}
.single-footer-connect a {
    letter-spacing: -0.6px;
    color: #eee;
    margin-left: 15px;
}
.single-footer-connect a:hover {
    color: #ec1c23;
}
.footer-links {
    list-style-type: none;
}
.footer-links li {
    margin-bottom: 32px;
}
.footer-links li a {
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #eee;
}
.footer-links li a:hover {
    color: #ec1c23;
}
.date-published-data {
    margin-bottom: 45px;
}
.date-published-data p {
    color: #111;
    font-weight: 600;
    margin-bottom: 8px;
}
.footer-cta {
    background-color: #000;
}
.home-hero-main {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.home-hero-main .home-hero-content {
    padding: 140px 0 80px 0;
}
.home-hero-main .home-hero-content h1 span {
    font-style: italic;
}
.home-hero-main .home-hero-content p {
    max-width: 650px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .home-hero-main .home-hero-content {
        padding-top: 140px;
    }
    .home-hero-main .home-hero-content p {
        font-size: 16px;
        line-height: 26px;
    }
}
.home-hero-main .home-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
}
.home-hero-main .home-hero-img .hero-image-slider,
.home-hero-main .home-hero-img .hero-slider-img,
.home-hero-main .home-hero-img .tns-inner {
    height: 100%;
}
.home-hero-main .home-hero-img .tns-outer,
.home-hero-main .home-hero-img .tns-ovh {
    height: 100%;
}
.home-hero-main .home-hero-img .tns-outer .tns-item,
.home-hero-main .home-hero-img .tns-ovh .tns-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.home-hero-main .home-hero-img .hero-img-decoration {
    position: absolute;
    z-index: 44;
}
.home-hero-main .home-hero-img .hero-img-decoration:nth-child(1) {
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 0;
}
.home-hero-main .home-hero-img .hero-img-decoration:nth-child(2) {
    top: 180px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 0;
}
.home-hero-main .home-hero-img .cover-image {
    width: 100%;
    min-height: 100%;
}
@media (max-width: 1200px) {
    .home-hero-main .home-hero-img .tns-inner {
        height: 100%;
    }
    .home-hero-main .home-hero-img .tns-inner div {
        height: 100%;
    }
}
@media (max-width: 767px) {
    .home-hero-main .home-hero-img {
        position: relative;
        width: 100%;
    }
    .home-hero-main .home-hero-img .hero-img-decoration {
        display: none;
    }
}
.home-hero-main .slider-nav-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}
.home-hero-main .hero-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-hero-main .hero-slider-nav button {
    width: 30px;
    height: 3px;
    background-color: #ec1c23;
    opacity: 0.3;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: none;
    margin-right: 4px;
}
.home-hero-main .hero-slider-nav button.tns-nav-active {
    opacity: 1;
}
@media (max-width: 767px) {
    .home-hero-main .hero-slider-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.home-about-block .decoration-main .decoration:nth-child(1) {
    top: 93px;
    left: -130px;
    opacity: 0.6;
}
.home-about-block .decoration-main .decoration:nth-child(2) {
    bottom: 93px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.why-ontario-block .decoration-main .decoration:nth-child(1) {
    bottom: 58px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.why-ontario-block .decoration-main .decoration:nth-child(2) {
    top: 120px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.eligibility-block .decoration-main .decoration {
    opacity: 0.5;
}
.eligibility-block .decoration-main .decoration:nth-child(1) {
    bottom: 72px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eligibility-block .decoration-main .decoration:nth-child(2) {
    top: 47px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.role-block-main .decoration-main .decoration {
    opacity: 0.5;
}
.role-block-main .decoration-main .decoration:nth-child(1) {
    top: 90px;
    left: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.role-block-main .decoration-main .decoration:nth-child(2) {
    bottom: 90px;
    right: 0;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
}
.role-block-main .role-box-main {
    margin-top: 60px;
}
.role-block-main .role-box-main .role-block {
    background-color: #fff;
    padding: 32px;
    margin: 0 30px 0;
    min-height: 100%;
}
.role-block-main .role-box-main .role-block p {
    margin: 0;
}
@media (max-width: 990px) {
    .role-block-main .role-box-main .role-block {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .role-block-main .role-box-main {
        margin-top: 20px;
    }
    .role-block-main .role-box-main .role-block {
        margin: 0 0 30px;
        min-height: 0;
    }
}
.spotlight-main .decoration-main .decoration {
    opacity: 0.8;
}
.spotlight-main .decoration-main .decoration:nth-child(1) {
    top: 150px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.spotlight-main .decoration-main .decoration:nth-child(2) {
    bottom: 90px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
@media (max-width: 767px) {
    .spotlight-main .spotlight-slider .col-3 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .spotlight-main .img-text-desc {
        padding: 40px 0 60px;
    }
}
