/* v1.0 | 20240304
--------------------------------- */

:root {

/* Color Primary */
--primary   : #432C9E;
--secondary : #855AE8;

--primary-lemon    : #FFB61E;
--primary-peach : #FCB2A9;

/* Color : light */
--primary-light   : #ffffff;

/* Color : Dark */
--primary-dark   : #0C111D;

/* Color : Background */
--bg-black  : #111111;
--bg-dark   : #202124; 
--bg-light  : #ffffff;  
--bg-grey   : #f6f6f6;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol,
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'LinearSans', arial, sans-serif;
}
table th {
  font-family: Nexa-Bold;
}
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4em;
}
h1,h2,h3,h4,h5,h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: 'LinearSans', arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
  
}
strong, b {
  font-family: Nexa-Bold;
  font-weight: bold;
}
a {
  font-family: 'LinearSans', arial, sans-serif;
}
em {
  font-family: 'LinearSans', arial, sans-serif;
  font-style: italic;
}
figure {
  margin: 0;
  padding: 0;
}
p, span, ol, ul, li {
  font-family: 'LinearSans', arial, sans-serif;
  margin-bottom: 1.875rem;
}

/* Font
--------------------------------- */

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-regular-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-bold-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-bold-webfont.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-black-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-black-webfont.woff') format('woff');
  font-weight: bolder;
}

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-semibold-webfont.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-light-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-light-webfont.woff') format('woff');
  font-weight: lighter;
}
@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-italic-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-italic-webfont.woff') format('woff');
  font-style: italic;
}

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-lightitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: lighter;
}

@font-face {
  font-family: 'LinearSans';
  src:  url('../fonts/linearsans-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/linearsans-lightitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: lighter;
}

/*  Basic
--------------------------------- */
.ctx-clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ctx-img-full {
  max-width: 100%;
  height: auto;
}
.ctx-text-uppercase {
  text-transform: uppercase;
}
.ctx-text-center {
  text-align: center;
}
.ctx-text-right {
  text-align: right;
}
.ctx-float-right {
  float: right;
}




@media (max-width: 720px) {
  h1 { 
    font-size: 36px;
    line-height: 140%;
  }
  h2 {
    font-size: 28px;
    line-height: 140%;
  }
  h3 {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 140%;
  } 
  h2 {
    font-size: 36px;
    line-height: 180%;
  }
  h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 58px;
    line-height: 1;
  }
  h2 {
    font-size: 48px;
    line-height: 130%;
  }
  h3 {
    font-size: 34px;
    line-height: 130%;
  }
  h4 {
    font-size: 24px;
    line-height: 130%;
  }
}

/* Heading long : used for long heading descriptions
   Heding long sizes :~64px | ~54px | ~42px | ~34px | ~28px | ~20px | ~16px
 */

.ctx-heading-1 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0;
}
.ctx-heading-2 {
  font-size: 3.375rem;
  line-height: 4em;
  letter-spacing: 0;
}
.ctx-heading-3 {
  font-size: 2.625rem;
  line-height: 3.125em;
  letter-spacing: 0;
}
.ctx-heading-4 {
  font-size: 2.125rem;
  line-height: 3.188rem;
  letter-spacing: 0;
}
.ctx-heading-5 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  letter-spacing: 0;
}
.ctx-heading-6 {
  font-size: 1.25rem;
  line-height: 1.65em;
  letter-spacing: 0;
}
.ctx-heading-7 {
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0;
}

@media (min-width:1024px) {
  .md-ctx-heading-1 {
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .md-ctx-heading-2 {
    font-size: 3.375rem;
    line-height: 4em;
    letter-spacing: 0;
  }
  .md-ctx-heading-3 {
    font-size: 2.625rem;
    line-height: 3.125em;
    letter-spacing: 0;
  }
  .md-ctx-heading-4 {
    font-size: 2.125rem;
    line-height: 3.188rem;
    letter-spacing: 0;
  }
  .md-ctx-heading-5 {
    font-size: 1.75rem;
    line-height: 2.625rem;
    letter-spacing: 0;
  }
  .md-ctx-heading-6 {
    font-size: 1.25rem;
    line-height: 1.65em;
    letter-spacing: 0;
  }
  .md-ctx-heading-7 {
    font-size: 1rem;
    line-height: 1.375em;
    letter-spacing: 0;
  }
}

/*  Font Body : used for body / paragraph / text
    Font Body sizes : ~28px | ~24px | ~22px | ~18px | ~16px | ~14px | ~12px
*/

.ctx-font-xxl {
  font-size: 1.75rem;
  line-height: 150%;
}
.ctx-font-xl {
  font-size: 1.5rem; 
  line-height: 150%;
}
.ctx-font-l {
  font-size: 1.375rem;
  line-height: 150%;
}
.ctx-font-m {
  font-size: 1.125rem;
  line-height: 150%;
}
.ctx-font-s {
  font-size: 1rem;
  line-height: 150%;
}
.ctx-font-xs {
  font-size: 0.875rem;
  line-height: 160%;
}
.ctx-font-xxs {
  font-size: 0.750rem;
  line-height: 150%;
}

@media (min-width: 1080px) {
  .md-ctx-font-xxl {
    font-size: 1.75rem;
    line-height: 150%;
  }
  .md-ctx-font-xl {
    font-size: 1.5rem; 
    line-height: 150%;
  }
  .md-ctx-font-l {
    font-size: 1.375rem;
    line-height: 150%;
  }
  .md-ctx-font-m {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .md-ctx-font-s {
    font-size: 1rem;
    line-height: 150%;
  }
  .md-ctx-font-xs {
    font-size: 0.875rem;
    line-height: 160%;
  }
  .md-ctx-font-xxs {
    font-size: 0.750rem;
    line-height: 150%;
  }
}

/* Font Weight ~Black | ~Heavy | ~Extrabold | ~Bold | ~Book | ~Light */

.ctx-font-black {
  font-family: Nexa-Black;
}
.ctx-font-heavy {
  font-family: Nexa-Heavy;
}
.ctx-font-extrabold {
  font-family: Nexa-Extra-Bold;
}
.ctx-font-bold {
  font-family: Nexa-Bold;
}
.ctx-font-book {
  font-family: 'LinearSans', arial, sans-serif;
}
.ctx-font-light {
  font-family: Nexa-Light;
}

.line-height-150 {
  line-height: 150%;
}

@media (max-width: 720px) {
  .ctx-font-xl {
    font-size: 1.125rem;
    line-height: 150%;
  }
}

/*  Link Underline
--------------------------------- */
.ctx-link,
.ctx-link:hover,
.menu-item a,
.menu-item a:hover {
  position: relative;
  text-decoration: none;
}
.ctx-link:before,
.ctx-link:after,
.current-menu-item a:before,
.current-menu-item a:after,
.menu-item a:before,
.menu-item a:after {
  content: "";
  position: absolute;
  bottom: -.09rem;
  left: 0;
  width: 100%;
  height: .05rem;
  min-height: .05rem;
  background: #56C148;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform .6s cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .3s;
}
.menu-item:not(.current-menu-item) a:before,
.menu-item:not(.current-menu-item) a:after { 
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.ctx-link:after,
.menu-item a:after {
  background: #fff;
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}
.ctx-link:hover:before,
.menu-item a:hover:before {
  -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}
.ctx-link:hover:after,
.menu-item a:hover:after {
  transform: scaleX(1) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .3s;
}
.ctx-link.no-underline:before {
  display: none;
}
.ctx-link.reverse {
  color: #fff ; 
}
.ctx-link.reverse svg {
  position: absolute;
  bottom: 8px;
  right: 0;
  opacity: 0;
}
.ctx-link.reverse:hover svg {
  opacity: 1;
}
.ctx-link.reverse:before, .ctx-link.reverse svg path {
  background: #fff !important;
  fill: #fff;
}
.ctx-link.reverse:hover {
  color: #56C148 !important;
}
.ctx-link.reverse:after, .ctx-link.reverse:hover svg path {
  color: #56C148;
  background: #56C148 !important;
  fill: #56C148;
}
.ctx-link-arrow {
  display: flex;
  align-items: center;
  color: var(--primary-green);
  font-weight: bold;
  transition: all .2s ease;
}
.ctx-link-arrow svg {
  fill: var(--primary-green);
  margin-left: 10px;
  transition: all .2s ease;
}
.ctx-link-arrow:hover {
  color: var(--primary-green) !important;
}
.ctx-link-arrow:hover svg {
  margin-left: 15px;
}

img {
	transition: width .35s ease-in-out;
}
.img-container img {
	height: 400px;
}

.preview {
	width: 150px;
	height: 200px;
	cursor: pointer;
	transition: .35s ease-in-out;
}
.preview:hover {
	opacity: 0.5;
}




/*  Icons
--------------------------------- */
.ctx-icon-80 img,
.ctx-icon-100 img,
.ctx-icon-120 img {
  max-width: 80px;
  height: auto;
  display: inline-block;
}
.ctx-icon-100 img { max-width: 100px; }
.ctx-icon-120 img { max-width: 120px; }


/*  Aspect Ratio
--------------------------------- */
.ratio-1x1, 
.ratio-16x9, 
.ratio-4x3 {
  overflow: hidden;
  position: relative;
}

.ratio-1x1 .image:after, 
.ratio-1x1 .video:after,
.ratio-1x1.image:after,
.ratio-1x1.video:after {
    content:'';
    display: block;
    padding-bottom:100%;               
}
.ratio-16x9 .image:after, 
.ratio-16x9 .video:after,
.ratio-16x9.image:after,
.ratio-16x9.video:after {
    content: '';
    display: block;
    padding-bottom: 56.25%
}
.ratio-4x3 .image:after, 
.ratio-4x3 .video:after,
.ratio-4x3.image:after,
.ratio-4x3.video:after {
    content:'';
    display: block;
    padding-bottom: 75%;
}

.ratio-1x1 img, 
.ratio-16x9 img , 
.ratio-4x3 img {
    object-fit: cover;
    position: absolute;
    transform: scale(1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;

}


/*  Spacing ~100px | ~80px | ~60px | ~30px | ~15px
--------------------------------- */
.ctx-my-100, .ctx-my-80, .ctx-my-60, .ctx-my-30 { margin-top: 1.875rem; margin-bottom: 1.875rem }
.ctx-mx-100, .ctx-mx-80, .ctx-mx-60, .ctx-mx-30 { margin-left: 1.875rem; margin-right: 1.875rem }
.ctx-mt-100, .ctx-mt-80, .ctx-mt-60, .ctx-mt-40, .ctx-mt-30 { margin-top: 1.875rem }
.ctx-mb-100, .ctx-mb-80, .ctx-mb-60, .ctx-mb-30 { margin-bottom: 1.875rem }
.ctx-ml-100, .ctx-ml-80, .ctx-ml-60, .ctx-ml-30 { margin-left: 1.875rem }
.ctx-mr-100, .ctx-mr-80, .ctx-mr-60, .ctx-mr-30 { margin-right: 1.875rem }
.ctx-my-15 { margin-top: 0.938rem; margin-bottom: 0.938rem }
.ctx-mt-15 { margin-top: 0.938rem }
.ctx-mb-15 { margin-bottom: 0.938rem }
.ctx-ml-15 { margin-left: 0.938rem }
.ctx-mr-15 { margin-right: 0.938rem }
.ctx-my-0 { margin-top:0; margin-bottom: 0}
.ctx-mx-0 { margin-left:0; margin-right: 0;}
.ctx-mx-auto {margin-left:auto; margin-right:auto;}

.ctx-py-100, .ctx-py-80, .ctx-py-60, .ctx-py-30 { padding-top: 1.875rem; padding-bottom: 1.875rem }
.ctx-px-100, .ctx-px-80, .ctx-px-60, .ctx-px-30 { padding-left: 1.875rem; padding-right: 1.875rem }
.ctx-pt-100, .ctx-pt-80, .ctx-pt-60, .ctx-pt-30 { padding-top: 1.875rem }
.ctx-pb-100, .ctx-pb-80, .ctx-pb-60, .ctx-pb-30 { padding-bottom: 1.875rem }
.ctx-pl-100, .ctx-pl-80, .ctx-pl-60, .ctx-pl-30 { padding-left: 1.875rem }
.ctx-pr-100, .ctx-pr-80, .ctx-pr-60, .ctx-pr-30 { padding-right: 1.875rem }
.ctx-py-15 { padding-top: 0.938rem; padding-bottom: 0.938rem }
.ctx-pt-15 { padding-top: 0.938rem }
.ctx-pb-15 { padding-bottom: 0.938rem }
.ctx-pl-15 { padding-left: 0.938rem }
.ctx-pr-15 { padding-right: 0.938rem }
.ctx-py-0 { padding-top: 0; padding-bottom: 0;}
.ctx-px-0 { padding-left:0; padding-right: 0;}
.ctx-pl-0 {padding-left:0} .ctx-pr-0 {padding-right: 0;} 
.ctx-pt-0 {padding-top: 0;} .ctx-pb-0 {padding-bottom: 0;}

@media (min-width: 992px) {
  .ctx-my-100, .ctx-my-80 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ctx-mx-100, .ctx-mx-80 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ctx-mt-100, .ctx-mt-80 { margin-top: 3.750rem }
  .ctx-mb-100, .ctx-mb-80 { margin-bottom: 3.750rem }
  .ctx-ml-100, .ctx-ml-80 { margin-left: 3.750rem }
  .ctx-mr-100, .ctx-mr-80 { margin-right: 3.750rem }
  .ctx-my-60 { margin-top: 1.875rem; margin-bottom: 1.875rem }
  .ctx-mx-60 { margin-left: 1.875rem; margin-right: 1.875rem }
  .ctx-mt-60 { margin-top: 1.875rem }
  .ctx-mb-60 { margin-bottom: 1.875rem }
  .ctx-ml-60 { margin-left: 1.875rem }
  .ctx-mr-60 { margin-right: 1.875rem }
  .ctx-mt-40 { margin-top : 2.5rem}

  .ctx-py-100, .ctx-py-80 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ctx-px-100, .ctx-px-80 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ctx-pt-100, .ctx-pt-80 { padding-top: 3.750rem }
  .ctx-pb-100, .ctx-pb-80 { padding-bottom: 3.750rem }
  .ctx-pl-100, .ctx-pl-80 { padding-left: 3.750rem }
  .ctx-pr-100, .ctx-pr-80 { padding-right: 3.750rem }
  .ctx-py-60 { padding-top: 1.875rem; padding-bottom: 1.875rem }
  .ctx-px-60 { padding-left: 1.875rem; padding-right: 1.875rem }
  .ctx-pt-60 { padding-top: 1.875rem }
  .ctx-pb-60 { padding-bottom: 1.875rem }
  .ctx-pl-60 { padding-left: 1.875rem }
  .ctx-pr-60 { padding-right: 1.875rem }
}

@media (min-width: 1200px) {
  .ctx-my-100 { margin-top: 6.250rem; margin-bottom: 6.250rem }
  .ctx-mx-100 { margin-left: 6.250rem; margin-right: 6.250rem }
  .ctx-mt-100 { margin-top: 6.250rem }
  .ctx-mb-100 { margin-bottom: 6.250rem }
  .ctx-ml-100 { margin-left: 6.250rem }
  .ctx-mr-100 { margin-right: 6.250rem }
  .ctx-my-80 { margin-top: 5rem; margin-bottom: 5rem }
  .ctx-mx-80 { margin-left: 5rem; margin-right: 5rem }
  .ctx-mt-80 { margin-top: 5rem }
  .ctx-mb-80 { margin-bottom: 5rem }
  .ctx-ml-80 { margin-left: 5rem }
  .ctx-mr-80 { margin-right: 5rem }
  .ctx-my-60 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ctx-mx-60 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ctx-mt-60 { margin-top: 3.750rem }
  .ctx-mb-60 { margin-bottom: 3.750rem }
  .ctx-ml-60 { margin-left: 3.750rem }
  .ctx-mr-60 { margin-right: 3.750rem }
  .ctx-mt-40 { margin-top : 2.5rem}

  .ctx-py-100 { padding-top: 6.250rem; padding-bottom: 6.250rem }
  .ctx-px-100 { padding-left: 6.250rem; padding-right: 6.250rem }
  .ctx-pt-100 { padding-top: 6.250rem }
  .ctx-pb-100 { padding-bottom: 6.250rem }
  .ctx-pl-100 { padding-left: 6.250rem }
  .ctx-pr-100 { padding-right: 6.250rem }
  .ctx-py-80 { padding-top: 5rem; padding-bottom: 5rem }
  .ctx-px-80 { padding-left: 5rem; padding-right: 5rem }
  .ctx-pt-80 { padding-top: 5rem }
  .ctx-pb-80 { padding-bottom: 5rem }
  .ctx-pl-80 { padding-left: 5rem }
  .ctx-pr-80 { padding-right: 5rem }
  .ctx-py-60 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ctx-px-60 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ctx-pt-60 { padding-top: 3.750rem }
  .ctx-pb-60 { padding-bottom: 3.750rem }
  .ctx-pl-60 { padding-left: 3.750rem }
  .ctx-pr-60 { padding-right: 3.750rem }
}

/* Width & Height
-------------------------------- */

.w-100 {width:100%;}
.w-90 {width:90%;}
.w-80 {width:80%;}
.w-70 {width:70%;}
.w-60 {width:60%;}
.w-50 {width:50%;}
.w-40 {width:40%;}
.w-30 {width:30%;}
.w-20 {width:20%;}
.w-10 {width:10%;}
.mw-100 {max-width:100%;}
.mw-90 {max-width:90%;}
.mw-80 {max-width:80%;}
.mw-70 {max-width:70%;}
.mw-60 {max-width:60%;}
.mw-50 {max-width:50%;}
.mw-40 {max-width:40%;}
.mw-30 {max-width:30%;}
.mw-20 {max-width:20%;}
.mw-10 {max-width:10%;}

.h-100 {height: 100%;}

@media (max-width:720px) {
  .xs-w-100 {width:100%;}
  .xs-w-90 {width:90%;}
  .xs-w-80 {width:80%;}
  .xs-w-70 {width:70%;}
  .xs-w-60 {width:60%;}
  .xs-w-50 {width:50%;}
  .xs-w-40 {width:40%;}
  .xs-w-30 {width:30%;}
  .xs-w-20 {width:20%;}
  .xs-w-10 {width:10%;}
  .xs-mw-100 {max-width:100%;}
  .xs-mw-90 {max-width:90%;}
  .xs-mw-80 {max-width:80%;}
  .xs-mw-70 {max-width:70%;}
  .xs-mw-60 {max-width:60%;}
  .xs-mw-50 {max-width:50%;}
  .xs-mw-40 {max-width:40%;}
  .xs-mw-30 {max-width:30%;}
  .xs-mw-20 {max-width:20%;}
  .xs-mw-10 {max-width:10%;}
}


/* Margin & Padding */

/* Display
--------------------------------- */
.ctx-d-block {
  display: block;
}
.ctx-d-inline-block {
  display: inline-block;
}
.ctx-d-flex {
  display: flex;
}
.ctx-d-none {
  display: none;
}
@media (max-width: 768px) {
  .ctx-d-mhide {
    display: none;
  }
}

/* Flex item
--------------------------------- */
.ctx-d-flex.ctx-flex-align-end {
  align-items: flex-end;
}
.ctx-d-flex.ctx-flex-align-start {
  align-items: flex-start;
}
.ctx-d-flex.ctx-flex-align-center {
  align-items: center;
}
.ctx-d-flex.ctx-flex-justify-between {
  justify-content: space-between;
}
.ctx-d-flex.flex-justify-around {
  justify-content: space-around;
}
.ctx-d-flex.flex-justify-center {
  justify-content: center;
}
.ctx-d-flex.flex-justify-end {
  justify-content: flex-end;
}
.ctx-d-flex .ctx-order-1 {
  order: 1;
}
.ctx-d-flex .ctx-order-2 {
  order: 2;
}
@media (max-width: 768px) {
  .ctx-d-flex {
    display: block;
  }
}

/* Flex item
--------------------------------- */
.ctx-col-grid {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ctx-col-grid.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.ctx-col-grid > .ctx-col-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.ctx-col-grid.no-gutters > .ctx-col-grid-item {
  margin-left: 0;
  margin-right: 0;
}
.ctx-col-grid-onehalf > .col-grid-item {
  max-width: 50%;
}
.ctx-col-grid-onethird > .col-grid-item {
  max-width: 33.3%;
}
.ctx-col-grid-oneforth > .col-grid-item {
  max-width: 25%;
}
.ctx-col-grid-onefifth > .col-grid-item {
  max-width: 20%;
}
.ctx-col-grid-onesixth > .col-grid-item {
  max-width: 16.6%;
}

@media (max-width: 720px) {
  .ctx-col-grid-onehalf > .col-grid-item,
  .ctx-col-grid-onethird > .col-grid-item,
  .ctx-col-grid-oneforth > .col-grid-item,
  .ctx-col-grid-onefifth > .col-grid-item,
  .ctx-col-grid-onesixth > .col-grid-item {
    max-width: unset;
   }
}





/* Responsive Video
--------------------------------- */
.ctx-videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
}
.ctx-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Container wrapper
--------------------------------- */
.ctx-wrap-mid {
  margin-left: auto;
  margin-right: auto;
}
.ctx-wrap-xl {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}
.ctx-wrap-l {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}
.ctx-wrap-b {
  width: 90%;
  max-width: 960px;
}
.ctx-wrap-m {
  width: 90%;
  max-width: 720px;
}
.ctx-wrap-s {
  width: 90%;
  max-width: 580px;
}
.ctx-wrap-xs {
  width: 90%;
  max-width: 440px;
}

/* Background color
--------------------------------- */
.ctx-bg-black {
  background-color: var(--bg-black);
  color: var(--light-secondary);
}
.ctx-bg-dark {
  background-color: var(--bg-dark);
  color: var(--light-secondary);
}
  .ctx-bg-black h1, .ctx-bg-black h2, .ctx-bg-black h3, .ctx-bg-black h4, .ctx-bg-black h5, .ctx-bg-black h6,
  .ctx-bg-dark h1, .ctx-bg-dark h2, .ctx-bg-dark h3, .ctx-bg-dark h4, .ctx-bg-dark h5, .ctx-bg-dark h6 {
    color: var(--primary-light);
  }
.ctx-bg-green {
  background-color: var(--primary-green);
  color: var(--primary-light);
}
.ctx-bg-white {
  background-color: var(--bg-light);
  color: var(--dark-primary);
}
.ctx-bg-biyangrey {
  background-color: #F2F3FB;
  color: var(--dark-primary);
}
.ctx-bg-grey {
  background-color: var(--bg-grey);
}
.ctx-bg-white h1, .ctx-bg-white h2, .ctx-bg-white h3, .ctx-bg-white h4, .ctx-bg-white h5, .ctx-bg-white h6,
.ctx-bg-biyangrey h1, .ctx-bg-biyangrey h2, .ctx-bg-biyangrey h3, .ctx-bg-biyangrey h4, .ctx-bg-biyangrey h5, .ctx-bg-biyangrey h6 {
  color: var(--dark-primary);
}

/* Colors 
--------------------------------- */
/* Color Primary */
.ctx-primary-green  {
  color: var(--primary-green);
}
.ctx-secondary-green {
  color: var(--secondary-green);
}
.ctx-primary-blue {
  color: var(--primary-blue);
}
.ctx-secondary-blue {
  color: var(--secondary-blue);
}

/* Color : Dark */
.ctx-dark-primary {
  color: var(--dark-primary);
}
.ctx-dark-secondary {
  color: var(--dark-secondary);
}

/* Color : Light */
.ctx-primary-light {
  color: var(--primary-light);
}
.ctx-light-secondary {
  color: var(--light-secondary);
}
.ctx-light-accent {
  color: var(--light-accent);
}

/* Text Color
--------------------------------- */
.ctx-text-black {
  color: var(--dark-primary);
}
.ctx-text-dark {
  color: var(--dark-secondary);
}
.ctx-text-green {
  color: var(--primary-green);
}
.ctx-text-white {
  color: var(--primary-light);
}

/* Buttons
--------------------------------- */
/* <> Primary <> */
.ctx-btn-primary {
  background: #56C148;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 15px 20px;
  position: relative;
  border: 0;
  overflow-x: hidden;
}
.ctx-btn-primary:hover,
.ctx-btn-primary:visited {
  color: #ffffff;
}
.ctx-btn-primary:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #44a936;
  transition: all 1s cubic-bezier(.075,.82,.165,1);
}
  .ctx-btn-primary:hover:after {
    transform: translateX(0);
  }
.ctx-btn-primary strong {
  position: relative;
  z-index: 2;
  padding-right: 31px;
  display: inline-block;
  transform: translateX(0);
  transition: all 1s cubic-bezier(.075,.82,.165,1);
}
  .ctx-btn-primary:hover strong {
    transform: translateX(10px);
  }
  .ctx-btn-primary svg {
    position: absolute;
    top: 3px;
    right: 0;
    fill: white;
  }

/* <> Secondary <> */
.ctx-btn-secondary,
.ctx-btn-secondary:visited {
  font-weight: bold;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.ctx-bg-white .ctx-btn-secondary,
.ctx-bg-white .ctx-btn-secondary:visited {
  border-color: #111111;
  color: #111111;
}
.ctx-btn-secondary.primary-gray,
.ctx-btn-secondary.primary-gray:visited {
  border-color: #C4C4C4 !important;
  color: #C4C4C4 !important;
}
.ctx-btn-secondary.primary-gray:hover {
  background-color: transparent;
  border-color: var(--light-accent) !important;
  color: var(--light-accent) !important;
}
.ctx-btn-secondary.primary-gray:disabled:hover {
  border-color: red;
}

.ctx-btn-secondary.primary-green,
.ctx-btn-secondary.primary-green:visited {
  border-color: var(--primary-green) !important;
  color: var(--primary-green) !important;
}

.ctx-btn-secondary.primary-green:hover {
  background-color: transparent;
}


.ctx-btn-secondary:hover,
.ctx-bg-white .ctx-btn-secondary:hover {
  border-color: #56C148;
  color: #56C148 !important;
}

.ctx-btn-lg {
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 15px 20px;
}




/* List group
--------------------------------- */
ul.ctx-list-empty {
  list-style-type: none;
}
ul.ctx-list-square {
  list-style-type: square;
}
ul.ctx-list-disc {
  list-style-type: disc;
  margin-left: 15px;
}
ul.ctx-list-decimal {
  list-style-type: decimal;
  margin-left: 15px;
}

/* Hover effect
--------------------------------- */
.ctx-hover-lift {
  transition: all 0.2s ease-out;
}
.ctx-hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}




/* Back To Top 
--------------------------------------------------- */

#back-to-top {
  background-color: #56C148;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
#back-to-top:after {
  content: "";
  background: url('../images/icon-chevron.svg') no-repeat center;
  width: 22px;
  height: 22px;
}
#back-to-top.show {
  cursor: pointer;
  opacity: 0.75;
  visibility: visible;
}
#back-to-top.show:hover {
  opacity: 1;
}
@media (max-width: 720px) {
  #back-to-top {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
  }
}

/* Pagination
--------------------------------------------------- */

.pagination {
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.pagination span {
  margin-bottom: 0;
}
.pagination span, .pagination a {
  margin:0 16px;
}
.pagination .current {
  display: flex;
  width: 34px;
  height: 34px;
  background-color: #56C148;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 0;
}
.pagination a {
  color: var(--dark-primary) !important;
}
.pagination a:hover {
  color: var(--primary-green) !important;
} 

/* Animate content show on scroll
   Based on slidein.js
--------------------------------- */
/* <> Parallax <> */
.ctx-parallax-bg {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* <> Content Clip <> */
.byn-anima-clip {
  clip-path: inset(0);
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate.byn-anima-clip {
  clip-path: inset(0 5%);
}

/* <> Clip Circle <> */
.byn-anima-clipAppear {
  clip-path: inset(0 100% 0 0);;
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate.byn-anima-clipAppear {
  clip-path: inset(0 0 0 0);
}

/* <> Clip Right <> */
.byn-anima-clipRight {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .7s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate .byn-anima-clipRight {
  clip-path: inset(0 0 0 0);
}

/* <> Clip Right <> */
.byn-anima-clipUp {
  clip-path: inset(100% 0 0 0);
  transition: clip-path .7s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate .byn-anima-clipUp {
  clip-path: inset(0 0 0 0);
}

/* <> Fade Down <> */
.enb-anima .byn-anima-fadeDown {
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Fade Right <> */
.enb-anima .byn-anima-fadeRight {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Fade Rotate <> */
.enb-anima .byn-anima-rotate {
  transform-origin: 50% 50%;
  transform: translate3d(0px, 0px, 0px) rotate(5.0277deg);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Zoom <> */
.enb-anima .byn-anima-zoom {
  transform: scale(0.5);
  transition-duration: .5s;
  visibility: hidden;
  opacity: 0;
}
.anima-initiate .byn-anima-zoom {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* <> Pulse <> */
.enb-anima .byn-anima-pulse {
  animation-duration: .5s;
  visibility: hidden;
  opacity: 0;
}
.anima-initiate .byn-anima-pulse {
  transform: scale(1);
  animation-name: pulse;
  animation-fill-mode: both;
}
.anima-initiate .byn-anima-pulse.step0 { animation-delay: 0; }
.anima-initiate .byn-anima-pulse.step1 { animation-delay: .3s; }
.anima-initiate .byn-anima-pulse.step2 { animation-delay: .6s; }
.anima-initiate .byn-anima-pulse.step3 { animation-delay: .9s; }
.anima-initiate .byn-anima-pulse.step4 { animation-delay: 1.2s; }
.anima-initiate .byn-anima-pulse.step5 { animation-delay: 1.5s; }

  @keyframes pulse {
  	0% {
  		transform: scale(0.5);
      opacity: 0;
      visibility: hidden;
      /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); */
  	}

  	70% {
  		transform: scale(1.1);
      opacity: 1;
      visibility: visible;
      /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
  	}

  	100% {
  		transform: scale(1);
      opacity: 1;
      visibility: visible;
      /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
  	}
  }

/* <> Initiate step & delay <> */
.anima-initiate .step0,
.anima-initiate .step1,
.anima-initiate .step2,
.anima-initiate .step3,
.anima-initiate .step4,
.anima-initiate .step5 {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.anima-initiate .step0 {
  transition-delay: 0;
}
.anima-initiate .step1 {
  transition-delay: .3s;
}
.anima-initiate .step2 {
  transition-delay: .6s;
}
.anima-initiate .step3 {
  transition-delay: .9s;
}
.anima-initiate .step4 {
  transition-delay: 1.2s;
}
.anima-initiate .step5 {
  transition-delay: 1.5s;
}