body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5; }

strong {
  font-weight: bold; }

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.link {
  position: relative; }
  .link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #f1f0f0;
    height: 1px;
    transition: all 0.5s;
    width: 0; }
  .link:hover:after {
    width: 100%; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert; }

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert; }

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset; }

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  color: #f1f0f0; }
  @media (max-width: 1285px) {
    h1 {
      font-size: 62px; } }
  @media (max-width: 1080px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 42px; } }
  @media (max-width: 550px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  color: #444444; }
  @media (max-width: 1285px) {
    h2 {
      font-size: 62px; } }
  @media (max-width: 1080px) {
    h2 {
      font-size: 52px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 42px; } }
  @media (max-width: 550px) {
    h2 {
      font-size: 32px; } }

.button {
  color: #444444;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  letter-spacing: 1px; }
  .button:after {
    content: "";
    z-index: 0;
    background: #ffca00;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: all 0.5s;
    height: 100%; }
  .button span {
    z-index: 2;
    right: -0;
    margin-left: 10px;
    position: relative;
    transition: right 0.5s; }
  .button .arrow_wrap {
    z-index: 2;
    background-color: #ffca00;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 12px; }
    @media (max-width: 1950px) {
      .button .arrow_wrap {
        width: 45px;
        height: 45px; } }
    @media (max-width: 1080px) {
      .button .arrow_wrap {
        width: 35px;
        height: 35px; } }
    @media (max-width: 768px) {
      .button .arrow_wrap {
        width: 35px;
        height: 35px; } }
    .button .arrow_wrap .arrow {
      position: relative;
      z-index: 2;
      width: 30px;
      height: 30px;
      display: inline-block;
      left: 0;
      transition: left 0.5s; }
      @media (max-width: 1950px) {
        .button .arrow_wrap .arrow {
          width: 20px;
          height: 20px; } }
      @media (max-width: 1080px) {
        .button .arrow_wrap .arrow {
          width: 15px;
          height: 15px; } }
  .button:hover {
    padding-right: 10px; }
    .button:hover:after {
      width: 110%; }
    .button:hover .arrow {
      left: 10px; }
    .button:hover span {
      right: 5px; }
  .button.light {
    color: #fff; }
    .button.light:after {
      background: #fff; }
    .button.light .arrow_wrap {
      background-color: #fff; }
    .button.light:hover {
      color: #000; }
      .button.light:hover:after {
        width: 110%; }

footer {
  position: relative;
  z-index: 1;
  background: #221e1f; }
  footer .content_wrap {
    padding: 53px 42px 30px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      footer .content_wrap {
        padding: 40px 20px 30px; } }
    footer .content_wrap .top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 170px; }
      @media (max-width: 768px) {
        footer .content_wrap .top {
          margin-bottom: 70px; } }
      @media (max-width: 550px) {
        footer .content_wrap .top {
          margin-bottom: 0; } }
      footer .content_wrap .top .title {
        width: 30%; }
        @media (max-width: 768px) {
          footer .content_wrap .top .title {
            width: 100%;
            margin-bottom: 40px; } }
        footer .content_wrap .top .title h2 {
          color: #dddddd; }
          @media (max-width: 550px) {
            footer .content_wrap .top .title h2 {
              font-size: 52px; } }
        footer .content_wrap .top .title .cities {
          color: #dddddd;
          font-size: 21px;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          margin-top: 19px;
          line-height: 1.4;
          max-width: 350px;
          width: 100%;
          width: 100%; }
          @media (max-width: 1080px) {
            footer .content_wrap .top .title .cities {
              font-size: 18px; } }
      footer .content_wrap .top .contact_info {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media (max-width: 1080px) {
          footer .content_wrap .top .contact_info {
            width: 60%; } }
        @media (max-width: 768px) {
          footer .content_wrap .top .contact_info {
            width: 100%; } }
        footer .content_wrap .top .contact_info .col {
          width: 50%; }
          @media (max-width: 550px) {
            footer .content_wrap .top .contact_info .col {
              width: 100%;
              margin-bottom: 40px; } }
          footer .content_wrap .top .contact_info .col .title {
            color: #dddddd;
            font-size: 21px;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 600;
            font-style: normal;
            margin-bottom: 19px;
            width: 100%; }
            @media (max-width: 1080px) {
              footer .content_wrap .top .contact_info .col .title {
                font-size: 18px; } }
          footer .content_wrap .top .contact_info .col .contact {
            color: #797979;
            font-size: 16px;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 300;
            font-style: normal;
            line-height: 1.6em; }
            @media (max-width: 1080px) {
              footer .content_wrap .top .contact_info .col .contact {
                font-size: 14px; } }
            footer .content_wrap .top .contact_info .col .contact a {
              color: #797979;
              transition: all 0.5s; }
              footer .content_wrap .top .contact_info .col .contact a:hover {
                color: #fff; }
          footer .content_wrap .top .contact_info .col .contact-popup {
            padding: 12px 24px;
            box-sizing: border-box;
            color: #f5f5f5;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 11px;
            letter-spacing: 1px;
            border-radius: 50px;
            border: 1px solid #797979;
            transition: all 0.5s;
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            max-width: 180px; }
            @media (max-width: 768px) {
              footer .content_wrap .top .contact_info .col .contact-popup {
                padding: 12px;
                max-width: 175px; } }
            footer .content_wrap .top .contact_info .col .contact-popup img {
              margin-left: 10px;
              height: 13px; }
            footer .content_wrap .top .contact_info .col .contact-popup .arrow-light {
              display: block; }
            footer .content_wrap .top .contact_info .col .contact-popup .arrow {
              display: none; }
            footer .content_wrap .top .contact_info .col .contact-popup:hover {
              background: #fff;
              color: #444444;
              border: 1px solid #fff; }
              footer .content_wrap .top .contact_info .col .contact-popup:hover .arrow-light {
                display: none; }
              footer .content_wrap .top .contact_info .col .contact-popup:hover .arrow {
                display: block; }
          footer .content_wrap .top .contact_info .col .social_wrap {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start; }
            footer .content_wrap .top .contact_info .col .social_wrap a {
              margin-bottom: 20px;
              margin-right: 20px;
              transition: all 0.5s; }
              footer .content_wrap .top .contact_info .col .social_wrap a .social_icon {
                margin-right: 16px;
                transition: all 0.5s;
                opacity: 0.5; }
              footer .content_wrap .top .contact_info .col .social_wrap a:hover .social_icon {
                opacity: 1; }
    footer .content_wrap .bottom {
      border-top: 1px solid #444444;
      padding-top: 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      color: #797979;
      font-size: 14px;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal; }
      @media (max-width: 550px) {
        footer .content_wrap .bottom .copy {
          width: 100%;
          margin-bottom: 30px; } }
      footer .content_wrap .bottom a {
        transition: all 0.5s; }
        footer .content_wrap .bottom a:hover {
          color: #fff; }

.fadein-wrap {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all, 1.5s; }
  .fadein-wrap.in-view {
    top: 0;
    opacity: 1; }

.no-scroll {
  overflow: hidden; }

.no_scroll {
  overflow: hidden; }

@media (max-width: 1080px) {
  .content_wrap {
    padding: 0 20px;
    box-sizing: border-box; } }

.padding {
  padding-top: 56%; }
  @media (max-width: 1450px) {
    .padding {
      padding-top: 56%; } }
  @media (max-width: 768px) {
    .padding {
      padding-top: 100%; } }
  @media (max-width: 550px) {
    .padding {
      padding-top: 100%; } }

header {
  padding: 20px 43px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  transition: all 0.5s; }
  header.hide-header {
    transform: translateY(-100%);
    /* Move the header out of view */ }
  @media (max-width: 1285px) {
    header {
      padding: 10px 20px; } }
  header .content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    position: relative; }
    @media (max-width: 1080px) {
      header .content_wrap {
        padding: 0 !important; } }
    header .content_wrap .logo {
      z-index: 8;
      transition: all 0.5s; }
      header .content_wrap .logo a:after {
        display: none; }
      header .content_wrap .logo a img {
        transition: all 0.5s;
        height: 60px; }
        @media (max-width: 1285px) {
          header .content_wrap .logo a img {
            height: 45px; } }
    header .content_wrap .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      transition: all 0.5s; }
      @media (max-width: 768px) {
        header .content_wrap .menu {
          display: none; } }
      header .content_wrap .menu li {
        margin-left: 40px;
        position: relative; }
        @media (max-width: 1080px) {
          header .content_wrap .menu li {
            margin-left: 20px; } }
        header .content_wrap .menu li a {
          font-size: 14px;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          color: #f1f0f0; }
          @media (max-width: 1285px) {
            header .content_wrap .menu li a {
              font-size: 12px; } }
          @media (max-width: 1080px) {
            header .content_wrap .menu li a {
              font-size: 10px; } }
          header .content_wrap .menu li a:hover:after {
            width: 100%; }
        header .content_wrap .menu li:first-of-type {
          margin-left: 0; }
        header .content_wrap .menu li:last-of-type a {
          border: 1px solid #797979;
          padding: 12px 24px;
          box-sizing: border-box;
          transition: all 0.5s;
          border-radius: 50px;
          letter-spacing: 1px;
          font-size: 11px;
          text-transform: uppercase; }
          @media (max-width: 1285px) {
            header .content_wrap .menu li:last-of-type a {
              padding: 8px 18px; } }
          @media (max-width: 550px) {
            header .content_wrap .menu li:last-of-type a {
              text-transform: initial; } }
          header .content_wrap .menu li:last-of-type a:hover {
            background: #f1f0f0;
            color: #444444; }
    header .content_wrap .burger {
      display: none;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 7; }
      header .content_wrap .burger span {
        height: 1px;
        background: #fff;
        width: 25px;
        margin-bottom: 5px;
        position: absolute;
        display: block;
        width: 30px;
        transition: all 0.5s; }
        header .content_wrap .burger span:nth-of-type(1) {
          top: 10px; }
        header .content_wrap .burger span:nth-of-type(2) {
          top: 17px; }
      @media (max-width: 768px) {
        header .content_wrap .burger {
          display: block; } }
      header .content_wrap .burger.active span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 14px; }
      header .content_wrap .burger.active span:nth-of-type(2) {
        transform: rotate(-45deg);
        top: 14px; }
    header .content_wrap .mobile_menu {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      padding: 150px 23px 20px;
      box-sizing: border-box;
      background: #444444;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      /* Safari support */ }
      header .content_wrap .mobile_menu .menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start; }
        header .content_wrap .mobile_menu .menu li {
          margin-bottom: 30px;
          margin-left: 0; }
          header .content_wrap .mobile_menu .menu li:after {
            display: none; }
          header .content_wrap .mobile_menu .menu li a {
            font-size: 22px; }
            @media (max-width: 550px) {
              header .content_wrap .mobile_menu .menu li a {
                font-size: 32px; } }
          header .content_wrap .mobile_menu .menu li.contact-popup a {
            padding: 0;
            border: none !important; }
      header .content_wrap .mobile_menu .social_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        padding-top: 30px; }
        header .content_wrap .mobile_menu .social_wrap a {
          margin-right: 20px; }
          header .content_wrap .mobile_menu .social_wrap a img {
            height: 20px !important; }
    header .content_wrap .filters_wrap {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #444444;
      box-sizing: border-box;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 550px) {
        header .content_wrap .filters_wrap {
          top: 70px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%; } }
      header .content_wrap .filters_wrap .category-button {
        padding: 14px 35px;
        background: transparent;
        border-radius: 50px;
        letter-spacing: 1px;
        font-size: 11px;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #f1f0f0;
        cursor: pointer;
        transition: all 0.5s; }
        @media (max-width: 1080px) {
          header .content_wrap .filters_wrap .category-button {
            padding: 8px 18px;
            font-size: 8px; } }
        @media (max-width: 768px) {
          header .content_wrap .filters_wrap .category-button {
            padding: 8px 10px; } }
        @media (max-width: 550px) {
          header .content_wrap .filters_wrap .category-button {
            padding: 10px 15px;
            width: 33%;
            text-align: center; } }
        header .content_wrap .filters_wrap .category-button.active {
          background: #ffca00;
          color: #444444; }
  header.scrolled {
    background: #111111;
    padding: 10px 43px;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */ }
    @media (max-width: 1080px) {
      header.scrolled {
        padding: 10px 23px; } }
    header.scrolled img {
      height: 40px !important; }
    header.scrolled .menu .link:after {
      background: #f1f0f0; }
    header.scrolled .menu li:last-of-type a {
      border: 1px solid #f1f0f0; }
      header.scrolled .menu li:last-of-type a:hover {
        background: #f1f0f0 !important;
        color: #444444 !important; }
    header.scrolled .burger span {
      background: #fff !important; }
  header .contact_popup {
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: none; }
    header .contact_popup .contact_popup_inner {
      margin-left: auto;
      width: 69%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      position: relative;
      right: -100vw;
      transition: all 0.5s; }
      @media (max-width: 550px) {
        header .contact_popup .contact_popup_inner {
          width: 100%; } }
      header .contact_popup .contact_popup_inner h2 {
        font-size: 36px;
        margin-bottom: 70px; }
      header .contact_popup .contact_popup_inner.visible {
        right: 0; }
      header .contact_popup .contact_popup_inner .info {
        width: 49%;
        background: #ffffff;
        padding: 8% 4%;
        box-sizing: border-box;
        height: 100vh;
        text-align: left; }
        @media (max-width: 768px) {
          header .contact_popup .contact_popup_inner .info {
            width: 90%;
            padding: 12% 4% 5; } }
        @media (max-width: 550px) {
          header .contact_popup .contact_popup_inner .info {
            width: 100%; } }
        header .contact_popup .contact_popup_inner .info form {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          header .contact_popup .contact_popup_inner .info form p:nth-of-type(1), header .contact_popup .contact_popup_inner .info form p:nth-of-type(2), header .contact_popup .contact_popup_inner .info form p:nth-of-type(3), header .contact_popup .contact_popup_inner .info form p:nth-of-type(4) {
            width: 48%;
            border-bottom: 0.5px solid #707070;
            padding-bottom: 8px;
            color: #797979;
            font-size: 14px;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 300;
            font-style: normal;
            margin-bottom: 37px; }
            @media (max-width: 1080px) {
              header .contact_popup .contact_popup_inner .info form p:nth-of-type(1), header .contact_popup .contact_popup_inner .info form p:nth-of-type(2), header .contact_popup .contact_popup_inner .info form p:nth-of-type(3), header .contact_popup .contact_popup_inner .info form p:nth-of-type(4) {
                font-size: 12px;
                margin-bottom: 15px; } }
            @media (max-width: 550px) {
              header .contact_popup .contact_popup_inner .info form p:nth-of-type(1), header .contact_popup .contact_popup_inner .info form p:nth-of-type(2), header .contact_popup .contact_popup_inner .info form p:nth-of-type(3), header .contact_popup .contact_popup_inner .info form p:nth-of-type(4) {
                width: 100%; } }
          header .contact_popup .contact_popup_inner .info form p:nth-of-type(5) {
            width: 100%;
            border-bottom: 0.5px solid #707070;
            padding-bottom: 8px;
            color: #797979;
            font-size: 14px;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 300;
            font-style: normal;
            margin-bottom: 37px; }
            @media (max-width: 1080px) {
              header .contact_popup .contact_popup_inner .info form p:nth-of-type(5) {
                margin-bottom: 15px; } }
          header .contact_popup .contact_popup_inner .info form p:nth-of-type(6) button {
            transition: all 0.5s; }
          header .contact_popup .contact_popup_inner .info form p:nth-of-type(6) img {
            width: 15px;
            height: 13px !important;
            position: relative;
            top: 2px; }
          header .contact_popup .contact_popup_inner .info form .wpcf7-submit {
            border: 1px solid #797979;
            padding: 12px 24px;
            box-sizing: border-box;
            transition: all 0.5s;
            border-radius: 50px;
            cursor: pointer;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 11px;
            letter-spacing: 1px;
            text-transform: uppercase; }
            header .contact_popup .contact_popup_inner .info form .wpcf7-submit .light {
              display: none; }
            header .contact_popup .contact_popup_inner .info form .wpcf7-submit:hover {
              background: #444444;
              color: #f1f0f0; }
              header .contact_popup .contact_popup_inner .info form .wpcf7-submit:hover .light {
                display: inline; }
              header .contact_popup .contact_popup_inner .info form .wpcf7-submit:hover .dark {
                display: none; }
        header .contact_popup .contact_popup_inner .info .close_contact {
          position: absolute;
          top: 30px;
          right: 30px;
          cursor: pointer;
          width: 18px;
          height: 18px; }
          header .contact_popup .contact_popup_inner .info .close_contact span {
            background: #444444;
            height: 1px;
            width: 27px;
            display: inline-block;
            position: absolute;
            transition: all 0.5s; }
            header .contact_popup .contact_popup_inner .info .close_contact span:first-of-type {
              transform: rotate(-45deg); }
            header .contact_popup .contact_popup_inner .info .close_contact span:last-of-type {
              transform: rotate(45deg); }
          header .contact_popup .contact_popup_inner .info .close_contact:hover span:first-of-type {
            transform: rotate(0); }
          header .contact_popup .contact_popup_inner .info .close_contact:hover span:last-of-type {
            transform: rotate(0); }
          header .contact_popup .contact_popup_inner .info .close_contact:hover:before {
            transform: rotate(-45deg);
            opacity: 1;
            top: 3px; }
          header .contact_popup .contact_popup_inner .info .close_contact:hover:after {
            transform: rotate(45deg);
            opacity: 1;
            top: -3px; }
        header .contact_popup .contact_popup_inner .info .contact_info {
          color: #444444;
          font-size: 14px;
          line-height: 1.6em;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 300;
          font-style: normal; }
          @media (max-width: 1080px) {
            header .contact_popup .contact_popup_inner .info .contact_info {
              font-size: 12px; } }
          header .contact_popup .contact_popup_inner .info .contact_info a {
            position: relative; }
            header .contact_popup .contact_popup_inner .info .contact_info a:after {
              content: "";
              position: absolute;
              bottom: -1px;
              left: 0;
              background: #444444;
              height: 1px;
              transition: all 0.5s;
              width: 0; }
            header .contact_popup .contact_popup_inner .info .contact_info a:hover:after {
              width: 100%; }
          header .contact_popup .contact_popup_inner .info .contact_info .person_info {
            padding-top: 30px;
            margin-top: 30px;
            border-top: 0.5px solid #dddddd; }
            header .contact_popup .contact_popup_inner .info .contact_info .person_info strong {
              font-weight: 600; }
  header.dark {
    background: #fff !important;
    background-color: rgba(255, 255, 255, 0.25) !important; }
    header.dark .link:after {
      background: #444444 !important; }
    header.dark .content_wrap .menu li a {
      color: #444444; }
    header.dark .content_wrap .menu li:last-of-type a {
      border: 1px solid #797979; }
    header.dark .burger span {
      background: #444444; }

.privacy_wrap {
  padding: 150px 0 50px;
  box-sizing: border-box; }
  @media (max-width: 1450px) {
    .privacy_wrap {
      padding: 100px 0 50px; } }
  .privacy_wrap h1 {
    color: #444444;
    text-align: center; }
  .privacy_wrap .content_wrap {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6em; }
    .privacy_wrap .content_wrap p {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 18px; }
      @media (max-width: 550px) {
        .privacy_wrap .content_wrap p {
          font-size: 16px; } }
      .privacy_wrap .content_wrap p strong {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal; }
    .privacy_wrap .content_wrap ul {
      list-style: disc;
      list-style-position: inside; }
      .privacy_wrap .content_wrap ul li {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 16px; }
        @media (max-width: 550px) {
          .privacy_wrap .content_wrap ul li {
            font-size: 14px; } }

@media (max-width: 550px) {
  .about_wrap {
    padding-top: 100%; }
    .about_wrap .hero {
      padding-top: 100%; }
      .about_wrap .hero .content_wrap {
        top: 65%; } }

.hero {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #444444; }
  @media (max-width: 1950px) {
    .hero {
      padding-top: 56%; } }
  @media (max-width: 1450px) {
    .hero {
      padding-top: 56%; } }
  @media (max-width: 768px) {
    .hero {
      padding-top: 100%; } }
  @media (max-width: 550px) {
    .hero {
      padding-top: 100%; } }
  .hero .vimeo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent; }
    @media (max-width: 768px) {
      .hero .vimeo.desktop {
        display: none; } }
    .hero .vimeo.mobile {
      display: none; }
      @media (max-width: 768px) {
        .hero .vimeo.mobile {
          display: block; } }
  .hero .background-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    z-index: 0;
    transition: all 1s; }
    .hero .background-slider.visible {
      transform: translate(-50%, -50%) scale(1); }
    .hero .background-slider img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: 0; }
  .hero .mobile_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    z-index: 0;
    transition: all 1s;
    display: none; }
    @media (max-width: 550px) {
      .hero .mobile_image {
        display: block; } }
    .hero .mobile_image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: 0; }
  .hero .tint-overlay {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.4;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 1s; }
    .hero .tint-overlay.increased {
      opacity: 0.8; }
  .hero .content_wrap {
    max-width: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 1s; }
    @media (max-width: 768px) {
      .hero .content_wrap {
        padding: 15px; } }
    .hero .content_wrap h1 {
      margin-bottom: 52px;
      margin: 0;
      position: relative;
      top: 100px;
      transition: all 1s; }
    .hero .content_wrap .hero_menu {
      position: relative;
      top: 100px;
      transition: all 1s; }
      .hero .content_wrap .hero_menu a {
        margin: 0 12px;
        font-size: 14px;
        color: #f1f0f0;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase; }
        @media (max-width: 1080px) {
          .hero .content_wrap .hero_menu a {
            font-size: 12px; } }
        @media (max-width: 550px) {
          .hero .content_wrap .hero_menu a {
            font-size: 10px; } }
    .hero .content_wrap p {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 36px; }
    .hero .content_wrap.visible {
      opacity: 1; }
      .hero .content_wrap.visible .hero_menu,
      .hero .content_wrap.visible h1 {
        top: 0; }

@keyframes shrinkExpand {
  0%,
  100% {
    height: 27px; }
  50% {
    height: 10px; } }
  .hero .scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 50px; }
    @media (max-width: 550px) {
      .hero .scroll {
        bottom: 5px; } }
    .hero .scroll span {
      font-size: 10px;
      letter-spacing: 1px;
      color: #f1f0f0;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      margin-bottom: 10px; }
    .hero .scroll .line {
      background: #ffca00;
      height: 27px;
      width: 1px;
      animation: shrinkExpand 2s infinite ease-in-out; }

.divider {
  width: 100%;
  position: relative;
  background: transparent;
  background: #f5f5f5;
  z-index: 1; }

.description {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .description .content_wrap {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .description .content_wrap .title {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 14px;
      color: #444444;
      margin-bottom: 23px; }
      @media (max-width: 1080px) {
        .description .content_wrap .title {
          font-size: 12px; } }
    .description .content_wrap .description {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 36px;
      color: #444444;
      line-height: 1.2em;
      margin-bottom: 35px;
      width: 100%; }
      .description .content_wrap .description span {
        font-size: 21px;
        line-height: 1.2; }
      @media (max-width: 1650px) {
        .description .content_wrap .description {
          font-size: 32px; } }
      @media (max-width: 1285px) {
        .description .content_wrap .description {
          font-size: 32px;
          width: 100%; } }
      @media (max-width: 1080px) {
        .description .content_wrap .description {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .description .content_wrap .description {
          font-size: 24px; } }
      @media (max-width: 550px) {
        .description .content_wrap .description {
          font-size: 20px; } }

.stats {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .stats .content_wrap {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .stats .content_wrap {
        flex-wrap: wrap;
        padding: 0 20px; } }
    .stats .content_wrap .stat {
      width: 22%;
      border-top: 1px solid #707070;
      padding-top: 8px; }
      @media (max-width: 768px) {
        .stats .content_wrap .stat {
          width: 48%;
          margin-bottom: 40px; } }
      @media (max-width: 550px) {
        .stats .content_wrap .stat {
          width: 100%;
          margin-bottom: 40px; } }
      .stats .content_wrap .stat .title {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 72px;
        color: #444444;
        margin-bottom: 13px; }
        @media (max-width: 1285px) {
          .stats .content_wrap .stat .title {
            font-size: 62px; } }
        @media (max-width: 1080px) {
          .stats .content_wrap .stat .title {
            font-size: 52px; } }
        @media (max-width: 768px) {
          .stats .content_wrap .stat .title {
            font-size: 62px; } }
        @media (max-width: 550px) {
          .stats .content_wrap .stat .title {
            font-size: 62px; } }
      .stats .content_wrap .stat .description {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        color: #444444;
        line-height: 1.4em; }

.clients {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .clients h1 {
    font-size: 14vw;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-style: italic;
    color: #dddddd;
    position: sticky;
    top: 40%;
    margin: 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 300px; }
  .clients .content_wrap {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .clients .content_wrap {
        padding: 0 20px; } }
    .clients .content_wrap .row {
      display: flex;
      margin: -15% 0;
      box-sizing: border-box; }
      .clients .content_wrap .row .person {
        width: 30.5%;
        overflow: hidden;
        position: relative;
        opacity: 1; }
        @media (max-width: 768px) {
          .clients .content_wrap .row .person {
            width: 32%; } }
        @media (max-width: 550px) {
          .clients .content_wrap .row .person {
            width: 49%; } }
        .clients .content_wrap .row .person .image_wrap {
          padding-top: 115%;
          width: 100%;
          position: relative;
          opacity: 1;
          overflow: hidden; }
          @media (max-width: 550px) {
            .clients .content_wrap .row .person .image_wrap {
              padding-top: 130%; } }
          .clients .content_wrap .row .person .image_wrap .bg_div {
            background: #221e1f;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 120%;
            height: 120%; }
          .clients .content_wrap .row .person .image_wrap img,
          .clients .content_wrap .row .person .image_wrap picture {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 110%;
            height: 110%;
            object-fit: cover;
            z-index: 1;
            opacity: 1; }
          .clients .content_wrap .row .person .image_wrap:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            transition: all 1s;
            z-index: 2; }
        .clients .content_wrap .row .person .info {
          padding: 15px 20px;
          box-sizing: border-box;
          background: #ffffff; }
          @media (max-width: 768px) {
            .clients .content_wrap .row .person .info {
              padding: 15px 10px; } }
          .clients .content_wrap .row .person .info .name {
            color: #444444;
            font-size: 21px;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-style: italic; }
            @media (max-width: 768px) {
              .clients .content_wrap .row .person .info .name {
                font-size: 17px; } }
          .clients .content_wrap .row .person .info .club,
          .clients .content_wrap .row .person .info .position {
            font-size: 12px;
            color: #797979;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-weight: 600;
            font-style: normal;
            line-height: 1.4em; }
            @media (max-width: 768px) {
              .clients .content_wrap .row .person .info .club,
              .clients .content_wrap .row .person .info .position {
                font-size: 10px; } }
        .clients .content_wrap .row .person.in-view .image_wrap:after {
          height: 0; }
      .clients .content_wrap .row:nth-of-type(5n + 1) {
        justify-content: center; }
      .clients .content_wrap .row:nth-of-type(5n + 2) {
        justify-content: flex-start; }
      .clients .content_wrap .row:nth-of-type(5n + 3) {
        justify-content: flex-end; }
        .clients .content_wrap .row:nth-of-type(5n + 3) .person {
          margin-right: 7%; }
      .clients .content_wrap .row:nth-of-type(5n + 4) .person {
        margin-left: 7%; }
      .clients .content_wrap .row:nth-of-type(5n + 5) {
        justify-content: flex-end;
        margin-bottom: 250px; }
        .clients .content_wrap .row:nth-of-type(5n + 5) .person {
          margin-right: 20%; }
      .clients .content_wrap .row:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 550px) {
        .clients .content_wrap .row:nth-of-type(even) {
          justify-content: flex-start; }
          .clients .content_wrap .row:nth-of-type(even) .person {
            margin: 0; }
        .clients .content_wrap .row:nth-of-type(odd) {
          justify-content: flex-end;
          margin-bottom: 0 !important; }
          .clients .content_wrap .row:nth-of-type(odd) .person {
            margin: 0; } }

.slider {
  position: relative;
  background: #f5f5f5;
  z-index: 2;
  overflow: hidden; }
  .slider .content_wrap {
    padding: 0 42px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .slider .content_wrap {
        padding: 0 20px; } }
    .slider .content_wrap h2 {
      margin-bottom: 80px;
      width: 50%;
      /* Initial state for h2 letters */
      /* Active state when the section is in view */ }
      @media (max-width: 768px) {
        .slider .content_wrap h2 {
          margin-bottom: 40px;
          width: 70%; } }
      @media (max-width: 550px) {
        .slider .content_wrap h2 {
          width: 100%; } }
      .slider .content_wrap h2 span {
        color: #dddddd;
        /* Initial color */
        transition: color 0.3s ease-in-out;
        /* Smooth transition for color change */ }
        @media (max-width: 550px) {
          .slider .content_wrap h2 span {
            color: #444444; } }
      .slider .content_wrap h2 span.active {
        color: #444444;
        /* Final color */ }
    .slider .content_wrap .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      opacity: 0; }
      .slider .content_wrap .swiper-slide .left {
        width: 45%; }
        @media (max-width: 550px) {
          .slider .content_wrap .swiper-slide .left {
            width: 100%;
            margin-bottom: 30px; } }
        .slider .content_wrap .swiper-slide .left .info .name {
          color: #444444;
          font-size: 21px;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          font-style: italic; }
        .slider .content_wrap .swiper-slide .left .info .club,
        .slider .content_wrap .swiper-slide .left .info .position {
          font-size: 12px;
          color: #444444;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4em; }
      .slider .content_wrap .swiper-slide .right {
        width: 54%;
        font-size: 36px;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #444444;
        line-height: 1.2em; }
        @media (max-width: 1650px) {
          .slider .content_wrap .swiper-slide .right {
            font-size: 32px; } }
        @media (max-width: 1285px) {
          .slider .content_wrap .swiper-slide .right {
            font-size: 28px; } }
        @media (max-width: 1080px) {
          .slider .content_wrap .swiper-slide .right {
            font-size: 24px; } }
        @media (max-width: 768px) {
          .slider .content_wrap .swiper-slide .right {
            font-size: 22px; } }
        @media (max-width: 550px) {
          .slider .content_wrap .swiper-slide .right {
            width: 100%;
            font-size: 18px; } }
      .slider .content_wrap .swiper-slide.swiper-slide-active {
        opacity: 1; }
    .slider .content_wrap .swiper-navigation {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 80px;
      position: relative; }
      @media (max-width: 550px) {
        .slider .content_wrap .swiper-navigation {
          margin-top: 50px; } }
      .slider .content_wrap .swiper-navigation .swiper-prev,
      .slider .content_wrap .swiper-navigation .swiper-next {
        background: #dddddd;
        border-radius: 100%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.5s; }
        @media (max-width: 550px) {
          .slider .content_wrap .swiper-navigation .swiper-prev,
          .slider .content_wrap .swiper-navigation .swiper-next {
            width: 35px;
            height: 35px; } }
        .slider .content_wrap .swiper-navigation .swiper-prev:hover,
        .slider .content_wrap .swiper-navigation .swiper-next:hover {
          background: #ffca00; }
      .slider .content_wrap .swiper-navigation .swiper-prev img {
        transform: rotate(180deg); }
      .slider .content_wrap .swiper-navigation .swiper-pagination {
        position: absolute;
        width: 54%;
        right: 0;
        left: auto;
        top: 20px;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media (max-width: 550px) {
          .slider .content_wrap .swiper-navigation .swiper-pagination {
            right: 0;
            left: 0;
            width: 100%;
            justify-content: center; } }
        .slider .content_wrap .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
          height: 1px;
          width: 30px;
          margin-right: 10px;
          border-radius: 0; }
          @media (max-width: 550px) {
            .slider .content_wrap .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
              width: 20px; } }
          .slider .content_wrap .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #221e1f; }

.instagram {
  background: #dddddd;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  @media (max-width: 768px) {
    .instagram {
      padding: 70px 0 50px; } }
  .instagram .content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 42px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%; }
    .instagram .content_wrap .swiper-wrapper {
      transition-timing-function: linear !important; }
    .instagram .content_wrap .men_slider,
    .instagram .content_wrap .women_slider {
      width: 100%; }
      @media (max-width: 550px) {
        .instagram .content_wrap .men_slider .swiper-container,
        .instagram .content_wrap .women_slider .swiper-container {
          gap: 10px !important; } }
    .instagram .content_wrap .sb_instagram_header,
    .instagram .content_wrap #sbi_load {
      display: none; }
    .instagram .content_wrap #sb_instagram {
      padding-bottom: 0 !important; }
      @media (max-width: 550px) {
        .instagram .content_wrap #sb_instagram {
          padding-bottom: 0 !important; } }
    .instagram .content_wrap #sbi_images {
      width: 100%; }
      .instagram .content_wrap #sbi_images .swiper-wrapper {
        width: 100%; }
        .instagram .content_wrap #sbi_images .swiper-wrapper .sbi_photo_wrap {
          height: 380px;
          padding: 0 20px;
          box-sizing: border-box; }
          @media (max-width: 1080px) {
            .instagram .content_wrap #sbi_images .swiper-wrapper .sbi_photo_wrap {
              height: 260px; } }
          @media (max-width: 550px) {
            .instagram .content_wrap #sbi_images .swiper-wrapper .sbi_photo_wrap {
              height: 260px; } }
          .instagram .content_wrap #sbi_images .swiper-wrapper .sbi_photo_wrap a {
            height: 100% !important;
            width: 100%; }
            .instagram .content_wrap #sbi_images .swiper-wrapper .sbi_photo_wrap a svg {
              right: 45px; }
    .instagram .content_wrap .ig_link {
      width: 100%;
      margin-top: 40px;
      text-align: center;
      color: #221e1f;
      font-size: 21px;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      margin-bottom: 80px; }
      @media (max-width: 550px) {
        .instagram .content_wrap .ig_link {
          margin-top: 0; } }
      .instagram .content_wrap .ig_link a {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal;
        position: relative; }
        .instagram .content_wrap .ig_link a::after {
          content: "";
          position: absolute;
          display: block;
          width: 0;
          bottom: 0;
          left: 0;
          height: 1.5px;
          background: #221e1f;
          margin-top: 10px;
          transition: all 0.3s ease-in-out; }
        .instagram .content_wrap .ig_link a:hover::after {
          width: 100%; }

.large_info {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .large_info .content_wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1285px) {
      .large_info .content_wrap {
        padding: 0 20px;
        box-sizing: border-box; } }
    @media (max-width: 550px) {
      .large_info .content_wrap {
        flex-wrap: wrap; } }
    .large_info .content_wrap .left {
      width: 47.5%;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 36px;
      line-height: 1.4em;
      color: #444444; }
      @media (max-width: 1650px) {
        .large_info .content_wrap .left {
          font-size: 32px; } }
      @media (max-width: 1285px) {
        .large_info .content_wrap .left {
          font-size: 30px; } }
      @media (max-width: 1080px) {
        .large_info .content_wrap .left {
          font-size: 26px; } }
      @media (max-width: 768px) {
        .large_info .content_wrap .left {
          font-size: 22px; } }
      @media (max-width: 550px) {
        .large_info .content_wrap .left {
          width: 100%;
          margin-bottom: 30px; } }
    .large_info .content_wrap .right {
      width: 38%;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      line-height: 1.6em;
      font-size: 18px;
      color: #444444; }
      @media (max-width: 1285px) {
        .large_info .content_wrap .right {
          font-size: 16px; } }
      @media (max-width: 1080px) {
        .large_info .content_wrap .right {
          font-size: 14px;
          width: 45%; } }
      @media (max-width: 550px) {
        .large_info .content_wrap .right {
          width: 100%; } }

.global_reach {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .global_reach h2 {
    /* Initial state for h2 letters */
    /* Active state when the section is in view */ }
    .global_reach h2 span {
      color: #dddddd;
      /* Initial color */
      transition: color 0.3s ease-in-out;
      /* Smooth transition for color change */ }
      @media (max-width: 550px) {
        .global_reach h2 span {
          color: #444444; } }
    .global_reach h2 span.active {
      color: #444444;
      /* Final color */ }
  .global_reach .content_wrap {
    max-width: 1280px;
    padding: 85px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    @media (max-width: 1285px) {
      .global_reach .content_wrap {
        width: 95%; } }
    @media (max-width: 550px) {
      .global_reach .content_wrap {
        width: 90%; } }
    .global_reach .content_wrap .description {
      max-width: 457px;
      width: 100%;
      color: #444444;
      font-size: 18px;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      line-height: 1.6em;
      text-align: left; }
      @media (max-width: 1285px) {
        .global_reach .content_wrap .description {
          font-size: 16px; } }
      @media (max-width: 1080px) {
        .global_reach .content_wrap .description {
          font-size: 14px; } }
    .global_reach .content_wrap .countries {
      width: 100%;
      position: relative;
      padding: 145px 80px 80px;
      box-sizing: border-box;
      column-count: 5;
      /* Auto distributes columns */
      column-width: 100px;
      /* Adjust column width as needed */
      column-gap: 20px;
      /* Adjust gap between columns */ }
      @media (max-width: 1080px) {
        .global_reach .content_wrap .countries {
          padding: 85px 0 40px;
          column-count: 4;
          /* Auto distributes columns */ } }
      @media (max-width: 550px) {
        .global_reach .content_wrap .countries {
          column-count: 2;
          /* Auto distributes columns */ } }
      .global_reach .content_wrap .countries p {
        font-size: 18px;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
        font-style: normal;
        position: relative;
        display: block;
        /* Each country should be in its own line */
        margin-bottom: 30px;
        /* Optional spacing */
        text-align: left;
        color: #444444;
        z-index: 2; }
        @media (max-width: 1285px) {
          .global_reach .content_wrap .countries p {
            font-size: 16px; } }
        @media (max-width: 1080px) {
          .global_reach .content_wrap .countries p {
            font-size: 14px; } }
      .global_reach .content_wrap .countries img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
        width: 100%;
        height: 100%;
        z-index: 1; }
        @media (max-width: 550px) {
          .global_reach .content_wrap .countries img {
            display: none; } }

.team {
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  .team h2 {
    /* Initial state for h2 letters */
    /* Active state when the section is in view */ }
    .team h2 span {
      color: #dddddd;
      /* Initial color */
      transition: color 0.3s ease-in-out;
      /* Smooth transition for color change */ }
      @media (max-width: 550px) {
        .team h2 span {
          color: #444444; } }
    .team h2 span.active {
      color: #444444;
      /* Final color */ }
  .team .content_wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    @media (max-width: 1285px) {
      .team .content_wrap {
        width: 95%; } }
    @media (max-width: 550px) {
      .team .content_wrap {
        width: 90%;
        padding: 0; } }
    .team .content_wrap .description {
      max-width: 457px;
      width: 100%;
      color: #444444;
      font-size: 18px;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 300;
      font-style: normal;
      line-height: 1.6em;
      text-align: left;
      background: transparent; }
      @media (max-width: 1285px) {
        .team .content_wrap .description {
          font-size: 16px; } }
      @media (max-width: 1080px) {
        .team .content_wrap .description {
          font-size: 14px; } }
    .team .content_wrap .team_wrap {
      display: grid;
      grid-gap: 60px 40px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin-top: 80px;
      width: 100%; }
      @media (max-width: 768px) {
        .team .content_wrap .team_wrap {
          grid-template-columns: 1fr 1fr;
          grid-gap: 40px 20px; } }
      .team .content_wrap .team_wrap .team_member {
        cursor: pointer; }
        .team .content_wrap .team_wrap .team_member .bg_div {
          background: #221e1f;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .team .content_wrap .team_wrap .team_member .image_wrap {
          padding-top: 123%;
          width: 100%;
          position: relative;
          overflow: hidden;
          opacity: 1; }
          .team .content_wrap .team_wrap .team_member .image_wrap img,
          .team .content_wrap .team_wrap .team_member .image_wrap picture {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 110%;
            height: 110%;
            object-fit: cover;
            z-index: 1;
            transition: all 1s; }
          .team .content_wrap .team_wrap .team_member .image_wrap:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            transition: all 1s;
            z-index: 2; }
          .team .content_wrap .team_wrap .team_member .image_wrap:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0;
            transition: all 1s;
            z-index: 2; }
        .team .content_wrap .team_wrap .team_member.in-view .image_wrap:after {
          height: 0; }
        .team .content_wrap .team_wrap .team_member .info {
          padding: 15px 20px;
          box-sizing: border-box;
          background: #ffffff;
          min-height: 80px;
          text-align: left;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          transition: all 0.5s; }
          @media (max-width: 550px) {
            .team .content_wrap .team_wrap .team_member .info {
              padding: 15px 10px; } }
          .team .content_wrap .team_wrap .team_member .info .name {
            color: #444444;
            font-size: 18px;
            margin-bottom: 3px;
            transition: all 0.5s; }
            @media (max-width: 550px) {
              .team .content_wrap .team_wrap .team_member .info .name {
                font-size: 17px; } }
          .team .content_wrap .team_wrap .team_member .info .role {
            font-size: 12px;
            color: #797979;
            line-height: 1.4em;
            transition: all 0.5s; }
        .team .content_wrap .team_wrap .team_member:hover .image_wrap img,
        .team .content_wrap .team_wrap .team_member:hover .image_wrap picture {
          width: 100%;
          height: 100%; }
        .team .content_wrap .team_wrap .team_member:hover .image_wrap:before {
          opacity: 0.1; }
        .team .content_wrap .team_wrap .team_member:hover .info {
          background: #221e1f; }
          .team .content_wrap .team_wrap .team_member:hover .info .name {
            color: #f1f0f0; }
          .team .content_wrap .team_wrap .team_member:hover .info .role {
            color: #797979; }
      .team .content_wrap .team_wrap .team_member_popup_wrap {
        background: #000000b3;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none; }
        .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap {
          margin-left: auto;
          width: 69%;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          position: relative;
          right: -100vw;
          transition: all 1s; }
          @media (max-width: 1080px) {
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap {
              width: 85%; } }
          @media (max-width: 768px) {
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap {
              width: 100%; } }
          @media (max-width: 550px) {
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap {
              overflow-y: scroll; } }
          .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close {
            position: absolute;
            top: 30px;
            right: 30px;
            cursor: pointer;
            width: 18px;
            height: 18px;
            z-index: 9; }
            @media (max-width: 550px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close {
                width: 25px;
                height: 25px;
                top: 20px;
                right: 20px; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close span {
              background: #221e1f;
              height: 1px;
              width: 27px;
              display: inline-block;
              position: absolute;
              transition: all 0.5s;
              top: 10px;
              right: 0; }
              @media (max-width: 550px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close span {
                  top: 10px;
                  right: 0;
                  background: #fff; } }
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close span:first-of-type {
                transform: rotate(-45deg); }
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close span:last-of-type {
                transform: rotate(45deg); }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close:hover span:first-of-type {
              transform: rotate(0); }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close:hover span:last-of-type {
              transform: rotate(0); }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close:hover:before {
              transform: rotate(-45deg);
              opacity: 1;
              top: 3px; }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .close:hover:after {
              transform: rotate(45deg);
              opacity: 1;
              top: -3px; }
          .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap {
            width: 51%;
            height: 100%;
            overflow: hidden;
            position: relative; }
            @media (max-width: 550px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap {
                height: 60%; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: #fff;
              opacity: 1;
              z-index: 2;
              transition: all 0.5s 1s; }
            @media (max-width: 768px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap {
                width: 60%; } }
            @media (max-width: 550px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap {
                width: 100%; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover;
              z-index: 1; }
              @media (max-width: 550px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .image_wrap img {
                  height: auto; } }
          .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap.visible {
            right: 0; }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap.visible .image_wrap:after {
              height: 0; }
          .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info {
            width: 49%;
            background: #ffffff;
            padding: 8% 4%;
            box-sizing: border-box;
            overflow-y: scroll;
            height: 100%;
            text-align: left; }
            @media (max-width: 768px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info {
                width: 40%; } }
            @media (max-width: 550px) {
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info {
                width: 100%;
                height: auto; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .name {
              font-size: 36px;
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-weight: 600;
              font-style: normal;
              color: #444444;
              margin-bottom: 15px; }
              @media (max-width: 1650px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .name {
                  font-size: 32px; } }
              @media (max-width: 1285px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .name {
                  font-size: 32px; } }
              @media (max-width: 1080px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .name {
                  font-size: 26px; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .role {
              color: #797979;
              font-size: 12px;
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-weight: 600;
              font-style: normal;
              margin-bottom: 40px; }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .description {
              color: #444444;
              font-size: 18px;
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-weight: 300;
              font-style: normal;
              margin-bottom: 95px; }
              @media (max-width: 1285px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .description {
                  font-size: 16px; } }
              @media (max-width: 1080px) {
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .description {
                  font-size: 12px; } }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .social_networks {
              margin-bottom: 15px; }
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .social_networks a {
                margin-right: 20px; }
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .social_networks a img {
                  transition: all 0.5s; }
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .social_networks a:hover img {
                  transform: scale(1.1); }
            .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .contact_info {
              color: #444444;
              font-size: 14px;
              line-height: 1.6em;
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-weight: 300;
              font-style: normal; }
              .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .contact_info a {
                position: relative; }
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .contact_info a:after {
                  content: "";
                  position: absolute;
                  bottom: -1px;
                  left: 0;
                  background: #444444;
                  height: 1px;
                  transition: all 0.5s;
                  width: 0; }
                .team .content_wrap .team_wrap .team_member_popup_wrap .popup_content_wrap .info .contact_info a:hover:after {
                  width: 100%; }

.full_clients {
  padding-top: 170px;
  position: relative;
  background: #f5f5f5;
  z-index: 2; }
  @media (max-width: 1080px) {
    .full_clients {
      padding-top: 100px; } }
  @media (max-width: 550px) {
    .full_clients {
      padding-top: 170px; } }
  @media (max-width: 550px) {
    .full_clients .info {
      width: 90%;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .full_clients .info-slider .swiper-slide {
      padding: 0 20px;
      box-sizing: border-box; } }
  .full_clients .title {
    font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #444444;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px; }
  .full_clients .description {
    max-width: 620px;
    font-size: 18px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #444444;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto 85px; }
    @media (max-width: 550px) {
      .full_clients .description {
        font-size: 16px; } }
  .full_clients .content_wrap {
    width: 100%;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 1285px) {
      .full_clients .content_wrap {
        width: 90%; } }
    @media (max-width: 768px) {
      .full_clients .content_wrap {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 550px) {
      .full_clients .content_wrap {
        grid-gap: 40px 10px; } }
    .full_clients .content_wrap .clients {
      width: 100%;
      overflow: hidden;
      position: relative;
      opacity: 1;
      top: 0; }
      .full_clients .content_wrap .clients .image_wrap {
        padding-top: 115%;
        width: 100%;
        position: relative;
        opacity: 1;
        overflow: hidden; }
        @media (max-width: 550px) {
          .full_clients .content_wrap .clients .image_wrap {
            padding-top: 130%; } }
        .full_clients .content_wrap .clients .image_wrap .bg_div {
          background: #221e1f;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 120%;
          height: 120%; }
        .full_clients .content_wrap .clients .image_wrap img,
        .full_clients .content_wrap .clients .image_wrap picture {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 105%;
          height: 105%;
          object-fit: cover;
          z-index: 1; }
        .full_clients .content_wrap .clients .image_wrap:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #f5f5f5;
          transition: all 1s;
          z-index: 2; }
      .full_clients .content_wrap .clients .person_info {
        padding: 15px 20px;
        box-sizing: border-box;
        background: #ffffff; }
        @media (max-width: 768px) {
          .full_clients .content_wrap .clients .person_info {
            padding: 15px 10px;
            width: 100%; } }
        .full_clients .content_wrap .clients .person_info .name {
          color: #444444;
          font-size: 21px;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          font-style: italic; }
          @media (max-width: 768px) {
            .full_clients .content_wrap .clients .person_info .name {
              font-size: 17px; } }
        .full_clients .content_wrap .clients .person_info .club,
        .full_clients .content_wrap .clients .person_info .position {
          font-size: 12px;
          color: #444444;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4em; }
          @media (max-width: 768px) {
            .full_clients .content_wrap .clients .person_info .club,
            .full_clients .content_wrap .clients .person_info .position {
              font-size: 10px; } }
      .full_clients .content_wrap .clients.in-view .image_wrap:after {
        height: 0; }
