@font-face {
  font-family: 'SF UI Text';
  src: local("SF UI Text Semibold"), local("SFUIText-Semibold"), url("../webfonts/SFUIText-Semibold.woff2") format("woff2"), url("../webfonts/SFUIText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Text';
  src: local("SF UI Text Regular"), local("SFUIText-Regular"), url("../webfonts/SFUIText-Regular.woff2") format("woff2"), url("../webfonts/SFUIText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*-- HEADER SLIDER --*/
.slider-cell video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.header-slider-section {
  min-height: 100vh;
}

.header-slider-section .header-slider {
  min-height: 100vh;
}

.header-slider-section .header-slider > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-slider-section .header-slider > video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-slider-section .header-slider .flickity-viewport {
  min-height: 100vh;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 140px;
  }
}

@media only screen and (max-width: 360px) {
  .header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell {
    padding-top: 100px;
  }
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell .h1 {
  /* Animate title */
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell .p {
  /* Animate paragraph */
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out .5s, -webkit-transform 1s ease-in-out .5s;
  transition: opacity 1s ease-in-out .5s, -webkit-transform 1s ease-in-out .5s;
  transition: transform 1s ease-in-out .5s, opacity 1s ease-in-out .5s;
  transition: transform 1s ease-in-out .5s, opacity 1s ease-in-out .5s, -webkit-transform 1s ease-in-out .5s;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell .btn-wrap {
  /* Animate button */
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s;
  transition: opacity 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s;
  transition: transform 1s ease-in-out 1s, opacity 1s ease-in-out 1s;
  transition: transform 1s ease-in-out 1s, opacity 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell .container {
  z-index: 1;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell.is-selected .h1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell.is-selected .p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header-slider-section .header-slider .flickity-viewport .flickity-slider .slider-cell.is-selected .btn-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header-slider-section .header-slider-bullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .header-slider-section .header-slider-bullets {
    bottom: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .header-slider-section .header-slider-bullets {
    bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .header-slider-section .header-slider-bullets .bullet-group-cells .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text {
  font-size: 14px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text {
    margin-bottom: 15px;
  }
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text span {
  opacity: .5;
}

@media only screen and (min-width: 992px) {
  .header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text {
    font-size: 18px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text.is-selected {
  font-weight: bold;
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text.is-selected span {
  opacity: 1;
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text a {
  display: block;
  padding-bottom: 8px;
  position: relative;
  color: #ffffff;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text a {
    padding-bottom: 5px;
  }
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: #ffffff;
}

.header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text.is-selected a:before {
  height: 3px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .header-slider-section .header-slider-bullets .bullet-group-cells .row .bullet-text.is-selected a:before {
    height: 2px;
  }
}

/*-- CUSTOM SLIDER BULLETS --*/
.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}

.button-row .button {
  border: 1px solid #000000;
  background-color: rgba(0, 0, 0, 0);
  height: 34px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-row .button svg {
  -webkit-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out;
}

.button-row .button:hover {
  color: #ffffff;
  background-color: black;
}

.button-row .button:hover svg {
  fill: #ffffff;
}

.button-row .button.button-previous {
  margin-right: 15px;
}

.button-row .button.button-next {
  margin-left: 15px;
}

.button-row .button.button-next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.button-row .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-row .button-group .button {
  color: #949494 !important;
  border: 0;
  font-size: 13px;
  position: relative;
  padding: 0 3px;
  height: 28px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: transparent !important;
}

.button-row .button-group .button.is-selected {
  color: #000000 !important;
}

.button-row .button-group .button.is-selected:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #000000;
  width: 100%;
  left: 0;
  bottom: 0;
}

.portfolio-slider-section .button-group {
  overflow-x: auto;
}

/*-- TWO COLUMN TEXT --*/
.two-column-text-section {
  background-color: #ffffff;
}

.two-column-text-section .two-column-text {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 35px;
          column-gap: 35px;
  orphans: 1;
  widows: 1;
}

@media only screen and (max-width: 767px) {
  .two-column-text-section .two-column-text {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.two-column-text-section .two-column-text p, .two-column-text-section .two-column-text .p {
  display: inline-block;
}

/*-- BUTTONS --*/
.btn {
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn.btn-black {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
}

.btn.btn-black.blue:hover {
  color: #C4E9FB;
}

@media only screen and (max-width: 767px) {
  .btn.btn-black {
    font-size: 12px;
  }
}

.btn.btn-black:hover {
  color: #ffffff;
  background-color: black;
}

.btn.btn-white {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .btn.btn-white {
    font-size: 12px;
  }
}

.btn.btn-white:hover {
  color: #000000;
  background-color: white;
}

/*-- FULL HEIGHT SECTION --*/
.full-height {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-- BG MAP --*/
.bg-map {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.position-relative .container {
  z-index: 1;
}

/*-- HEADER SECTION --*/
.header-section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-section:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header-section .container {
  z-index: 1;
}

.header-section .container .row {
  min-width: 100%;
}

.header-section > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.leadership-single .header-section:after,
.leadership-archive .header-section:after {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-- HEADER SMALL SECTION --*/
.header-small-section {
  height: 270px;
  position: relative;
}

.header-small-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .header-small-section {
    height: 170px;
  }
}

.header-small-section > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.leadership-single .header-small-section:before,
.leadership-archive .header-small-section:before,
.brand-single .header-small-section:before {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-- BG GRADIENTS --*/
.bg-gradient-grey {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#e2e2e2));
  background: linear-gradient(90deg, #f8f8f8 0%, #e2e2e2 100%);
}

.bg-gradient-dark-grey {
  background: #949494;
  background: -webkit-gradient(linear, left top, right top, from(#949494), to(#8c8c8c));
  background: linear-gradient(90deg, #949494 0%, #8c8c8c 100%);
}

.bg-gradient-brown {
  background: #f4f0ed;
  background: -webkit-gradient(linear, left top, right top, from(#f4f0ed), to(#e3dfdc));
  background: linear-gradient(90deg, #f4f0ed 0%, #e3dfdc 100%);
}

/*-- FOUR COLUMN BOXES --*/
.four-column-boxes.four-column-post .row .single-box .inside .desc {
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .four-column-boxes h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.four-column-boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}

.four-column-boxes .row .single-box {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  .four-column-boxes .row .single-box {
    margin-bottom: 15px;
  }
}

.four-column-boxes .row .single-box:hover .inside:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.four-column-boxes .row .single-box:hover .inside img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.four-column-boxes .row .single-box .inside {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}

.four-column-boxes .row .single-box .inside:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s background-color ease-in-out;
  transition: .3s background-color ease-in-out;
  z-index: 1;
}

.four-column-boxes .row .single-box .inside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}

@media only screen and (max-width: 991px) {
  .four-column-boxes .row .single-box .inside img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.four-column-boxes .row .single-box .inside .desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 25px;
}

@media only screen and (max-width: 991px) {
  .four-column-boxes .row .single-box .inside .desc {
    position: relative;
    padding: 15px 20px;
    min-height: 105px;
  }
}

.four-column-boxes .row .single-box .inside .desc h2 {
  font-size: 27px;
  line-height: 37px;
}

@media only screen and (max-width: 1199px) {
  .four-column-boxes .row .single-box .inside .desc h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .four-column-boxes .row .single-box .inside .desc h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

/*-- PORTFOLIO GROUP SLIDER --*/
.portfolio-group-slider {
  position: relative;
}

.portfolio-group-slider:before {
  content: '';
  position: absolute;
  width: 85%;
  height: calc(100% - 1px);
  margin: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.portfolio-group-slider .flickity-viewport .flickity-slider .slider-cell {
  width: 100%;
}

.portfolio-group-slider .flickity-viewport .flickity-slider .slider-cell a {
  display: block;
}

.portfolio-group-slider .flickity-viewport .flickity-slider .slider-cell .row a {
  display: block;
  overflow: hidden;
}

.portfolio-group-slider .flickity-viewport .flickity-slider .slider-cell .row a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-group-slider .flickity-viewport .flickity-slider .slider-cell .row a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}

/*-- NUMBERS SECTION --*/
.numbers-section {
  position: relative;
}

.numbers-section > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.numbers-section .container {
  position: relative;
  z-index: 1;
}

.numbers-section .container .row .inside .num-wrap {
  margin-bottom: 35px;
}

.numbers-section .container .row .inside .num-wrap:last-child {
  margin-bottom: 0;
}

.numbers-section .container .row .inside .num-wrap:last-child .p {
  margin-bottom: 0;
}

.numbers-section .container .row .inside .num-wrap .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .numbers-section .container .row .inside .num-wrap .num {
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 8px;
  }
}

.numbers-section .container .row .inside .num-wrap .p {
  color: #C4E9FB;
}

.numbers-section.numbers-section-alt .container .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 991px) {
  .numbers-section.numbers-section-alt .container .row .inside .num-wrap {
    margin-bottom: 20px;
  }
}

.numbers-section.numbers-section-alt .container .row .inside .num-wrap .num {
  font-size: 35px;
  line-height: 33px;
  margin-bottom: 10px;
}

/*-- MAP SVG --*/
.homepage .select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.homepage .select2-dropdown .select2-results .select2-results__options {
  max-height: none;
  color: #7f7f7f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.homepage .select2-dropdown .select2-results .select2-results__option {
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.homepage .select2-dropdown .select2-results .select2-results__option span {
  display: inline-block;
  position: relative;
}

.homepage .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.homepage .select2-dropdown .select2-results .select2-results__option[aria-selected=true] span:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #000000;
  width: 100%;
  bottom: -2px;
  left: 0;
}

.homepage .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #000000;
}

.footprint-section .bullets-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footprint-section .bullets-wrap .bullet-text {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .footprint-section .bullets-wrap .bullet-text {
    margin-bottom: 15px;
  }
}

.footprint-section .bullets-wrap .bullet-text span {
  opacity: .5;
}

@media only screen and (min-width: 992px) {
  .footprint-section .bullets-wrap .bullet-text {
    font-size: 18px;
    line-height: 32px;
  }
}

.footprint-section .bullets-wrap .bullet-text.is-selected {
  font-weight: bold;
}

.footprint-section .bullets-wrap .bullet-text.is-selected span {
  opacity: 1;
}

.footprint-section .bullets-wrap .bullet-text a {
  display: block;
  padding-bottom: 8px;
  position: relative;
  color: #000000;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .footprint-section .bullets-wrap .bullet-text a {
    padding-bottom: 5px;
  }
}

.footprint-section .bullets-wrap .bullet-text a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: #000000;
}

.footprint-section .bullets-wrap .bullet-text.is-selected a {
  color: #BB9080;
}

.footprint-section .bullets-wrap .bullet-text.is-selected a:before {
  background-color: #BB9080;
}

.footprint-section .bullets-wrap .bullet-text.is-selected a:before {
  height: 3px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footprint-section .bullets-wrap .bullet-text.is-selected a:before {
    height: 2px;
  }
}

.footprint-section .select2 {
  width: 100% !important;
}

.footprint-section .select2.select2-container--open .select2-selection .select2-selection__arrow b {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.footprint-section .select2 .select2-selection {
  border: 2px solid #BB9080;
  border-radius: 0;
  height: 40px;
  background-color: #EBE6E3;
  outline: 0;
}

.footprint-section .select2 .select2-selection .select2-selection__rendered {
  line-height: 36px;
  font-size: 14px;
  color: #BB9080;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 40px;
}

.footprint-section .select2 .select2-selection .select2-selection__arrow {
  height: 100%;
  width: 40px;
}

.footprint-section .select2 .select2-selection .select2-selection__arrow b {
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 7px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.452' height='13.042' viewBox='0 0 7.452 13.042'%3E%3Cpath id='arrow-down' data-name='arrow-down' fill='%23BB9080' d='M5664.4,1467.438l4.881,4.881-4.944,4.945h0a.932.932,0,0,0,1.317,1.317h0l5.589-5.589h0a.927.927,0,0,0,.285-.67v0a.927.927,0,0,0-.285-.67h0l-5.589-5.589,0,0a.932.932,0,1,0-1.252,1.379Z' transform='translate(5671.533 1478.842) rotate(180)' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.footprint-section #footprint-map {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 120px;
  padding-bottom: 40px;
}

.footprint-section #footprint-map svg#map path {
  fill: #BFBFBF;
  -webkit-transition: .6s fill ease-in-out;
  transition: .6s fill ease-in-out;
}

.footprint-section #footprint-map svg#map path.active {
  fill: #BB9080;
}

.footprint-section #footprint-map:before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.footprint-section #footprint-map:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  margin: auto;
  bottom: 0;
  border-radius: 100%;
  background-color: #ffffff;
}

/*-- MAIL TO --*/
.mailto-wrap {
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .mailto-wrap {
    margin-bottom: 35px;
  }
}

.mailto-wrap:last-child {
  margin-bottom: 0;
}

.mailto-wrap .mailto {
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 25px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .mailto-wrap .mailto {
    font-size: 18px;
    line-height: 22px;
  }
}

/*-- GENERAL --*/
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.opacity:hover {
  opacity: 0.75;
}

textarea {
  resize: none;
}

button, a {
  outline: 0 !important;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}

.bg-black {
  background-color: #000000;
}

.bg-blue {
  background-color: #C4E9FB;
}

.bg-grey {
  background-color: #C4E9FB;
}

.bg-dark-grey {
  background-color: #e2e2e0;
}

.bg-light-grey {
  background-color: #efeeee;
}

.bg-light {
  background-color: #f8f4f2 !important;
}

.text-blue {
  color: #C4E9FB;
}

.grey-text {
  color: #707070;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*-- TYPOGRAPHY --*/
h1, .h1 {
  font-family: copperplate, serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
  margin: 0;
  text-transform: lowercase;
}

@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-family: copperplate, serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

h3, .h3 {
  font-family: copperplate, serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: lowercase;
}

@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 19px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

h6, .h6 {
  font-family: copperplate, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 30px;
  }
}

p, .p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 991px) {
  p, .p {
    font-size: 14px;
    line-height: 21px;
  }
}

.big-text {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .big-text {
    font-size: 16px;
    line-height: 25px;
  }
}

.big-text p, .big-text .p {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .big-text p, .big-text .p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .leadership-archive .big-text {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .leadership-archive .big-text p, .leadership-archive .big-text .p {
    font-size: 14px;
    line-height: 21px;
  }
}

.pagination-wrap .button-group {
  padding: 0;
}

.pagination-wrap .button-group a {
  color: #000000;
  text-decoration: none;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}

.load-more a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .load-more a {
    font-size: 16px;
  }
}

/*-- SPACES --*/
.p-default {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .p-default {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pb-default {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-default {
    padding-bottom: 70px;
  }
}

.mb-default {
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .mb-default {
    margin-bottom: 20px;
  }
}

.mb-small {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .mb-small {
    margin-bottom: 30px;
  }
}

.p-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .p-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mb-big {
  margin-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .mb-big {
    margin-bottom: 60px;
  }
}

/*-- LOADER --*/
#loader {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999;
  opacity: 1;
}

#loader img {
  width: 100px;
}

/*-- MENU --*/
.coming-soon header nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.coming-soon header nav .search-input,
.coming-soon header nav .hamburger,
.coming-soon header nav .navbar-collapse,
.coming-soon header nav #search-btn {
  display: none !important;
}

.coming-soon footer .footer-top {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .coming-soon footer .footer-top {
    display: block !important;
  }
}

.coming-soon footer .footer-top .footer-menu {
  display: none !important;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

header.menu-open {
  display: block;
}

header.menu-open .navbar-collapse {
  right: 0;
  display: block;
}

@media only screen and (max-width: 991px) {
  header.menu-open .navbar-collapse {
    -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  }
}

header.menu-open nav .menu-overlay {
  display: block;
}

header nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  header nav {
    z-index: 2;
  }
}

@media only screen and (min-width: 992px) {
  header nav {
    overflow: visible;
  }
}

header nav .menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

header nav .navbar-brand {
  padding: 0 20px;
  z-index: 1;
  margin-right: 0;
}

@media only screen and (max-width: 320px) {
  header nav .navbar-brand {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  header nav .navbar-brand {
    padding: 0 15px 0 20px;
    min-width: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  header nav .navbar-brand {
    min-width: 200px;
  }
}

header nav .hamburger {
  z-index: 1;
  opacity: 1 !important;
}

@media only screen and (min-width: 992px) {
  header nav .hamburger {
    display: none;
  }
}

header nav .hamburger.is-active .hamburger-box .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  header nav .hamburger.is-active .hamburger-box .hamburger-inner {
    background-color: #000000;
  }
}

header nav .hamburger.is-active .hamburger-box .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  header nav .hamburger.is-active .hamburger-box .hamburger-inner:before {
    background-color: #000000;
  }
}

header nav .hamburger.is-active .hamburger-box .hamburger-inner:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  header nav .hamburger.is-active .hamburger-box .hamburger-inner:after {
    background-color: #000000;
  }
}

header nav .hamburger .hamburger-box {
  width: 30px;
}

@media only screen and (max-width: 991px) {
  header nav .hamburger .hamburger-box {
    top: 4px;
  }
}

header nav .hamburger .hamburger-box .hamburger-inner {
  background-color: #ffffff;
  border-radius: 0;
  height: 3px;
  width: 30px;
}

@media only screen and (max-width: 767px) {
  header nav .hamburger .hamburger-box .hamburger-inner {
    height: 2px;
    width: 22px;
  }
}

header nav .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #ffffff;
  border-radius: 0;
  height: 3px;
  width: 30px;
}

@media only screen and (max-width: 767px) {
  header nav .hamburger .hamburger-box .hamburger-inner:before {
    height: 2px;
    width: 22px;
    top: -8px;
  }
}

header nav .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #ffffff;
  border-radius: 0;
  height: 3px;
  width: 30px;
}

@media only screen and (max-width: 767px) {
  header nav .hamburger .hamburger-box .hamburger-inner:after {
    height: 2px;
    width: 22px;
    bottom: -8px;
  }
}

header nav .navbar-collapse {
  position: fixed;
  height: 100%;
  right: -80%;
  top: 0;
  width: 80%;
  background-color: #dddddd;
  -webkit-transition: right .4s ease-in-out;
  transition: right .4s ease-in-out;
  overflow: auto;
  z-index: 3;
}

@media only screen and (min-width: 992px) {
  header nav .navbar-collapse {
    position: relative;
    right: 0;
    width: 100%;
    background-color: transparent;
    overflow: visible;
  }
}

@media only screen and (max-width: 991px) {
  header nav .navbar-collapse {
    background-color: #ffffff;
    max-width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  header nav .navbar-collapse .navbar-nav {
    padding-left: 45px;
    padding-top: 10px;
  }
}

header nav .navbar-collapse .navbar-nav > .nav-item.active .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav > .nav-item.active .nav-link:before {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1200px) {
  header nav .navbar-collapse .navbar-nav > .nav-item.active .nav-link:before {
    width: calc(100% - 60px);
  }
}

header nav .navbar-collapse .navbar-nav > .nav-item .nav-link {
  font-family: copperplate, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  header nav .navbar-collapse .navbar-nav > .nav-item .nav-link {
    color: #000000;
    font-size: 18px;
    height: auto;
    line-height: 1.5;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    position: relative;
  }
  header nav .navbar-collapse .navbar-nav > .nav-item .nav-link:hover:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #000000;
    width: 100%;
    bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav > .nav-item .nav-link {
    padding: 0 8px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  header nav .navbar-collapse .navbar-nav > .nav-item .nav-link {
    padding: 0 20px;
    font-size: 14px;
  }
}

header nav .navbar-collapse .navbar-nav > .nav-item .nav-link:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none !important;
  }
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  padding: 0 25px;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:first-child {
  padding-top: 25px;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child {
  padding-bottom: 20px;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 1px solid transparent;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover {
  background-color: #e6e6e6;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  padding: 0;
  height: 42px;
  line-height: 42px;
  min-height: 42px;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
}

header nav .navbar-collapse.collapse:not(.show) {
  display: block;
  min-height: 64px;
}

header nav .navbar-collapse.collapse ul > li > a {
  -webkit-transition: none;
  transition: none;
}

header nav .navbar-collapse.collapse ul > li > a:after {
  display: none;
}

header nav .navbar-collapse.collapse ul > li:hover > a {
  background-color: rgba(239, 239, 239, 0.2);
  -webkit-transition: .3s background-color ease-in-out;
  transition: .3s background-color ease-in-out;
}

header nav #search-btn {
  position: relative;
  z-index: 3;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

header nav #search-btn a {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

header nav #search-btn a:hover {
  background-color: rgba(239, 239, 239, 0.2);
}

header nav #search-btn a svg path,
header nav #search-btn a svg rect {
  fill: #ffffff;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

@media (prefers-color-scheme: dark) {
  header nav #search-btn a svg path,
  header nav #search-btn a svg rect {
    fill: #ffffff;
  }
}

@media only screen and (max-width: 991px) {
  header nav #search-btn.open svg path, header nav #search-btn.open svg rect {
    fill: #000000;
    -webkit-transition: fill .3s ease-in-out .3s;
    transition: fill .3s ease-in-out .3s;
  }
}

@media only screen and (max-width: 991px) and (prefers-color-scheme: dark) {
  header nav #search-btn.open svg path, header nav #search-btn.open svg rect {
    fill: #000000;
  }
}

header nav .search-input {
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: width .4s ease-in-out, opacity .4s ease-in-out;
  transition: width .4s ease-in-out, opacity .4s ease-in-out;
  overflow: hidden;
}

header nav .search-input.open {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out, width .4s ease-in-out;
  transition: opacity .4s ease-in-out, width .4s ease-in-out;
  z-index: 2;
}

header nav .search-input.open .search-form .hamburger {
  z-index: 1;
}

header nav .search-input .search-form {
  height: 100%;
}

header nav .search-input .search-form .form-control {
  height: 100%;
  position: absolute;
  right: 0;
  border: 0;
  color: #000000;
  padding-left: 20px;
}

header nav .search-input .search-form .form-control::-webkit-input-placeholder {
  color: #000000;
}

header nav .search-input .search-form .form-control:-ms-input-placeholder {
  color: #000000;
}

header nav .search-input .search-form .form-control::-ms-input-placeholder {
  color: #000000;
}

header nav .search-input .search-form .form-control::placeholder {
  color: #000000;
}

@media only screen and (max-width: 991px) {
  header nav .search-input .search-form .form-control {
    padding-left: 65px;
  }
}

header nav .search-input .search-form .hamburger {
  position: absolute;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  header nav .search-input .search-form .hamburger {
    height: 100%;
  }
}

/*-- FOOTER --*/
footer {
  background-color: #000000;
}

footer .footer-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

footer .footer-top .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .footer-top .navbar-nav {
    margin-right: 10px;
  }
}

footer .footer-top .navbar-nav .nav-item .nav-link {
  font-family: copperplate, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  footer .footer-top .navbar-nav .nav-item .nav-link {
    padding: 20px 25px;
  }
}

footer .footer-bottom .footer-bottom-left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-left ul {
    max-width: 120px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .footer-bottom .footer-bottom-left ul li {
  line-height: 100%;
  margin-right: 8px;
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-left ul li {
    line-height: 110%;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-left ul li:nth-child(2n) {
    margin-right: 0;
  }
}

footer .footer-bottom .footer-bottom-left ul li a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none !important;
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-left ul li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-right .footer-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 9px;
  }
}

footer .footer-bottom .footer-bottom-right .footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-right .footer-social a {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-right .footer-social a img {
    height: 14px;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-bottom-right .footer-social a:last-child {
    margin-right: 0;
  }
}

footer .footer-bottom .footer-bottom-right .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 100%;
}

/*-- NEWS SLIDER/GET IN TOUCH --*/
.news-section .news-slider .slider-cell {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .news-section .news-slider .slider-cell h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.news-section .news-slider .slider-cell .p {
  font-size: 14px;
  line-height: 21px;
}

.news-section .news-button-row {
  background-color: #C4E9FB;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.news-section .news-button-row .nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-right: 10px;
}

.news-section .news-button-row .button.button-previous {
  margin-right: 5px;
}

.news-section .news-button-row .button.button-next {
  margin-left: 5px;
}

.get-in-touch .h1 {
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .get-in-touch .h1 {
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .get-in-touch.p-default {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*-- CONTACT --*/
@media only screen and (max-width: 767px) {
  .offices-slider-section .button-row {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .offices-slider-section .button-row {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .offices-slider-section .button-row .button-group-cells .button:nth-child(3), .offices-slider-section .button-row .button-group-cells .button:nth-child(4), .offices-slider-section .button-row .button-group-cells .button:nth-child(5), .offices-slider-section .button-row .button-group-cells .button:nth-child(6) {
    display: none;
  }
}

.offices-slider-section .offices-slider-wrap .offices-slider {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 575px) {
  .offices-slider-section .offices-slider-wrap .offices-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .offices-slider-section .offices-slider-wrap .offices-slider {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .offices-slider-section .offices-slider-wrap .offices-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1400px) {
  .offices-slider-section .offices-slider-wrap .offices-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport {
  width: 100%;
}

.offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide {
    min-height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  .offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide .office-slide-inside {
  background-color: #000000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide .office-slide-inside {
    height: 100%;
  }
}

.offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide .office-slide-inside .office-desc {
  margin-bottom: 3.75rem;
}

.offices-slider-section .offices-slider-wrap .offices-slider .flickity-viewport .flickity-slider .office-slide .office-slide-inside .office-map {
  text-align: right;
}

/*-- SEARCH RESULTS --*/
body.search-results {
  background-color: #000000;
}

.search-results section.p-default {
  background-color: #ffffff;
}

.search-results .single-search {
  border: 1px solid #000000;
  padding: 22px 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .search-results .single-search {
    margin-bottom: 20px;
    padding: 18px;
  }
}

.search-results .single-search .single-search-in {
  display: block;
  position: relative;
  text-decoration: none;
}

.search-results .single-search .single-search-in:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transition: .3s right ease-in-out;
  transition: .3s right ease-in-out;
}

.search-results .single-search .single-search-in:hover:before {
  right: 5px;
}

.search-results .single-search .single-search-in h3 {
  padding-right: 30px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .search-results .single-search .single-search-in h3 {
    margin-bottom: 0;
  }
}

.search-results .single-search .single-search-in p {
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .search-results .single-search .single-search-in p {
    display: none;
  }
}

/*-- CAREERS ARCHIVE --*/
.careers-archive .single-search {
  border: 1px solid #000000;
  padding: 22px 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .careers-archive .single-search {
    margin-bottom: 20px;
    padding: 18px;
  }
}

.careers-archive .single-search .single-search-in {
  display: block;
  position: relative;
  text-decoration: none;
}

.careers-archive .single-search .single-search-in:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transition: .3s right ease-in-out;
  transition: .3s right ease-in-out;
}

.careers-archive .single-search .single-search-in:hover:before {
  right: 5px;
}

.careers-archive .single-search .single-search-in h3 {
  padding-right: 40px;
  color: #000000;
  margin-bottom: 0;
}

/*-- LEADERSHIP ARCHIVE --*/
@media only screen and (max-width: 991px) {
  .leadership-archive h1, .leadership-archive .h1 {
    font-size: 28px;
    line-height: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .leadership-archive h3, .leadership-archive .h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

.container-persons {
  max-width: 1100px;
}

.single-person {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .single-person {
    margin-bottom: 35px;
  }
}

.single-person.border-bottom-blue .single-person-inside .inside {
  border-bottom: 1px solid #C4E9FB !important;
}

.single-person .single-person-inside {
  padding-left: 35px;
}

@media only screen and (max-width: 991px) {
  .single-person .single-person-inside {
    padding-left: 0;
  }
}

.single-person .single-person-inside .inside {
  max-width: 275px;
  border-bottom: 1px solid #707070;
  display: block;
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .single-person .single-person-inside .inside {
    max-width: none;
  }
}

.single-person .single-person-inside .inside:hover .person-position:before {
  right: 5px;
}

.single-person .single-person-inside .inside .person-position {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
}

.single-person .single-person-inside .inside .person-position:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: .3s right ease-in-out;
  transition: .3s right ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%23d38322' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .single-person .single-person-inside .inside .person-position {
    margin-bottom: 10px;
  }
}

.single-person.blue-arrow .inside .person-position:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.single-person.purple-arrow .inside .person-position:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%23C4028E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.single-person.light-arrow .inside .person-position:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%23C4E9FB' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%23C4E9FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%23C4E9FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/*-- CAREERS SINGLE --*/
.careers-single .two-column-text-section h1,
.leadership-single .two-column-text-section h1,
.single-post .two-column-text-section h1 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .careers-single .two-column-text-section h1,
  .leadership-single .two-column-text-section h1,
  .single-post .two-column-text-section h1 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .careers-single .two-column-text-section .big-text,
  .leadership-single .two-column-text-section .big-text,
  .single-post .two-column-text-section .big-text {
    font-size: 14px;
  }
}

.careers-single .two-column-text-section .date,
.leadership-single .two-column-text-section .date,
.single-post .two-column-text-section .date {
  margin-bottom: 5px;
  font-weight: 500;
}

/*-- BRAND SINGLE --*/
.breadcrumbs {
  font-family: copperplate, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: lowercase;
}

.breadcrumbs a {
  color: #212529;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 20px;
  }
}

.brand-desc h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .brand-desc h2 {
    font-size: 18px;
  }
}

.brand-img {
  position: relative;
}

.brand-img img {
  z-index: 1;
  position: relative;
}

.brand-img:after {
  content: '';
  position: absolute;
  width: 85%;
  height: calc(100% - 1px);
  margin: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .brand-img:after {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  }
}

.brand-single .brand-img:after {
  -webkit-box-shadow: 0 5px 80px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 80px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .brand-single .brand-img:after {
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
  }
}

.brands-list .inside .row {
  margin-left: -10px;
  margin-right: -10px;
}

.brands-list .inside .row .single-brand-col {
  padding-left: 10px;
  padding-right: 10px;
}

.brands-list .inside .row .single-brand-col .single-brand-inside {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f0f0f0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .brands-list .inside .row .single-brand-col .single-brand-inside {
    margin-bottom: 10px;
  }
}

.brands-list .inside .row .single-brand-col .single-brand-inside:hover .col-3 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brands-list .inside .row .single-brand-col .single-brand-inside:hover svg {
  -webkit-transform: translateX(-5px) translateY(-50%) scale(1);
          transform: translateX(-5px) translateY(-50%) scale(1);
}

@media only screen and (max-width: 767px) {
  .brands-list .inside .row .single-brand-col .single-brand-inside:hover svg {
    -webkit-transform: translateX(-5px) translateY(-50%) scale(0.7);
            transform: translateX(-5px) translateY(-50%) scale(0.7);
  }
}

.brands-list .inside .row .single-brand-col .single-brand-inside .col-3 {
  max-width: 148px;
  overflow: hidden;
}

.brands-list .inside .row .single-brand-col .single-brand-inside .col-3 img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.brands-list .inside .row .single-brand-col .single-brand-inside .big-text {
  font-family: copperplate, serif;
  font-weight: 500;
  line-height: 25px;
  padding-left: 10px;
  text-transform: lowercase;
  color: #000000;
  width: 100%;
  padding-right: 70px;
}

@media only screen and (max-width: 767px) {
  .brands-list .inside .row .single-brand-col .single-brand-inside .big-text {
    font-size: 12px;
    line-height: 14px;
    padding-left: 0;
    padding-right: 40px;
  }
}

.brands-list .inside .row .single-brand-col .single-brand-inside svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) scale(1);
          transform: translateX(0) translateY(-50%) scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .brands-list .inside .row .single-brand-col .single-brand-inside svg {
    right: 10px;
    -webkit-transform: translateX(0) translateY(-50%) scale(0.7);
            transform: translateX(0) translateY(-50%) scale(0.7);
  }
}

/*-- PORTFOLIO SINGLE --*/
.upper-title {
  font-family: copperplate, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: lowercase;
}

@media only screen and (max-width: 767px) {
  .upper-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.strategy-section ul {
  padding: 0;
}

.strategy-section ul li {
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 38px;
}

@media only screen and (max-width: 1199px) {
  .strategy-section ul li {
    font-size: 17px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-section ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 32px;
  }
}

.strategy-section ul li:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
  background-image: url(../img/target@2x.png);
  background-size: contain;
}

@media only screen and (max-width: 1199px) {
  .strategy-section ul li:before {
    width: 22px;
    height: 22px;
    top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-section ul li:before {
    width: 22px;
    height: 22px;
    top: 0;
  }
}

.portfolio-single-slider-section .upper-title {
  font-weight: bold;
  color: #BB9080;
}

.portfolio-single-slider-section .brand-desc h2 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .portfolio-single-slider-section .brand-desc h2 {
    margin-bottom: 0;
    line-height: 25px;
    display: none;
  }
}

.portfolio-single-slider-section .portfolio-single-slider-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 5px;
}

.portfolio-single-slider-section .portfolio-single-slider-list ul li a {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .portfolio-single-slider-section .portfolio-single-slider-list ul li a {
    font-size: 14px;
    line-height: 21px;
  }
}

.portfolio-single-slider-section .portfolio-single-slider-list ul li a.active {
  color: #ffffff;
  background-color: #000000;
}

.portfolio-single-slider-section .portfolio-single-slider .slider-cell {
  display: none;
}

.portfolio-single-slider-section .portfolio-single-slider .slider-cell .brand-img {
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .portfolio-single-slider-section .portfolio-single-slider .slider-cell .brand-img {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-single-slider-section .portfolio-single-slider .slider-cell .brand-img {
    margin-bottom: 20px;
  }
}

.portfolio-single-slider-section .portfolio-single-slider .flickity-viewport {
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.portfolio-single-slider-section .portfolio-single-slider .flickity-viewport .flickity-slider .slider-cell {
  width: 100%;
  background-color: #efeeee;
}

.portfolio-single-slider-section .portfolio-single-slider .flickity-viewport .flickity-slider .slider-cell.active {
  display: block;
}

.portfolio-single-slider-section .destop-button-row {
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  margin-top: -10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .portfolio-single-slider-section .destop-button-row {
    margin-top: 20px;
  }
}

.portfolio-single .two-column-text-section .brand-img:after {
  -webkit-box-shadow: 0 5px 80px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 80px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .portfolio-single .two-column-text-section .brand-img:after {
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
  }
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-- PORTFOLIO --*/
.portfolio-archive .single-box {
  margin-bottom: 20px;
}

/*-- ARCHIVE POSTS --*/
.archive-posts .date-slider-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

.archive-posts .date-slider-wrap .date-slider {
  font-family: copperplate, serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 50px;
  color: #000000;
  padding-left: 85px;
  padding-right: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .date-slider {
    height: 27px;
    line-height: 27px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap {
  width: 100%;
  height: 80px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide {
  opacity: .5;
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide.active {
  opacity: 1;
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide .inside {
  padding-left: 35px;
  position: relative;
  margin-right: 60px;
  color: #000000;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide .inside {
    padding-left: 20px;
    margin-right: 25px;
  }
}

.archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide .inside:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/target-black@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .date-slider .date-slide-wrap .date-slide-inside .date-slide .inside:before {
    width: 14px;
    height: 14px;
  }
}

.archive-posts .date-slider-wrap .button-row {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.archive-posts .date-slider-wrap .button-row .button {
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .button-row .button {
    height: 27px;
    width: 27px;
  }
}

.archive-posts .date-slider-wrap .button-row.left {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .button-row.left svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.archive-posts .date-slider-wrap .button-row.right {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .archive-posts .date-slider-wrap .button-row.right svg {
    -webkit-transform: scale(0.7) scaleX(-1);
            transform: scale(0.7) scaleX(-1);
  }
}

.archive-posts .single-search {
  border: 1px solid #000000;
  padding: 22px 20px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .archive-posts .single-search {
    margin-bottom: 20px;
    padding: 18px;
  }
}

.archive-posts .single-search .single-search-in {
  display: block;
  position: relative;
  text-decoration: none;
}

.archive-posts .single-search .single-search-in:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='arrow-right-circle' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='8.5' cy='8.5' r='8.5' stroke-width='1' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M12,14.634l3.317-3.317L12,8' transform='translate(-2.707 -3.024)' fill='none' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_189' data-name='Line 189' x2='7' transform='translate(5 8)' fill='none' stroke='%230054FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transition: .3s right ease-in-out;
  transition: .3s right ease-in-out;
}

.archive-posts .single-search .single-search-in:hover:before {
  right: 5px;
}

.archive-posts .single-search .single-search-in h3, .archive-posts .single-search .single-search-in .h3 {
  padding-right: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.archive-posts .single-search .single-search-in h3.date, .archive-posts .single-search .single-search-in .h3.date {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .archive-posts .single-search .single-search-in h3.date, .archive-posts .single-search .single-search-in .h3.date {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .archive-posts .single-search .single-search-in h3, .archive-posts .single-search .single-search-in .h3 {
    margin-bottom: 5px;
  }
}

.archive-posts .single-search .single-search-in p {
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .archive-posts .single-search .single-search-in p {
    font-size: 12px;
    line-height: 17px;
  }
}

/*-- COMPANY --*/
.company .four-column-boxes .row {
  margin-left: -20px;
  margin-right: -20px;
}

.company .four-column-boxes .row .single-box {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .company .four-column-boxes .row .single-box .inside {
    min-height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .company .four-column-boxes .row .single-box .inside img {
    position: relative;
  }
}

.company .four-column-boxes .row .single-box .inside .desc {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .company .four-column-boxes .row .single-box .inside .desc {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .company .four-column-boxes .row .single-box .inside .desc {
    position: absolute;
  }
}

.company .four-column-boxes .row .single-box .inside .desc h2 {
  line-height: 32px;
}

@media only screen and (max-width: 1199px) {
  .company .four-column-boxes .row .single-box .inside .desc p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .company .four-column-boxes .row .single-box .inside .desc p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .company .four-column-boxes .row .single-box .inside .desc p {
    font-size: 14px;
    line-height: 21px;
  }
}

.company .activities-section h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  border: 0;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .company .activities-section h5 {
    font-size: 14px;
    line-height: 21px;
  }
}

.company .activities-section .two-column-text-section {
  background-color: transparent;
}

.company .activities-section .two-column-text-section .two-column-text {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.company .activities-section .two-column-text-section.big-text {
  font-size: 24px;
  line-height: 37px;
}

.company .activities-section .two-column-text-section.big-text p {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .company .activities-section .two-column-text-section.big-text p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .company .activities-section .two-column-text-section.big-text p {
    font-size: 16px;
    line-height: 29px;
  }
}

.company .header-section.header-alt-section:after {
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .company .header-section.header-alt-section > img {
    opacity: .4;
  }
}

/*-- AMPLIFIER --*/
.amplifier .get-in-touch {
  background-color: #222222;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.amplifier .get-in-touch .h1, .amplifier .get-in-touch h5 {
  color: #ffffff;
}

.amplifier .get-in-touch h5 {
  border-bottom: 1px solid #ffffff;
}

.amplifier .get-in-touch .mailto-wrap .mailto {
  color: #ffffff !important;
}

.amplifier .header-alt-section .inside .h2 {
  font-size: 32px;
  line-height: 46px;
}

@media only screen and (max-width: 991px) {
  .amplifier .header-alt-section .inside .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .amplifier .header-alt-section .inside p {
    font-size: 14px;
    line-height: 21px;
  }
}

.amplifier .header-alt-2-section .inside p {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .amplifier .header-alt-2-section .inside p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .amplifier .header-alt-2-section .inside p {
    font-size: 16px;
    line-height: 29px;
  }
}

.amplifier .portfolio-single-slider .brand-desc p {
  line-height: 34px;
}

@media only screen and (max-width: 991px) {
  .amplifier .portfolio-single-slider .brand-desc p {
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .amplifier .portfolio-single-slider .brand-desc p {
    line-height: 24px;
  }
}

.amplifier .header-alt-section {
  min-height: auto;
}

.amplifier .header-alt-section.full-height {
  min-height: 100vh;
}

.header-section.no-overlay:after {
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.map-img-section {
  min-height: 840px;
}

@media only screen and (max-width: 767px) {
  .map-img-section > div img {
    width: 100%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 8000px) {
  .map-img-section {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1199px) {
  .map-img-section {
    min-height: 650px;
  }
}

@media only screen and (max-width: 991px) {
  .map-img-section {
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .map-img-section {
    padding-top: 0;
  }
}

.map-img-section > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .map-img-section .p {
    font-size: 14px;
    line-height: 21px;
  }
}

.phase-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .phase-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .phase-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.phase-wrap .phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .phase-wrap .phase {
    font-size: 16px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .phase-wrap .phase {
    margin-right: 20px;
    font-size: 13px;
  }
}

.phase-wrap .phase span {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .phase-wrap .phase span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .phase-wrap .phase span {
    width: 21px;
    height: 21px;
    margin-right: 5px;
  }
}

.phase-wrap .phase span.phase-1 {
  background-color: #AF8E7F;
}

.phase-wrap .phase span.phase-2 {
  background-color: #C7AFA5;
}

.phase-wrap .phase span.phase-3 {
  background-color: #DBCBC3;
}

.phase-wrap .phase:last-child {
  margin-right: 0;
}

/*-- INVESTMENTS --*/
.investments .four-column-boxes .row {
  margin-left: -20px;
  margin-right: -20px;
}

.investments .four-column-boxes .row .single-box {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .investments .four-column-boxes .row .single-box {
    min-height: 265px;
    margin-bottom: 20px;
  }
}

.investments .four-column-boxes .row .single-box .inside {
  height: 100%;
}

.investments .four-column-boxes .row .single-box .inside .desc h2 {
  line-height: 32px;
}

@media only screen and (max-width: 1199px) {
  .investments .four-column-boxes .row .single-box .inside .desc h2 {
    line-height: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  .investments .four-column-boxes .row .single-box .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .investments .four-column-boxes .row .single-box .inside img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .investments .four-column-boxes.four-column-post .row .single-box .inside .desc {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .investments .four-column-boxes .desc .p {
    height: auto !important;
  }
}

#investments-slider {
  position: relative;
}

#investments-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  width: 200px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

#investments-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  height: 100%;
  width: 200px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, black 100%);
}

#investments-slider #investment-years-slider {
  border-top: 1px solid #ffffff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-years-slider {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#investments-slider #investment-years-slider .target {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -19px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-years-slider .target {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

#investments-slider #investment-years-slider .single-year {
  width: 100%;
  max-width: 120px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 3px;
  opacity: .5;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-years-slider .single-year {
    max-width: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#investments-slider #investment-years-slider .single-year .inside .event-desc {
  font-size: 21px;
  line-height: 25px;
}

@media only screen and (max-width: 1199px) {
  #investments-slider #investment-years-slider .single-year .inside .event-desc {
    font-size: 21px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-years-slider .single-year .inside .event-desc {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 0 !important;
  }
}

#investments-slider #investment-years-slider .single-year .year-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#investments-slider #investment-years-slider .single-year .year-events .single-year-event {
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-years-slider .single-year .year-events .single-year-event {
    padding-left: 1px;
    padding-right: 1px;
  }
}

#investments-slider #investment-years-slider .single-year .year-events .single-year-event .inside {
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: .3s background-color ease-in-out;
  transition: .3s background-color ease-in-out;
}

#investments-slider #investment-years-slider .single-year .year-events .single-year-event.active .inside {
  height: 3px;
  margin-top: -1px;
}

#investments-slider #investment-years-slider .single-year.is-selected {
  opacity: 1;
}

#investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(1) .inside, #investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(1n) .inside {
  background-color: #C4028E;
}

#investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(2) .inside, #investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(3n + 2) .inside {
  background-color: #D38322;
}

#investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(3) .inside, #investments-slider #investment-years-slider .single-year.is-selected .year-events .single-year-event:nth-child(3n + 3) .inside {
  background-color: #1D93C6;
}

#investments-slider #investment-events-slider {
  position: relative;
}

#investments-slider #investment-events-slider .button-row {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  height: 70%;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#investments-slider #investment-events-slider .button-row.left {
  left: 40px;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .button-row.left svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

#investments-slider #investment-events-slider .button-row.right {
  right: 40px;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .button-row.right svg {
    -webkit-transform: scale(0.7) scaleX(-1);
            transform: scale(0.7) scaleX(-1);
  }
}

#investments-slider #investment-events-slider .button-row .button {
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 14px;
  background-color: #000000;
  -webkit-transition: .3s background-color ease-in-out;
  transition: .3s background-color ease-in-out;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .button-row .button {
    padding: 0 6px;
  }
}

#investments-slider #investment-events-slider .button-row .button svg path {
  fill: #ffffff;
  -webkit-transition: .1s fill ease-in-out;
  transition: .1s fill ease-in-out;
}

#investments-slider #investment-events-slider .button-row:hover .button {
  background-color: #ffffff;
}

#investments-slider #investment-events-slider .button-row:hover .button svg path {
  fill: #000000;
}

#investments-slider #investment-events-slider .single-event {
  width: 100%;
  max-width: 560px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  #investments-slider #investment-events-slider .single-event {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .single-event {
    max-width: 154px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

#investments-slider #investment-events-slider .single-event .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff;
  -webkit-transition: .3s border-color ease-in-out;
  transition: .3s border-color ease-in-out;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .single-event .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

#investments-slider #investment-events-slider .single-event .inside .target {
  position: absolute;
  left: 39px;
  top: -19px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .single-event .inside .target {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    left: 0;
    right: 0;
    margin: auto;
  }
}

#investments-slider #investment-events-slider .single-event .inside .target path {
  fill: #ffffff;
  -webkit-transition: .3s fill ease-in-out;
  transition: .3s fill ease-in-out;
}

#investments-slider #investment-events-slider .single-event .inside .event-image {
  max-width: 152px;
  border-radius: 152px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .single-event .inside .event-image {
    max-width: 76px;
    width: 100%;
    margin-bottom: 10px;
  }
}

#investments-slider #investment-events-slider .single-event .inside .event-desc {
  padding-left: 30px;
  font-size: 24px;
  line-height: 24px;
  text-transform: lowercase;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  #investments-slider #investment-events-slider .single-event .inside .event-desc {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #investments-slider #investment-events-slider .single-event .inside .event-desc {
    font-size: 12px;
    line-height: 14px;
    padding-left: 6px;
    padding-right: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*-- SLICK DEFAULTS --*/
/*-- CUSTOM CHECKBOX --*/
.custom-checkbox {
  float: left;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
  top: 3px;
  background: url("../img/checkbox.png") no-repeat;
  background-size: 16px;
  margin-right: 12px;
}

.custom-checkbox.selected {
  background-position: 0 -16px;
}

.custom-checkbox input[type="checkbox"] {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
}

.checkbox-group .fv-plugins-message-container {
  position: relative;
}

.checkbox-group .fv-plugins-message-container .help-block {
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
}

/*-- OLD BROWSER MESSAGE --*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:before {
    content: "Our website has detected that you are using an outdated browser.\A We recommend you to download a modern browser like\A Firefox, Google Chrome, Edge or Safari. \A Thank you!";
    position: fixed;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30%;
    background-color: rgba(250, 250, 250, 0.95);
    color: black;
    font-size: 25px;
    z-index: 1000;
    white-space: pre;
  }
}

body .footprint-section .select2.select2-container--open .select2-selection .select2-selection__arrow b {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

body .footprint-section .select2 .select2-selection .select2-selection__arrow b {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

body .flickity-enabled.is-draggable .flickity-viewport {
  cursor: default !important;
}

@media only screen and (min-width: 769px) {
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: flex !important;
    flex-direction: column-reverse;
    position: absolute;
    left: 100%;
    transform: translateY(-62%);
  }
  #CybotCookiebotDialogBodyLevelWrapper {
    position: relative;
  }
  #CybotCookiebotDialogBody {
    overflow: visible !important;
  }
  #CybotCookiebotDialog {
    display: flex !important;
    flex-direction: column;
  }
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a:not(:first-child) {
  color: black;
  background-color: transparent;
  border: 2px solid black;
}
