/* CSS Document */

:root {
  font-size: 16px;
}

html {
  font-size: 16px;
}

::selection {
  background: #9d3293;
  color: #ffffff;
}
::-moz-selection {
  background: #9d3293;
  color: #ffffff;
}

/* ------------------------------------------------------ Background Colours ------------------------------------------------------ */

.bg-teal-100 {
  background-color: #415a68;
}

.bg-teal-80 {
  background-color: #677b86;
}

.bg-teal-20 {
  background-color: #d9dee1;
}

.bg-teal-10 {
  background-color :#eceef0;
}

.bg-teal-5 {
  background-color :#f5f7f7;
}

.bg-teal-shadow {
  background-color: #354753;
}

.bg-purple-100 {
  background-color: #9d3293;
}

.bg-orange-100 {
  background-color: #f36f21;
}

.bg-yellow-100 {
  background-color: #fdba31;
}

.bg-taupe-100 {
  background-color: #8d857f;
}

.bg-white {
  background-color: #ffffff;
}

.bg-kaya-gradient {
  background-image: linear-gradient(to bottom, #9d3293,#f36f21,#fdba31);
}

.bg-kaya-gradient-inv {
  background-image: linear-gradient(to top, #9d3293,#f36f21,#fdba31);
}

.bg-kaya-orange-yellow-gradient {
  background-image: linear-gradient(to bottom, #f36f21,#fdba31);
}

.bg-kaya-purple-orange-gradient {
  background-image: linear-gradient(to bottom, #9d3293,#f36f21);
}

.bg-kaya-purple-teal-100-gradient {
  background-image: linear-gradient(to bottom, #9d3293,#415a68);
}

.bg-kaya-teal-100-80-gradient {
  background-image: linear-gradient(to bottom, #415a68,#677b86);
}

.bg-kaya-purple-100-90-gradient {
  background-image: linear-gradient(to bottom, #9d3293,#a7479e);
}

.bg-kaya-teal-80-20-gradient {
  background-image: linear-gradient(to bottom, #677b86,#d9dee1);
}

/* ------------------------------------------------------ Fonts ------------------------------------------------------ */

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

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

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

.kaya-intro-teal {
  font-family: "calibrili";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #415a68;
}

.kaya-intro-white {
  font-family: "calibrili";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #ffffff;
}

.kaya-intro-purple {
  font-family: "calibrili";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #9d3293;
}

.kaya-intro-orange {
  font-family: "calibrili";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #f36f21;
}

.kaya-body-teal {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 130%; /* default is 120% or 21.6px */
  color: #415a68;
}

.kaya-body-white {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 130%;
  color: #ffffff;
}

.kaya-body-purple {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 130%;
  color: #9d3393;
}

.kaya-body-orange {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 130%;
  color: #f36f21;
}

.kaya-bold {
  font-family: "calibrib";
}

.kaya-italic {
  font-family: "calibrili";
}

.kaya-bold-italic {
  font-family: "calibrili";
}

.kaya-h1-purple {
  font-family: "calibril";
  font-size: 2.5rem; /* 40px */
  line-height: 2.5rem; /* 40px */
  color: #9d3393;
  /*margin: 0 0 40px 0;*/
}

.kaya-h1-purple-divider {
  height: 2px;
  border: none;
  background: #9d3293;
  margin: 40px auto 40px auto;
  max-width: 200px;
}

.kaya-h1-purple-divider:before {
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 6px;
  border: none;
  background-color: #9d3293;
  left: calc(-100px + 50%);
  margin-top: -2px;
}

.kaya-h1-purple-divider:after {
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 3px;
  border: none;
  background-color: #9d3293;
  left: calc(100px + 50%);
  margin-top: -2px;
}

.kaya-h1-white {
  font-family: "calibril";
  font-size: 2.5rem; /* 40px */
  line-height: 2.5rem; /* 40px */
  color: #ffffff;
  /*margin: 0 0 40px 0;*/
}

.kaya-h1-white-divider {
  height: 2px;
  border: none;
  background: #ffffff;
  margin: 40px auto 40px auto;
  max-width: 200px;
}

.kaya-h1-white-divider:before {
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 3px;
  border: none;
  background-color: #ffffff;
  left: calc(-100px + 50%);
  margin-top: -2px;
}

.kaya-h1-white-divider:after {
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 3px;
  border: none;
  background-color: #ffffff;
  left: calc(100px + 50%);
  margin-top: -2px;
}

.kaya-h1-teal {
  font-family: "calibril";
  font-size: 2.5rem; /* 40px */
  line-height: 2.5rem; /* 40px */
  color: #415a68;
}

.kaya-h2-purple {
  font-family: "calibril";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #9d3393;
  margin: 0 0 20px 0;
}

.kaya-h2-white {
  font-family: "calibril";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #ffffff;
  margin: 0 0 20px 0;
}

.kaya-h2-yellow {
  font-family: "calibril";
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
  color: #fdbb30;
  margin: 0 0 20px 0;
}

.kaya-h3-purple {
  font-family: "calibril";
  font-size: 1.25rem; /* 20px */
  line-height: 1.25rem; /* 20px */
  color: #9d3393;
  margin: 0 0 20px 0;
}

.kaya-h3-teal {
  font-family: "calibril";
  font-size: 1.25rem; /* 20px */
  line-height: 1.25rem; /* 20px */
  color: #415a68;
  margin: 0 0 20px 0;
}

.kaya-figcaption-white {
  font-family: "calibril";
  font-size: 0.75rem; /* 12px */
  line-height: 0.75rem; /* 12px */
  color: #ffffff;
}

/* ------------------------------------------------------ Layout ------------------------------------------------------ */

.kaya-flex-row {
  display: flex;
  flex-wrap: wrap; /* Makes Flex Box Responsive */
}

.kaya-hr {
  height: 1px;
  border: none;
  background: #b3bdc3;
}

.kaya-hr:before {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 2.5px;
  border: none;
  background-color: #b3bdc3;
  left: 20px;
  margin-top: -2px;
}

.kaya-hr:after {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 2.5px;
  border: none;
  background-color: #b3bdc3;
  right: 20px;
  margin-top: -2px;
}

@media screen and (min-width: 1200px) { /* 1200px wide or more */
  .kaya-section-padding {
    padding: 120px 0px 80px 0px;
  }
  .kaya-picture-padding {
    padding: 240px 0px 240px 0px; /* padding: 240px 0px 200px 0px; */
  }
  .kaya-imprint {
    text-align: right;
  }
  .kaya-card-spacer-col-md-show {
    visibility: hidden;
    display: none;
  }
  /*.kaya-body-colums-2-light {
    column-count: 2;
    column-gap: 80px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
  }
  .kaya-body-colums-2-dark {
    column-count: 2;
    column-gap: 80px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(66, 89, 104, 0.2);
  }*/
}

@media screen and (min-width: 992px) { /* 992px wide or more */
  .kaya-short-paragraph-teal {
    margin-left: 180px;
    margin-right: 180px;
  }
  .kaya-short-paragraph-teal:before {
    content: " ";
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    border-radius: 5px;
    border: none;
    /*background-color: rgba(66, 89, 104, 0.1);*/
    background-color: #b3bdc3;
    left: 160px;
    top: 0px;
  }
  .kaya-short-paragraph-teal:after {
    content: " ";
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    border-radius: 5px;
    border: none;
    /*background-color: rgba(66, 89, 104, 0.1);*/
    background-color: #b3bdc3;
    right: 160px;
    top: 0px;
  }
  /*.kaya-short-paragraph:before {
    content: " ";
    width: 160px;
    height: 1px;
    position: absolute;
    border-radius: 5px;
    border: none;
    background-color: #d9dee1;
    left: 0px;
    top: calc((100% - 40px)/2);
  }
  .kaya-short-paragraph:after {
    content: " ";
    width: 160px;
    height: 1px;
    position: absolute;
    border-radius: 5px;
    border: none;
    background-color: #d9dee1;
    right: 0px;
    top: calc((100% - 40px)/2);
  }*/
  .kaya-short-paragraph-white { /* 960px */
    margin-left: 180px;
    margin-right: 180px;
  }
  .kaya-short-paragraph-white:before {
    content: " ";
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    border-radius: 5px;
    border: none;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    background-color: #ffffff;
    left: 160px;
    top: 0px;
  }
  .kaya-short-paragraph-white:after {
    content: " ";
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    border-radius: 5px;
    border: none;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    background-color: #ffffff;
    right: 160px;
    top: 0px;
  }
}

@media screen and (max-width: 1199px) { /* 1200px wide or less */
  .kaya-section-padding {
    padding: 120px 0px 80px 0px;
  }
  .kaya-picture-padding {
    padding: 240px 0px 240px 0px; /* padding: 240px 0px 200px 0px; */
  }
  .kaya-imprint {
    text-align: right;
  }
  .kaya-card-spacer-col-md-show {
    visibility: hidden;
    display: none;
  }
  .kaya-body-colums-2-light {
    column-count: 2;
    column-gap: 80px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
  }
  .kaya-body-colums-2-dark {
    column-count: 2;
    column-gap: 80px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(66, 89, 104, 0.2);
  }
}

@media screen and (max-width: 991px) { /* 992px wide or less */
  .kaya-section-padding {
    padding: 80px 0px 40px 0px;
  }
  .kaya-picture-padding {
    padding: 160px 0px 160px 0px; /* padding: 160px 0px 120px 0px; */
  }
  .kaya-imprint {
    text-align: right;
  }
  .kaya-card-spacer-col-md-hide {
    visibility: hidden;
    display: none;
  }
  .kaya-card-spacer-col-md-show {
    visibility: visible;
    display: block;
  }
  .kaya-body-colums-2-light {
    column-count: 1;
    column-gap: 0px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
  }
  .kaya-body-colums-2-dark {
    column-count: 1;
    column-gap: 0px;
    margin-bottom: 40px;
    column-rule: 1px solid rgba(66, 89, 104, 0.2);
  }
}

@media screen and (max-width: 767px) { /* 768px wide or less */
  .kaya-section-padding {
    padding: 60px 0px 20px 0px;
  }
  .kaya-picture-padding {
    padding: 120px 0px 120px 0px; /* padding: 120px 0px 80px 0px; */
  }
  .kaya-imprint {
    text-align: right;
  }
  .kaya-col-sm-hide {
    visibility: hidden;
    display: none;
  }
  .flipRow {
	display: flex;
	flex-direction: column-reverse;
  }
}

@media screen and (max-width: 575px) { /* 576px wide or less */
  .kaya-section-padding {
    padding: 40px 0px 0px 0px;
  }
  .kaya-picture-padding {
    padding: 80px 0px 80px 0px; /* padding: 80px 0px 40px 0px; */
  }
  .kaya-imprint {
    text-align: left;
  }
}

/* ------------------------------------------------------ Navigation ------------------------------------------------------ */

a.kaya-menu-item {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  color: #415a68;
  text-decoration: none;
  margin: 0px 0px 0px 15px;
}

a.kaya-menu-item:hover {
  color: #9d3393;
  text-decoration: none;
}

.kaya-menu-item-active {
  font-family: "calibrib";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  color: #9d3393;
  margin: 0px 0px 0px 15px;
}

.kaya-menu-item-active:hover {
  color: #9d3393;
  text-decoration: none;
}

.dropdown-menu {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border: none;
  border-radius: 20px;
  padding: 20px 0px 20px 0px;
}

.dropdown-item {
  font-family: "calibril";
  font-size: 1.0rem; /* 16px */
  line-height: 1.0rem; /* 16px */
  color: #415a68;
}

.dropdown-item:hover {
  font-family: "calibril";
  font-size: 1.0rem; /* 16px */
  line-height: 1.0rem; /* 16px */
  color: #9d3393;
  background-color: #eceef0;
}

.dropdown-item-main {
  font-family: "calibrib";
  color: #9d3393;
}

.dropdown-item-main:hover {
  color: #415a68;
}

.dropdown-item-heading {
  font-family: "calibril";
  font-size: 1.0rem; /* 16px */
  line-height: 1.0rem; /* 16px */
  color: #415a68;
}

.dropdown-item-heading:hover {
  font-family: "calibril";
  font-size: 1.0rem; /* 16px */
  line-height: 1.0rem; /* 16px */
  color: #415a68;
  background-color: #ffffff;
}

.dropdown-divider {
  border-top: 1px solid #d9dee1;
}

.dropdown-divider-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.model-divider {
  height: 1px;
  border: none;
  background: #d9dee1;
}

.model-divider:before {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 2.5px;
  border: none;
  background-color: #d9dee1;
  left: 40px;
  margin-top: -2px;
}

.model-divider:after {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 2.5px;
  border: none;
  background-color: #d9dee1;
  right: 40px;
  margin-top: -2px;
}

a.kaya-breadcrumb {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  color: #415a68;
  text-decoration: none;
}

a.kaya-breadcrumb:hover {
  color: #9d3393;
  text-decoration: none;
}

a.kaya-text-link {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  color: #9d3393;
  text-decoration: underline;
}

a.kaya-text-link:hover {
  color: #f36f21;
  text-decoration: underline;
}

a.kaya-text-link-dark {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  /*color: #415a68;*/
  color: #ffffff;
  text-decoration: underline;
}

a.kaya-text-link-dark:hover {
  /*color: #9d3393;*/
  color: #415a68;
  text-decoration: underline;
}

a.kaya-text-link-yellow {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  color: #fdba31;
  text-decoration: underline;
}

a.kaya-text-link-yellow:hover {
  color: #f36f21;
  text-decoration: underline;
}

a.kaya-case-link {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  color: #415a68;
  text-decoration: none;
}

a.kaya-case-link:hover {
  color: #f36f21;
  text-decoration: underline;
}

a.kaya-intro-link {
  font-family: "calibrili";
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #9d3393;
  text-decoration: none;
}

a.kaya-intro-link:hover {
  color: #f36f21;
  text-decoration: none;
}

a.kaya-intro-link-yellow {
  font-family: "calibrili";
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fdba31;
  text-decoration: none;
}

a.kaya-intro-link-yellow:hover {
  color: #f36f21;
  text-decoration: none;
}

a.kaya-sitemap-heading-link {
  font-family: "calibril";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #9d3393;
  text-decoration: none;
}

a.kaya-sitemap-heading-link:hover {
  color: #f36f21;
  text-decoration: underline;
}

a.kaya-sitemap-link {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem; /* 18px */
  color: #415a68;
  text-decoration: none;
}

a.kaya-sitemap-link:hover {
  color: #f36f21;
  text-decoration: underline;
}

a.kaya-footer-item {
  font-family: "calibril";
  /*font-size: 1.125rem;*/ /* 18px */
  /*line-height: 1.125rem;*/ /* 18px */
  color: #677b86;
  text-decoration: none;
}

a.kaya-footer-item:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) { /* 1200px wide or more */
  .kaya-logo {
    text-align: left;
  }
  .kaya-extralarge-menu {
    visibility: visible;
    display: block;
  }
  .kaya-large-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-small-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-extrasmall-menu {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 1199px) { /* 1200px wide or less */
  .kaya-logo {
    text-align: left;
  }
  .kaya-extralarge-menu {
    visibility: visible;
    display: block;
  }
  .kaya-large-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-small-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-extrasmall-menu {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 991px) { /* 992px wide or less */
  .kaya-logo {
    text-align: center;
  }
  .kaya-extralarge-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-large-menu {
    visibility: visible;
    display: block;
  }
  .kaya-small-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-extrasmall-menu {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 767px) { /* 768px wide or less */
  .kaya-logo {
    text-align: left;
  }
  .kaya-extralarge-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-large-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-small-menu {
  visibility: visible;
    display: block;
  }
  .kaya-extrasmall-menu {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 575px) { /* 576px wide or less */
  .kaya-logo {
    text-align: left;
  }
  .kaya-extralarge-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-large-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-small-menu {
    visibility: hidden;
    display: none;
  }
  .kaya-extrasmall-menu {
    visibility: visible;
    display: block;
  }
}

/* ------------------------------------------------------ Buttons ------------------------------------------------------ */

.kaya-button-arrow-right {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  border: none;
  border-radius: 40px;
  /*background-image: linear-gradient(to top, #9d3293,#f36f21,#fdba31);*/
  background-color: #9d3393;
  color: #ffffff;  
  padding: 12px 13px 12px 13px;
}

.kaya-button-arrow-right:hover {
  outline: none;
  /*background-image: linear-gradient(to bottom, #9d3293,#f36f21,#fdba31);*/
  background-color: #415a68;
}

.kaya-button-arrow-right:focus {
  outline: none;
  background-color: #415a68;
}

.kaya-button-purple {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  border: none;
  border-radius: 20px;
  background-color: #9d3393;
  color: #ffffff;  
  padding: 12px 20px 12px 20px;
}

.kaya-button-purple:hover {
  outline: none;
  background-color: #415a68;
}

.kaya-button-purple:focus {
  outline: none;
  background-color: #415a68;
}

.kaya-button-white {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  color: #9d3393;
  padding: 12px 20px 12px 20px;
}

.kaya-button-white:hover {
  outline: none;
  background-color: #415a68;
  color: #ffffff;
}

.kaya-button-white:focus {
  outline: none;
  background-color: #415a68;
  color: #ffffff;
}

.kaya-button-footer {
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  color: #415a68;
  padding: 12px 20px 12px 20px;
}

.kaya-button-footer:hover {
  outline: none;
  /*background-color: #fdbb30;*/
  background-image: linear-gradient(to bottom, #fdbb30,#f36f21,#9d3393);
  color: #ffffff;
}

.kaya-button-footer:focus {
  outline: none;
  /*background-color: #fdbb30;*/
  background-image: linear-gradient(to bottom, #fdbb30,#f36f21,#9d3393);
  color: #ffffff;
}

/* ------------------------------------------------------ Carousel ------------------------------------------------------ */

.kaya-carousel-icon {
  width: 2.5vw;
  height: 2.5vw;
}

.carousel-caption {
  text-align: left;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@keyframes zoom-out {
  from {
    opacity: 100;
    transform: scale3d(1.0, 1.0, 1.0);
  }
  to {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoom-out {
  /*-webkit-animation-name: zoom-out;
  animation-name: zoom-out;*/
  animation: zoom-out 15s ease-in-out 0s forwards;
}

@media screen and (min-width: 1200px) { /* 1200px wide or more */
  .kaya-carousel-heading-main {
    font-family: "calibril";
    font-size: 3.75rem; /* 60px */
    line-height: 3.75rem; /* 60px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-text-aria{
    width: 70%;
  }
  .kaya-carousel-heading {
    font-family: "calibril";
    font-size: 2.5rem; /* 40px */
    line-height: 2.5rem; /* 40px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-caption {
    font-family: "calibril";
    font-size: 1.125rem; /* 18px */
    line-height: 1.125rem; /* 18px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-button {
    margin: 20px 0 0 0;
  }
  .kaya-carousel-image-xl {
    visibility: visible;
    display: block;
    min-height: 400px; /* 400 */
  }
  .kaya-carousel-image-l {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-m {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-s {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xs {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 1199px) { /* 1199px wide or less */
  .kaya-carousel-heading-main {
    font-family: "calibril";
    font-size: 2.5rem; /* 40px */
    line-height: 2.5rem; /* 40px */
    color: #ffffff;
    margin: 0 0 15px 0;
  }
  .kaya-carousel-text-aria{
    width: 70%;
  }
  .kaya-carousel-heading {
    font-family: "calibril";
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-caption {
    font-family: "calibril";
    font-size: 1.125rem; /* 18px */
    line-height: 1.125rem; /* 18px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-button {
    margin: 20px 0 0 0;
  }
  .kaya-carousel-image-xl {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-l {
    visibility: visible;
    display: block;
    min-height: 300px; /* 300 */
  }
  .kaya-carousel-image-m {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-s {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xs {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 991px) { /* 992px wide or less */
  .kaya-carousel-heading-main {
    font-family: "calibril";
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-text-aria{
    width: 80%;
  }
  .kaya-carousel-heading {
    font-family: "calibril";
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0 0 0px 0;
  }
  .kaya-carousel-caption {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-button {
    margin: 15px 0 0 0;
  }
  .kaya-carousel-image-xl {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-l {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-m {
    visibility: visible;
    display: block;
    min-height: 250px; /* 250 */
  }
  .kaya-carousel-image-s {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xs {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 767px) { /* 768px wide or less */
  .kaya-carousel-heading-main {
    font-family: "calibril";
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0 0 0 0;
  }
  .kaya-carousel-text-aria{
    width: 60%;
  }
  .kaya-carousel-heading {
    font-family: "calibril";
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0 0 0 0;
  }
  .kaya-carousel-caption {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xl {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-l {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-m {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-s {
    visibility: visible;
    display: block;
    min-height: 250px; /* 250 */
  }
  .kaya-carousel-image-xs {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 575px) { /* 576px wide or less */
  .kaya-carousel-heading-main {
    font-family: "calibril";
    font-size: 1.125rem; /* 18px */
    line-height: 1.125rem; /* 18px */
    color: #ffffff;
    margin: 0 0 0 0;
  }
  .kaya-carousel-text-aria{
    width: 70%;
  }
  .kaya-carousel-heading {
    font-family: "calibril";
    font-size: 1.125rem; /* 18px */
    line-height: 1.125rem; /* 18px */
    color: #ffffff;
    margin: 0 0 0 0;
    white-space: normal;
  }
  .kaya-carousel-caption {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xl {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-l {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-m {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-s {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-image-xs {
    visibility: visible;
    display: block;
    min-height: 200px; /* 200 */
  }
  .carousel-indicators{
    visibility: hidden;
  }
}

.carousel-divider {
  border-top: 1px solid #ffffff;
  opacity: 0.3;
  margin: 1.5% 0px 1.5% 0px;
}

/* ------------------------------------------------------ Testimonials Carousel ------------------------------------------------------ */

.kaya-testimonials {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 40px;
}

.kaya-testimonials-prev {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23415a68' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.kaya-testimonials-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23415a68' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.kaya-testimonials-indicators li {
  background-color: #415a68;
}

.kaya-testimonials-caption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (min-width: 992px) { /* 992px wide or more */
  .kaya-carousel-l {
    visibility: visible;
    display: block;
  }
  .kaya-carousel-s {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 991px) { /* 991px wide or less */
  .kaya-carousel-l {
    visibility: hidden;
    display: none;
  }
  .kaya-carousel-s {
    visibility: visible;
    display: block;
  }
}

/* ------------------------------------------------------ Cards & Icons ------------------------------------------------------ */

@media screen and (min-width: 1200px) { /* 1200px wide or more */
  .kaya-card-icon-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: icon height/2 + card padding-top */
  }
  .kaya-card-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-4 {
    margin: 75px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 120px;
    margin: -100px 0px 20px 0px; /* margin-top: icon height/2 + card padding-top */
  }
  .kaya-card-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3 {
    margin: 60px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 100px;
    margin: -50px 0px 10px 0px; /* margin-top: -(icon height/2) */
  }
  .kaya-card-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 0px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3-md-4 {
    margin: 50px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-avatar-icon {
    filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
    height: 60px;
  }
  .kaya-avatar-icon-container {
    position: relative;
    left: 0px;
    right: 0px;
    height: 60px;
    margin: -50px 0px 20px 0px; /* margin-top: icon height/2 + kaya-card-icon-lg-4 margin-bottom */
  }
}

@media screen and (max-width: 1199px) { /* 1199px wide or less */
  .kaya-card-icon-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-4 {
    margin: 75px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 120px;
    margin: -100px 0px 20px 0px; /* margin-top: icon height/2 + card padding-top */
  }
  .kaya-card-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3 {
    margin: 60px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 100px;
    margin: -50px 0px 10px 0px; /* margin-top: -(icon height/2) */
  }
  .kaya-card-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 0px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3-md-4 {
    margin: 50px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-avatar-icon {
    filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
    height: 60px;
  }
  .kaya-avatar-icon-container {
    position: relative;
    left: 0px;
    right: 0px;
    height: 60px;
    margin: -50px 0px 20px 0px; /* margin-top: icon height/2 + kaya-card-icon-lg-4 margin-bottom */
  }
}

@media screen and (max-width: 991px) { /* 992px wide or less */
  .kaya-card-icon-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-4 {
    margin: 75px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3 {
    margin: 60px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 80px;
    margin: -40px 0px 10px 0px; /* margin-top: -(icon height/2) */
  }
  .kaya-card-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 0px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3-md-4 {
    margin: 40px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-avatar-icon {
    filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
    height: 60px;
  }
  .kaya-avatar-icon-container {
    position: relative;
    left: 0px;
    right: 0px;
    height: 60px;
    margin: -50px 0px 20px 0px; /* margin-top: icon height/2 + kaya-card-icon-lg-4 margin-bottom */
  }
}

@media screen and (max-width: 767px) { /* 768px wide or less */
  .kaya-card-icon-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 100px;
    margin: -90px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-4 {
    margin: 50px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 100px;
    margin: -90px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3 {
    margin: 50px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 80px;
    margin: -40px 0px 10px 0px; /* margin-top: -(icon height/2) */
  }
  .kaya-card-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 0px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3-md-4 {
    margin: 40px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-avatar-icon {
    filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
    height: 40px;
  }
  .kaya-avatar-icon-container {
    position: relative;
    left: 0px;
    right: 0px;
    height: 40px;
    margin: -40px 0px 20px 0px; /* margin-top: icon height/2 + kaya-card-icon-lg-4 margin-bottom */
  }
}

@media screen and (max-width: 575px) { /* 576px wide or less */
  .kaya-card-icon-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-4 {
    margin: 75px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 150px;
    margin: -115px 0px 20px 0px; /* margin-top: -(icon height/2 + card padding-top) */
  }
  .kaya-card-lg-3 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 40px 40px 40px 40px;
    height: 100%;
  }
  .kaya-col-lg-3 {
    margin: 75px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-card-icon-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    height: 80px;
    margin: -40px 0px 10px 0px; /* margin-top: -(icon height/2) */
  }
  .kaya-card-lg-3-md-4 {
    filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
    border-radius: 40px;
    padding: 0px 40px 40px 40px;
    height: 100%;
    margin: 0px auto 0px auto;
    display: table;
    white-space: nowrap;
    min-width: 300px;
  }
  .kaya-col-lg-3-md-4 {
    margin: 40px 0px 40px 0px; /* margin-top: icon height/2 */
  }
  .kaya-avatar-icon {
    filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
    height: 60px;
  }
  .kaya-avatar-icon-container {
    position: relative;
    left: 0px;
    right: 0px;
    height: 60px;
    margin: -50px 0px 20px 0px; /* margin-top: icon height/2 + kaya-card-icon-lg-4 margin-bottom */
  }
}

.kaya-faq-icon {
  filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
  width: 40px;
}

.kaya-card-no-icon {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 40px;
  padding: 40px 40px 40px 40px;
  height: 100%;
}

.kaya-card-no-icon-nested {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  height: 100%;
}

/*.kaya-border-card-no-icon-white {
  border: solid 2px #ffffff;
  border-radius: 40px;
  padding: 40px 40px 40px 40px;
  height: 100%;
  background: rgba(243, 111, 33, 0.5);
}*/

.kaya-sitemap-card-no-icon-white {
  border: solid 2px #ffffff;
  border-radius: 40px;
  padding: 40px 40px 40px 40px;
  height: 100%;
}

/*.kaya-photo-tag-left {
  filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin: -50px auto 20px 0px;
  display: table;
  white-space: nowrap;
}*/

.kaya-photo-tag-left {
  filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin: 20px auto -50px 0px;
  display: table;
  white-space: nowrap;
}

/*.kaya-photo-tag-right {
  filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin: -50px 0px 20px auto;
  display: table;
  white-space: nowrap;
}*/

.kaya-photo-tag-right {
  filter: drop-shadow(0px 2.5px 5px rgba(66, 89, 104, 0.3));
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin: 20px 0px -50px auto;
  display: table;
  white-space: nowrap;
}

.kaya-card-icon-lg-6-left {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  height: 150px;
  margin: 0px 0px 0px -115px;
}

.kaya-card-lg-6-left-indent {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 40px;
  padding: 40px 40px 40px 40px;
  height: 100%;
  margin: 0px 0px 0px 75px;
}

.kaya-card-icon-lg-6-right {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  height: 150px;
  margin: 0px -115px 0px 0px;
}

.kaya-card-lg-6-right-indent {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 40px;
  padding: 40px 40px 40px 40px;
  height: 100%;
  margin: 0px 75px 0px 0px;
}

/* ------------------------------------------------------ Top Button ------------------------------------------------------ */

.scroll-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  font-family: "calibril";
  font-size: 0.5rem; /* 8px */
  border: none;
  outline: none;
  background-image: linear-gradient(to bottom, #fdbb30,#f36f21,#9d3393);
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  border-radius: 80px;
}

.scroll-button:hover {
  background-image: linear-gradient(to bottom, #9d3393,#f36f21,#fdbb30);
}

.scroll-button:focus {
  outline: none;
  background-image: linear-gradient(to bottom, #9d3393,#f36f21,#fdbb30);
}

.back-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  outline: none;
  background-image: linear-gradient(to bottom, #fdbb30,#f36f21,#9d3393);
  color: #ffffff;
  cursor: pointer;
  font-family: "calibril";
  font-size: 1.125rem; /* 18px */
  line-height: 1.0rem; /* 16px */
  border: none;
  border-radius: 20px;
  background-color: #9d3393;
  padding: 12px 18px 12px 12px;
}

.back-button:hover {
  background-image: linear-gradient(to bottom, #9d3393,#f36f21,#fdbb30);
}

.back-button:focus {
  outline: none;
  background-image: linear-gradient(to bottom, #9d3393,#f36f21,#fdbb30);
}


/* ------------------------------------------------------ Partner Sorting ------------------------------------------------------ */

.cream-Logo-Show {
  transform: scale(0);
  animation: zoomAppear 1s cubic-bezier(.5,0,0,1) 0s 1 forwards;
}

@keyframes zoomAppear {
  from {
    transform: scale(0);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1);
    transform-origin: 50% 50%;
  }
}

.cream-Logo-Hide {
  animation: zoomDisappear 1s cubic-bezier(.5,0,0,1) 0s 1 forwards;
}

@keyframes zoomDisappear {
  from {
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(0);
    transform-origin: 50% 50%;
  }
}

.cream-Logo-Hide-Completely {
  visibility: hidden;
  display: none;
}

/* ------------------------------------------------------ Accordion ------------------------------------------------------ */

.kaya-tab-panel-nested {
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
  border-radius: 20px;
}

/* ------------------------------------------------------ Custom select ------------------------------------------------------ */

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  padding: 0px;
  border-radius: 20px;
  border: none;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #eceef0;
  border-radius: 20px;
  border: none;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #415a68 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #415a68 transparent;
  top: 8px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #415a68;
  padding: 6px 12px 6px 20px;
  border: none;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  filter: drop-shadow(0px 5px 10px rgba(66, 89, 104, 0.3));
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #eceef0;
  border-radius: 20px;
}

.form-control {
  color: #415a68;
  background-color: #eceef0;
  border: none;
  border-radius: 20px;
  padding-left: 20px;
}

.form-control:focus {
  color: #415a68;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px #9d3293;
  /*box-shadow: none;*/
}

.error, .success {
  color: #9d3293;
  font-size: 1rem;
  margin: 0px;
}

.form-control::placeholder {
  color: #415a68;
  font-size: 1rem;
}

/* ------------------------------------------------------ Interactive SVGs ------------------------------------------------------ */

.kaya-highlight-element {
  filter: drop-shadow(0px 5px 5px rgba(66, 89, 104, 0.8));
  stroke: url(#kaya-gradient);
  stroke-width: 3px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-linecap: round;
  /*animation: drawLine 1s cubic-bezier(.5,0,0,1) 0.5s 1 forwards;*/
  animation: drawLine 2s ease-in-out 0s 1 forwards;
}

.kaya-highlight-element-stroke {
  stroke: url(#kaya-gradient);
  stroke-width: 3px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-linecap: round;
  animation: drawLine 2s ease-in-out 0s 1 forwards;
}

@keyframes drawLine {
  from {
	stroke-dashoffset: 2000;
    visibility: hidden;
  }
  to {
    stroke-dashoffset: 0;
    visibility: visible;
  }
}

/* ------------------------------------------------------ Stream Pages Context Menu ------------------------------------------------------ */

.context-Menu-Hide {
  animation: MenuHide 0.5s cubic-bezier(.5,0,0,1) 0s 1 forwards;
}

.context-Menu-Show {
  animation: MenuShow 0.5s cubic-bezier(.5,0,0,1) 0s 1 forwards;
}

@media screen and (min-width: 1200px) { 
  @keyframes MenuHide {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-200px);
    }
  }
  @keyframes MenuShow {
    0% {
      transform: translateX(-200px);
    }
    100% {
      transform: translateX(0px);
    }
  }
}

@media screen and (max-width: 1199px) { /* 1199px wide or less */
  @keyframes MenuHide {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-200px);
    }
  }
  @keyframes MenuShow {
    0% {
      transform: translateX(-200px);
    }
    100% {
      transform: translateX(0px);
    }
  }
}

@media screen and (max-width: 767px) { /* 768px wide or less */
  @keyframes MenuHide {
    0% {
      transform: translateX(-200px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes MenuShow {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-200px);
    }
  }
}