.titlelink {
  text-decoration: none;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-textcolor), var(--s-textcolor));
  cursor: pointer;
  transition: all 0.4s;
}
.titlelink:hover,
.titlelink:focus {
  background-size: 100% 3px;
}
@media (max-width: 1023px) {
  .titlelink {
    background-size: 0 2px;
  }
  .titlelink:hover,
  .titlelink:focus {
    background-size: 100% 2px;
  }
}
.textlink {
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-textcolor), var(--s-textcolor));
  transition: all 0.4s;
}
.textlink:hover,
.textlink:focus {
  background-size: 100% 2px;
}
@media (max-width: 1023px) {
  .textlink {
    background-size: 0 1px;
  }
  .textlink:hover,
  .textlink:focus {
    background-size: 100% 1px;
  }
}
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  float: left;
  background-color: #2C3252;
  font-size: 24px;
  line-height: 1.375;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  padding: 16px 43px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #58408D, #58408D);
  transition: all 0.4s;
  z-index: -1;
}
.button:hover:before,
.button:focus:before {
  width: 100%;
}
@media (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 1.64285714;
    padding: 11px 25px;
  }
}
.navigation {
  float: left;
  margin-right: 20%;
}
@media (max-width: 1500px) {
  .navigation {
    margin-right: 10%;
  }
}
@media (max-width: 1150px) {
  .navigation {
    margin-right: 75px;
  }
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
.navigation div.sub1 {
  display: flex;
  gap: 30px;
  margin-bottom: 5px;
}
.navigation div.sub1 > .item {
  border-radius: 10000px;
}
.navigation div.sub1 > .item > .menu {
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.18181818;
  position: relative;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  background-color: #2C3252;
  border-radius: 10000px;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:hover:before,
.navigation div.sub1 > .item > .menu:focus:before,
.navigation div.sub1 > .item > .menu.path:before {
  width: 7px;
  height: 7px;
}
.navigation div.sub1 > .item > .menu.path {
  font-weight: 900;
}
.home {
  height: 68px;
}
#head {
  margin-top: 150px;
  margin-bottom: calc(216px - var(--spaceTotal));
  box-sizing: border-box;
  padding-right: 160px;
  padding-left: 50px;
}
.layout5 #head {
  margin-top: 390px;
}
.layout4 #head {
  margin-bottom: var(--spaceTotal);
  padding: 0;
}
.container--head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 84px;
}
.cb-scroll-triggered--active .container--head {
  margin: 30px 0;
}
.layout2 .section--three {
  margin-top: calc(var(--spaceTotal) * 2);
}
.designelement--1 {
  width: 50vw;
  right: -15vw;
}
.designelement--2 {
  width: 50vw;
  right: -30%;
}
.designelement--3 {
  width: 19vw;
  left: -6vw;
  right: unset;
  transform: rotate(0);
}
.container--mood {
  margin-top: 300px;
  margin-bottom: 100px;
}
.container--mood .content {
  padding-left: 86px;
}
.container--intro {
  margin-top: 307px;
  width: 65%;
}
.container--change {
  padding-top: 220px;
  padding-bottom: 120px;
}
.container--chance {
  padding-top: 100px;
  padding-bottom: 50px;
}
.cbdModule--introTitleMedium {
  box-sizing: border-box;
  padding-left: 50px;
}
.arrow--one {
  width: 213px;
  height: 267px;
  right: -213px;
  bottom: 0;
}
.arrow--two {
  right: -115px;
  bottom: -195px;
  width: 147px;
  height: 387px;
}
@media (max-width: 1610px) {
  .arrow--two {
    right: calc((var(--deskSpace) * -1) + 20px);
  }
}
.arrow--three {
  top: -180px;
  right: 175px;
  width: 136px;
  height: 366px;
}
.footarea {
  margin: 160px 0 40px;
}
.footpart--two {
  margin-top: 119px;
  gap: 40px;
}
.footpart--three {
  margin-top: 86px;
}
.section--footer .vcard {
  width: auto;
  font-size: 22px;
  line-height: 1.81818182;
}
.section--footer .vcard .foottitle {
  font-size: 26px;
  line-height: 1.34615385;
  margin-bottom: 13px;
}
.socialLinks {
  gap: 40px;
}
@media (max-width: 1500px) {
  .socialLinks {
    gap: 20px;
  }
}
.part--footerSocials {
  margin-left: 20px;
}
.part--footerSocials .iconLinks__content {
  gap: 20px;
}
.part--footerSocials .iconLinks__icon {
  width: 65px;
  height: 65px;
}
.part--footerSocials .iconLinks__icon:after {
  mask-size: 24px 24px;
}
@media (max-width: 1500px) {
  .part--footerSocials {
    margin-left: 0;
  }
}
.cbdModule--phoneButton .open:after {
  width: 22px;
  height: 30px;
}
.cbdModule--mailButton .open:after {
  width: 34px;
  height: 24px;
}
.unit--serviceLinks .unit__body {
  gap: 60px;
  box-sizing: border-box;
}
.section--footer .unit--serviceLinks .unit__body {
  padding-right: 118px;
}
.unit--serviceLinks .part .open {
  font-size: 22px;
  line-height: 1.81818182;
}
.area--one {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section--area1 .area--one {
  margin-top: 0;
}
.area--one .unitTwo--imageLeft .unit__content {
  padding-left: 86px;
}
.area--one .unitTwo--imageRight .unit__content {
  padding-right: 86px;
}
.area--one .unitTwo .unit__content {
  padding-top: calc(244px - var(--spacePart));
  padding-bottom: calc(134px - var(--spacePart));
}
.area--one .unitThree--imageLeft .unit__content {
  padding-left: 86px;
}
.area--one .unitThree--imageRight .unit__content {
  padding-right: 86px;
}
.area--one .unitThree .unit__content {
  padding-top: calc(63px - var(--spacePart));
}
.area--one .unitFour .unit__content {
  padding-left: 56px;
  padding-right: 100px;
}
.area--one .unitFour .less {
  padding: calc(76px - var(--spacePart)) 0;
}
.area--one .unitFour .fold-toggle {
  padding-right: 80px;
}
.area--one .unitFour .fold-toggle:before,
.area--one .unitFour .fold-toggle:after {
  width: 60px;
  height: 3px;
  top: calc(50% - 18px);
}
.area--one .unit:not(.unit--gallery) .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit:not(.unit--gallery) .part {
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unit:not(.unit--gallery) .part--1-1 {
  width: calc(100% - 40px);
}
.area--one .unit:not(.unit--gallery) .part--1-2 {
  width: calc(50% - 40px);
}
.area--one .unit:not(.unit--gallery) .part--auto {
  width: auto;
}
.area--one .unitFive {
  padding: 0 69px;
}
.area--one .unitFive .unit__background {
  max-width: 158px;
}
.area--one .unitSix {
  padding-top: calc(138px - var(--spacePart));
  padding-bottom: calc(108px - var(--spacePart));
}
.area--one .part--socialLinks {
  margin-left: 20px;
}
.area--one .part--socialLinks .iconLinks__content {
  gap: 20px;
}
.area--one .part--socialLinks .iconLinks__icon {
  width: 65px;
  height: 65px;
}
.area--one .part--socialLinks .iconLinks__icon:after {
  mask-size: 24px 24px;
}
@media (max-width: 1500px) {
  .area--one .part--socialLinks {
    margin-left: 0;
  }
}
/*# sourceMappingURL=./screen-large.css.map */