.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;
  }
}
.container--mood {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
}
.container--mood .mood {
  order: 1;
  width: calc(50% + ((1920px - var(--deskWidth)) / 2));
  max-width: 50vw;
  margin-left: 0;
  margin-top: 0;
}
.container--mood .content {
  order: 2;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
.footpart--two {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.socialLinks {
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 0;
}
.part--footerSocials {
  margin-top: 0;
}
.unit--serviceLinks .unit__body {
  flex-direction: row;
  gap: 20px;
}
.section--footer .unit--serviceLinks .unit__body {
  justify-content: flex-end;
}
.unit--serviceLinks .part {
  width: auto;
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitTwo {
  display: flex;
}
.area--one .unitTwo--imageLeft {
  justify-content: flex-end;
}
.area--one .unitTwo--imageLeft .unit__content {
  margin-left: auto;
  padding-left: 40px;
}
.area--one .unitTwo--imageLeft .unit__content:before {
  left: 0;
}
.area--one .unitTwo--imageRight .unit__content {
  order: 1;
  padding-right: 40px;
}
.area--one .unitTwo--imageRight .unit__content:before {
  left: unset;
  right: 0;
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo .unit__background {
  width: calc(50% + ((1920px - var(--deskWidth)) / 2));
  max-width: 50vw;
  margin-left: 0;
}
.area--one .unitTwo .unit__content {
  width: 50%;
}
.area--one .unitTwo .unit__content:before {
  width: calc(100% + ((1920px - var(--deskWidth)) / 2));
}
.area--one .unitThree {
  display: flex;
}
.area--one .unitThree--imageLeft {
  justify-content: flex-end;
}
.area--one .unitThree--imageLeft .unit__content {
  margin-left: auto;
  padding-left: 40px;
}
.area--one .unitThree--imageRight .unit__content {
  order: 1;
  padding-right: 40px;
}
.area--one .unitThree--imageRight .unit__background {
  order: 2;
}
.area--one .unitThree .unit__background {
  width: clamp(50%, calc(50% + ((100vw - 1368px) / 2)), calc(100% + 110px));
  max-width: calc(50% + 110px);
  margin-left: 0;
}
.area--one .unitThree .unit__content {
  width: 50%;
  padding-top: 0;
}
.area--one .unitFive {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.area--one .unitFive .unit__content {
  height: 100%;
}
.area--one .unitFive .unit__body {
  height: 100%;
}
.area--one .unitFive .part:nth-last-child(2) {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitFive .part:last-child {
  margin-top: auto;
}
.area--one .unit--gallery .part {
  width: 25%;
}
.area--one .unit--gallery .part + .part:not(:nth-child(4n + 5)) {
  border-left: 0;
}
.area--one .unit--gallery .part + .part + .part + .part + .part {
  border-top: 0;
}
.area--one .unit:not(.unit--gallery) .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit:not(.unit--gallery) .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unit:not(.unit--gallery) .part--1-2 {
  width: calc(50% - 40px);
}
.area--one .unit:not(.unit--gallery) .part--auto {
  width: auto;
}
/*# sourceMappingURL=./screen-medium.css.map */