/*--------import style for hero-section--------*/

@import "hero-section.css";

/*----------------end------------------*/

/*--------import style for cta-section--------*/

@import "cta-section.css";

/*----------------end------------------*/

/*--------import style for team-section--------*/

@import "team.css";

/*----------------end------------------*/

/*--------import style for number-section--------*/

@import "number.css";

/*----------------end------------------*/

/*--------import style for blog-post-section--------*/

@import "blog-post.css";

/*----------------end------------------*/

/*--------import style for cscs-card-section--------*/

@import "cscs-card.css";

/*----------------end------------------*/

/*--------import style for logo-application-section--------*/

@import "logo-application.css";

/*----------------end------------------*/

/*--------import style for news-post-section--------*/

@import "news-post.css";

/*----------------end------------------*/

/*--------import style for job-post-section--------*/

@import "job-post.css";

/*----------------end------------------*/

/*--------import style for contact-section--------*/

@import "contact.css";

/*----------------end------------------*/

/*--------import style for member-section--------*/

@import "member.css";

/*----------------end------------------*/

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*--------main color typhography--------*/
:root {
    --sk-primary: #EFC73B;
    --sk-secondary: #007AC2;
    --sk-text: #333333;
    --sk-hover: #007AC2;
    --sk-blue: #0170BB;
    --sk-light-blue: #57A7D7;
    --sk-skeen: #E4F1F8;
    --sk-dark: #336666;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-gray: #B8C0C3;
    --sk-border: #DEDEE4;
    --sk-yellow: #FFDB5E
}
/*--------End main color typhography--------*/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-family: 'Calibri';
    color: var(--sk-text);
    font-size: 18px;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,.maxtitle-1,.maxtitle-2,.maxtitle-3,.maxtitle-4,.maxtitle-5,.maxtitle-6 {
    margin: 0 0 16px 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--sk-black);
    font-weight: 700;
    font-family: 'Calibri';
    font-style: normal;
}
h1, h1.maxtitle-1, h2.maxtitle-1, h3.maxtitle-1, h4.maxtitle-1, h5.maxtitle-1, h6.maxtitle-1, div.maxtitle-1, span.maxtitle-1, p.maxtitle-1 {
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
    font-family: "ff-meta-web-pro", sans-serif;
}
h2, h1.maxtitle-2, h2.maxtitle-2, h3.maxtitle-2, h4.maxtitle-2, h5.maxtitle-2, h6.maxtitle-2, div.maxtitle-2, span.maxtitle-2, p.maxtitle-2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "ff-meta-web-pro", sans-serif;
}
h3, h1.maxtitle-3, h2.maxtitle-3, h3.maxtitle-3, h4.maxtitle-3, h5.maxtitle-3, h6.maxtitle-3, div.maxtitle-3, span.maxtitle-3, p.maxtitle-3 {
    font-size: 32px;
    line-height: 1.3;
}
h4, h1.maxtitle-4, h2.maxtitle-4, h3.maxtitle-4, h4.maxtitle-4, h5.maxtitle-4, h6.maxtitle-4, div.maxtitle-4, span.maxtitle-4, p.maxtitle-4 {
    font-size: 28px;
    line-height: 1.3;
}
h5, h1.maxtitle-5, h2.maxtitle-5, h3.maxtitle-5, h4.maxtitle-5, h5.maxtitle-5, h6.maxtitle-5, div.maxtitle-5, span.maxtitle-5, p.maxtitle-5 {
    font-size: 24px;
    line-height: 1.3;
}
h6, h1.maxtitle-6, h2.maxtitle-6, h3.maxtitle-6, h4.maxtitle-6, h5.maxtitle-6, h6.maxtitle-6, div.maxtitle-6, span.maxtitle-6, p.maxtitle-6 {
    font-size: 20px;
    line-height: 1.3;
}
h1.maxtitle-7, h2.maxtitle-7, h3.maxtitle-7, h4.maxtitle-7, h5.maxtitle-7, h6.maxtitle-7, div.maxtitle-7, span.maxtitle-7, p.maxtitle-7 {
    font-size: 18px;
    line-height: 1.3;
}
p, .intro-text {
    margin:0 0 15px;
}
strong {
    font-weight: 700;
}
ul,ol {
    padding:0 0 0 25px;
    margin: 10px 0px 16px;
}
ul li,ol li {
    margin: 0 0 4px;
    padding: 0 0 0 10px;
}
ul ul {
    list-style-type: circle;
}
a {
    color: var(--sk-text);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*outline: 2px dashed transparent !important;*/
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    color: var(--sk-hover);
    text-decoration: underline;
}
input {
    outline: 2px dashed transparent !important;
}
input:focus-visible,  
textarea::focus-visible, 
.news-post-img:focus-visible, 
img:focus-visible {
    outline: 2px dashed !important;
}
a:focus-visible {
    transition: all 0.0s ease-out;
    outline: 2px dashed !important;
}
img {
    max-width: 100%;
    height: auto;
}
input, textarea, img {
    outline: none;
    resize: none;
}
/*input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
*/
/*input[type=number] {
    -moz-appearance:textfield;
}
*/
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}
*/
/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}
*/
button:focus {
    outline: none;
}
.white-color .maxtitle-1, .white-color .maxtitle-2, .white-color .maxtitle-3, .white-color .maxtitle-4, .white-color .maxtitle-5, .white-color .maxtitle-6,
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color span, .white-color, .white-color a:hover {
    color: var(--sk-white);
}
.black-color, .black-color p {
    color: var(--sk-black);
}
.white-color .main-btn span {
    color: inherit;
}
.bg-skeen {
    background-color: var(--sk-skeen);
}
.bg-dark-blue {
    background-color: var(--sk-blue);
}
.bg-blue {
    background-color: var(--sk-secondary);
}
.bg-yellow {
    background-color: var(--sk-primary);
}
.bg-light-blue {
    background-color: var(--sk-light-blue);
}

.btn-outer {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    z-index: 1;
}
.btn-outer br {
    display: none;
}
.text-center .btn-outer {
    justify-content: center;
}
.text-start .btn-outer {
    justify-content: flex-start;
}
.btn {
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.45;
    color: var(--sk-black);
    border: 1px solid var(--sk-black);
    background-color: var(--sk-white);
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    gap: 0;
    outline: none;
    position: relative;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: normal;
    font-family: 'Calibri';
}
.btn span {
    position: relative;
    display: flex;
    padding: 12px 18px 11px 18px;
}
.btn:focus-visible {
    outline: 2px dashed !important;
}
.btn:hover {
    text-decoration: none;
    color: var(--sk-black);
    border-color: var(--sk-black);
    background-color: var(--sk-white);
}

.btn:focus {
    outline: none;
}
.btn i {
    position: relative;
    display: flex;
    width: 47px;
    height: 46px;
    background-color: var(--sk-primary);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.btn i:before {
    position: absolute;
    content: '';
    display: flex;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sk-secondary);
    transition: all 0.3s ease-out;
}
.btn:hover i:before {
    left: 0;
} 
.btn i img {
    transition: all 0.3s ease-out;
    z-index: 2;
}
.btn .hover-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
.btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.btn.btn-secondary {
    background-color: var(--sk-white);
}
.btn.btn-secondary:hover {
    background-color: var(--sk-primary);
     color: var(--sk-black);
}
.btn.btn-primary:hover {
     color: var(--sk-black);
}
.btn.btn-white {
    border-color: var(--sk-primary);
}
.btn.btn-white:before {
    border-color: var(--sk-white);
}
.content-title, .content-row, .content-info, .content-blog, .content-img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
.content-blog *:last-child, .content-title *:last-child, .content-info *:last-child {
    margin-bottom: 0;
}
.gallery-item .content-img {
    overflow: hidden;
    display: flex;
}
.gallery-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .5s ease;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 15px;
    background-color: var(--sk-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 10px;
    height: 12px;
    background: url(../images/arrow-up-white.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > [class^="col-"], 
.row.no-gutters > [class*=" col-"] {
    padding-right: 0px;
    padding-left: 0;
}
.text-center {
    text-align: center;
}
/*---------header-part---------*/
.main-part {
    position: relative;
}
.main-area, .main-area:not(.main-vertical)>.container, .main-content-wrap, .main-col, .main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex 
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch 
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto 
}
.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start 
}
.main-col.main-center-col, .main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center 
}
.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end 
}
.main-col:empty {
    display: none 
}
.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start 
}
.main-area.main-content-middle .main-col, .main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center 
}
.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end 
}
.header-part {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: var(--sk-white);
    transition: all 0.3s ease-out;
}
.header-part.header-scroll {
    top: -200px;
}
.header-part.sticky {
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
}
.search-open .header-part.sticky {
    box-shadow: none;
}
body.logged-in.admin-bar .header-part.sticky {
    top:32px;
}
.desktop-header {
    display: flex;
    justify-content: space-between;
}
.header-top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.header-top-inner p:empty,
.header-top-inner br {
    display: none;
}
.header-top-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 25px;
    z-index: 9;
}
.header-top-menu:after {
    position: relative;
    content: '';
    display: flex;
    width: 1px;
    height: 22px;
    background-color: var(--sk-gray);
}
.header-top-menu li {
    position: relative;
    display: flex;
    padding: 0 0;
    margin: 0;
}
.header-top-menu li a {
    position: relative;
    display: flex;
    color: var(--sk-black);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    align-items: center;
    padding: 12px 0px 12px;
    text-decoration: none;
    white-space: nowrap;
}
.header-top-btn:hover,
.header-top-menu li a:hover {
    color: var(--sk-secondary);
    text-decoration: underline;
}
.header-top-menu li.menu-item-has-children > a:hover {
    text-decoration: none;
}
.header-top-menu li.menu-item-has-children > a:before {
    display: none;
}
.header-top-menu li.menu-item-has-children > a:after {
    position: relative;
    display: inline-flex;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
    margin-left: 5px;
    transition: all 0.3s ease-out;
}
.header-top-menu li.menu-item-has-children:hover a:after {
    background: url(../images/angle-up-blue.svg) no-repeat center;
    background-size: contain;
}
.header-top-menu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid var(--sk-black);
    padding: 21px 32px;
    margin: 0;
    background-color: var(--sk-white);
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.header-top-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.header-top-menu li ul.sub-menu li:not(:last-child) {
    margin: 0 0 10px;
}
.header-top-menu li ul.sub-menu li {
	flex-direction: column;
}
.header-top-menu li ul.sub-menu li a {
    font-size: 20px;
    padding: 0;
    line-height: 1.3;
}
.header-top-menu li ul.sub-menu li a:hover {
    text-decoration: underline;
}
.header-top-menu li .sub-menu .sub-menu {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: none;
	padding: 10px 0 0px 20px;
	border: none;
}
.header-top-menu li.menu-item-has-children ul li a:after {
	display: none;
}
.header-top-menu li .sub-menu .sub-menu li:before {
    position: absolute;
    content: '';
    display: flex;
    left: -18px;
    top: 14px;
    width: 7px;
    height: 2px;
    background: #000;
    border-radius: 0;
}
.header-top-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.header-top-btn:hover .normal-icon, {
    opacity: 0;
    visibility: hidden;
}
.header-top-btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.header-top-btn i {
    position: relative;
    display: flex;
}
.header-top-btn i img {
    transition: all 0.3s ease-out;
}
.d-flex.gap-20 {
    gap: 0 20px;
}
.desktop-header .main-col {
    position: relative;
}
.header-logo {
    position: relative;
    display: flex;
    align-items: center;
}
.header-logo a {
    position: relative;
}
.header-logo a:before {
    position: absolute;
    content: '';
    display: flex;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid var(--sk-secondary);
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}
.header-logo a:hover:before {
    opacity: 1;
    visibility: visible;
}
.header-logo img {
    width: 162px;
    height: auto;
    display: flex;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 172px;
}
.header-right {
    display: flex;
    gap: 14px;
}
.header-search.search-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--sk-black);
    background-color: var(--sk-primary);
    padding: 0;
    overflow: hidden;
}
.header-search.search-btn i {
    position: relative;
    display: flex;
}
.header-search.search-btn i img {
    width: 14px;
}
.header-search.search-btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.header-search.search-btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.mm-wrapper_opening .header-logo .green-logo {
    display: none;
}
.mm-wrapper_opening .header-logo .white-logo {
    display: flex;
}
.header-nav {
    display: flex;
    flex-direction: column; 
}
#menu > ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
#menu > ul > li {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li:last-child {
    padding-right: 0;
}
#menu > ul > li .drop-nav-arrow {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 6px;
    margin-left: 6px;
    top: 1px;
}
#menu > ul > li .drop-nav-arrow:after {
    position: absolute;
    display: flex;
    content: '';
    left: 0;
    top: 0;
    width: 12px;
    height: 6px;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
}
#menu > ul > li:hover .drop-nav-arrow:after {
    background: url(../images/angle-up-blue.svg) no-repeat center;
    background-size: contain;
}
#menu > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 16px 29px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li:hover > a {
    color: var(--sk-secondary);
}
#menu > ul > li > a:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--sk-secondary);
    transition: all 0.3s ease-out;
}
#menu > ul > li:hover > a:before {
    width: 100%;
}
#menu > ul > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    padding: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 221px;
    border-radius: 0 0 2px 2px;
    background-color: var(--sk-white);
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.0s ease-out;
    border-top: 1px solid var(--sk-skeen);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
}
#menu > ul > li:hover > ul{
    top: 100%;
    opacity: 1;
    display: flex;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-out;
}
#menu > ul > li ul > li {
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    display: flex;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    color: var(--sk-black);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 26px;
}
#menu > ul > li > ul > li:hover > a {
    color: var(--sk-secondary);
}
#menu > ul > li > ul {
    padding: 48px 0;
}
#menu > ul > li > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.mega-menu-row {
    position: relative;
    display: flex;
    width: 100%;
    gap: 58px;
    justify-content: space-between;
}
.mega-menu-col {
    position: relative;
    display: flex;
}
.mega-menu-col ul li a i {
    position: relative;
    display: inline-flex;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-col ul li a:hover i {
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link-blue.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-cta {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 324px;
    height: 329px;
    flex-direction: column;
    padding: 45px 40px 40px;
    color: var(--sk-black);
    mask-image: url(../images/cta-banner-mask-small.svg);
    -webkit-mask-image: url(../images/cta-banner-mask-small.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center ;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 2;
    background-color: var(--sk-skeen);
}
.mega-menu-cta h3 {
    color: var(--sk-black);
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.mega-menu-cta p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px;
}
.mega-menu-cta .btn-outer {
    flex: 1 0 0;
    align-items: flex-end;
}
.mega-menu-cta .btn i:before {
    background-color: var(--sk-light-blue);
}
.mega-menu-last-col .mega-menu-cta {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 399px;
    height: 335px;
    flex-direction: column;
    padding: 40px 40px 40px;
    color: var(--sk-white);
    mask-image: url(../images/Card_finder_nav.svg);
    -webkit-mask-image: url(../images/Card_finder_nav.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center ;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 2;
    background-color: #E4F1F8;
    align-items: center;
    text-align: center;
}
.mega-menu-last-col .mega-menu-cta p img {
    display: block;
    margin: auto;
    width: 194px;
    margin-bottom: 15px;
}
.mega-menu-last-col .mega-menu-cta p {
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;;
}
.mega-menu-last-col .mega-menu-cta p a {
    color: #000000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}
.mega-menu-last-col .mega-menu-cta p a:hover {
    color: var(--sk-secondary);
}
.mega-menu-last-col .mega-menu-cta p a i {
    position: relative;
    display: inline-flex;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-last-col .mega-menu-cta p a:hover i {
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link-blue.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-col ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 32px 0 0;
    gap: 10px;
}
.mega-menu-col ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.mega-menu-col ul li a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    gap: 10px;
    align-items: center;
}
#menu > ul > li .mega-menu-col ul li a {
    font-size: 18px;
}
#menu > ul > li .mega-menu-col ul li a strong {
	font-size: 20px;
}
#menu > ul > li:last-child .mega-menu-col:nth-child(2) ul li:nth-child(5) {
	margin-top: 10px;
}
.mega-menu-cta-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 399px;
    flex-direction: column;
    padding: 0px 0px 33px;
    color: var(--sk-black);
    mask-image: url(../images/cta-banner-mask-card.svg);
    -webkit-mask-image: url(../images/cta-banner-mask-card.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center ;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    z-index: 2;
    background-color: var(--sk-skeen);
}
.mega-menu-cta-card-img {
    position: relative;
    display: flex;
    width: 100%;
}
.mega-menu-cta-card-img img {
    width: 100%;
	height: 195px;
	object-fit: cover;
}
.mega-menu-cta-card-info {
    padding: 20px 20px 0;
    text-align: center;
    width: 100%;
}
.mega-menu-last-col .mega-menu-cta-card p {
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;;
}
.mega-menu-last-col .mega-menu-cta-card > p {
	margin-bottom: 0;
	display: flex;
}
.mega-menu-cta-card-img a {
	width: 100%;
	display: flex;
}
.mega-menu-col.mega-menu-last-col {
    align-items: flex-start;
}
.mega-menu-last-col .mega-menu-cta-card a {
    color: #000000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    font-size: 20px;
    line-height: 1.3;
}
.mega-menu-last-col .mega-menu-cta-card a:hover {
    color: var(--sk-secondary);
}
.mega-menu-last-col .mega-menu-cta-card a i {
    position: relative;
    display: inline-flex;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-last-col .mega-menu-cta-card a:hover i {
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link-blue.svg) no-repeat center;
    background-size: contain;
}
.mega-menu-last-col .mega-menu-cta-card .btn-outer {
    gap: 10px 23px;
    justify-content: center;
}
/*.main-menu > ul > li li.current-menu-item > a, .main-menu > ul > li li:hover > a {
    color: var(--sk-primary);
}
.main-menu > ul li li > .drop-nav-arrow {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
.main-menu > ul li li > .drop-nav-arrow:after, .main-menu > ul li li > .drop-nav-arrow:after, .main-menu > ul li li > .drop-nav-arrow:after {
    background: url(/wp-content/themes/skiclub/assets/images/peta-menu-icon.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.main-menu > ul li li:hover > .drop-nav-arrow:after, .main-menu > ul li li.current-menu-item > .drop-nav-arrow:after, .main-menu > ul li li.current-menu-ancestor > .drop-nav-arrow:after {
    background: url(/wp-content/themes/skiclub/assets/images/peta-menu-icon-hover.svg) no-repeat center;
    background-size: contain;
}
.main-menu > ul > li > ul > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: -10px;
    left: 100%;
    z-index: 99;
    margin: 0px;
    min-width: 210px;
    background-color: var(--sk-white);
    padding: 20px 0;
    border-radius: 0 2px 2px;
    box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
.main-menu > ul > li> ul > li:hover > ul{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu > ul li li.main-btn-li.mm-add-listing {
    padding: 0;
    margin-bottom: -20px;
    margin-top: 17px;
}
.main-menu > ul li li.main-btn-li.mm-add-listing a {
    background-color: var(--sk-primary);
    color: var(--sk-white);
    padding: 15px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 2px 2px;
    position: relative;
    overflow: hidden;
}
.main-menu > ul li li.main-btn-li.mm-add-listing a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--sk-light-blue);
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: 0;
}
.main-menu > ul li li.main-btn-li.mm-add-listing a:hover:before {
    transform: translateX(0);
}
.main-menu > ul li li.main-btn-li.mm-add-listing a span {
    position: relative;
    z-index: 1;
}*/
/*----------mobile-menu---------*/
body.sk-hidden {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header, .mobile-header {
    width: 100%;
}
.mm-wrapper_opening .header-right .header-top-btn,
.mm-wrapper_opening .header-right .btn,
.mm-wrapper_opening .header-logo {
    opacity: 0;
}
.mm-wrapper_opening .header-right .header-search {
    background-color: var(--sk-white);
}
.mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 109px);
}
.body-sticky .mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 109px);
}
.mm-wrapper_opening .mm-menu_position-bottom, 
.mm-wrapper_opening .mm-menu_position-front, 
.mm-wrapper_opening .mm-menu_position-top {
    top: 109px;
}
.body-sticky.mm-wrapper_opening .mm-menu_position-bottom, 
.body-sticky.mm-wrapper_opening .mm-menu_position-front, 
.body-sticky.mm-wrapper_opening .mm-menu_position-top {
    top: 109px;
}
body.logged-in.admin-bar.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-top {
    top: 141px;
}
body.logged-in.admin-bar.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 141px);
}
.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-navbar, .mm-panel, .mm-panels {
    border-bottom: none;
    background-color: var(--sk-secondary);
}
.mm-navbar,
.mm-panel {
    background-color: transparent;
}
.mm-panels:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-nav.svg) no-repeat;
    background-size: 180vw;
    background-position: center bottom;
}
.menu-icon {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    border: none;
    background-color: var(--sk-white);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sk-white);
    text-decoration: none;
    font-weight: 500;
    color: var(--sk-black);
}
.menu-icon:hover {
    color: var(--sk-white);
    text-decoration: none;
}
.mm-wrapper_opening .menu-icon:before {
    border-color: var(--sk-white);
}
#menu-main-menu-mobile .mm-navbar.mm-navbar_sticky {
    display: none;
}
/*.menu-icon:hover:before {
    left: 0;
    top: 0;
}*/
.mm-listitem a strong{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
} 
.mm-listitem a {
    color: var(--sk-white) !important;
    padding: 9px 0;
    padding-left: 0px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: inherit;
}
.sub-menu .mm-listitem__text {
    color: var(--sk-white);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    padding: 5px 0;
}
.sub-menu .mm-listitem__text strong {
    font-size: 20px;
}
.mm-panel .mm-navbar_sticky {
    display: flex;
    flex-direction: column;
    position: relative;
}
#navbar.mm-panel .mm-navbar_sticky {
    display: none;
}
.mm-navbar__title {
    color: var(--sk-white);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0px 0 20px !important;
    justify-content: flex-start !important;
}
.mm-navbar__title span {
    text-decoration: none;
}
.mm-btn.mm-btn_next.mm-listitem__btn {
    width: 20px;
    border-left: none;
}
.mm-listitem__text.mm-btn_next {
    padding-left: 6px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: inherit;
}
.mm-panels>.mm-panel {
    margin-top: 0px;
}
.mm-wrapper_opening .header-top {
    display: none;
}
.mm-navbar__title,
.mm-listitem {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.mm-btn_next:after, .mm-btn_prev:before {
    border-color: var(--sk-primary);
    top: 8px;
    height: 9px;
    right: 0;
}
.mm-btn.mm-btn_prev {
    margin-left: 32px;
    color: var(--sk-white) !important;
    margin-top: 0px;
    margin-bottom: 20px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: var(--sk-white);
}
/*.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child:before {
    content: 'Back';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--sk-secondary);
}*/
.mm-navbar.mm-navbar_sticky .mm-btn_prev:before {
    content: '';
    background: url(../images/angle-left.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    border: none;
    left: 0;
    transform: none;
    top: 0;
    right: auto;
    margin-right: 16px;
}
.mm-navbar.mm-navbar_sticky .mm-btn_prev:after {
    content: 'Back';
    transform: none;
    font-weight: 400;
    margin-left: 35px;
    border: none;
}
.mm-listview {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mm-panel:after, .mm-listitem:after {
    display: none;
}
.mm-add-listing.dropdown.mm-listitem .mm-btn.mm-btn_next.mm-listitem__btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mm-add-listing.dropdown.mm-listitem .mm-btn.mm-btn_next.mm-listitem__btn:after {
    display: none !important;
}
.mm-add-listing.dropdown.mm-listitem > a.mm-listitem__text {
    padding-right: 5px;
    gap: 10px;
}
.mm-add-listing.dropdown.mm-listitem > a.mm-listitem__text:after {
    position: relative;
    content: '';
    border: 3px solid var(--mm-color-button);
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: var(--sk-primary);
    margin-top: 5px;
}
.mm-add-listing.mm-listitem a {
    font-weight: 400;
    font-size: 28px;
    padding: 14px 0;
    display: flex;
    align-items: center;
}
.mm-add-listing.mm-listitem img {
    width: 10px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.mm-add-listing.mm-footer.mm-listitem {
    padding: 20px 20px 75px;
    margin-top: 30px;
    display: flex;
    flex: 1 0 0;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.mm-add-listing.mm-footer.mm-listitem p {
    margin: 0;
}
.menu-bottom.mm-listitem__text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.mm-add-listing .menu-bottom a {
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}
.mm-add-listing.mm-listitem .menu-bottom a img {
    width: 17px;
    display: flex;
    top: 1px;
}
.menu-bottom-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.menu-bottom-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}
.menu-bottom-link a i {
    position: relative;
    display: flex;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn {
    color: var(--sk-black) !important;
    justify-content: space-between;
    align-items: normal;
    font-size: 16px;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i {
    width: 48px;
    min-width: 48px;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i img {
    margin: 0;
    left: auto;
    top: auto;
    width: 7px;
    height: 13px;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i .hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i:before {
    background-color: var(--sk-light-blue);
}
.sub-menu .mm-listitem__text i {
    position: relative;
    display: inline-flex;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link-white.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.mm-add-listing.menu-bottom-listing {
/*     flex: 1 0 0;
    align-items: flex-end; */
}
/*.mm-wrapper_opening .header-logo {
    opacity: 0;
    visibility: hidden;
}*/
/*--------------end-----------------*/

/*-----------main-part------------*/
body .wrapper {
    padding-top: 113px;
}
.pt-130 {
    padding-top: 130px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-64 {
    padding-top: 64px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.mb--30 {
    margin-bottom: -30px;
}
.mb-32 {
    margin-bottom: 32px;
}
.content-img img {
    width: 100%;
}
.gy-42 {
    --bs-gutter-y: 42px;
}
.light-graphics-bottom {
    width: 100%;
    height: 31px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    bottom: -30px;
}
.light-graphics-top {
    width: 100%;
    height: 31px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: -30px;
}
.image-mask {
    flex: 0 100%;
    max-width: 100%;
    mask-image: url(../images/column-width-image-mask.svg);
    -webkit-mask-image: url(../images/column-width-image-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    z-index: 0;
}
.image-mask-left {
    flex: 0 100%;
    max-width: 100%;
    mask-image: url(../images/image-mask-left.svg);
    -webkit-mask-image: url(../images/image-mask-left.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 0;
}
.image-mask-right {
     flex: 0 100%;
    max-width: 100%;
    mask-image: url(../images/image-mask-right.svg);
    -webkit-mask-image: url(../images/image-mask-right.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 0;
}
.full-width-mask {
    mask-image: url(../images/full-width-image-mask.svg);
    -webkit-mask-image: url(../images/full-width-image-mask.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
}
.full-width-banner {
    position: relative;
    padding-bottom: 48.25%;
}
.full-width-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-caption h1:last-child,
.hero-caption h2:last-child,
.hero-caption h3:last-child,
.hero-caption h4:last-child,
.hero-caption h5:last-child,
.hero-caption h6:last-child,
.hero-caption p:last-child,
.content-info *:last-child,
.content-title *:last-child {
    margin-bottom: 0;
}
.content-title p a {
    color: var(--sk-secondary);
    text-decoration: underline;
}
.title-icon {
    position: relative;
    display: block;
    margin: 0 0 15px;
}
.home .sub-banner .sub-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "ff-meta-web-pro", sans-serif;
}
.home .sub-banner h1 {
    font-size: 56px;
}
.sub-title,
.peta-title {
    color: var(--sk-text);
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}
.sub-title.color-secondary ,
.peta-title.color-secondary {
    color: var(--sk-secondary);
}
.sub-title-mask {
    padding: 12px 30px 12px 25px;
    color: var(--sk-white);
    mask-image: url(../images/sub-title-mask.svg);
    -webkit-mask-image: url(../images/sub-title-mask.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: var(--sk-secondary);
    display: inline-flex;
    font-weight: 700;
    margin: 0 0 32px;
}
.p-black p {
    color: var(--sk-black);
}
.mb--50 {
    margin-bottom: -50px;
}
.intro-text {
    font-size: 32px;
    line-height: 1.5;
    color: var(--sk-black);
}
.breadcrumbs ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0;
}
.breadcrumbs ul li:after {
    position: relative;
    display: flex;
    content: '';
    width: 6px;
    height: 10px;
    background: url(../images/breadcrumb-arrow.svg) no-repeat center;
    background-size: contain;
    margin: 0 11px;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li a {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    color: var(--sk-text);
    display: flex;
}
.breadcrumbs ul li a:hover {
    color: var(--sk-secondary);
}
.breadcrumbs ul li span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: var(--sk-text);
}
.content-blog .maxtitle-1,
.content-blog .maxtitle-2,
.content-blog .maxtitle-3,
.content-blog .maxtitle-4,
.content-blog .maxtitle-5,
.content-blog .maxtitle-6 {
    margin-bottom: 8px;
}
.content-title li,
.content-title p {
    font-size: 20px;
    color: var(--sk-black);
}
.max-width-614 {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
}
.hex-behind-card {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 400px;
    height: 110%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 900px;
}
.hex-behind-card.left-side {
    left: 0;
    right: auto;
    background-position: right 69%;
    background-repeat: no-repeat;
}
.link-arrowed {
    color: var(--sk-black);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sk-primary);
}
.link-arrowed:hover {
    color: var(--sk-black);
    text-decoration: none;
}
.arrow-span {
    position: relative;
    display: flex;
    margin-left: 2px;
    margin-bottom: -4px !important;
}
.arrow-span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 13px;
    min-width: 13px;
    height: auto;
}
.link-arrowed .arrow-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.link-arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.link-arrowed:hover .arrow-icon {
    transform: translate3d(0px, 0, 0);
}
.link-arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.intro-text {
    font-size: 32px;
    line-height: 46px;
    color: var(--sk-dark-two);
}
.read-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    gap: 10px;
    transition: all 0.3s ease-out;
}
.read-more:hover {
    text-decoration: none;
    background-color: var(--sk-secondary);
}
.read-more img {
    transition: all 0.3s ease-out;
    height: auto;
}
.read-more span {
    position: relative;
    display: flex;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.read-more:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.read-more:hover .normal-icon {
    opacity: 0;
}
.content-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.content-list ul li {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 6px;
}
.content-list ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 16px;
    height: 11px;
    background: url(/wp-content/themes/skiclub/assets/images/tick.svg) no-repeat center;
    background-size: contain;
}
.intro-text * {
    margin-bottom: 0;
}
.link-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.link-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 15px;
}
.link-list li img {
    display: flex;
    margin-right: 8px;
}
.link-list li a {
    position: relative;
    display: inline-flex;
    color: var(--sk-secondary);
    text-decoration: none;
    font-weight: 700;
}
.link-list li a:hover {
    text-decoration: underline;
}
.accordion-flush .accordion-item {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--sk-black);
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid var(--sk-black);
}
.accordion-flush .accordion-item.active {
    border-bottom-color: var(--sk-secondary);
}
.accordion-button {
    position: relative;
    padding: 22px 50px 22px 0;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: 'Calibri';
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--sk-secondary);
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.accordion-button:hover {
    color: var(--sk-secondary) !important;
}
.accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.accordion-button:focus-visible {
    outline: 2px dashed !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--sk-black);
    box-shadow: none;
}
.accordion-button span {
    position: absolute;
    display: flex;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--sk-primary);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    transform-origin: bottom right;
}
.accordion-button span:after {
    position: absolute;
    content: '';
    display: flex;
    background: url(../images/plus.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.accordion-content {
    padding: 0px 0 45px;
    border: none;
    display: none;
    font-size: 18px;
    line-height: 26px;
}
.accordion-content *:last-child {
    margin-bottom: 0;
}
.accordion-content .maxtitle-1,
.accordion-content .maxtitle-2,
.accordion-content .maxtitle-3,
.accordion-content .maxtitle-4,
.accordion-content .maxtitle-5,
.accordion-content .maxtitle-6 {
    
}
.accordion-button::after {
    display: none;
}
.accordion-button:hover span,
.accordion-button.active span {
    background-color: var(--sk-secondary);
}
.accordion-button.active span:after {
    background: url(../images/minus.svg) no-repeat center;
    background-size: contain;
}
.table-outer {
    position: relative;
    display: block;
    width: 100%;
}
table,
.table-outer table {
    max-width: 100%;
    border: none;
    border-collapse: collapse;
}
table tr,
.table-outer table tr {
    border: none;
}
table thead th,
.table-outer table thead th {
    background-color: var(--sk-secondary);
    padding: 15px 20px;
    color: var(--sk-white);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-align: left;
}
table tbody th,
.table-outer table tbody th {
    background-color: transparent;
    padding: 15px 20px;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-align: left;
}
table tbody td,
.table-outer table tbody td {
    background-color: transparent;
    padding: 15px 20px;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    border: none;
    text-align: left;
}
table tbody tr:nth-child(odd),
.table-outer table tbody tr:nth-child(odd) {
    background-color: var(--sk-skeen);
}
table tbody tr td:first-child,
table tbody tr th:first-child,
.table-outer table tbody tr td:first-child,
.table-outer table tbody tr th:first-child {
    border-left: 1px solid var(--sk-skeen);
}
table tbody tr:last-child td,
table tbody tr:last-child th, 
.table-outer table tbody tr:last-child td,
.table-outer table tbody tr:last-child th {
    border-bottom: 1px solid var(--sk-skeen);
}
table tbody tr td:last-child,
.table-outer table tbody tr td:last-child {
    border-right: 1px solid var(--sk-skeen);
}
.two-col-btn-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 39px;
}
.multi-btn-outer p,
.two-col-btn-row p {
    margin: 0;
}
.btn.multi-btn {
    align-items: center;
    padding: 12px 0;
    width: 100%;
    border: none;
    border-top: 1px solid var(--sk-black);
    border-bottom: 1px solid var(--sk-black);
    justify-content: space-between;
}
.btn.multi-btn:hover {
    color: var(--sk-secondary);
}
.btn.multi-btn i {
    height: 40px;
    width: 40px;
    min-width: 40px;
}
.btn.multi-btn span {
    padding: 0;
}
.two-col-btn-row  .btn.multi-btn:nth-last-child(2),
.two-col-btn-row .btn.multi-btn:last-child,
.multi-btn-outer p:last-child .btn.multi-btn,
.two-col-btn-row p:nth-last-child(2) .btn.multi-btn,
.two-col-btn-row p:last-child .btn.multi-btn {
    border-top: none;
}
blockquote {
    font-size: 20px;
    line-height: 1.7;
    color: var(--sk-black);
    padding: 37px 0 37px 46px;
    border-left:3px solid var(--sk-secondary);
    margin: 20px 0;
}
blockquote *:last-child {
    margin-bottom: 0;
}
.icon-img {
    position: relative;
    display: flex;
    margin: 0 0 25px;
}
.text-center .icon-img {
    justify-content: center;
}
.home-icon-section .icon-img img {
    height: 96px;
    object-fit: contain;
}
.icon-img + h2,
.icon-img + h3 {
    margin-top: 0 !important;   
}
.home-icon-section .icon-blog p {
    font-size: 18px;
    line-height: 1.45;
}
.home-icon-section h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 11px;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
}
figcaption {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.3;
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 54px;
    background-color: var(--sk-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.play-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 100%;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.4s ease-in-out;
    background-color: var(--sk-secondary);
}
.play-btn:hover:before {
    transform: translateX(0);
}
.play-btn i {
    position: relative;
    display: flex;
}
.play-btn img {
    width: 17px;
    height: auto;
    transition: all 0.3s ease-out;
    transform: none !important;
}
.play-btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.play-btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.image-banner {
    padding: 160px 0;
    position: relative;
}
.white-captio-box {
    background-color: var(--sk-white);
    padding: 77px 53px 80px 74px;
    flex: 0 100%;
    max-width: 100%;
    /*mask-image: url(../images/white-image-mask.svg);
    -webkit-mask-image: url(../images/white-image-mask.svg);*/
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 0;
    max-width: 624px;
}
.shape-top {
    position: absolute;
    left: 51%;
    transform: translate(-51%, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    height: 35px;
    width: 100%;
    z-index: 1;
}
.shape-bottom {
    position: absolute;
    left: 51%;
    transform: translate(-51%, 0) rotate(-180deg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0px;
    height: 35px;
    width: 100%;
    z-index: 1;
}
.ml-auto {
    margin-left: auto;
}
.align-items-center {
    align-items: center;
}

.image-left {
    margin-left: -8%;
}
.image-right {
    margin-right: -8%;
    margin-left: 8%;
}
.light-graphics {
    position: absolute;
    left: 0%;
    top: 51%;
    transform: translateY(-50%);
    width: 100%;
    height: 115%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.light-graphics.reverce {
    left: 0;
}
.light-graphics.full-width {
    left: 33%;
    top: 47%;
    width: calc(100% + 10%);
    height: calc(100% + 39%);
    transform: translate(-50%, -50%);
}
.light-graphics.full-width-right {
    left: 56%;
    top: 47%;
    width: calc(100% + 10%);
    height: calc(100% + 39%);
    transform: translate(-50%, -50%);
}
.icon-blog {
    position: relative;
}
.icon-blog .timeline-icon {
    margin-bottom: 25px;
}
.text-center  .timeline-icon {
    margin-left: auto;
    margin-right: auto;
}
.icon-blog .icon-img {
    margin-bottom: 18px;
}
.icon-blog h2,
.icon-blog h3 {
    margin-bottom: 10px;
}
.icon-blog .maxtitle-6 {
    font-weight: 700;
}
.icon-blog *:last-child {
    margin-bottom: 0;
}
.icon-blog p {
    font-size: 20px;
    margin-bottom: 32px;
}
.p-max-width-325 p {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}
.icon-blog .link-arrowed {
    opacity: 0;
    visibility: hidden;
}
.icon-blog:hover .link-arrowed {
    opacity: 1;
    visibility: visible;
}
.counter-blog {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 120px;
    align-items: center;
    justify-content: space-between;
    padding: 35px 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.counter-blog + .counter-blog {
    margin-top: 8px;
}
.counter-number {
    color: var(--sk-white);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
}
.counter-number span {
    line-height: 1;
}
.counter-blog p {
    color: var(--sk-white);
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
}
.image-blog {
    position: relative;
    display: flex;
    min-height: 436px;
    max-height: 436px;
    mask-image: url(../images/image-mask-long.svg);
    -webkit-mask-image: url(../images/image-mask-long.svg);
    inline-cta-blue
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}
.image-blog img {
    display: flex;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.image-blog:hover img {
    transform: scale(1.1);
}
.image-blog .btn-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 30px;
}
.image-blog .btn img {
    transform: none;
}
.card-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 64px 80px 90px;
    background-color: var(--sk-primary);
    mask-image: url(../images/inline-cta-blue.svg);
    -webkit-mask-image: url(../images/inline-cta-blue.svg);
/*    background-image: url(../images/accordion+media-element-bg-yellow.svg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.card-img {
    position: relative;
    display: flex;
    max-width: 165px;
    margin-bottom: 20px;
}
.card-blog .maxtitle-2 {
    margin-bottom: 11px;
}
.card-blog.inline {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 55px 45px 55px 64px;
}
.card-blog.inline .card-img {
    width: 152px;
    min-width: 152px;
}
.pb-55 {
    padding-bottom: 55px;
}
.light-blue-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 409px;
    background-color: var(--sk-skeen);
    padding: 50px;
}
.light-blue-box *:last-child {
    margin-bottom: 0;
}
.empty-search-title p {
    font-size: 16px;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
}
.empty-search-title .maxtitle-5 {
    margin: 0 0 15px;
}
.empty-search-title .btn {
    margin-top: 19px;
}
.full-width .btn {
    width: 100%;
}
.check-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 27px 0 0;
}
.check-list li {
    position: relative;
    display: block;
    padding: 0 0 0 33px;
    margin: 0 0 22px;
    font-size: 20px;
    color: var(--sk-black);
}
.check-list li:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: url(../images/tick.svg) no-repeat center;
    background-size: contain;
}
.check-list li strong {
    display: block;
    color: var(--sk-black);
    margin-bottom: 5px !important;
}
p a,
.check-list li a {
    color: var(--sk-black);
    text-decoration: underline;
}
.search-result mark {
    background-color: transparent;
    color: var(--sk-secondary);
}
.no-bottom-shape .cta-bottom {
    display: none;
}
.owl-stage {
    display: flex;
}
.max-width-819 {
    max-width: 819px;
    margin-left: auto;
    margin-right: auto;
}
.contact-blog .icon-laptop,
.icon-laptop {
    font-size: 16px;
    color: var(--sk-white);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    font-weight: 400;
}
.email-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    color: var(--sk-black);
    font-size: 20px;
    font-weight: 400;
}
.cta-box-blue .email-link {
    color: var(--sk-white);
}
.email-link span {
    position: relative;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: var(--sk-primary);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.icon-laptop span {
    position: relative;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: var(--sk-primary);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.icon-laptop span:before {
    position: relative;
    content: '';
    display: flex;
    width: 20px;
    height: 19px;
    background: url(../images/Laptop.svg) no-repeat center;
    background-size: contain;
}
.overflow-hidden {
    overflow: hidden;
}
.bg-dark-blue .email-link {
    color: var(--sk-white);
}
.bg-dark-blue .btn-primary:hover {
    border-color: var(--sk-white);
}
.post-content {
    font-size: 20px;
}
.post-content .intro-text,
.post-content p {
    margin-bottom: 30px;
}
.post-content h2 {
    font-size: 32px;
    margin-top: 55px;
    margin-bottom: 27px;
}
.post-content h3 {
    font-size: 24px;
}
.post-content h3, 
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 13px;
    margin-top: 45px;
}
.post-content .container-fluidyes h2 {
    font-size: 40px;
}
.post-content .container-fluidyes h3 {
    font-size: 32px;
}
.post-content h6:first-child,
.post-content h5:first-child,
.post-content h4:first-child,
.post-content h3:first-child,
.post-content h2:first-child {
	margin-top: 0;
}
.alignright {
    float: right;
    margin: 0 0 30px 30px;
}
.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}
.aligncenter {
    margin: 0 auto 30px;
    display: block;
}
.page-id-18 .article {
    max-width: 100%;
    padding: 100px 20px;
    margin-left: auto;
    margin-right: auto;
}
/*-------------end-----------------*/


/*----------footer-part-----------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
.footer-graphics-bottom {
    width: 100%;
    height: 38px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    margin-top: -5px;
}
.footer-graphics-top {
    width: 100%;
    height: 38px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    display: flex;
    margin-bottom: -5px;
}
.footer-graphics {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 700px;
    height: calc(100% + 55px);
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: 227px -137px;
    z-index: 1;
}
.footer-top {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0 30px;
}
.footer-top .container-fluid {
    position: relative;
    z-index: 2;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 50px 0;
    margin: 0 -15px;
}
.footer-col {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.footer-logo {
    position: relative;
    display: block;
}
.footer-logo img {
    width: 230px;
    height: auto;
}
.span-heading {
    position: relative;
    display: block;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 13px;
}
.footer-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.footer-menu li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    position: relative;
    display: inline-flex;
    color: var(--sk-text);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: var(--sk-secondary);
}
.footer-bottom {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-secondary);
    padding: 52px 0 35px;
    margin-top: -12px;
    z-index: -1;
    color: var(--sk-white);
}
.footer-bottom-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px 20px;
    width: 100%;
}
.footer-bottom-left {
    position: relative;
    display: flex;
    gap: 0px 0;
    flex-direction: column;
}
.footer-bottom-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 0;
    margin: 0;
}
.footer-bottom-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    color: var(--sk-white);
    font-size: 14px;
    line-height: 1.3;
}
.footer-bottom-menu li a {
    position: relative;
    display: inline-block;
    color: var(--sk-white);
    font-size: 14px;
    line-height: 1.3;
}
.footer-bottom-menu li a:hover {
    color: var(--sk-primary);
}
.footer-bottom-left p {
    color: var(--sk-white);
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
}
.footer-bottom-right {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}
.footer-bottom-right .btn {
    background-color: var(--sk-primary);
    border: none;
    white-space: nowrap;
}
.footer-bottom-right .btn:hover {
    background-color: var(--sk-light-blue);
    color: var(--sk-white);
}
.footer-social {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 8px;
    z-index: 1;
}
.footer-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-social li a {
    position: relative;
    display: flex;
    width: 48px;
    height: 48px;
    background-color: var(--sk-primary);
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: var(--sk-light-blue);
}
.footer-social li a img {
    position: relative;
}
.footer-graphics-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    background-size: 195px;
    background-position: left bottom;
    background-repeat: no-repeat;
    opacity: 1;
}
.modal-open,
.search-open {
    overflow: hidden;
}
/*-------------end-----------------*/
.search-modal {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 9999;
    transition: opacity .15s linear;
    background-color: var(--sk-white);
}
.search-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.search-modal::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.search-modal::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.modal .wow {
    opacity: 1!important;
    visibility: visible !important;
}
.modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.modal::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}
.modal-dialog {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 1.75rem auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}
.modal-content {
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.modal-body {
    padding: 0 0 34px;
}
.search-modal .modal-body {
    background-color: var(--sk-white);
}
.modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 16px 0;
}
.modal-header .btn-close i:before {
    display: none;
}
.search-section {
    position: relative;
    display: block;
}
.search-open .header-menu .header-search.search-btn {
    display: none;
}
.header-menu .btn-close {
    display: none;
    align-items: center;
    gap: 6px;
    border: none;
    padding: 12px 18px;
}
.search-open .header-menu .btn-close {
    display: inline-flex;
}
.search-open .header-menu .btn-close i:before {
    display: none;
}
.search-open .header-menu .btn-close img {
    display: flex;
    margin-top: 3px;
}
.search-open .header-menu .btn-close:before {
    display: none;
}
.search-bar-outer {
    position: relative;
    display: block;
    max-width: 666px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 30px 50px;
    z-index: 1;
}
.search-bar-outer > label {
    font-size: 16px;
    line-height: 26px;
    color: var(--sk-black);
    display: block;
    margin: 0 0 15px;
    font-weight: 600;
}
.hero-caption .search-bar {
    margin-top: 25px;
}
.search-bar {
    margin-bottom: 28px;
    width: 100%;
    position: relative;
}
.search-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.search-bar .search-clear.active {
    opacity: 1;
    visibility: visible;
}
.search-bar input {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    box-shadow: none;
    padding: 10px 85px 12px 18px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    border: 1px solid var(--sk-black);
    outline: none;
    border-radius: 0px;
    color: var(--sk-black);
    font-family: 'Calibri';
}
.search-bar input::placeholder {
    opacity: 1;
    color: var(--sk-text);
}
.search-bar .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    border-left: none;
}
.search-bar .search-btn span {
    padding: 0;
    width: 100%;
    height: 100%;
}
.search-bar .search-btn img {
    width: 16px;
}
.search-bar .search-btn:before {
    display: none;
}
.search-result {
    position: relative;
}
.search-result label {
    font-size: 16px;
    line-height: 26px;
    color: var(--sk-black);
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
}
.search-result ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.search-result ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1;
}
.search-result ul li a {
    position: relative;
    display: inline-block;
    color: var(--sk-text);
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.search-result ul li a:hover {
    color: var(--sk-secondary);
}
.empty-search-title .search-bar {
    max-width: 467px;
    margin-left: auto;
    margin-right: auto;
}
.empty-search-title .search-bar .btn {
    margin: 0;
}
.example-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 999;
    transition: opacity .15s linear;
    background-color: var(--sk-white);
}
.example-modal .modal-dialog {
    margin: 0;
}
/*.example-modal .btn-close {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 9;
}*/
.welcome-modal,
.video-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 999999;
    transition: opacity .15s linear;
    background-color: rgba(0, 0, 0, 0.35);
}
.max-width-1030 {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}
.modal-video {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}
.modal-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.modal-video video {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
}
.video-control {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 54px;
    background-color: var(--sk-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}
.modal-video:hover .video-control {
    opacity: 1;
    visibility: visible;
}
.modal-popup .btn-close {
    position: absolute;
    right: 0;
    top: -70px;
}
.modal-popup {
    background-color: var(--sk-white) !important;
}
.video-control img {
    width: 16px;
}
.video-control .video-control-pause {
    display: none;
} 
.video-control .video-control-play {
    display: flex;
}
.video-control.playing .video-control-pause {
    display: flex;
} 
.video-control.playing .video-control-play {
    display: none;
}
.welcome-modal {
    padding: 50px 0 !important;
    background-color: rgba(0, 0, 0, 0.41) !important;
}
.welcome-modal .modal-content {
    margin: 50px auto;
    width: 100%;
    max-width: 667px;
    flex: 0 100%;
    max-width: 667px;
    mask-image: url(../images/modal-white-mask.svg);
    -webkit-mask-image: url(../images/modal-white-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: cover;
    z-index: 0;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}
.welcome-modal-box {
    flex: 0 100%;
    max-width: 667px;
    mask-image: url(../images/modal-white-mask.svg);
    -webkit-mask-image: url(../images/modal-white-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: cover;
    z-index: 0;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}
.welcome-modal-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 50px 30px;
    width: 100%;
}
.welcome-modal.modal-popup .btn-close {
    position: relative;
    top: auto;
    right: auto;
}
.welcome-modal-top .title-logo img {
    width: 168px;
}
.welcome-modal-box .title-logo img {
    width: 74px;
}
.welcome-modal .modal-body {
    padding: 0 0 0px;
}
.welcome-header {
    padding: 63px 72px 12px 66px;
}
.welcome-modal-box .btn-close {
    position: absolute;
    right: 60px;
    top: 45px;
    z-index: 9;
}
.welcome-modal-box p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    color: var(--sk-black);
}
.welcome-header .maxtitle-5 {
    margin: 0 0 10px;
}
.welcome-header .btn {
    width: 100%;
    margin-top: 12px;
}
.welcome-box-row {
    position: relative;
    display: flex;
    border-top: 1px solid #D8D8D8;
    padding: 0 30px 0 20px;
}
.welcome-box-row:first-child {
    border-top: none;
}
.welcome-box-col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 30px 40px 58px;
    align-items: flex-start;
}
.welcome-box-row .btn {
    width: 100%;
    justify-content: space-between;
}
.welcome-box-row + .welcome-box-row .welcome-box-col.box-col-full-width {
    padding-top: 30px;
}
.welcome-box-col.box-col-full-width {
    width: 100%;
    padding: 0px 42px 40px 46px;
}
.welcome-header + .welcome-box-row {
     border-top: none;
}
.welcome-box-col:not(:last-child):first-child {
    border-right: 1px solid #D8D8D8;
}
.welcome-box-col .maxtitle-5 {
    margin-bottom: 10px;
}
.welcome-box-col p a {
    color: #000000;
}
.space-top-large {
    padding-top: 60px;
}
.space-top-medium {
    padding-top: 40px;
}
.space-top-small {
    padding-top: 25px;
}
.space-top-zero {
    padding-top: 0;
}
.space-bottom-large {
    padding-bottom: 60px;
}
.space-bottom-medium {
    padding-bottom: 40px;
}
.space-bottom-small {
    padding-bottom: 25px;
}
.space-bottom-zero {
    padding-bottom: 0;
}
.bg-pos-top {
    background-position: top center;
}
.bg-pos-top-left {
    background-position: top left;
}
.bg-pos-top-right {
    background-position: top right;
}
.bg-pos-center {
    background-position: center center;
}
.bg-pos-center-left {
    background-position: center left;
}
.bg-pos-center-right {
    background-position: center right;
}
.bg-pos-bottom {
    background-position: bottom center;
}
.bg-pos-bottom-right {
    background-position: bottom right;
}
.bg-pos-bottom-left {
    background-position: bottom left;
}
.bg-pos-left {
    background-position: left;
}
.bg-pos-right {
    background-position: right;
}
.bg-size-contain {
    background-size: contain;
}
.bg-size-cover {
    background-size: cover;
}
.bg-auto-cover {
    background-size: auto;
}
.empty-search-title .btn-outer {
    margin-top: 0px;
}
.empty-search-title .btn-outer br {
    display: none;
}
.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}
.title-left .max-width-819 {
    margin-left: 0;
}
.without-header-footer .wrapper {
    padding: 0;
}
.screen-full-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-logo {
    position: relative;
    display: inline-flex;
}
.p-max-422 .email-link {
    font-size: 16px;
}
.page-id-207 table, .page-id-207 td, .page-id-207 th {  
    border: 1px solid #ddd;
    text-align: left;
}
.page-id-207 table {
    border-collapse: collapse;
    width: 100%;
}
.page-id-207 th, .page-id-207 td {
    padding: 15px;
}
.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}
.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 29px 38px;
}
.timeline-item:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--sk-secondary);
    z-index: 1;
}
.timeline-item:not(:last-child):after {
    position: absolute;
    content: '';
    display: flex;
    left: 6px;
    top: 8px;
    width: 3px;
    height: 100%;
    background-color: var(--sk-skeen);
    z-index: 0;
}
.timeline-item .sub-title {
    color: var(--sk-secondary);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "ff-meta-web-pro", sans-serif;
    margin: 0 0 8px;
}
.timeline-item .maxtitle-3,
.timeline-item h3 {
    font-size: 28px;
    margin-top: 0;
}
.timeline-item p {
    color: var(--sk-black);
    font-size: 20px;
}
.timeline-item *:last-child {
    margin-bottom: 0;
}
.address-row > .row {
    --bs-gutter-x: 39px;
    --bs-gutter-y: 32px;
}
.address-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--sk-black);
    padding: 21px 32px 25px;
}
.address-blog h3 {
    font-size: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--sk-black);
    margin: 0 0 20px !important;
}
.video-popup-link {
    position: relative;
    display: block;
    width: 100%;
}
.address-blog ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 5px 0;
}
.address-blog ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.address-blog ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sk-black);
    text-decoration: none;
}
.address-blog ul li a:hover {
    color: var(--sk-secondary);
}
.address-blog ul li a i {
    position: relative;
    display: flex;
}
.address-blog ul li a i img {
    transition: all 0.3s ease;
}
.address-blog ul li a:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.address-blog ul li a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.about-slider-section {
    margin-bottom: -31px;
    background-image: url(../images/subscribe-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/full-width-image-mask.svg);
    -webkit-mask-image: url(../images/full-width-image-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover; 
}
.about-slider.owl-carousel .item {
    padding: 6px 0;
    height: 100%;
}
.about-slider-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--sk-white);
    box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.24);
    border-left: 2px solid var(--sk-primary);
    padding: 20px 30px 25px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: var(--sk-text);
}
.about-slider-blog:hover {
    text-decoration: none;
    box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.36);
}
.about-slider-blog h3,
.about-slider-blog .maxtitle-6 {
    transition: all 0.3s ease-out;
    margin-bottom: 10px;
}
.about-slider-blog:hover .maxtitle-6 {
    color: var(--sk-secondary);
}
.about-slider-blog p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--sk-text);
}
.about-slider-blog *:last-child {
    margin-bottom: 0;
}
.about-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -87px;
    width: auto;
}
.about-slider.owl-carousel .owl-nav .owl-prev,
.about-slider.owl-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    background-color: var(--sk-white);
    border: 1px solid var(--sk-black);
    font-size: 0;
    outline: none;
    box-shadow: none;
    margin: 0 0 0 12px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.about-slider.owl-carousel .owl-nav .owl-prev:before,
.about-slider.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    content: '';
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background: url(../images/slider-arrow.svg) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-slider.owl-carousel .owl-nav .owl-prev:before {
    transform: translate(-50%,-50%) rotate(-180deg);
}

.about-slider-section .content-title {
    max-width: 80%;
}
.about-slider.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
.sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}
.sidebar-inner {
    width: 100%;
   
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    padding-left: 72px;
}
.sidebar-widget {
	 max-width: 322px;
}
.sidebar-title {
    padding: 14px 20px;
    background-color: var(--sk-secondary);
    color: var(--sk-white);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "ff-meta-web-pro", sans-serif;
    mask-image: url(../images/acc-title-mask.png);
    -webkit-mask-image: url(../images/acc-title-mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;  
    border: none;
    margin: 0;
    z-index: 2;
    position: relative;
}
.sidebar-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0 5px 19px;
    margin: -10px 0 0;
    background-color: var(--sk-skeen);
}
.sidebar-nav > li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--sk-black);
}
.sidebar-nav > li:last-child {
    border-bottom: none;
}
.sidebar-nav > li > a {
    position: relative;
    display: inline-flex;
    color: var(--sk-black);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding: 10px 10px 10px 0;
    justify-content: space-between;
    width: 100%;
    max-width: calc(100% - 40px);
}
.sidebar-nav  li.current-menu-item > a,
.sidebar-nav  li.current-menu-ancestor > a,
.sidebar-nav  li.current-menu-ancestor > a,
.sidebar-nav  li:hover > a {
    color: var(--sk-secondary);
}
.sidebar-nav li .caret {
    display: inline-flex;
    position: relative;
    right: 0;
    top: 0;
    width: 40px;
    min-width: 40px;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}
.sidebar-nav li .caret:after {
    position: absolute;
    content: '';
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    width: 14px;
    height: 14px;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
    transition: all 0.3s ease-out;
}
.sidebar-nav  li.current-menu-ancestor .caret:after,
.sidebar-nav li:hover .caret:after {
    background: url(../images/angle-down-blue.svg) no-repeat center;
    background-size: contain;
    transform: translate(-50%,-50%) rotate(0deg);
}
.sidebar-nav li ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 20px;
    margin: 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
}

.sidebar-nav  li.current-menu-ancestor  ul {
    max-height: inherit;
    transition: max-height 0.3s linear;
}
.sidebar-nav li ul li {
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.sidebar-nav li ul li:last-child {
    padding-bottom: 15px;
}
.sidebar-nav li ul li a {
    font-weight: 400;
    padding: 3px 0;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
}
.sub-number {
    position: relative;
    display: block;
    color: var(--sk-secondary);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.grid-67 > .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 67px;
}
.grid-40 > .row {
    --bs-gutter-x: 39px;
}
.footer-social.secondary li a {
    background-color: var(--sk-primary);
}
.footer-social.secondary li a:hover {
    background-color: var(--sk-yellow);
}
.max-width-820 {
    max-width: 820px;
}
.p-max-width-695 p {
    max-width: 695px;
}
.partner-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--sk-black);
    padding: 24px 32px 28px;
}
.partner-blog .maxtitle-6 {
    border-bottom: 1px solid var(--sk-black);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.partner-blog ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.partner-blog ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.partner-blog ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}
.partner-blog ul li a i {
    position: relative;
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
}
.partner-blog ul li a i img {
    transition: all 0.3s ease-out;
    display: flex;
}
.partner-blog ul li a:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.partner-blog ul li a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.resource-related-section {
    margin-bottom: -45px;
}
.with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.with-btn * {
    margin: 0;
}
.grid-87 > .row {
    --bs-gutter-x: 38px;
    --bs-gutter-y: 87px;
}
.half-banner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 102px;
    margin-bottom: -30px;
}
.error-section .hero-caption {
    min-height: calc(100vh - 102px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 527px;
    width: 100%;
}
.error-section .maxtitle-1 {
    max-width: 472px;
}
.error-section . p {
    font-size: 20px;
    margin-bottom: 0;
}
.error-section .sub-title {
    font-size: 20px;
    font-weight: 400;
}
.error-section .search-bar {
    max-width: 427px;
}
.resource-related-section.cta-light-mask {
    min-height: inherit;
}
.home .sub-banner {
    padding-bottom: 89px;
}
.about-slider-outer {
    position: relative;
}
.gallery-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: auto;
    z-index: 1;
}
.gallery-slider.owl-carousel .owl-nav .owl-prev,
.gallery-slider.owl-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    background-color: var(--sk-white);
    border: 1px solid var(--sk-black);
    font-size: 0;
    outline: none;
    box-shadow: none;
    margin: 0 0 0 12px;
    transition: all 0.3s ease-out;
}
.gallery-slider.owl-carousel .owl-nav .owl-prev:before,
.gallery-slider.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    content: '';
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background: url(../images/slider-arrow.svg) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallery-slider.owl-carousel .owl-nav .owl-prev:before {
    transform: translate(-50%,-50%) rotate(-180deg);
}
.gallery-slider.owl-carousel .owl-nav .owl-prev:after,
.gallery-slider.owl-carousel .owl-nav .owl-next:after {
    position: absolute;
    content: '';
    display: flex;
    left: 4px;
    top: 4px;
    width: calc(100%);
    height: calc(100%);
    border: 1px solid var(--sk-black);
    z-index: -1;
    transition: all 0.3s ease-out;
}
.full-width-btn .btn {
    flex: 1 0 0;
    justify-content: center;
}
.gap-x-40 {
    column-gap: 40px;
}
.max-width-536 {
    max-width: 536px;
}
.cscs-loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--sk-secondary);
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}
.cscs-loader-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cscs-loader-area .cscs-loader {
    position: absolute;
    left: 49% !important;
    top: 49% !important;
}
.error404 .hero-banner {
    margin-bottom: -15px;
}
.faq-category .multi-btn {
    font-size: 30px;
}
.faq-category .multi-btn:not(:last-child) {
    border-bottom: none !important;
}
.cky-btn-revisit-wrapper {
    z-index: 2 !important;
}