/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  letter-spacing: 0.0001px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
}

@font-face {
  font-family: "TT Norms Thin";
  src: url(fonts/TTNorms-Thin.79bf25a6.otf) format("opentype");
}
@font-face {
  font-family: "TT Norms Light";
  src: url(fonts/TTNorms-Light.5666b833.otf) format("opentype");
}
@font-face {
  font-family: "TT Norms Regular";
  src: url(fonts/TTNorms-Regular.be9ab533.otf) format("opentype");
}
@font-face {
  font-family: "TT Norms Medium";
  src: url(fonts/TTNorms-Medium.b2ec1027.otf) format("opentype");
}
@font-face {
  font-family: "TT Norms Bold";
  src: url(fonts/TTNorms-Bold.d7e3362b.otf) format("opentype");
}
@font-face {
  font-family: "TT Norms Italic";
  src: url(fonts/TTNorms-Italic.12ae4ca5.otf) format("opentype");
}
body {
  font-family: "TT Norms Regular", sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  max-width: 100vw;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body.disable-scroll {
  overflow-y: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.margin-b-32 {
  margin-bottom: 32px;
}

.margin-b-96 {
  margin-top: 96px;
}

a {
  font-family: "TT Norms Medium", sans-serif;
}

h1 {
  font-size: 6vw;
}

h2 {
  font-size: 5.5vw;
}

h3 {
  font-size: 4.5vw;
}

h4 {
  font-size: clamp(36px, 4vw, 64px);
}

.display_flex {
  display: flex !important;
}

.work-tags-show {
  padding: 12px 0px !important;
}

.display_none {
  display: none !important;
}

.pink-text {
  color: #DE007A;
}

@media (min-width: 992px) {
  .align-heading-to-text {
    margin-left: -4px;
  }
}

.center-divs {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .center-divs {
    display: block;
  }
}

.max-container {
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 768px) {
  .max-container {
    width: auto;
  }
}

.section-container {
  padding: 120px 40px;
}
@media (max-width: 992px) {
  .section-container {
    padding: 60px 16px;
  }
}

.tight-section-wrapper {
  padding: 120px 80px;
}
@media (max-width: 992px) {
  .tight-section-wrapper {
    padding: 60px 16px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 76px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 410px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #impress-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #DE007A;
    z-index: 9999;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: normal;
  }
  #impress-cursor.mix-blend {
    mix-blend-mode: difference !important;
  }
  body {
    cursor: none;
  }
  a:hover {
    cursor: none;
  }
}
.align-impress-letters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.impress-email {
  font-size: 36px;
  color: #DE007A;
  transition: transform 0.25s ease-in;
}
.impress-email:hover {
  text-decoration: underline;
}

.works-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 100px;
  opacity: 1;
  color: #fff;
  position: relative;
}
.works-wrapper .work-loading {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1000;
  color: #000;
}
.works-wrapper .work-loading .loading-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.works-wrapper.fade-in-out {
  animation: 0.5s ease-in-out 0s 1 fadeInOut;
}
.works-wrapper .work {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 100px;
}
.works-wrapper .work.full-width {
  width: 100%;
}
.works-wrapper .work .work-image-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #EAEAEA;
}
.works-wrapper .work .work-image-wrapper .work-thumbnail {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in;
}
.works-wrapper .work .work-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 18px;
}
.works-wrapper .work .work-footer .work-title {
  font-family: "TT Norms Medium";
  font-size: 36px;
}
.works-wrapper .work .work-footer .work-tag-container {
  display: flex;
  justify-content: end;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
}
.works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper {
  background-color: #EAEAEA;
  padding: 8px 12px 7px 12px;
  margin-left: 8px;
  border-radius: 97px;
  font-family: "TT Norms Regular";
  transition: all 0.25s ease-in;
  position: relative;
  z-index: 9;
}
.works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper .work-tag {
  opacity: 0.6;
  font-size: 18px;
  height: auto;
  padding-bottom: -4px;
  white-space: nowrap;
}
.works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper:hover {
  background-color: #DE007A;
  color: #fff;
}
.works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper:hover .work-tag {
  opacity: 1;
}
.works-wrapper .work .pink-underline {
  margin-top: 56px;
  background-color: #DE007A;
  height: 2px;
  width: 0%;
  transition: width 0.5s ease-in;
}
.works-wrapper .work:hover .work-thumbnail {
  transform: scale(1.2);
}
.works-wrapper .work:hover .pink-underline {
  width: 100%;
}
@media (max-width: 992px) {
  .works-wrapper .work .work-footer .work-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .works-wrapper .work {
    width: 100%;
  }
  .works-wrapper .work .work-footer {
    margin-top: 12px;
  }
  .works-wrapper .work .work-footer .work-title {
    font-size: 20px;
  }
  .works-wrapper .work .work-image-wrapper {
    aspect-ratio: 5/3;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .works-wrapper .work .work-image-wrapper {
        height: 200px;
      }
    }
  }
  .works-wrapper .work .work-image-wrapper .work-thumbnail {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(1);
  }
  .works-wrapper .work .pink-underline {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .works-wrapper .work {
    margin-bottom: 64px;
  }
  .works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper {
    padding: 2px 8px 3px 8px;
    margin-left: 4px;
  }
  .works-wrapper .work .work-footer .work-tag-container .work-tags-wrapper .work-tag {
    font-size: 12px;
    padding-bottom: -2px;
  }
  .works-wrapper .work .pink-underline {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .works-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .works-wrapper {
    padding-top: 10px;
  }
}

#contact .wpcf7 {
  width: 100%;
}

@media (max-width: 992px) {
  .form-holder {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .form-holder {
    margin-bottom: 40px;
  }
}
#contact-page-content {
  background-color: #000;
  color: white;
}
#contact-page-content .contact-content {
  margin-top: 34px;
  font-size: 36px;
}

strong, b {
  font-family: "TT Norms Medium";
  font-weight: 500;
}

em, i {
  font-style: italic;
}

#single-work-content {
  font-size: 36px;
  color: #000;
  font-family: "TT Norms Regular";
  line-height: 150%;
  padding-top: 0;
}
#single-work-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#single-work-content ul {
  list-style-type: disc;
  padding-left: 32px;
}

@media (max-width: 992px) {
  #single-work-content {
    font-size: 22px;
  }
}
.pink-short-line {
  background-color: #DE007A;
  width: 0;
  height: 2px;
  transition: width 0.5s ease-in;
}

#other-projects:hover .pink-short-line {
  width: 100%;
}

#other-projects {
  margin-top: 30px;
  padding: 20px 38px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#other-projects .work-image-wrapper {
  aspect-ratio: 5/3;
  justify-content: center;
}
#other-projects .work-image-wrapper .work-thumbnail {
  height: 100%;
  width: auto;
}
#other-projects .other-project-title {
  font-weight: 600;
}
@media (min-width: 992px) {
  #other-projects {
    padding: 20px 80px;
  }
  #other-projects .works-wrapper {
    flex-wrap: nowrap;
  }
  #other-projects .works-wrapper .work:first-child {
    margin-right: 24px;
  }
  #other-projects .works-wrapper .work {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #other-projects {
    padding-top: 0;
  }
  #other-projects .other-project-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #other-projects .work-image-wrapper .work-thumbnail {
    transform: scale(1);
    left: 0;
  }
}

.space-from-animation {
  padding-top: 0px !important;
}

header {
  background-color: #000;
  padding: 42px 40px;
  opacity: 1;
}
header.header-z {
  position: sticky;
  top: 0;
  z-index: 11;
}
header .header-content-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
header .header-content-wrapper.animate-header {
  opacity: 0;
  animation: 2s ease-out 3s 1 headerFade forwards;
}
header .header-content-wrapper .logo-wrapper .word-dot {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #DE007A;
  margin-top: 5px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  header .header-content-wrapper .logo-wrapper .word-dot {
    width: 3px;
    height: 3px;
  }
}
header .header-content-wrapper .logo-wrapper .impress-letter {
  color: #DE007A;
  margin-right: 3px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-i {
  width: 8.8888888889px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-m {
  width: 30.5555555556px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-p {
  width: 18.6111111111px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-r {
  width: 14.7222222222px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-e {
  width: 15px;
}
header .header-content-wrapper .logo-wrapper .impress-letter.letter-s {
  width: 12.5px;
}
@media (max-width: 768px) {
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-i {
    width: 6.1538461538px;
  }
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-m {
    width: 21.1538461538px;
  }
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-p {
    width: 12.8846153846px;
    transform: translateY(0.5px);
  }
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-r {
    width: 10.1923076923px;
  }
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-e {
    width: 10.3846153846px;
  }
  header .header-content-wrapper .logo-wrapper .impress-letter.letter-s {
    width: 8.6538461538px;
  }
}
header .header-content-wrapper .navigation-links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
header .header-content-wrapper .navigation-links ul .menu-item {
  margin-left: 75px;
}
header .header-content-wrapper .navigation-links ul .menu-item a {
  color: #fff;
  font-size: 18px;
  transition: color 0.5s ease;
}
header .header-content-wrapper .navigation-links ul .menu-item a:hover {
  color: #DE007A;
}
@media (max-width: 992px) {
  header .header-content-wrapper .navigation-links {
    display: none;
  }
  header .header-content-wrapper .navigation-links ul {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 100%;
    background-color: #000;
    border-radius: 16px;
    flex-direction: column;
  }
  header .header-content-wrapper .navigation-links ul .menu-item {
    margin: 12px 0px;
    margin-right: 28px;
    text-align: end;
  }
}
header .header-content-wrapper .mobile-nav-btn {
  width: 26px;
  height: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  border-radius: 27px;
}
header .header-content-wrapper .mobile-nav-btn:hover {
  cursor: pointer;
}
header .header-content-wrapper .mobile-nav-btn:hover .white-line {
  background-color: #DE007A;
}
header .header-content-wrapper .mobile-nav-btn .white-line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) {
  header .header-content-wrapper .mobile-nav-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  header {
    padding: 42px 16px;
  }
}

@media (min-width: 1024px) {
  header.inner-works-header {
    padding: 42px 80px;
    display: flex;
    justify-content: center;
  }
  header.inner-works-header .header-content-wrapper {
    max-width: 1600px;
    width: 100%;
  }
}
@keyframes headerFade {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer {
  position: relative;
  z-index: 999;
  background-color: #DE007A;
  padding: 90px 40px 75px 40px;
}
footer .footer-upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
footer .footer-upper .logo-wrapper .word-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  margin-top: 8px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  footer .footer-upper .logo-wrapper .word-dot {
    width: 5px;
    height: 5px;
    margin-top: 5px;
    margin-right: 5px;
  }
}
footer .footer-upper .logo-wrapper .impress-letter {
  color: #fff;
  margin-right: 3px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-i {
  width: 14.5454545455px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-m {
  width: 50px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-p {
  width: 30.4545454545px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-r {
  width: 24.0909090909px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-e {
  width: 24.5454545455px;
}
footer .footer-upper .logo-wrapper .impress-letter.letter-s {
  width: 20.4545454545px;
}
@media (max-width: 768px) {
  footer .footer-upper .logo-wrapper .impress-letter.letter-i {
    width: 9.1428571429px;
  }
  footer .footer-upper .logo-wrapper .impress-letter.letter-m {
    width: 31.4285714286px;
  }
  footer .footer-upper .logo-wrapper .impress-letter.letter-p {
    width: 19.1428571429px;
    transform: translateY(0.5px);
  }
  footer .footer-upper .logo-wrapper .impress-letter.letter-r {
    width: 15.1428571429px;
  }
  footer .footer-upper .logo-wrapper .impress-letter.letter-e {
    width: 15.4285714286px;
  }
  footer .footer-upper .logo-wrapper .impress-letter.letter-s {
    width: 12.8571428571px;
  }
}
footer .footer-upper .social-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
footer .footer-upper .social-icons-container .footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  font-size: 24px;
  font-family: "TT Norms Medium";
  color: #fff;
  margin-left: 75px;
  transition: all 0.5s ease;
}
footer .footer-upper .social-icons-container .footer-social .social-text {
  margin-left: 16px;
}
footer .footer-upper .social-icons-container .footer-social:hover {
  filter: brightness(0%);
}
footer .footer-upper .social-icons-container .footer-social .footer-image-container {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  footer .footer-upper .social-icons-container .footer-social {
    margin-top: 42px;
    margin-left: 0;
    justify-content: start;
  }
  footer .footer-upper .social-icons-container .footer-social:first-child {
    margin-top: 0px;
  }
  footer .footer-upper .social-icons-container .footer-social .social-text {
    transform: translateY(3px);
  }
  footer .footer-upper .social-icons-container .footer-social .footer-image-container {
    min-width: 36px;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  footer .footer-upper .social-icons-container .footer-social .raise-icon {
    transform: translateY(-1px);
  }
}
@media (max-width: 992px) {
  footer .footer-upper .social-icons-container {
    flex-direction: column;
    justify-content: start;
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  footer .footer-upper {
    flex-direction: column;
    align-items: start;
  }
}
footer .footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
footer .footer-lower .copyright {
  opacity: 0.4;
  font-size: 24px;
}
@media (max-width: 992px) {
  footer .footer-lower .copyright {
    font-size: 16px;
  }
}
footer .footer-lower .footer-link {
  opacity: 0.4;
  font-size: 18px;
  transition: opacity 0.3s ease-in;
}
footer .footer-lower .footer-link:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  footer .footer-lower .footer-link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-lower .footer-link {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  footer .footer-lower {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 55px 16px 40px 16px;
  }
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}
.loading-wrapper .letter-wrapper {
  height: 100%;
  padding-top: 38vh;
}
.loading-wrapper .letter-wrapper .word-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #DE007A;
  margin-top: 24px;
  margin-right: 24px;
  animation: 1.5s ease-out 0s 1 bubbleGrow forwards;
}
@media (max-width: 768px) {
  .loading-wrapper .letter-wrapper .word-dot {
    width: 11px;
    height: 11px;
    margin-top: 16px;
    margin-right: 16px;
  }
}
.loading-wrapper .letter-wrapper .impress-letter {
  color: #DE007A;
  opacity: 0;
  margin: 0 4px;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-i {
  width: 32px;
  animation: 0.25s ease-out 1s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 1.25s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-m {
  width: 110px;
  animation: 0.25s ease-out 1.25s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 1.5s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-p {
  width: 67px;
  animation: 0.25s ease-out 1.5s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 1.75s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-r {
  width: 53px;
  animation: 0.25s ease-out 1.75s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 2s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-e {
  width: 54px;
  animation: 0.25s ease-out 2s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 2.25s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.letter-s {
  width: 45px;
}
.loading-wrapper .letter-wrapper .impress-letter.s-I {
  animation: 0.25s ease-out 2.25s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 2.5s 1 animateColor forwards;
}
.loading-wrapper .letter-wrapper .impress-letter.s-II {
  animation: 0.25s ease-out 2.5s 1 slideInFromLeftAndFade forwards, 0.25s ease-in 2.75s 1 animateColor forwards;
}
@media (max-width: 768px) {
  .loading-wrapper .letter-wrapper .impress-letter.letter-i {
    width: 18.8235294118px;
  }
  .loading-wrapper .letter-wrapper .impress-letter.letter-m {
    width: 64.7058823529px;
  }
  .loading-wrapper .letter-wrapper .impress-letter.letter-p {
    width: 39.4117647059px;
  }
  .loading-wrapper .letter-wrapper .impress-letter.letter-r {
    width: 31.1764705882px;
  }
  .loading-wrapper .letter-wrapper .impress-letter.letter-e {
    width: 31.7647058824px;
  }
  .loading-wrapper .letter-wrapper .impress-letter.letter-s {
    width: 26.4705882353px;
  }
}
.loading-wrapper .exploding-bubble {
  width: 4px;
  height: 4px;
  background-color: #DE007A;
  border-radius: 100%;
  position: absolute;
  top: 48%;
  left: 39%;
  opacity: 0;
  animation: 1s ease-out 3s 1 bubbleExlode forwards;
}

@keyframes bubbleGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bubbleExlode {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    transform: scale(700);
    opacity: 1;
  }
}
@keyframes slideInFromLeftAndFade {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes animateColor {
  0% {
    color: #DE007A;
  }
  100% {
    color: #fff;
  }
}
.layer-I {
  position: absolute;
  z-index: 2;
  top: 100vh;
  height: 100vh;
  width: 100%;
  background-color: #000;
  animation: 1s ease-out 3.5s 1 layerOneUp forwards;
}

.layer-II {
  position: absolute;
  z-index: 3;
  top: 100vh;
  height: 100vh;
  width: 100%;
  background-color: #DE007A;
  animation: 1s ease-out 3.6s 1 layerTwoUp forwards;
}

.website-slidein {
  position: relative;
  z-index: 10;
  background-color: #fff;
  top: 100vh;
  animation: 0.8s ease-out 4s 1 contentUp forwards;
}

@keyframes layerOneUp {
  100% {
    top: 0;
  }
}
@keyframes layerTwoUp {
  100% {
    top: 160px;
  }
}
@keyframes contentUp {
  100% {
    top: 0;
  }
}
#works .works-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -webkit-align-items: flex-end;
}
@media (max-width: 992px) {
  #works .works-header .filter-category-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 799;
    width: 100%;
    height: 100%;
  }
}
#works .works-header .filter-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#works .works-header .filter-category-wrapper .work-category {
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 0.4;
  margin: 0 0 12px 56px;
  font-size: 40px;
  transition: all 0.25s ease-in;
  margin-bottom: 6px;
}
#works .works-header .filter-category-wrapper .work-category a {
  font-weight: 300 !important;
  font: inherit !important;
  opacity: 0.7;
}
#works .works-header .filter-category-wrapper .work-category.active-category,
#works .works-header .filter-category-wrapper .work-category.active-category a {
  opacity: 1;
  color: #DE007A;
}
#works .works-header .filter-category-wrapper .work-category:first-child {
  margin-left: 0;
}
#works .works-header .filter-category-wrapper .work-category:hover,
#works .works-header .filter-category-wrapper .work-category:hover a {
  opacity: 1;
  color: #DE007A;
}
@media (max-width: 1600px) {
  #works .works-header .filter-category-wrapper .work-category {
    font-size: 30px;
    margin-left: 32px;
  }
}
@media (max-width: 1200px) {
  #works .works-header .filter-category-wrapper .work-category {
    font-size: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  #works .works-header .filter-category-wrapper {
    height: 0px;
    position: relative;
    top: 100%;
    right: 0%;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    z-index: 800;
    width: 66%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: hidden;
    flex-wrap: nowrap;
    transition: all 0.3s ease-out;
  }
  #works .works-header .filter-category-wrapper .work-category {
    margin: 12px 0 12px 28px;
    text-align: end;
  }
  #works .works-header .filter-category-wrapper .work-category:first-child {
    margin-left: 28px;
  }
  #works .works-header .filter-category-wrapper .modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  #works .works-header .filter-category-wrapper .modal-close .close-line {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 24px;
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.25s ease-in;
  }
  #works .works-header .filter-category-wrapper .modal-close .close-line:last-child {
    transform: rotate(45deg);
  }
  #works .works-header .filter-category-wrapper .modal-close:hover .close-line {
    height: 4px;
    background-color: #DE007A;
  }
}
#works .works-header .filter-dropdown {
  display: none;
  font-size: 30px;
  color: #DE007A;
  margin-top: 20px;
  transition: all 0.25s ease-in;
  padding: 16px;
  border-radius: 16px;
}
#works .works-header .filter-dropdown:hover {
  background-color: #DE007A;
  color: #fff;
}
#works .works-header .filter-dropdown #dinamic-filter-text {
  margin-right: 14px;
}
@media (max-width: 992px) {
  #works .works-header {
    flex-direction: column;
    position: relative;
  }
  #works .works-header .filter-dropdown {
    display: flex;
    justify-content: space-between;
  }
}
#works .center-elements {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#works .center-elements .see-all-works-btn {
  font-size: 24px;
  transition: color 0.25s ease-in;
}
#works .center-elements .see-all-works-btn:hover {
  color: #DE007A;
}
@media (max-width: 992px) {
  #works {
    padding: 40px 16px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#services {
  background-color: #000;
  color: #fff;
}
#services .services-container {
  margin-top: 188px;
  display: flex;
  justify-content: space-between;
}
#services .services-container .service-card {
  width: 33%;
  padding-left: 70px;
}
#services .services-container .service-card .services-title {
  color: #DE007A;
  padding-bottom: 76px;
}
#services .services-container .service-card ul {
  margin-left: 2px;
}
#services .services-container .service-card ul li {
  margin-bottom: 30px;
  padding-left: 34px;
  font-size: 36px;
  position: relative;
}
#services .services-container .service-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
}
@media (max-width: 1600px) {
  #services .services-container .service-card ul li {
    font-size: 24px;
    margin-bottom: 18px;
    padding-left: 21px;
  }
  #services .services-container .service-card ul li::before {
    top: 13px;
  }
}
@media (max-width: 1200px) {
  #services .services-container .service-card ul li::before {
    width: 6.5px;
    height: 6.5px;
  }
}
@media (max-width: 992px) {
  #services .services-container .service-card ul li::before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 1200px) {
  #services .services-container .service-card {
    padding-left: 36px;
  }
}
@media (max-width: 992px) {
  #services .services-container .service-card {
    padding-left: 24px;
    width: 45%;
  }
}
@media (max-width: 768px) {
  #services .services-container .service-card {
    padding-left: 0px;
    margin-bottom: 76px;
    width: 100%;
  }
  #services .services-container .service-card .services-title {
    padding-bottom: 34px;
  }
  #services .services-container .service-card ul {
    margin-left: 13px;
  }
}
@media (max-width: 992px) {
  #services .services-container {
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #services .services-container {
    justify-content: start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #services {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

#clients {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#clients .client-logo-container {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#clients .client-logo-container .client-logo-wrapper {
  width: 21%;
  margin: 0 2% 2.5rem 2%;
}
#clients .client-logo-container .client-logo-wrapper img {
  width: 100%;
  opacity: 0.75;
  transition: opacity 0.2s ease-in;
}
#clients .client-logo-container .client-logo-wrapper img:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  #clients .client-logo-container {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #clients .client-logo-container .client-logo-wrapper {
    width: 30%;
    margin: 0 1.5% 2.5rem 1.5%;
  }
}
@media (max-width: 576px) {
  #clients .client-logo-container .client-logo-wrapper {
    width: 46%;
    margin: 0 4% 2.5rem 0;
  }
}
@media (max-width: 992px) {
  #clients {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

#front-page-contacts {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: start;
}
#front-page-contacts .left-side {
  margin-right: 260px;
}
#front-page-contacts .left-side h2 {
  white-space: nowrap;
}
#front-page-contacts .left-side .contact-info {
  margin-bottom: 68px;
}
#front-page-contacts .left-side .contact-info .field-label {
  font-size: 24px;
  margin-bottom: 16px;
}
#front-page-contacts .left-side .contact-info .field-content {
  font-size: 36px;
  margin-bottom: 34px;
  line-height: 54px;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
}
#front-page-contacts .contact-text {
  font-size: 36px;
  margin: 56px 0 78px 0;
  white-space: nowrap;
}
#front-page-contacts .wpcf7 {
  width: 100%;
}
#front-page-contacts .wpcf7-form {
  font-size: 36px;
}
#front-page-contacts .wpcf7-form .input-holder {
  margin-bottom: 70px;
}
#front-page-contacts .wpcf7-form input, #front-page-contacts .wpcf7-form textarea {
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-family: "TT Norms Regular";
  padding-bottom: 22px;
  margin-bottom: 10px;
  width: 40vw;
}
#front-page-contacts .wpcf7-form input:focus-visible, #front-page-contacts .wpcf7-form textarea:focus-visible {
  outline: none;
}
#front-page-contacts .wpcf7-form textarea {
  max-height: 100px;
  margin-bottom: 10px;
}
#front-page-contacts .wpcf7-form .wpcf7-submit {
  color: #fff;
  border: none;
  font-size: 36px;
  font-family: "TT Norms Regular";
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 18px;
  margin-left: -18px;
  transition: all 0.25s ease-in;
  cursor: none;
}
#front-page-contacts .wpcf7-form .wpcf7-submit:hover {
  background-color: #DE007A;
  color: #000;
  border-radius: 70px;
}
@media (max-width: 992px) {
  #front-page-contacts .wpcf7-form .wpcf7-submit {
    margin-left: -8px;
    font-size: 30px;
    padding: 4px 8px;
  }
}
#front-page-contacts .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
}
@media (max-width: 1400px) {
  #front-page-contacts .left-side {
    margin-right: 160px;
  }
}
@media (max-width: 992px) {
  #front-page-contacts {
    flex-direction: column;
    padding-bottom: 0;
  }
  #front-page-contacts .left-side {
    margin-bottom: 130px;
    margin-right: 0;
  }
  #front-page-contacts .wpcf7-form input, #front-page-contacts .wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
  }
  #front-page-contacts .contact-text {
    font-size: 24px;
    margin: 48px 0 48px 0;
  }
}
#front-page-contacts .wpcf7-response-output {
  margin: 0;
  border-color: #DE007A;
  padding: 8px;
  font-size: 36px;
  width: 100%;
  color: #DE007A;
  font-weight: 700;
}
@media (max-width: 992px) {
  #front-page-contacts .wpcf7-response-output {
    margin-bottom: 80px;
    text-align: center;
  }
}

#single-work-header {
  background-color: #000;
  color: #fff;
}
#single-work-header.option-9 .section-container {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#single-work-header.option-7 h1, #single-work-header.option-8 h1, #single-work-header.option-9 h1 {
  text-align: center;
}
#single-work-header.option-7 .work-meta-info, #single-work-header.option-8 .work-meta-info, #single-work-header.option-9 .work-meta-info {
  display: flex;
  justify-content: center;
}
#single-work-header.option-7 .work-meta-info .work-meta div a, #single-work-header.option-8 .work-meta-info .work-meta div a, #single-work-header.option-9 .work-meta-info .work-meta div a {
  width: 100%;
}
#single-work-header.option-7 .work-meta-info .work-meta div, #single-work-header.option-8 .work-meta-info .work-meta div, #single-work-header.option-9 .work-meta-info .work-meta div {
  text-align: center;
}
#single-work-header.option-6 .title-as-flex-item {
  width: 100%;
  margin-bottom: 24px;
}
#single-work-header.option-6 .section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#single-work-header.option-6 .section-container .section-header-item {
  width: 48%;
}
#single-work-header.option-6 .work-thumbnail {
  background-color: #000;
}
#single-work-header.option-6 .work-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 992px) {
  #single-work-header.option-6 .section-container .section-header-item {
    width: 100%;
    margin-top: 18px;
  }
  #single-work-header.option-6 .work-meta-info {
    margin-top: 34px;
  }
}
#single-work-header.option-5 .section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#single-work-header.option-5 .section-container .option-4-title {
  width: 100%;
  margin-bottom: 20px;
}
#single-work-header.option-5 .section-container .section-item-1 {
  width: 38%;
}
#single-work-header.option-5 .section-container .section-item-2 {
  width: 60%;
}
#single-work-header.option-5 .section-container .work-meta-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 0px;
  font-size: 20px;
}
#single-work-header.option-5 .section-container .work-meta-info .work-meta {
  margin-top: 38px;
}
#single-work-header.option-5 .work-thumbnail {
  background-color: #EAEAEA;
}
#single-work-header.option-5 .work-thumbnail.for-full img {
  width: 100%;
  height: auto;
}
#single-work-header.option-5 .work-thumbnail.for-not img {
  height: auto;
}
@media (max-width: 992px) {
  #single-work-header.option-5 .section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #single-work-header.option-5 .section-container .section-item-1 {
    width: 100%;
    margin-bottom: 24px;
  }
  #single-work-header.option-5 .section-container .section-item-2 {
    width: 100%;
  }
}
#single-work-header.option-4 .section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#single-work-header.option-4 .section-container .option-4-title {
  width: 100%;
  margin-bottom: 20px;
}
#single-work-header.option-4 .section-container .section-item-1 {
  width: 38%;
}
#single-work-header.option-4 .section-container .section-item-2 {
  width: 60%;
}
#single-work-header.option-4 .section-container .work-meta-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 0px;
  font-size: 20px;
}
#single-work-header.option-4 .section-container .work-meta-info .work-meta {
  margin-top: 38px;
}
#single-work-header.option-4 .work-thumbnail {
  background-color: #000;
}
#single-work-header.option-4 .work-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 992px) {
  #single-work-header.option-4 .section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #single-work-header.option-4 .section-container .section-item-1 {
    width: 100%;
    margin-bottom: 24px;
  }
  #single-work-header.option-4 .section-container .section-item-2 {
    width: 100%;
  }
}
#single-work-header.option-3 .section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#single-work-header.option-3 .section-container .section-header-item {
  width: 48%;
}
#single-work-header.option-3 .work-thumbnail {
  background-color: #000;
}
#single-work-header.option-3 .work-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 992px) {
  #single-work-header.option-3 .section-container .section-header-item {
    width: 100%;
    margin-top: 18px;
  }
}
#single-work-header .work-meta-info {
  display: flex;
  justify-content: start;
  margin-top: 16px;
  font-size: 32px;
  font-family: "TT Norms Light";
}
#single-work-header .work-meta-info .work-meta {
  margin-right: 56px;
}
#single-work-header .work-meta-info .work-meta div:first-child {
  margin-bottom: 16px;
}
#single-work-header .work-meta-info .work-meta .work-delivered-tags {
  display: flex;
  flex-direction: row;
  text-decoration: underline;
}
#single-work-header .work-meta-info .work-meta .work-delivered-tags a {
  color: #fff;
  font-family: "TT Norms Regular";
  transition: color 0.25s ease-in;
}
#single-work-header .work-meta-info .work-meta .work-delivered-tags a:hover {
  color: #DE007A;
}
#single-work-header .work-meta-info .work-meta .work-delivered-tags a:first-child {
  margin-right: 8px;
}
@media (max-width: 768px) {
  #single-work-header .work-meta-info {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  #single-work-header .work-meta-info {
    font-size: 20px;
  }
  #single-work-header .work-meta-info .work-meta {
    margin-right: 22px;
  }
}
#single-work-header .work-thumbnail {
  display: flex;
  justify-content: center;
  background-color: #EAEAEA;
}
#single-work-header .work-thumbnail.for-full img {
  width: 100%;
  height: auto;
}
#single-work-header .work-thumbnail.for-not img {
  height: auto;
}
#single-work-header .section-header-text {
  font-size: 20px;
}
#single-work-header .section-header-text ul {
  list-style-type: disc;
  padding-left: 32px;
}

#work-together {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#work-together .work-together-title {
  text-align: center;
  font-size: 96px;
  margin-bottom: 44px;
}
@media (max-width: 1200px) {
  #work-together .work-together-title {
    font-size: 76px;
  }
}
@media (max-width: 768px) {
  #work-together .work-together-title {
    font-size: 46px;
  }
}
#work-together .impress-email {
  font-family: "TT Norms Regular";
  font-size: 36px;
}
@media (max-width: 768px) {
  #work-together .impress-email {
    font-size: 24px;
  }
}

#about-us {
  background-color: #000;
  color: #fff;
}
#about-us .center-right {
  display: flex;
  justify-content: end;
}
#about-us .center-right .about-text {
  width: 55%;
  margin-top: 12vw;
  margin-right: 5%;
  font-size: clamp(20px, 2vw, 36px);
  line-height: clamp(36px, 3vw, 57.6px);
}
@media (max-width: 992px) {
  #about-us .center-right .about-text {
    width: 100%;
    margin-top: 82px;
    margin-right: 0%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #about-us .center-right .about-text {
    margin-top: 56px;
    font-size: 20px;
    line-height: 30px;
  }
}

#key-drivers {
  background-color: #000;
  color: #fff;
}
#key-drivers .trigger-and-content-wrapper {
  margin-top: 200px;
  padding-bottom: 120px;
}
#key-drivers .trigger-and-content-wrapper .content-container {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
}
#key-drivers .trigger-and-content-wrapper .content-container.central {
  margin-top: 40vh;
  margin-bottom: 50vh;
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container.central {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container {
  width: 260px;
  height: 260px;
  position: relative;
  transition: all 2s ease-out;
  opacity: 1;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble {
  border-radius: 100%;
  background-color: #DE027B;
  position: absolute;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble.large-circle {
  width: 82px;
  height: 82px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble.small-circle {
  width: 36px;
  height: 36px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-1 {
  top: 50px;
  left: 50px;
  transition: top 2s ease-in-out, transform 1s ease-in-out, left 1s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-2 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-2::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 80px solid transparent;
  border-top: 80px solid #DE007A;
  position: absolute;
  top: -120%;
  left: -50%;
  transform: rotate(180deg);
  opacity: 0;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-3 {
  top: 50px;
  right: 50px;
  transition: top 1s ease-in-out, transform 1s ease-in-out, right 2s ease-in-out, opacity 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-4 {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-5 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-6 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-7 {
  left: 50px;
  bottom: 50px;
  transition: bottom 1s ease-in-out, transform 1s ease-in-out, left 2s ease-in-out, opacity 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-8 {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-8::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 80px solid transparent;
  border-top: 80px solid #DE007A;
  position: absolute;
  top: -40%;
  left: 20%;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container .bubble#bbl-9 {
  right: 50px;
  bottom: 50px;
  transition: right 1s ease-in-out, transform 1s ease-in-out, bottom 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I {
  transform: rotate(135deg);
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-5 {
  width: 34px;
  height: 34px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-2 {
  top: 25px;
  z-index: -1;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-2::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 40px solid transparent;
  border-top: 40px solid #DE007A;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  opacity: 0;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-4 {
  left: 25px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-6 {
  right: 25px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-8 {
  bottom: 25px;
  z-index: -1;
  left: 0;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-8::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 40px solid transparent;
  border-top: 40px solid #DE007A;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-1 {
  transform: translateX(-50%);
  left: 50%;
  top: -15px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-3 {
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-7 {
  bottom: 50%;
  transform: translateY(50%);
  left: -15px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I #bbl-9 {
  transform: translateX(50%);
  right: 50%;
  bottom: -15px;
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I {
    transform: rotate(135deg);
  }
}
@media (max-width: 576px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-I {
    transform: rotate(135deg) scale(0.7);
  }
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II {
  transform: rotate(225deg);
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-5 {
  opacity: 0;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-2 {
  background-color: #000;
  width: 160px;
  height: 160px;
  z-index: -1;
  top: -75px;
  left: 0px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-2::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 80px solid transparent;
  border-top: 80px solid #DE007A;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  opacity: 1;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-8 {
  background-color: #000;
  width: 160px;
  height: 160px;
  z-index: -1;
  bottom: -20px;
  left: 105px;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-8::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  border: 80px solid transparent;
  border-top: 80px solid #DE007A;
  position: absolute;
  top: 0;
  left: 0%;
  transform: rotate(-90deg);
  opacity: 1;
  transition: all 2s ease-in-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-1 {
  top: -6px;
  left: 30%;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-3 {
  right: 50px;
  opacity: 0;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-7 {
  left: 50px;
  opacity: 0;
}
#key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II #bbl-9 {
  bottom: -6px;
  right: 30%;
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II {
    transform: rotate(225deg);
  }
}
@media (max-width: 576px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container.animate-II {
    transform: rotate(225deg) scale(0.7);
  }
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container {
    transform: scale(0.8);
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 410px) {
  #key-drivers .trigger-and-content-wrapper .content-container .logo-container {
    transform: scale(0.7);
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper {
  width: 63%;
  position: relative;
}
#key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper .single-text-block {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all 1s ease-out;
}
#key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper .single-text-block .about-text {
  margin-top: 32px;
  font-size: clamp(18px, 2vw, 32px);
  line-height: clamp(30px, 3vw, 51px);
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper .single-text-block .about-text {
    width: 100%;
    margin-top: 26px;
    margin-right: 0%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper .single-text-block {
    position: inherit;
  }
}
@media (max-width: 1400px) {
  #key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper {
    width: 61%;
  }
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container .text-block-wrapper {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  #key-drivers .trigger-and-content-wrapper .content-container {
    margin: 0 8%;
  }
}
@media (max-width: 1400px) {
  #key-drivers .trigger-and-content-wrapper .content-container {
    margin: 0 5%;
  }
}
@media (max-width: 1200px) {
  #key-drivers .trigger-and-content-wrapper .content-container {
    margin: 0 2%;
  }
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper .content-container {
    flex-direction: column-reverse;
    margin: 0 0;
  }
}
@media (max-width: 1600px) {
  #key-drivers .trigger-and-content-wrapper {
    margin-top: 180px;
  }
}
@media (max-width: 1400px) {
  #key-drivers .trigger-and-content-wrapper {
    margin-top: 160px;
  }
}
@media (max-width: 1200px) {
  #key-drivers .trigger-and-content-wrapper {
    margin-top: 140px;
  }
}
@media (max-width: 992px) {
  #key-drivers .trigger-and-content-wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-bottom: 40px;
  }
}

#meet-our-team {
  background-color: #000;
  color: #fff;
}
#meet-our-team a {
  font-family: "TT Norms Regular";
}
#meet-our-team .team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px 6% 20px 6%;
}
#meet-our-team .team-container .team-wrapper {
  width: 49%;
  max-height: 380px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
#meet-our-team .team-container .team-wrapper .team-member-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper {
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  overflow: hidden;
  transition: all 0.25s ease-in;
  display: flex;
  justify-content: center;
  position: relative;
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: radial-gradient(white, black);
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper:hover {
  height: 520px;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper:hover img {
  filter: brightness(50%);
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper:hover .responsibilities {
  opacity: 1;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper .responsibilities {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.25s ease-in;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper .responsibilities .responsibility {
  color: #fff;
  font-size: 24px;
  margin-bottom: 34px;
  text-align: center;
  font-weight: 900;
  font-family: "TT Norms Thin";
  position: relative;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper .responsibilities .responsibility::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-2px);
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 100%;
}
#meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper .responsibilities .responsibility:last-child::after {
  display: none;
}
@media (max-width: 576px) {
  #meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper {
    width: 280px;
    height: 280px;
  }
  #meet-our-team .team-container .team-wrapper .team-member-container .team-member-image-wrapper:hover {
    height: 360px;
  }
}
#meet-our-team .team-container .team-wrapper .team-member-container .member-name {
  font-size: 52px;
  margin: 15px 0 6px 0;
  color: #DE007A;
}
#meet-our-team .team-container .team-wrapper .team-member-container .member-text {
  font-size: 20px;
  margin-bottom: 2px;
}
#meet-our-team .team-container .team-wrapper:nth-child(3n+1) {
  width: 100%;
  margin: 0 auto 0 auto;
}
#meet-our-team .team-container .team-wrapper:nth-child(3n+3) {
  margin: 0;
}
@media (max-width: 1200px) {
  #meet-our-team .team-container .team-wrapper {
    width: 100%;
    margin: 120px 0 120px 0 !important;
  }
}
@media (max-width: 576px) {
  #meet-our-team .team-container .team-wrapper {
    margin: 50px 0 50px 0 !important;
  }
}
@media (max-width: 1200px) {
  #meet-our-team .team-container {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  #meet-our-team {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #meet-our-team {
    padding-bottom: 1px;
  }
}

/*# sourceMappingURL=index.css.map*/