.title1 {
  font-size: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  line-height: clamp(2.25rem, 3.93442623vw + 1.32786885rem, 4.5rem);
  font-weight: 400;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.3125rem, 2.29508197vw + 0.77459016rem, 2.625rem);
  line-height: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  font-weight: bold;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1rem, 1.74863388vw + 0.59016393rem, 2rem);
  line-height: clamp(1.5rem, 2.62295082vw + 0.8852459rem, 3rem);
  font-weight: bold;
  color: var(--textColor);
}
.leadText {
  font-size: clamp(1.3125rem, 2.29508197vw + 0.77459016rem, 2.625rem);
  line-height: clamp(1.6875rem, 2.95081967vw + 0.99590164rem, 3.375rem);
  font-weight: 300;
  color: var(--textColor);
}
.mediumText {
  font-size: clamp(0.875rem, 1.09289617vw + 0.61885246rem, 1.5rem);
  line-height: clamp(1.0625rem, 1.42076503vw + 0.7295082rem, 1.875rem);
  color: var(--textColor);
}
.smallText {
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  color: var(--textColor);
}
.button {
  float: left;
  background-color: var(--btnBackground);
  font-size: clamp(0.875rem, 1.53005464vw + 0.51639344rem, 1.75rem);
  line-height: clamp(0.9375rem, 1.63934426vw + 0.55327869rem, 1.875rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 8px 33px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--btnBackgroundHover), var(--btnBackgroundHover));
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnColorHover);
    background-size: 100% 100%;
  }
}
.buttonHover {
  color: var(--btnColorHover);
  background-size: 100% 100%;
}
.textlink {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.textlink:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .textlink {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .textlink:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .textlink:hover,
  .textlink:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .textlink:hover,
  .textlink:focus {
    background-size: calc(100% - 70px);
  }
}
.linkArrow {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.linkArrow:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .linkArrow {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .linkArrow:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .linkArrow:hover,
  .linkArrow:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .linkArrow:hover,
  .linkArrow:focus {
    background-size: calc(100% - 70px);
  }
}
.linkArrow:before {
  mask-image: url(/images/arrow-right.svg);
}
.download {
  float: left;
  font-size: clamp(0.75rem, 0.6557377vw + 0.59631148rem, 1.125rem);
  line-height: clamp(1rem, 0.87431694vw + 0.79508197rem, 1.5rem);
  font-weight: bold;
  color: var(--linkColor);
  padding: 2px 0 2px 70px;
  --fluidSize: clamp(0.0625rem, 0.10928962vw + 0.03688525rem, 0.125rem);
  background-size: 0 var(--fluidSize);
  background-position: 70px 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--linkUnderlineColor), var(--linkUnderlineColor));
  transition: all 0.4s;
}
.download:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (max-width: 1239px) {
  .download {
    padding-left: 45px;
    background-position: 45px 100%;
  }
  .download:before {
    width: 15px;
    height: 19px;
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .download:hover,
  .download:focus {
    background-size: calc(100% - 70px) var(--fluidSize);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1239px) {
  .download:hover,
  .download:focus {
    background-size: calc(100% - 70px);
  }
}
.download:before {
  mask-image: url(/images/icon-download.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.container--teamPopup {
  display: flex;
}
.teamPopup__image {
  width: calc(100% / 1080 * 355);
}
.teamPopup__content {
  width: calc(100% / 1080 * 725);
}
.area--one {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 20px;
  align-items: flex-start;
}
.area--one .unit {
  grid-column: span 12;
}
.area--one .unitTwo {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 20px;
}
.area--one .unitTwo--imageLeft .unit__background {
  grid-column: 1 / span 6;
}
.area--one .unitTwo--imageLeft .unit__content {
  grid-column: 7 / span 6;
}
.area--one .unitTwo--imageRight .unit__background {
  grid-column: 7 / span 6;
  order: 2;
}
.area--one .unitTwo--imageRight .unit__content {
  grid-column: 1 / span 6;
}
.area--one .unitThree {
  grid-column: span 6;
}
.area--one .unitThree + .unitThree + .unitThree {
  margin-top: calc(var(--spaceTotal) * -1 + 15px);
}
.area--one .unitFive {
  grid-column: span 6;
}
@media (max-width: 1239px) {
  .area--one .unitFive + .unitFive + .unitFive {
    margin-top: calc(var(--spaceTotal) * -1 + 20px);
  }
}
/*# sourceMappingURL=./screen-medium.css.map */