@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-display: swap;
  font-family: "Gotham-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/Gotham-Light.woff2") format("woff2"), url("../assets/fonts/Gotham-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Gotham-Book.woff2") format("woff2"), url("../assets/fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Gotham-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Gotham-Medium.woff2") format("woff2"), url("../assets/fonts/Gotham-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Gotham-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Gotham-Ultra";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/Gotham-Ultra.woff2") format("woff2"), url("../assets/fonts/Gotham-Ultra.woff") format("woff");
}
/* Breakpoints */
/* Container Sizes */
/* Fonts */
/* General Colors */
/* Colors */
/* Font Size */
/* Misc */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
html {
  box-sizing: border-box;
}
body.custom-background {
  background-color: transparent !important;
}
body {
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
ul, ol, .wp-block ul {
  margin: 0;
  padding: 0;
}
ul li, ol li, .wp-block ul li {
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .wp-block h1, .wp-block h2, .wp-block h3, .wp-block h4, .wp-block h5, .wp-block h6 {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1, .h1, .wp-block h1 {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  h1, .h1, .wp-block h1 {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1025px) {
  h1, .h1, .wp-block h1 {
    font-size: 80px;
  }
}
h1.big-title, .h1.big-title, .wp-block h1.big-title {
  font-size: 64px;
  line-height: 90%;
}
@media only screen and (min-width: 768px) {
  h1.big-title, .h1.big-title, .wp-block h1.big-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  h1.big-title, .h1.big-title, .wp-block h1.big-title {
    font-size: 100px;
  }
}
h2, .h2, .wp-block h2 {
  font-size: 32px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h2, .h2, .wp-block h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  h2, .h2, .wp-block h2 {
    font-size: 48px;
  }
}
h2.small, .h2.small, .wp-block h2.small {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  h2.small, .h2.small, .wp-block h2.small {
    font-size: 34px;
  }
}
h3, .h3, .wp-block h3 {
  font-size: 28px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h3, .h3, .wp-block h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  h3, .h3, .wp-block h3 {
    font-size: 40px;
    line-height: 1;
  }
}
h4, .h4, .wp-block h4 {
  font-size: 22px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h4, .h4, .wp-block h4 {
    font-size: 28px;
  }
}
h5, .h5, .wp-block h5 {
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h5, .h5, .wp-block h5 {
    font-size: 24px;
  }
}
h6, .h6, .wp-block h6 {
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h6, .h6, .wp-block h6 {
    font-size: 20px;
  }
}
.btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  padding: 11px 16px 10px;
  border-radius: 40px;
  letter-spacing: -0.04em;
  min-height: 44px;
  display: flex;
  align-items: center;
  width: fit-content;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.btn-secondary {
  color: #000000;
  background-color: #FFFFFF;
}
.btn.btn-secondary:hover {
  color: #FF4913;
}
.btn.btn-outlined {
  background-color: transparent;
  border: 1px solid;
  color: #FF4913;
  border-color: #FF4913;
}
.btn.btn-outlined:hover {
  background-color: #FF4913;
  color: #FFFFFF;
}
.btn.btn-outlined.btn-tertiary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-outlined.btn-tertiary:hover {
  color: #FF4913;
  background-color: #FFFFFF;
}
.btn.btn-round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  padding: 10px;
  border: 2px solid #FF4913;
  border-radius: 50%;
  background-color: transparent;
}
.btn.btn-round i {
  display: inline-flex;
}
.btn.btn-round:hover {
  background-color: #FF4913;
}
.btn.btn-round:hover svg path {
  fill: #FFFFFF;
}
.btn.btn-filled {
  border-color: transparent;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-filled:hover svg path:last-of-type {
  fill: #000000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.btn-arrow {
  align-items: center;
  gap: 16px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 10px 16px;
}
.btn.btn-arrow i {
  display: inline-flex;
}
.btn.btn-arrow:hover svg path {
  fill: #000000;
}
.btn.btn-lg {
  font-size: 19px;
  line-height: 21px;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-red {
  color: #FFFFFF;
  background-color: #EE1F37;
}
.btn.btn-red:hover {
  background-color: #CC0F25;
}
.btn-link {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}
.simple-link {
  font-size: 18px;
  line-height: 22px;
  color: #EE1F37;
  text-decoration: underline;
}
.simple-link:hover {
  text-decoration: none;
}
.btn-underline {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 110%;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-underline:hover {
  border-color: transparent;
}
.boookmark-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 0 !important;
  background: #EFEFEF;
}
.grid-item .boookmark-btn {
  margin: 0;
}
.boookmark-btn svg {
  height: 18px;
}
.boookmark-btn svg path {
  stroke: #000000;
}
.boookmark-btn i {
  display: inline-flex;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .boookmark-btn {
    height: 44px;
    width: 44px;
    right: 20px;
    top: 20px;
  }
  .boookmark-btn svg {
    height: 22px;
  }
}
.boookmark-btn.bookmarked {
  background-color: #FF4913;
}
.boookmark-btn.bookmarked svg path {
  stroke: #FFFFFF;
}
.speaker-content .boookmark-btn {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .speaker-content .boookmark-btn {
    right: 6px;
    top: 6px;
  }
}
.bio-card-img-wrapper .boookmark-btn {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .bio-card-img-wrapper .boookmark-btn {
    right: 48px;
    top: 50px;
  }
}
.modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-box .modal-wrapper {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  max-width: 900px;
  margin: 28px auto;
  height: calc(100vh - 56px);
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .modal-box .modal-wrapper {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-box .modal-wrapper {
    max-width: 55%;
  }
}
.modal-box .modal-body {
  position: relative;
  width: 100%;
  padding: 65px 15px 15px;
  background-color: #FFFFFF;
}
.modal-box .close-btn {
  display: inline-flex;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-box.video-modal .modal-body {
  padding: 35px 5px 5px;
}
.modal-box.video-modal .modal-body .close-btn {
  right: 5px;
  top: 5px;
}
input[type=text] {
  border-radius: 3px;
}
.form-control {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: 48px;
  padding: 13px 24px;
  border: none;
}
.form-control:focus, .form-control:focus-visible, .form-control:active {
  box-shadow: none;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme select {
  font-size: 14px !important;
  line-height: 18px !important;
  border-radius: 3px !important;
  padding: 14px 8px !important;
  background-color: transparent !important;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 48%;
  display: block;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  padding-right: 30px !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield select.large {
  padding-right: 35px !important;
}
.contact-form .gform_wrapper.gravity-theme .ginput_container_select::after {
  border-color: #FFFFFF;
}
.gfield_checkbox label {
  font-size: 16px;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.gfield_checkbox label::after {
  content: "";
  display: none;
  position: absolute;
  left: 10px;
  top: calc(50% - 4px);
  width: 4px;
  height: 9px;
  border: solid #FF4913;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateX(-50%);
}
.gfield_checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #000000;
  border-radius: 2px;
  transform: translateY(-50%);
}
.gfield_checkbox input {
  visibility: hidden;
  display: none !important;
  cursor: pointer;
}
.gfield_checkbox input:checked ~ label::after {
  display: block;
}
.gfield_checkbox input:checked ~ label::before {
  border-color: #FF4913;
}
.single-artist .agency-info-details .btn-underline, .single-artist .agency-info-block .btn-underline, .gform_wrapper.gravity-theme form .gform_footer .gform_button {
  display: inline-flex;
  font-size: 19px;
  line-height: 21px !important;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 40px;
  letter-spacing: -0.04em;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #FF4913;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-appearance: none;
}
.single-artist .agency-info-details .btn-underline:hover, .single-artist .agency-info-block .btn-underline:hover, .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
  background-color: #E03300;
}
.wp-block input[type="text"], .wp-block input[type="password"], .wp-block input[type="color"], .wp-block input[type="date"], .wp-block input[type="datetime"], .wp-block input[type="datetime-local"], .wp-block input[type="email"], .wp-block input[type="month"], .wp-block input[type="number"], .wp-block input[type="search"], .wp-block input[type="tel"], .wp-block input[type="time"], .wp-block input[type="url"], .wp-block input[type="week"], .wp-block select, .wp-block textarea {
  border-color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme .ginput_container_select::after {
  border-color: #FFFFFF;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
  gap: 8px;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme fieldset.newsletter-agree {
  margin-top: 15px;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme fieldset.newsletter-agree .gfield_required {
  display: none;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme fieldset.newsletter-agree a {
  color: #FFFFFF;
  text-decoration: underline;
}
.newsletter-gravity-form .gform_wrapper.gravity-theme fieldset.newsletter-agree + .gfield--type-html {
  line-height: 1.4;
}
.featured-carousele {
  padding: 40px 0 80px 200px;
}
.featured-carousele .slick-track {
  display: flex;
}
.featured-carousele .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.featured-carousele .slick-track .slick-slide > div {
  display: flex;
}
.featured-carousele .slick-list {
  padding-left: 1px;
}
.featured-carousele .slick-prev, .featured-carousele .slick-next {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-carousele .slick-prev::before, .featured-carousele .slick-next::before {
  display: none;
}
.featured-carousele .slick-prev:hover svg path, .featured-carousele .slick-next:hover svg path {
  fill: #FF4913;
}
.featured-carousele .slick-prev {
  left: 40px;
}
.featured-carousele .slick-next {
  right: auto;
  left: 100px;
}
.featured-carousele .slick-dots {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  top: auto;
  bottom: 20px;
}
.featured-carousele .slick-dots li {
  height: 2px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.featured-carousele .slick-dots li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.featured-carousele .slick-dots li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.featured-carousele .slick-dots li button {
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: #F1F4F4;
  padding: 0;
  border-radius: 0;
}
.featured-carousele .slick-dots li.slick-active button {
  background-color: #FF4913;
}
@media only screen and (max-width: 767px) {
  .featured-carousele {
    padding: 0 0 80px 12px;
  }
  .featured-carousele .slick-list {
    padding-left: 0;
  }
  .featured-carousele .slick-prev, .featured-carousele .slick-next {
    top: auto;
    bottom: -4px;
  }
  .featured-carousele .slick-prev {
    left: 16px;
  }
  .featured-carousele .slick-next {
    left: 80px;
  }
  .featured-carousele .slick-dots {
    max-width: 100%;
    text-align: left;
    padding: 0 20px;
    bottom: 0;
  }
}
.featured-carousele-item {
  height: 100%;
}
.featured-carousele-item .carousele-item-info {
  width: 360px;
  min-height: 260px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-left: -1px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-item .carousele-item-info {
    width: 300px;
    min-height: 175px;
    padding: 24px;
    margin-left: 0;
  }
}
.featured-carousele-item .carousele-item-info .carousele-item-title {
  font-size: 36px;
  line-height: 1;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-item .carousele-item-info .carousele-item-title {
    font-size: 24px;
    font-family: "Gotham-Medium", Helvetica, sans-serif;
    font-weight: 500;
  }
}
.featured-carousele-item .carousele-item-info .carousele-item-subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-item .carousele-item-info .carousele-item-subtitle {
    font-size: 16px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-carousele-item {
    padding: 0 12px;
  }
}
.featured-carousele-item .btn-link {
  color: #FFFFFF;
  width: 100%;
  text-decoration: none;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-item .btn-link {
    font-size: 16px;
    line-height: 18px;
  }
}
.featured-carousele-item .btn-link:hover {
  text-decoration: underline;
}
.featured-carousele-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #000000;
}
.featured-carousele-section .featured-carousele-title {
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.featured-carousele-section .featured-carousele-title h2 {
  font-size: 62px;
  line-height: 52px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-section .featured-carousele-title h2 {
    font-size: 36px;
    line-height: 40px;
    font-family: "Gotham-Book", Helvetica, sans-serif;
    font-weight: 400;
  }
}
.featured-carousele-section .featured-carousele-title .simple-link {
  padding: 10px 0;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .featured-carousele-section .featured-carousele-title {
    padding: 0 24px;
  }
}
.featured-carousele-section.light-theme {
  background-color: #FFFFFF;
}
.featured-carousele-section.light-theme .featured-carousele-title h2 {
  color: #000000;
}
.featured-carousele-section.light-theme .featured-carousele-title .simple-link {
  color: #000000;
}
.featured-carousele-section.light-theme .featured-carousele .slick-prev svg path, .featured-carousele-section.light-theme .featured-carousele .slick-next svg path {
  fill: #000000;
}
.featured-carousele-section.light-theme .featured-carousele .slick-prev:hover svg path, .featured-carousele-section.light-theme .featured-carousele .slick-next:hover svg path {
  fill: #FF4913;
}
.featured-carousele-section.light-theme .featured-carousele-item .carousele-item-info {
  border: 1px solid #000000;
  color: #000000;
}
.featured-carousele-section.light-theme .featured-carousele-item .btn-link {
  color: #000000;
}
.featured-carousele-section .featured-carousele-item .featured-cpt-info .cpt-tag {
  color: #FFFFFF;
  margin-bottom: 6px;
  display: inline-block;
}
.featured-carousele-section .featured-carousele-item .featured-cpt-info .cpt-tag:hover {
  text-decoration: underline;
}
.featured-carousele-section .featured-carousele-item .featured-cpt-info .cpt-title a {
  color: #FFFFFF;
}
.featured-carousele-section .featured-carousele-item .featured-cpt-info .cpt-title a:hover {
  text-decoration: underline;
}
.featured-carousele-section.light-theme .featured-cpt-info .cpt-tag {
  color: #000000;
}
.featured-carousele-section.light-theme .featured-cpt-info .cpt-title a {
  color: #000000;
}
/* Grid - Container */
.container {
  max-width: 1360px;
  padding: 0 8px;
  width: 100%;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
}
.container-full {
  width: 100%;
  padding: 24px;
}
@media only screen and (min-width: 1200px) {
  .container-full {
    padding: 40px;
  }
}
.row {
  margin: 0 -8px;
}
.remove-cursor {
  pointer-events: none;
}
/* Other Style */
.top-navigation {
  background-color: #000000;
}
.top-navigation .main-navigation a {
  font-size: 14px;
  color: #FFFFFF;
}
.top-navigation .main-navigation a:hover, .top-navigation .main-navigation a:focus {
  color: #FF4913;
}
.top-navigation .menu-button {
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}
.top-navigation .menu-button:hover, .top-navigation .menu-button:focus {
  border-color: #FF4913;
}
.slick-arrow {
  height: initial;
  width: initial;
  z-index: 2;
}
.slick-arrow::before {
  display: none;
}
.slick-dots {
  bottom: initial;
  top: 106%;
  padding: 20px 55px 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin: 0 2px;
}
.slick-dots li button {
  height: 12px;
  width: 12px;
  background-color: #000000;
  border-radius: 50%;
  opacity: 0.4;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.breadcrumb-block {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
}
.breadcrumb-block span, .breadcrumb-block a {
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
}
.entry-header {
  display: none;
}
.hidden-item {
  display: none;
}
.wp-block a.acf-icon, .wp-block a.link-url {
  color: #000000;
}
.share-buttons {
  display: flex;
}
.share-buttons li {
  display: block;
  margin: 16px 16px 0 0;
}
.share-buttons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000000;
}
.share-buttons li a:hover {
  background-color: #FF4913;
}
#wpadminbar ~ #page {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #wpadminbar ~ #page ul.primary-menu-list {
    max-height: calc(100dvh - 138px);
  }
}
.edit-link {
  display: none;
}
.bg-black {
  background-color: #000000;
}
.constrain {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1025px) {
  .constrain {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .constrain {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.flexbox-column {
  display: flex;
  flex-direction: column;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
a.cky-banner-element {
  margin-top: 20px;
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.post-password-required {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 238px;
}
.post-password {
  max-width: 811px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-password .post-password-message {
  margin-bottom: 26px;
  font-size: 16px;
}
.post-password-form {
  display: flex;
  flex-direction: column;
}
.post-password-form .post-password-form__label {
  font-size: 16px;
  line-height: 13px;
  font-weight: normal;
  margin-bottom: 11px;
  color: #FFFFFF;
}
.post-password-form .post-password-form__input {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 8px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  appearance: none;
}
.post-password-form .post-password-form__submit {
  width: max-content;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 24px;
  border-radius: 40px;
  letter-spacing: -0.04em;
  cursor: pointer;
  color: #000000;
  background-color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.3s all;
  margin-top: 26px;
  min-width: 125px;
}
.post-password-form .post-password-form__submit:hover {
  background: none;
  outline: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.site-header::before {
  content: "";
  background: #000000;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    position: relative;
    margin-bottom: -146px;
  }
}
.site-logo img {
  display: block;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .site-logo img {
    height: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .site-logo img {
    height: 32px;
    width: auto;
  }
}
.nav-icon.close {
  color: #FFFFFF;
  display: none;
  align-items: center;
  gap: 4px;
  position: fixed;
  top: 46px;
  right: 24px;
}
@media only screen and (min-width: 1025px) {
  .nav-icon.close {
    right: auto;
    left: 36px;
    top: 36px;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1440px) {
  .nav-icon.close {
    left: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-icon.close {
    top: 24px;
  }
}
.nav-icon.close span {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .nav-icon.close span {
    display: none;
  }
}
.nav-icon.open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .nav-icon.open {
    width: 32px;
    height: 32px;
  }
}
.nav-icon.open svg {
  width: 100%;
  height: auto;
}
.nav-icon.open:hover svg rect {
  fill: #E03300;
}
.admin-bar #wpadminbar {
  position: fixed;
}
.admin-bar .nav-icon.open {
  top: 70px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .nav-icon.open {
    top: 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .admin-bar .nav-icon.open {
    top: 73px;
  }
}
.admin-bar .nav-icon.close {
  top: 46px;
}
@media only screen and (min-width: 1025px) {
  .admin-bar .nav-icon.close {
    top: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .admin-bar .nav-icon.close {
    top: 26px;
  }
}
.admin-bar .site-branding-sticky {
  top: 32px;
}
.nav-active {
  overflow: hidden;
}
.nav-active #wpadminbar {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-active .active .sub-menu-wrapper {
    z-index: 1;
    height: 100dvh;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-active .primary-menu-list .sub-menu-content.fade-effect {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.nav-active .primary-navigation {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  pointer-events: all;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1025px) {
  .nav-active .primary-navigation {
    padding-right: var(--scrollbar-width);
  }
}
.nav-active .primary-navigation:before {
  opacity: 1;
  visibility: visible;
}
.nav-active .site-logo {
  display: none;
}
.nav-active .site-branding {
  position: absolute;
  right: 0;
  top: 0;
  padding: 24px;
}
@media only screen and (min-width: 1025px) {
  .nav-active .site-branding {
    position: static;
    padding: 0;
    min-height: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-active .site-branding {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-active .site-navigation {
    display: flex;
    align-items: center;
  }
}
.nav-active .site-header {
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .nav-active .site-header {
    position: absolute;
  }
}
.nav-active .site-header::before {
  opacity: 1;
}
.nav-active .nav-icon.open {
  display: none;
}
.nav-active .nav-icon.close {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .nav-active .nav-icon.close {
    padding-right: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-active #primary-site-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-active .primary-menu-list > li.menu-item-has-children .sub-menu-content .sub-menu-content {
    overflow-y: auto;
  }
}
.site-header-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .site-header-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-header-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-branding {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .site-branding {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 68px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-branding {
    padding: 0;
  }
}
.site-branding-sticky {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translate(0, -100%);
  transition: transform 0.2s ease-in-out;
  z-index: 9;
}
@media only screen and (min-width: 1025px) {
  .site-branding-sticky {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .sticky-header {
    padding-top: var(--header-height);
  }
}
@media only screen and (min-width: 1025px) {
  .sticky-header .site-header-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, -100%);
    transition: transform 0.2s ease-in-out;
    z-index: 9;
    background-color: #000000;
  }
}
.sticky-desktop-header .site-header-wrapper {
  transition: all 0.2s ease-in-out;
}
.header-show .site-branding-sticky {
  transform: translate(0, 0);
}
@media only screen and (min-width: 1025px) {
  .header-show .sticky-desktop-header .site-header-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.site-navigation button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .site-navigation button {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-active .site-navigation button {
    display: block;
  }
}
.primary-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease-in-out;
  pointer-events: none;
  width: 100%;
  padding: 0;
  top: 92px;
  position: fixed;
}
@media only screen and (min-width: 1025px) {
  .primary-navigation {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    width: auto;
    pointer-events: auto;
  }
}
.primary-menu-list {
  display: flex;
  flex-direction: row;
  padding: 0;
  gap: 48px;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list {
    align-items: flex-start;
    gap: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list {
    gap: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list {
    gap: 0;
    background: #000000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: calc(100dvh - 92px);
    transition: all 0.4s cubic-bezier(0.29, 0.63, 0.44, 1);
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li {
    cursor: pointer;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list.first-category {
    transform: translate3d(-100%, 0, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list.second-category {
    transform: translate3d(-200%, 0, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list .active-parent > .sub-menu-content {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list > li {
    padding: 11px 24px;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list > li.menu-item-has-children {
    cursor: pointer;
  }
}
.primary-menu-list > li.menu-item-has-children > a {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list > li.menu-item-has-children > a {
    padding-right: 44px;
  }
}
.primary-menu-list > li > a {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > a {
    letter-spacing: 0.75px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 1;
  }
}
.primary-menu-list > li > a:hover {
  border-color: #FFFFFF;
}
.primary-menu-list > li:hover > a {
  border-color: #FFFFFF;
}
.primary-menu-list > li.active > a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li li .sub-menu-wrapper {
    overflow-y: auto;
    max-height: calc(100dvh - 186px);
    top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li li .sub-menu-wrapper {
    max-height: calc(100dvh - 186px);
  }
}
.primary-menu-list > li .sub-menu-list {
  padding: 0;
  gap: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li .sub-menu-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li .sub-menu-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, auto);
    gap: 40px;
  }
}
.primary-menu-list > li .sub-menu-list > li {
  padding: 11px 0;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li .sub-menu-list > li {
    padding: 0;
  }
}
.primary-menu-list > li .sub-menu-list > li > a {
  color: #FFFFFF;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
.primary-menu-list > li .sub-menu-list > li > a.color-orange a {
  color: #FF4913;
  text-decoration: none;
}
.primary-menu-list > li .sub-menu-list .sub-menu-list a {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1.1px;
  padding-bottom: 3px;
  color: #FFFFFF;
  position: relative;
}
.primary-menu-list > li .sub-menu-list .sub-menu-list a:after {
  content: "";
  width: 0;
  background-color: #fff;
  height: 2px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.primary-menu-list > li .sub-menu-list .sub-menu-list a:hover {
  color: #FFFFFF;
}
.primary-menu-list > li .sub-menu-list .sub-menu-list a:hover:after {
  width: 100%;
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list {
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
    gap: 16px 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list {
    gap: 16px 124px;
  }
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li {
    min-height: 36px;
    max-width: 578px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li {
    min-height: 44px;
  }
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li > a {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li > a {
    color: #8F8F8F;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li > a {
    font-size: 28px;
  }
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li.color-orange a {
  color: #FF4913;
  text-decoration: none;
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li:hover {
  cursor: pointer;
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li:hover > a {
  color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li:hover > a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li:hover > a {
    font-size: 29px;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > li:hover > a:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children .nav-chevron svg {
    right: 0;
  }
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children > a {
  pointer-events: none;
  display: flex;
  padding-right: 44px;
  position: relative;
}
.primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children > a:after {
  content: "";
  transition: all 0.5s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02344 20.5C8.19501 20.5 7.52344 21.1716 7.52344 22C7.52344 22.8284 8.19501 23.5 9.02344 23.5L9.02344 20.5ZM36.0841 23.0607C36.6699 22.4749 36.6699 21.5251 36.0841 20.9393L26.5382 11.3934C25.9524 10.8076 25.0026 10.8076 24.4168 11.3934C23.8311 11.9792 23.8311 12.9289 24.4168 13.5147L32.9021 22L24.4168 30.4853C23.8311 31.0711 23.8311 32.0208 24.4168 32.6066C25.0026 33.1924 25.9524 33.1924 26.5382 32.6066L36.0841 23.0607ZM9.02344 23.5L35.0234 23.5L35.0234 20.5L9.02344 20.5L9.02344 23.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children > a:after {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list > li > .sub-menu-content > .sub-menu-wrapper > .sub-menu-list > .menu-item-has-children > a:after {
    width: 44px;
    height: 44px;
  }
}
.primary-menu-list .sub-menu-wrapper {
  left: 24px;
  right: 24px;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .sub-menu-wrapper {
    position: absolute;
    top: 130px;
    left: 40px;
    right: 40px;
    padding: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .primary-menu-list .sub-menu-wrapper {
    left: 80px;
    right: 80px;
  }
}
.primary-menu-list .third-child .sub-menu-wrapper {
  background: #000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .third-child .sub-menu-wrapper {
    top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .third-child .sub-menu-content .go-back {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: #000000;
    min-height: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .third-child .sub-menu-content .go-back svg {
    height: 16px;
  }
}
.primary-menu-list .sub-menu-content {
  cursor: auto;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .sub-menu-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list .sub-menu-content {
    position: fixed;
    z-index: 8;
    top: 0;
    bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    right: -100%;
    display: none;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-menu-list .sub-menu-content .sub-menu-content {
    right: -200%;
    overflow-y: auto;
  }
}
.primary-menu-list .sub-menu-content .go-back {
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .primary-menu-list .sub-menu-content .go-back {
    display: none;
  }
}
.primary-menu-list .sub-menu-content .go-back svg {
  height: 26px;
  width: auto;
}
.nav-chevron {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  display: block;
  height: 44px;
  color: #FFFFFF;
}
.nav-chevron svg {
  height: 44px;
  width: 44px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1025px) {
  .nav-chevron {
    display: none;
  }
}
article#post-131 {
  padding-top: 200px;
  background: #000000;
  color: #FFFFFF;
}
.category-back {
  display: none;
  color: #FFFFFF;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1025px) {
  .category-back {
    padding-left: 40px;
    padding-right: 40px;
    top: var(--header-height);
    bottom: auto;
    z-index: 9;
    min-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .category-back {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .category-back.active {
    align-items: center;
    flex-wrap: wrap;
  }
}
.category-back svg {
  width: 20px;
  height: auto;
}
.category-back .current-category {
  font-size: 29px;
  line-height: 29px;
  letter-spacing: 0.05em;
  margin: 0 0 0 24px;
}
.category-back .current-parent-category {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  padding: 0 0 0 12px;
  border-left: 2px solid #FF4913;
  color: #FF4913;
  margin: 0 0 0 12px;
}
.top-eyebrow {
  background: #000000;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  min-height: 40px;
}
.top-eyebrow a {
  color: #FFFFFF;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
}
.top-eyebrow a svg {
  opacity: 0;
  transition: 0.2s all;
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .top-eyebrow a svg {
    opacity: 1;
    display: none;
  }
}
.top-eyebrow a:hover {
  text-decoration: underline;
}
.top-eyebrow a:hover svg {
  opacity: 1;
}
.speaker-header-wrapper .site-header-wrapper {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  align-items: normal;
}
@media only screen and (min-width: 1200px) {
  .speaker-header-wrapper {
    margin-bottom: -152px;
  }
}
.speaker-header-wrapper .site-logo img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .speaker-header-wrapper .site-logo img {
    height: 45px;
  }
}
.speaker-header-wrapper .site-branding {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .speaker-header-wrapper .site-branding {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .speaker-header-wrapper .site-branding {
    padding-top: 6px;
  }
}
.speaker-header-wrapper .speakers-mobile-nav {
  cursor: pointer;
}
.speaker-header-wrapper .speakers-nav {
  position: absolute;
  right: 0;
  display: flex;
  color: #FFFFFF;
  gap: 16px;
  align-items: center;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .speaker-header-wrapper .speakers-nav {
    display: none;
  }
}
.speaker-header-wrapper .speakers-nav ul {
  display: none;
}
.speaker-header-wrapper .speakers-nav a {
  color: #FFFFFF;
}
.speaker-header-wrapper .speakers-nav a:hover {
  text-decoration: underline;
}
.speaker-header-wrapper .child-nav > span {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.1s all;
}
.speaker-header-wrapper .child-nav svg {
  transform: rotate(180deg);
  transition: 0.1s all;
}
@media only screen and (min-width: 1025px) {
  .speaker-header-wrapper .child-nav:hover svg {
    transform: none;
  }
}
@media only screen and (min-width: 1025px) {
  .speaker-header-wrapper .child-nav:hover ul {
    display: inline-flex;
    position: absolute;
    width: 265px;
    flex-direction: column;
    padding: 16px;
    background: #000000;
    gap: 10px;
  }
}
.speaker-header-wrapper .child-nav ul a {
  color: #FFFFFF;
  display: block;
}
.speaker-header-wrapper .child-nav ul a:hover {
  text-decoration: underline;
}
.speaker-header-wrapper .cta-nav {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .speaker-header-wrapper .speakers-nav-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .speaker-header-wrapper .speakers-mobile-nav {
    display: none;
  }
}
.speaker-header-wrapper .close-icon {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav #wpadminbar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .speaker-header-wrapper {
    background: #000000;
    z-index: 99;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
}
.active-speakers-nav .hamburger-icon {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .close-icon {
    display: inline-flex;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .speakers-nav {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 160px;
    padding: 0 24px;
    gap: 4px;
    height: auto;
    overflow: auto;
    max-height: calc(100dvh - 250px);
  }
}
@media only screen and (max-width: 767px) {
  .active-speakers-nav .speakers-nav {
    top: 84px;
    max-height: calc(100dvh - 180px);
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .speakers-nav li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .child-nav > span {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .child-nav > span::before {
    content: "By";
    margin-right: 7px;
  }
}
.active-speakers-nav .child-nav > span svg {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .cta-nav {
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .active-child {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .active-child svg {
    transform: none;
  }
}
@media only screen and (max-width: 1024px) {
  .active-speakers-nav .active-child + ul {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #000000;
    gap: 10px;
    padding-bottom: 10px;
  }
}
.site-footer {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 128px;
  gap: 28px;
  background: #000000;
}
@media only screen and (max-width: 1024px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 88px;
  }
  .site-footer.sticky-footer-show {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer {
    align-items: normal;
  }
}
.site-footer .wp-block-social-links .wp-block-social-link {
  background: transparent !important;
  border: 1px solid;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .site-footer .wp-block-social-links .wp-block-social-link {
    width: 42px;
    height: 42px;
  }
}
.site-footer .wp-block-social-links .wp-block-social-link:hover {
  background: #FF4913 !important;
  border-color: #FF4913;
}
.site-footer .wp-block-social-links .wp-block-social-link svg {
  width: 18px;
  height: auto;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link-linkedin svg {
  width: 14px;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link-facebook svg {
  width: 9px;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link-twitter a {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3263 1.90381H21.6998L14.3297 10.3273L23 21.7898H16.2112L10.894 14.8378L4.80995 21.7898H1.43443L9.31743 12.7799L1 1.90381H7.96111L12.7674 8.25814L18.3263 1.90381ZM17.1423 19.7706H19.0116L6.94539 3.81694H4.93946L17.1423 19.7706Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link-twitter a svg {
  opacity: 0;
}
.site-footer .footer-content {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-content {
    gap: 80px;
    flex-direction: column;
  }
}
.site-footer .footer-content .footer-logo a {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-content .footer-logo img {
    width: 50px;
    height: 50px;
  }
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  margin-top: -5px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-links {
    gap: 40px;
    margin: 0;
  }
}
.site-footer .footer-links ul {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-links ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
.site-footer .footer-links ul a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .footer-links ul a:hover {
  text-decoration: underline;
}
.site-footer .footer-links .footer-navigation li a {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.05em;
}
.site-footer .footer-links .policy-links {
  gap: 11px;
}
.site-footer .footer-links .policy-links li a {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -0.04em;
  border-right: 1px solid #FFFFFF;
  padding-right: 9px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-links .policy-links li a {
    border-right: none;
  }
}
.site-footer .footer-links .policy-links li:last-child a {
  border-right: none;
}
.site-footer .footer-links .copyright {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.site-footer .footer-links .copyright a {
  color: #FFFFFF;
  margin-left: 5px;
}
.site-footer .footer-social-container {
  display: flex;
  gap: 64px;
  flex: 1;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-social-container {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 131px;
    gap: 30px;
  }
}
.site-footer .footer-social-container .footer-social-icons, .site-footer .footer-social-container .wp-block-social-links {
  display: flex;
  flex-direction: column;
  gap: 24px !important;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-social-container .footer-social-icons, .site-footer .footer-social-container .wp-block-social-links {
    width: 48px;
  }
}
.site-footer .footer-social-container .scroll-top {
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.site-footer .footer-social-container .scroll-top:hover {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
.artist-roster-page .text-header, .artist-roster-page .text-header.more_desktop_padding, .location-list-page .text-header, .location-list-page .text-header.more_desktop_padding {
  padding-top: 172px;
}
@media only screen and (min-width: 1025px) {
  .artist-roster-page .text-header, .artist-roster-page .text-header.more_desktop_padding, .location-list-page .text-header, .location-list-page .text-header.more_desktop_padding {
    padding-top: 216px;
  }
}
.artist-roster-page .text-header {
  padding-bottom: 0;
}
.custom-search-block {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .custom-search-block {
    padding-bottom: 24px;
  }
}
.custom-search-block .custom-search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom-search-block .alphabet-list {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}
@media only screen and (min-width: 768px) {
  .custom-search-block .alphabet-list {
    margin: 14px 0 0 59px;
    gap: 8px;
  }
}
.custom-search-block .alphabet-list li {
  width: 36px;
  height: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}
.custom-search-block .alphabet-list a {
  font-size: 16px;
  line-height: 1;
  color: #8F8F8F;
  cursor: auto;
  flex-grow: 1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
  .custom-search-block .alphabet-list a {
    font-size: 24px;
  }
}
.custom-search-block .alphabet-list a.active-letter {
  color: #FFFFFF;
  cursor: pointer;
}
.custom-search-block .alphabet-list a.active-letter:hover {
  color: #FF4913;
}
@media only screen and (min-width: 768px) {
  .search-field-block {
    position: relative;
    margin-bottom: 24px;
  }
}
.search-field-block .form-control {
  border-radius: 0;
  font-size: 16px;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  color: #000000;
  outline: initial;
  outline-width: initial;
  outline-style: solid;
}
@media only screen and (min-width: 768px) {
  .search-field-block .form-control {
    height: 64px;
    padding-right: 148px;
  }
}
.search-field-block .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  background: #FF4913;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .search-field-block .btn {
    width: auto;
    margin: 0;
    position: absolute;
    right: 24px;
    top: 8px;
  }
}
.filter-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: 16px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .filter-tags ul {
    margin: 16px;
  }
}
.filter-tags li a {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  padding: 13px 12px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  position: relative;
  gap: 8px;
}
.filter-tags li a::before {
  content: "";
  border: 1px solid;
  width: 16px;
  height: 17px;
}
.filter-tags li a.active-tag::before {
  display: none;
}
.filter-tags li a.active-tag i {
  margin: 0;
}
.filter-tags li a:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.filter-tags li a i {
  display: none;
  z-index: 9;
}
.filter-tags li a i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.filter-tags li a.active-tag {
  color: #000000;
  background-color: #FFFFFF;
}
.filter-tags li a.active-tag i {
  display: inline-flex;
}
.tags-list > h4 + ul {
  display: none;
}
.tags-list > h4.collepsed-filter + ul {
  display: flex;
}
.filter-selected-tags {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .filter-selected-tags {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .filter-selected-tags {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
.filter-selected-tags .filter-selected-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filter-selected-tags .filter-selected-wrapper {
    width: auto;
  }
}
.filter-selected-tags .filter-selected-wrapper ul {
  padding: 42px 0 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter-selected-tags .filter-selected-wrapper ul {
    padding: 0 84px 0 190px;
  }
}
.filter-selected-tags .clear-all {
  font-size: 16px;
  text-decoration: underline;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .filter-selected-tags .clear-all {
    top: 3px;
  }
}
.filter-signing ul {
  margin: 16px 0 9px;
}
@media only screen and (min-width: 768px) {
  .filter-signing ul {
    margin: 16px 0;
  }
}
.filter-signing li {
  padding: 0;
  margin-bottom: 0;
}
.filter-signing li a {
  gap: 16px;
  padding: 0;
  border: 0;
  color: #000000;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-transform: uppercase;
}
.name-list {
  overflow: hidden;
}
.name-list .alphabet-list {
  display: flex;
  margin: 24px 0 0;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .name-list .alphabet-list:not(.slick-initialized) {
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) {
  .name-list .alphabet-list {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .name-list .alphabet-list {
    justify-content: flex-start;
    gap: 0;
  }
}
.name-list .alphabet-list li {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .name-list .alphabet-list li {
    min-width: 44px;
    width: auto;
  }
}
.name-list .alphabet-list a {
  font-size: 16px;
  line-height: 1.5;
  color: #8F8F8F;
  cursor: auto;
  flex-grow: 1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .name-list .alphabet-list a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .name-list .alphabet-list a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .name-list .alphabet-list a {
    line-height: 2.8;
    display: block;
    max-width: 44px;
  }
}
.name-list .alphabet-list a.active-letter {
  color: #000000;
  cursor: pointer;
  outline: 0;
}
.name-list .alphabet-list a.active-letter:hover {
  color: #FF4913;
}
.name-list .alphabet-list .slick-next {
  right: -20px;
  width: 44px;
  top: 22px;
  background: #FFFFFF;
}
.name-list .alphabet-list .slick-prev {
  left: -20px;
  width: 44px;
  top: 0;
  background: #FFFFFF;
  transform: rotate(180deg);
}
.name-list .alphabet-list .slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .tag-active-filter {
    overflow: hidden;
  }
}
.artist-filter-dropdown {
  display: flex;
  gap: 24px;
  align-items: center;
  user-select: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 12px;
  }
}
.artist-filter-dropdown .show-filter-results {
  display: none;
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    height: 100%;
    background: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .filter-menu {
    border: 0;
    pointer-events: none;
    padding: 27px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .filter-menu::after {
    background-image: url('data:image/svg+xml,%3Csvg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="44" height="44" rx="22" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M22.187 23.8254L15.637 30.3753L13.9995 28.7378L20.5495 22.1878L14.446 16.0843L16.0835 14.4468L22.187 20.5503L28.7371 14.0002L30.3746 15.6378L23.8245 22.1878L30.8211 29.1844L29.1836 30.8219L22.187 23.8254Z" fill="white"/%3E%3C/svg%3E%0A');
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter.show-clear-filter ul {
    max-height: calc(100vh - 142px);
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter ul {
    border: 0;
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .show-filter-results {
    display: flex;
    border-radius: 4px;
    background: #FF4913;
    height: 48px;
    padding: 14px 24px;
    text-align: center;
    font-size: 16px;
    text-decoration-line: none;
    font-weight: 500;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    margin-left: auto;
    font-family: "Gotham-Medium", Helvetica, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .filter-close {
    width: 44px;
    height: 44px;
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .clear-filter {
    position: fixed;
    bottom: 16px;
    z-index: 1;
    max-width: 100%;
    width: calc(100% - 48px);
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .artist-filter-dropdown div.active-filter .filter-Clear {
    padding: 7px 0;
  }
}
.artist-filter-dropdown .artist-filter-label {
  color: #FFFFFF;
  font-size: 21px;
  letter-spacing: -0.84px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
  .artist-filter-dropdown .genre-list ul {
    width: 600px;
  }
}
.artist-filter-dropdown ul {
  position: absolute;
  z-index: 1;
  background: #000000;
  width: 100%;
  top: 60px;
  z-index: 1;
  left: 0;
  margin: 0;
  border: 1px solid #FFFFFF;
  padding: 24px;
}
.artist-filter-dropdown .tags-list {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .artist-filter-dropdown .tags-list {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .artist-filter-dropdown .tags-list {
    max-width: 400px;
  }
}
.artist-filter-dropdown .filter-menu {
  border: 1px #FFFFFF solid;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 14px;
}
.artist-filter-dropdown .filter-menu::after {
  transition: all 0.3s ease-in-out;
}
.artist-filter-dropdown .filter-menu.collepsed-filter::after {
  transform: rotate(180deg);
}
.artist-filter-dropdown .filter-menu span {
  margin-right: auto;
  margin-left: 5px;
}
.artist-filter-dropdown .show-clear-filter .clear-filter {
  display: flex;
}
.artist-filter-dropdown .clear-filter {
  flex: 100%;
  display: none;
}
.artist-filter-dropdown .clear-filter span {
  color: #FFFFFF;
  letter-spacing: -0.64px;
  text-decoration-line: underline;
  cursor: pointer;
}
.post-search-results {
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-search-results .search-result-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  display: none;
}
.post-search-results .search-result-head .title-wrapper {
  display: flex;
  align-items: flex-end;
}
.post-search-results .search-result-head h2 {
  line-height: 34px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .post-search-results .search-result-head h2 {
    margin-right: 24px;
    line-height: 40px;
  }
}
.post-search-results .modify-view {
  display: inline-flex;
}
.post-search-results .modify-view a {
  display: inline-flex;
}
.post-search-results .modify-view a svg {
  height: 44px;
  width: 44px;
}
@media only screen and (min-width: 768px) {
  .post-search-results .modify-view a svg {
    height: auto;
    width: auto;
  }
}
.post-search-results .alphabet-tag-title {
  margin-bottom: 24px;
}
.post-search-results .search-results-view ul:not(:last-child) {
  margin-bottom: 48px;
}
.post-search-results .search-results-view li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .post-search-results .search-results-view li a {
    font-size: 18px;
    line-height: 22px;
  }
}
.post-search-results .search-results-view li a:hover {
  text-decoration: underline;
}
.post-search-results .grid-view.active-view svg {
  background-color: #000000;
}
.post-search-results .grid-view.active-view svg rect {
  fill: #FFFFFF;
}
.post-search-results .list-view:not(.active-view) svg path {
  fill: #000000;
}
.post-search-results .list-view:not(.active-view) svg rect {
  fill: transparent;
}
.post-search-results .search-results-view.search-grid-view ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post-search-results .search-results-view.search-grid-view ul li {
  flex: 0 0 calc(100% - 2px);
  max-width: calc(100% - 2px);
}
@media only screen and (min-width: 768px) {
  .post-search-results .search-results-view.search-grid-view ul li {
    flex: 0 0 calc(100%/2 - 4px);
    max-width: calc(100%/2 - 4px);
  }
}
@media only screen and (min-width: 1025px) {
  .post-search-results .search-results-view.search-grid-view ul li {
    flex: 0 0 calc(100%/3 - 6px);
    max-width: calc(100%/3 - 6px);
  }
}
@media only screen and (min-width: 1200px) {
  .post-search-results .search-results-view.search-grid-view ul li {
    flex: 0 0 calc(100%/4 - 6px);
    max-width: calc(100%/4 - 6px);
  }
}
.post-search-results .search-results-view.search-grid-view ul li a {
  color: #000000;
  background-color: #F1F4F4;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  letter-spacing: 0.05em;
  word-break: break-word;
}
@media only screen and (min-width: 1025px) {
  .post-search-results .search-results-view.search-grid-view ul li a {
    font-size: 24px;
    letter-spacing: 0;
    padding: 24px 40px;
  }
}
.post-search-results .search-results-view.search-grid-view ul li a .arrow {
  width: 44px;
  height: 44px;
}
.post-search-results .search-results-view.search-grid-view ul li a:hover {
  text-decoration: none;
  background-color: #FF4913;
  color: #FFFFFF;
}
.post-search-results .search-results-view.search-grid-view ul li a:hover .arrow {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.custom-job-block.custom-search-block {
  background-color: #000000;
}
.custom-job-block.custom-search-block .custom-search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom-job-block.custom-search-block h4 {
  color: #FFFFFF;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.custom-job-block.custom-search-block .alphabet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
@media only screen and (min-width: 768px) {
  .custom-job-block.custom-search-block .alphabet-list {
    margin: 14px 0 0 59px;
    gap: 8px;
  }
}
.custom-job-block.custom-search-block .alphabet-list li {
  width: 36px;
  height: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}
.custom-job-block.custom-search-block .alphabet-list a {
  font-size: 16px;
  line-height: 1;
  color: #8F8F8F;
  cursor: auto;
  flex-grow: 1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
  .custom-job-block.custom-search-block .alphabet-list a {
    font-size: 24px;
  }
}
.custom-job-block.custom-search-block .alphabet-list a.active-letter {
  color: #FFFFFF;
  cursor: pointer;
}
.custom-job-block.custom-search-block .alphabet-list a.active-letter:hover {
  color: #FF4913;
}
.custom-job-block .filter-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -4px;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .filter-tags ul {
    margin: 18px 0 8px 54px;
  }
}
.custom-job-block .filter-tags li {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .filter-tags li {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.custom-job-block .filter-tags li a {
  display: inline-flex;
  align-items: center;
  line-height: 26px;
  padding: 10px 24px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  position: relative;
}
.custom-job-block .filter-tags li a:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.custom-job-block .filter-tags li a::before {
  display: none;
}
.custom-job-block .filter-tags li a i {
  display: none;
  margin-left: 10px;
  margin-right: -12px;
  z-index: 9;
}
.custom-job-block .filter-tags li a i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-job-block .filter-tags li a.active-tag {
  color: #000000;
  background-color: #FFFFFF;
}
.custom-job-block .filter-tags li a.active-tag i {
  display: inline-flex;
}
.custom-job-block .tags-list > h4 {
  position: relative;
  padding: 0 40px 0 0;
  cursor: pointer;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .tags-list > h4 {
    padding-left: 59px;
  }
}
.custom-job-block .tags-list > h4 span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .tags-list > h4 span {
    left: 16px;
    top: 48%;
  }
}
.custom-job-block .tags-list > h4 span::before, .custom-job-block .tags-list > h4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
.custom-job-block .tags-list > h4 span::before {
  display: none;
  right: 17px;
  width: 2px;
  height: 18px;
}
.custom-job-block .tags-list > h4 span::after {
  right: 1px;
  width: 18px;
  height: 2px;
}
.custom-job-block .tags-list > h4.collepsed-filter-active span::before {
  display: block;
}
.custom-job-block .tags-list > h4.collepsed-filter-active + ul {
  display: none !important;
}
.custom-job-block .filter-selected-tags {
  display: none;
}
.custom-job-block .filter-selected-tags .filter-selected-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .filter-selected-tags .filter-selected-wrapper {
    width: auto;
  }
}
.custom-job-block .filter-selected-tags .filter-selected-wrapper ul {
  padding: 42px 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .filter-selected-tags .filter-selected-wrapper ul {
    padding: 0 84px 0 190px;
  }
}
.custom-job-block .filter-selected-tags h5, .custom-job-block .filter-selected-tags .clear-all {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .custom-job-block .filter-selected-tags h5, .custom-job-block .filter-selected-tags .clear-all {
    top: 13px;
  }
}
.custom-job-block .filter-selected-tags h5 {
  left: 0;
  color: #FFFFFF;
  font-size: 21px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
}
.custom-job-block .filter-selected-tags .clear-all {
  right: 0;
  text-decoration: underline;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .custom-job-block .filter-selected-tags .clear-all {
    top: 3px;
  }
}
.banner__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  min-height: 680px;
  height: 100vh;
}
@media only screen and (min-width: 1025px) {
  .banner__wrapper {
    min-height: 600px;
  }
}
.banner__wrapper:not(.home_banner__wrapper).fixed .large--image, .banner__wrapper:not(.home_banner__wrapper).fixed .small--image {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: inherit) {
  .banner__wrapper:not(.home_banner__wrapper).fixed .large--image, .banner__wrapper:not(.home_banner__wrapper).fixed .small--image {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 1024px) {
  .banner__wrapper:not(.home_banner__wrapper).fixed .large--image, .banner__wrapper:not(.home_banner__wrapper).fixed .small--image {
    background-attachment: initial;
  }
}
.banner__wrapper--vimeo {
  overflow: hidden;
}
.banner__wrapper--vimeo iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  object-fit: cover;
}
.banner__wrapper .vimeo-player {
  display: none;
  background-color: #000000;
}
.banner__wrapper .vimeo-player.active {
  display: block;
}
.banner__wrapper.scroll .large--image, .banner__wrapper.scroll .small--image {
  background-attachment: scroll;
}
.banner__wrapper.scroll .banner__wrapper--image {
  position: absolute;
}
.banner__wrapper.scroll + .custom__navigation {
  background-color: #000000;
}
.banner__wrapper--image {
  width: 100%;
  background: #000000;
  min-height: 680px;
  height: 100vh;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .banner__wrapper--image {
    min-height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__wrapper--image {
    min-height: 900px;
  }
}
.banner__wrapper--image > div {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
@media only screen and (min-width: 1025px) {
  .banner__wrapper--image > div {
    min-height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__wrapper--image > div {
    min-height: 900px;
  }
}
.banner__wrapper--image > div.small--image {
  background-position: bottom center;
}
@media (min-width: 992px) {
  .banner__wrapper--image > div.small--image {
    display: none;
  }
}
.banner__wrapper--image > div.large--image {
  display: none;
  background-position: center;
}
@media (min-width: 992px) {
  .banner__wrapper--image > div.large--image {
    display: block;
  }
}
.banner__wrapper--video::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 4.67%, rgba(0, 0, 0, 0) 53.13%, #000000 95.78%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner__wrapper--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__wrapper--content {
  position: absolute;
  bottom: 0;
  top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .banner__wrapper--content {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}
.banner__wrapper--content .banner__wrapper-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  color: #FFFFFF;
}
.banner__wrapper--content .banner__wrapper-heading .banner__back-link {
  display: inline-flex;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  color: #FFFFFF;
  max-width: max-content;
  font-size: 18px;
  line-height: 110%;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 0;
  text-decoration: none;
  margin-top: 0;
}
.banner__wrapper--content .banner__wrapper-heading .banner__back-link:hover {
  border-color: transparent;
}
.banner__wrapper--content .banner__wrapper-heading h1 span {
  color: #FF4913;
}
.entertainment-page.banner__wrapper--content .banner__wrapper-heading h1 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .entertainment-page.banner__wrapper--content .banner__wrapper-heading h1 {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .entertainment-page.banner__wrapper--content .banner__wrapper-heading h1 {
    font-size: inherit;
  }
}
.banner__wrapper--content .banner__wrapper-heading p {
  max-width: 852px;
}
.banner__wrapper--content .banner__wrapper-heading a {
  color: #FFFFFF;
  margin-right: 16px;
  text-decoration: underline;
  margin-top: 16px;
  display: inline-flex;
}
.banner__wrapper--content .banner__wrapper-heading .speakers-banner-btn {
  border: none;
}
.banner__wrapper--content .banner__wrapper-heading .speakers-banner-btn .btn.btn-arrow {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  color: #FFFFFF;
  background-color: transparent;
  padding-bottom: 8px;
  border-bottom: 3px solid #FFFFFF;
  border-radius: 0;
  min-height: initial;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.banner__wrapper--content .banner__wrapper-heading .speakers-banner-btn .btn.btn-arrow .icon-arrow {
  display: none;
}
.banner__wrapper--content .banner__wrapper-heading .speakers-banner-btn .btn.btn-arrow:hover {
  outline: 0;
  border-color: transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.banner__wrapper--content .skip-arrow, .banner__wrapper--content .home-skip-arrow {
  display: none;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100px;
}
.banner__wrapper--content .skip-arrow:hover, .banner__wrapper--content .home-skip-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) {
  .banner__wrapper--content .skip-arrow, .banner__wrapper--content .home-skip-arrow {
    display: flex;
    margin-top: auto;
    width: 48px;
    height: 96px;
  }
}
.banner__wrapper--content .skip-arrow svg, .banner__wrapper--content .home-skip-arrow svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.banner__wrapper .banner-cta {
  margin-top: 8px;
}
.banner__wrapper .banner-cta .item-cta {
  margin-top: auto;
  margin-right: 0;
  text-decoration: none;
}
.banner__wrapper .banner-cta .item-cta .btn:hover {
  background: none;
  outline: 2px solid #FFFFFF;
}
.banner__wrapper .banner-cta .item-cta .btn:hover > .btn-label {
  color: #FFFFFF;
}
.banner__wrapper .banner-cta .item-cta .btn:hover > .icon-arrow path {
  fill: #FFFFFF;
}
.banner__wrapper .banner-cta .item-cta .btn i {
  display: inline-flex;
}
.banner__wrapper video::-webkit-media-controls {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-enclosure {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-panel {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-play-button {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-timeline {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-current-time-display {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-mute-button {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-volume-slider {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-volume-slider-container {
  display: none !important;
}
.banner__wrapper video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.wp-block-acf-m1-long-banner .acf-fields {
  display: flex;
  flex-direction: column;
}
.wp-block-acf-m1-long-banner .acf-fields .acf-field-m1-image-video {
  order: -1;
}
.banner-search .form-group, .speaker-search .form-group {
  position: relative;
  max-width: 636px;
}
.banner-search .form-control, .speaker-search .form-control {
  font-size: 16px;
  line-height: 20px;
  border-radius: 80px;
  padding-right: 50px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
.banner-search .form-control::-webkit-input-placeholder, .speaker-search .form-control::-webkit-input-placeholder {
  color: #000000;
}
.banner-search .form-control:-ms-input-placeholder, .speaker-search .form-control:-ms-input-placeholder {
  color: #000000;
}
.banner-search .form-control::placeholder, .speaker-search .form-control::placeholder {
  color: #000000;
}
.banner-search .search-button, .speaker-search .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 38px;
  width: 38px;
  padding: 5px 3px;
  border-radius: 50%;
  border: 0;
  background-color: #FF4913;
}
.position_top .banner__wrapper--image > div.small--image {
  background-position: top center;
}
.entertainment-page .banner__wrapper-heading h1 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .entertainment-page .banner__wrapper-heading h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .entertainment-page .banner__wrapper-heading h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .speakers-landing-page .banner__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .speakers-landing-page .banner__wrapper {
    padding-top: 77px;
  }
}
@media only screen and (min-width: 1200px) {
  .speakers-landing-page .banner__wrapper .banner__wrapper--image {
    padding-top: 38px;
  }
}
.speakers-landing-page .banner__wrapper .banner__wrapper--image > div.small--image {
  background-position: top center;
}
.home_banner__wrapper {
  height: auto;
  gap: 0;
  background-color: #000000;
  overflow: hidden;
}
.home_banner__wrapper .big-title {
  font-family: "Gotham-Ultra", Helvetica, sans-serif;
  font-weight: 900;
}
.home_banner__wrapper .banner__wrapper--content {
  position: relative;
  height: 100dvh;
  min-height: 680px;
  z-index: 2;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .home_banner__wrapper .banner__wrapper--content {
    min-height: 750px;
    padding-bottom: 80px;
  }
}
.home_banner__wrapper .banner__wrapper--content .banner__wrapper-heading p {
  letter-spacing: -0.04em;
}
.home_banner__wrapper .banner__wrapper--vimeo::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 4.67%, rgba(0, 0, 0, 0) 53.13%, #000000 95.78%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.home_banner__wrapper .banner__wrapper--image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  height: auto;
  z-index: 1;
}
.home_banner__wrapper .banner__wrapper--image > div {
  background-size: 80vh;
}
@media only screen and (min-width: 576px) {
  .home_banner__wrapper .banner__wrapper--image > div {
    background-size: 100vh;
  }
}
@media (min-width: 992px) {
  .home_banner__wrapper .banner__wrapper--image > div {
    background-size: 140%;
  }
}
@media only screen and (min-width: 1200px) {
  .home_banner__wrapper .banner__wrapper--image > div {
    background-size: 100%;
  }
}
.home_banner__wrapper .banner__wrapper--image > div.small--image {
  background-position: bottom center;
}
.home_banner__wrapper .banner__wrapper--image > div.large--image {
  background-position: right bottom;
}
.home_banner__wrapper .custom__navigation {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home_banner__wrapper .banner__animation {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.home_banner__wrapper .banner__animation img {
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .home_banner__wrapper .banner__animation {
    padding-bottom: 80px;
  }
}
.home_banner__wrapper .banner__animation_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .home_banner__wrapper .banner__animation_items {
    gap: 80px;
  }
}
.home_banner__wrapper.scroll .banner__wrapper--image {
  max-height: 100vh;
}
.home_banner__wrapper.scroll .banner__wrapper--image .large--image, .home_banner__wrapper.scroll .banner__wrapper--image .small--image {
  background-attachment: scroll;
  background-size: cover;
}
.home_banner__wrapper:not(.fixed-remove) {
  overflow: hidden;
}
.home_banner__wrapper:not(.fixed-remove) .banner__wrapper--video {
  position: fixed;
}
.home_banner__wrapper:not(.fixed-remove) .banner__wrapper--vimeo {
  position: fixed;
  overflow: hidden;
}
.home_banner__wrapper:not(.fixed-remove) .banner__wrapper--vimeo iframe {
  box-sizing: border-box;
  height: 135vh;
  left: 50%;
  min-height: 135vh;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  width: 9999px;
  object-fit: cover;
  max-width: none !important;
  max-height: none !important;
}
@media only screen and (min-width: 768px) {
  .home_banner__wrapper:not(.fixed-remove) .banner__wrapper--vimeo iframe {
    position: fixed;
    min-height: 100%;
    height: 56.25vw;
    width: 200vh;
  }
}
.home_banner__wrapper:not(.fixed-remove) .banner__wrapper--vimeo.banner__wrapper--image > div {
  background-size: 100dvw;
}
@media only screen and (max-width: 1024px) {
  .home_banner__wrapper:not(.fixed-remove) .banner__wrapper--vimeo.banner__wrapper--image > div {
    background-position: top center;
    background-size: 250vh;
  }
}
.home_banner__wrapper:not(.fixed-remove) .banner__wrapper--image > div {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: inherit) {
  .home_banner__wrapper:not(.fixed-remove) .banner__wrapper--image > div {
    background-attachment: scroll;
  }
}
.home_banner__wrapper.fixed-remove .banner__wrapper--vimeo {
  position: absolute;
  bottom: 0;
}
.home_banner__wrapper.fixed-remove .banner__wrapper--vimeo iframe {
  box-sizing: border-box;
  height: 135vh;
  left: 50%;
  min-height: 135vh;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 9999px;
  object-fit: none;
  max-width: none !important;
  max-height: none !important;
}
@media only screen and (min-width: 768px) {
  .home_banner__wrapper.fixed-remove .banner__wrapper--vimeo iframe {
    top: 73%;
    min-height: 100%;
    height: 56.25vw;
    width: 200vh;
  }
}
.home_banner__wrapper.fixed-remove .banner__wrapper--vimeo.banner__wrapper--image > div {
  background-size: 100dvw;
}
@media only screen and (max-width: 1024px) {
  .home_banner__wrapper.fixed-remove .banner__wrapper--vimeo.banner__wrapper--image > div {
    background-position: top center;
    background-size: 250vh;
  }
}
.home_banner__wrapper .vimeo-player {
  display: none;
  background-color: #000000;
}
.home_banner__wrapper .vimeo-player.active {
  display: block;
}
.text-block {
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .text-block {
    flex-wrap: nowrap;
  }
}
.text-block .text-block-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: left;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .text-block .text-block-wrapper {
    width: 60%;
    padding-top: 80px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block .text-block-wrapper {
    width: 70%;
  }
}
.text-block .text-block-wrapper .main-head, .text-block .text-block-wrapper .text-content-wrapper {
  max-width: 900px;
}
.text-block .text-block-wrapper .sub-title {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .text-block .text-block-wrapper .sub-title {
    font-size: 28px;
    font-family: "Gotham-Book", Helvetica, sans-serif;
    font-weight: 400;
  }
}
.text-block .text-block-wrapper .cta-button {
  margin-top: 24px;
}
.text-block .text-block-wrapper .cta-button .btn.btn-secondary {
  color: #FFFFFF;
  background-color: #000000;
}
.text-block .text-block-wrapper .cta-button .btn.btn-secondary:hover {
  color: #000000;
  background: none;
  outline: 2px solid #000000;
}
.text-block .text-block-wrapper .text-copy {
  margin-top: 24px;
  padding-right: 0;
  line-height: 18px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .text-block .text-block-wrapper .text-copy {
    line-height: 20px;
    letter-spacing: -0.04em;
  }
}
.text-block .text-block-wrapper .text-copy p {
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  .text-block .text-block-wrapper .text-copy p {
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1025px) {
  .text-block .text-block-wrapper .text-copy {
    padding-right: 20%;
  }
}
.text-block .image-block-wrapper {
  position: relative;
  order: -1;
  width: 100%;
}
.text-block .image-block-wrapper img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .text-block .image-block-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.text-block .image-block-wrapper .img-desc {
  color: #FFFFFF;
  background-color: #000000;
  padding: 24px;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .text-block .image-block-wrapper {
    min-width: 40%;
    order: 2;
  }
  .text-block .image-block-wrapper .img-desc {
    padding: 24px 40px;
    font-size: 18px;
    line-height: 20px;
    max-width: 80%;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block .image-block-wrapper {
    min-width: 35%;
    max-width: 35%;
    width: 35%;
  }
}
@media only screen and (min-width: 1025px) {
  .text-block.img-left .image-block-wrapper {
    order: -1;
  }
}
.text-block.center .text-block-wrapper {
  margin: 0 auto;
}
.text-block.dark-mode {
  color: #FFFFFF;
  background-color: #000000;
}
.text-block.dark-mode .cta-button .btn.btn-secondary {
  color: #000000;
  background-color: #FFFFFF;
}
.text-block.dark-mode .cta-button .btn.btn-secondary:hover {
  color: #FF4913;
}
.text-block.light-mode {
  color: #000000;
  background-color: #F1F4F4;
}
.text-block.light-mode .cta-button .btn.btn-secondary {
  color: #FFFFFF;
  background-color: #000000;
}
.text-block.light-mode .cta-button .btn.btn-secondary:hover {
  color: #FF4913;
}
@media only screen and (max-width: 767px) {
  .mobile-less {
    display: flex;
    flex-direction: column;
    max-height: 68px;
    overflow: hidden;
  }
}
.no-copy {
  margin: 0;
}
.no-copy .cta-button {
  margin-top: 24px !important;
}
@media only screen and (min-width: 768px) {
  .no-copy .cta-button {
    margin-top: 48px !important;
  }
}
.see-more-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .see-more-mobile {
    display: block;
  }
}
.read-more-mobile {
  margin: 33px 0 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .read-more-mobile {
    display: block;
  }
}
.read-more-mobile a {
  position: relative;
  display: inline-flex;
  color: #FF4913;
  font-size: 19px;
  line-height: 21px;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
}
.read-more-mobile a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: #FF4913;
}
.text-location-block {
  overflow-x: hidden;
}
.text-location-block .text-block-wrapper {
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.text-location-block .text-block-wrapper .main-title {
  line-height: 34px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .text-location-block .text-block-wrapper .main-title {
    line-height: 40px;
  }
}
.text-location-block .text-block-wrapper .sub-title {
  margin-bottom: 24px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
}
.text-location-block .text-block-wrapper .cta-button {
  margin-top: 24px;
}
.text-location-block .text-block-wrapper .text-copy p {
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  .text-location-block .text-block-wrapper .text-copy p {
    letter-spacing: -0.04em;
  }
}
.text-location-block.left-location {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 24px;
}
@media only screen and (min-width: 768px) {
  .text-location-block.left-location {
    padding: 40px;
  }
}
.text-location-block.left-location .text-block-wrapper {
  padding: 0;
  max-width: 100%;
}
.text-location-block.left-location .text-block-wrapper .main-head {
  display: block;
  text-align: left;
}
.text-location-block.left-location .text-block-wrapper .main-title {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.04em;
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .text-location-block.left-location .text-block-wrapper .main-title {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.text-location-block.left-location .text-block-wrapper .text-locaion {
  width: 100%;
}
.text-location-block.left-location .text-block-wrapper .text-locaion p, .text-location-block.left-location .text-block-wrapper .text-locaion a {
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
}
.text-location-block.left-location .text-block-wrapper .text-locaion p a, .text-location-block.left-location .text-block-wrapper .text-locaion a a {
  color: #FFFFFF;
  text-decoration: underline;
}
.text-location-block.left-location .text-block-wrapper .share-btn {
  display: inline-flex;
  margin-top: 16px;
}
.col-block {
  background: #FFFFFF;
}
.col-block ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .col-block ul {
    flex-direction: column;
    width: 100%;
  }
}
.col-block ul li {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .col-block ul li {
    max-width: 100%;
  }
}
.col-block ul li a {
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 16px;
  background: #FFFFFF;
  min-height: 176px;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .col-block ul li a {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-block ul li a {
    padding: 0 40px 0 80px;
  }
}
.col-block ul li a .arrow-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.col-block ul li a:hover {
  background: #FF4913;
}
.col-block ul li a:hover h4 {
  color: #FFFFFF;
}
.col-block ul li a:hover path {
  fill: #FFFFFF;
}
.col-block ul li a:hover .arrow-icon {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.col-block ul .item-details {
  display: flex;
  align-items: center;
  gap: 36px;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .col-block ul .item-details {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  .col-block ul .item-details {
    gap: 16px;
  }
}
.col-block ul h4 {
  color: #000000;
  line-height: 110%;
}
@media only screen and (min-width: 768px) {
  .col-block ul h4 {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-block ul h4 {
    max-width: 500px;
  }
}
.col-block ul .arrow-icon {
  display: flex;
  justify-content: flex-end;
}
.stats-block {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .stats-block {
    display: block;
  }
}
.stats-block.orange-mode {
  background: #FFFFFF;
}
.stats-block.orange-mode .stats-list-item h2 span {
  color: #FF4913;
}
.stats-block.orange-mode .stats-list-item p {
  color: #000000;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn {
  background: #000000;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn i svg path {
  fill: #FFFFFF;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn:hover {
  background: none;
  outline: 2px solid #000000;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn:hover > .btn-label {
  color: #000000;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn:hover > .icon-arrow path {
  fill: #000000;
}
.stats-block.orange-mode .stats-list-item .item-cta .btn-label {
  color: #FFFFFF;
}
.stats-block.dark-mode {
  background: #000000;
}
.stats-block.dark-mode .stats-list-item h2 {
  color: #FFFFFF;
}
.stats-block.dark-mode .stats-list-item p {
  color: #FFFFFF;
}
.stats-block.dark-mode .stats-list-item .item-cta .btn {
  background: #FFFFFF;
}
.stats-block.dark-mode .stats-list-item .item-cta .btn:hover {
  background: none;
  outline: 2px solid #FFFFFF;
}
.stats-block.dark-mode .stats-list-item .item-cta .btn:hover > .btn-label {
  color: #FFFFFF;
}
.stats-block.dark-mode .stats-list-item .item-cta .btn:hover > .icon-arrow path {
  fill: #FFFFFF;
}
.stats-block.dark-mode .stats-list-item .item-cta .btn-label {
  color: #000000;
}
.stats-block .stats-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .stats-block .stats-list {
    gap: 20px;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .stats-block .stats-list {
    gap: 40px;
    justify-content: space-between;
  }
}
.stats-block .stats-list .stats-list-item {
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .stats-block .stats-list .stats-list-item {
    padding: 40px 24px;
    max-width: calc(33.33% - 27px);
    width: calc(33.33% - 27px);
  }
}
@media only screen and (min-width: 1200px) {
  .stats-block .stats-list .stats-list-item {
    padding: 56px 80px;
  }
}
.stats-block .stats-list .stats-list-item .stats-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .stats-block .stats-list .stats-list-item .stats-content {
    padding: 24px;
    width: 100%;
  }
}
.stats-block .stats-list .stats-list-item h2 span {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #FF4913;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .stats-block .stats-list .stats-list-item h2 span {
    font-size: 80px;
  }
}
.stats-block .stats-list .stats-list-item p {
  line-height: 125%;
  letter-spacing: -0.04em;
  max-width: 95%;
}
.stats-block .stats-list .stats-list-item .item-cta {
  margin-top: auto;
}
.stats-block .stats-list .stats-list-item .item-cta .btn i {
  display: inline-flex;
}
.short-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  min-height: 350px;
  position: relative;
  padding: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .short-banner-container {
    padding: 40px;
    min-height: 430px;
  }
}
@media only screen and (min-width: 1025px) {
  .short-banner-container {
    min-height: 550px;
  }
}
.short-banner-container .content-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .short-banner-container .content-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .short-banner-container .content-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-left: 0;
    padding-right: 0;
  }
}
.short-banner-container h2 {
  line-height: 41px;
}
.short-banner-container h4 {
  padding-top: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .short-banner-container h4 {
    line-height: 28px;
  }
}
.short-banner-container .cta-button {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .short-banner-container .cta-button {
    padding-top: 24px;
  }
}
.short-banner-container.style2 {
  min-height: 300px;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .short-banner-container.style2 {
    padding: 40px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  .short-banner-container.style2 {
    min-height: 400px;
  }
}
.short-banner-container.style2 .cta-button .btn {
  color: #FF4913;
}
.short-banner-container.style2 .cta-button .btn:hover {
  background-color: #F1F4F4;
}
.short-banner-container.style3 {
  min-height: initial;
  padding: 24px;
  background-color: #FF4913;
}
@media only screen and (min-width: 768px) {
  .short-banner-container.style3 {
    padding: 64px 40px;
  }
}
.short-banner-container.style3 h2 {
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .short-banner-container.style3 h2 {
    line-height: 41px;
  }
}
.short-banner-container.style3 .content-container {
  text-align: left;
  margin: initial;
  width: 100%;
  max-width: 100%;
}
.short-banner-container.style4 {
  min-height: initial;
  padding: 24px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .short-banner-container.style4 {
    padding: 64px 40px;
  }
}
.short-banner-container.style4 h2 {
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .short-banner-container.style4 h2 {
    line-height: 41px;
  }
}
.short-banner-container.style4 .content-container {
  text-align: center;
  margin: initial;
  width: 100%;
  max-width: 100%;
}
.brands__slider {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .brands__slider {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 0;
    flex-direction: column;
  }
}
.brands__slider-wrapper.slick-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .brands__slider-wrapper.slick-slider {
    width: 100%;
    margin-top: 27px;
  }
}
.brands__slider-wrapper .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .brands__slider-wrapper .slick-slide {
    padding: 0 30px;
    min-height: 98px;
  }
}
@media only screen and (min-width: 1025px) {
  .brands__slider-wrapper .slick-slide {
    padding: 0 55px;
  }
}
.brands__slider-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 2px 5px 0;
}
@media only screen and (max-width: 1024px) {
  .brands__slider-nav {
    flex-direction: row;
    padding: 16px 0 0 0;
    gap: 18px;
    justify-content: space-between;
    width: 100%;
  }
}
.brands__slider-nav .slider-title {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F1F4F4;
}
@media only screen and (min-width: 1025px) {
  .brands__slider-nav .slider-title {
    font-size: 18px;
  }
}
.brands__slider-nav .slider-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 3px;
}
@media only screen and (min-width: 1025px) {
  .brands__slider-nav .slider-nav {
    position: relative;
    top: 12px;
    left: 12px;
    gap: 61px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .brands__slider-nav .slider-nav .next-arrow {
    position: relative;
    right: 32px;
  }
}
.brands__slider-nav .slider-nav .slick-arrow {
  cursor: pointer;
}
.brands__slider-nav .slider-nav .slick-arrow:hover svg {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.brands__slider-nav .slider-paging-number {
  list-style: none;
  padding: 0;
  position: relative;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .brands__slider-nav .slider-paging-number {
    width: auto;
  }
}
.brands__slider-nav .slider-paging-number li {
  display: none;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: pre;
}
@media only screen and (min-width: 1025px) {
  .brands__slider-nav .slider-paging-number li {
    width: 70px;
    font-size: 16px;
  }
}
.brands__slider-nav .slider-paging-number li.slick-active {
  display: inline-block;
}
.brands__slider-nav .slider-paging-number li button {
  background: none;
  border: none;
}
.light-theme {
  background-color: #FFFFFF;
}
.light-theme .slider-title {
  color: #000000;
}
.light-theme .slick-arrow path {
  fill: #000000;
}
.light-theme .slider-paging-number li {
  color: #000000;
}
.social-tiles-block {
  padding-top: 40px;
  background-color: #000000;
}
.social-tiles-block .social-tiles-title {
  margin-bottom: 24px;
  text-align: center;
  color: #FFFFFF;
}
.col-image-text {
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .col-image-text {
    flex-direction: column;
  }
}
.col-image-text img {
  max-width: 100%;
  display: block;
}
.col-image-text .image-text-list-img {
  background-color: #000000;
  flex-grow: 1;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .col-image-text .image-text-list-img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 576px) {
  .col-image-text .image-text-list-img.right-align {
    order: 1;
  }
}
.col-image-text .image-text-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.col-image-text .image-text-item-block {
  flex-grow: 1;
  width: 100%;
  padding: 40px 24px;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .col-image-text .image-text-item-block {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-image-text .image-text-item-block {
    padding: 80px;
  }
}
.col-image-text .without-logo {
  padding: 40px 24px;
}
@media only screen and (min-width: 576px) {
  .col-image-text .without-logo {
    max-width: 50%;
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-image-text .without-logo {
    padding: 80px;
  }
}
.col-image-text .without-logo .item-details {
  gap: 16px;
}
.col-image-text h2 {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
  width: 100%;
}
.col-image-text h3 {
  width: 100%;
  margin-bottom: 18px;
}
.col-image-text .item-description {
  letter-spacing: -0.04em;
}
.col-image-text .item-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.col-image-text .without-logo p {
  margin: 0 0 24px 0;
}
.col-image-text .without-logo p:last-child {
  margin-bottom: 0;
}
.col-image-text .item-cta {
  margin-top: auto;
  width: max-content;
  line-height: 1.2;
}
.col-image-text .item-cta .btn-label {
  color: #000000;
}
.col-image-text .item-cta .btn {
  background: #FFFFFF;
}
.col-image-text .item-cta .btn:hover {
  background: none;
  outline: 2px solid #FFFFFF;
}
.col-image-text .item-cta .btn:hover > .btn-label {
  color: #FFFFFF;
}
.col-image-text .item-cta .btn:hover > .icon-arrow path {
  fill: #FFFFFF;
}
.col-image-text .item-cta .btn i {
  display: inline-flex;
}
.col-image-text .item-cta.item-arrow-tilted .btn i {
  transform: rotate(-45deg);
}
.col-image-text.light-theme {
  background-color: #FFFFFF;
  color: #000000;
}
.col-image-text.light-theme .with-image .item-cta .btn {
  outline: 2px solid #000000;
}
.col-image-text.light-theme .with-image .item-cta .btn:hover {
  background: #000000;
}
.col-image-text.light-theme .stack .item-cta {
  min-height: 44px;
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  transition: 0.3s all;
}
.col-image-text.light-theme .stack .item-cta:hover {
  background: none;
  outline: 2px solid #FFFFFF;
  color: #000000;
}
.col-image-text.default .stack .item-cta {
  min-height: 44px;
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
  transition: 0.3s all;
}
.col-image-text.default .stack .item-cta:hover {
  background: none;
  outline: 2px solid #000000;
  color: #FFFFFF;
}
.col-image-text .stack {
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .col-image-text .stack.image-text-item-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.col-image-text .stack .item-details {
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .col-image-text .stack .item-details {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .col-image-text .stack .item-details {
    gap: 246px;
  }
}
.col-image-text .stack .item-details h2 {
  width: 100%;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1025px) {
  .col-image-text .stack .item-details h2 {
    max-width: 50%;
    flex-grow: 1;
    letter-spacing: 0.05em;
  }
}
.entertainment-page.col-image-text .stack .item-details h2 {
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .entertainment-page.col-image-text .stack .item-details h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1025px) {
  .entertainment-page.col-image-text .stack .item-details h2 {
    font-size: 55px;
  }
}
.col-image-text .stack .item-details .item-description {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-image-text .stack .item-details .item-description {
    max-width: 50%;
    flex-grow: 1;
  }
}
.col-image-text .stack .item-details p {
  line-height: 1.25;
  margin: 0 0 24px 0;
}
.col-image-text.bottom-align {
  align-items: flex-end;
}
.col-image-text.more_mobile_padding .image-text-item-block {
  padding: 40px 24px;
}
@media only screen and (min-width: 1025px) {
  .col-image-text.more_mobile_padding .image-text-item-block {
    padding: 80px;
  }
}
.col-image-text.more_mobile_padding .item-description p:last-child {
  margin-bottom: 0;
}
.contact-works-items {
  padding: 12px 24px;
  background-color: #000000;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .contact-works-items {
    padding: 20px 40px;
  }
}
.contact-works-items a {
  color: #FFFFFF;
  padding-right: 108px;
}
@media only screen and (min-width: 1025px) {
  .contact-works-items a {
    padding-right: 142px;
  }
}
.contact-works-items .col-image-text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-works-items .contact-work-item {
  border: 1px solid #FFFFFF;
  padding: 24px;
  margin: 12px 0;
  min-height: 237px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  position: relative;
}
.contact-works-items .contact-work-item > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (min-width: 1025px) {
  .contact-works-items .contact-work-item {
    padding: 40px;
    margin: 20px 0;
    width: calc(50% - 20px);
    min-height: 325px;
  }
}
.contact-works-items .contact-work-bottom {
  margin-top: auto;
}
.contact-works-items .image-text-list-img {
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  padding: 5px;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .contact-works-items .image-text-list-img {
    width: 130px;
    height: 130px;
    padding: 10px;
    bottom: 40px;
    right: 40px;
  }
}
.contact-works-items .image-text-list-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.contact-works-items .year {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .contact-works-items .year {
    font-size: 28px;
    line-height: 31px;
  }
}
.contact-works-items .amount {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .contact-works-items .amount {
    font-size: 48px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-works-items .amount {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 16px;
  }
}
.contact-works-items .title-text {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .contact-works-items .title-text {
    font-size: 36px;
  }
}
.contact-works-items.light-theme {
  background-color: #FFFFFF;
  color: #000000;
}
.contact-works-items.light-theme a {
  color: #000000;
}
.contact-works-items.light-theme .contact-work-item, .contact-works-items.light-theme .image-text-list-img {
  border-color: #000000;
}
.col-text-image-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .col-text-image-items {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-text-image-items .col-text-image-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.col-text-image-items .col-text-image-item:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .col-text-image-items .col-text-image-item {
    width: calc(50% - 12px);
  }
}
.col-text-image-items .col-text-img {
  overflow: hidden;
  flex: auto;
}
.col-text-image-items .col-text-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.col-text-image-items .title-text, .col-text-image-items .col-arrow {
  color: #000000;
}
.col-text-image .title-text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.col-text-image .btn-underline {
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  margin-top: 29px;
}
.col-text-image .btn-underline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.col-text-image.dark-theme {
  background-color: #000000;
}
.col-text-image.dark-theme .title-text {
  color: #FFFFFF;
}
.col-text-image.dark-theme .col-arrow {
  color: #FFFFFF;
}
.col-text-content {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .col-text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.featured-carousele-item a.carousele-item-info:hover .carousele-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.video-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 502px;
  padding: 24px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .video-block {
    height: 500px;
    padding: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .video-block {
    height: 700px;
  }
}
.video-block .content-container {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: initial;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .video-block .content-container {
    padding: 0 40px;
    top: 40px;
  }
}
.video-block .content-container p {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .video-block .content-container p {
    line-height: 22px;
  }
}
.video-block .video-content {
  background-color: #000000;
  padding: 16px;
  color: #FFFFFF;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .video-block .video-content {
    display: inline-block;
    max-width: 442px;
  }
}
.video-block .main-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .video-block .main-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.video-block .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-block .btn-play svg {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .video-block .btn-play svg {
    width: 100px;
    height: 100px;
    left: 40px;
    bottom: 40px;
  }
}
.video-block .btn-play svg:hover path:last-of-type {
  fill: #000000;
}
.video-embed {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: initial !important;
}
.vimeo-video-embed {
  display: none;
}
@supports (position: sticky) {
  .new-video-block [poster] {
    object-fit: cover;
  }
}
.new-video-block, .wp-block-video {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.new-video-block[controls], .wp-block-video[controls] {
  cursor: pointer;
}
.new-video-block .play-icon, .wp-block-video .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.new-video-block .play-icon svg, .wp-block-video .play-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
}
@media only screen and (min-width: 768px) {
  .new-video-block .play-icon svg, .wp-block-video .play-icon svg {
    width: 161px;
    max-height: 16vh;
  }
}
.new-video-block .play-icon.playing, .wp-block-video .play-icon.playing {
  display: none;
}
.new-video-block video, .wp-block-video video {
  max-width: 100%;
  display: block;
  width: auto;
  max-height: calc(100vh - 200px);
  margin: 0 auto;
}
.new-video-content.constrain {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .new-video-content.constrain {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.new-video-content h3 {
  margin-bottom: 24px;
}
.new-video-content .video-text {
  max-width: 1065px;
}
.new-video-content .video-text p:not(:last-child) {
  margin-bottom: 24px;
}
.new-video-content .video-button {
  margin-top: 24px;
}
.new-video-content .btn-primary {
  color: #FFFFFF;
  background-color: #000000;
}
.new-video-content .btn-primary:hover {
  color: #000000;
  background: none;
  outline: 2px solid #000000;
}
.new-video-block.style-mode::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(50% - 15px);
  z-index: -1;
}
.new-video-block.style-dark-mode::after {
  background-color: #000000;
}
.new-video-block.style-light-mode::after {
  background-color: #F1F4F4;
}
.new-video-block.style-orange-mode::after {
  background-color: #FF4913;
}
.new-video-inner.ratio-16-9 {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  position: relative;
}
.new-video-inner.ratio-16-9 video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.row-video-block {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .row-video-block {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .row-video-block {
    gap: 40px;
  }
}
.row-video-inner {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .row-video-inner {
    max-width: calc(33% - 24px);
  }
}
.row-video-inner[controls] {
  cursor: pointer;
}
.row-video-inner .play-icon {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row-video-inner .play-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .row-video-inner .play-icon svg {
    width: 160px;
    max-height: 90px;
  }
}
.row-video-inner .play-icon.playing {
  display: none;
}
.row-video-inner video {
  max-width: 100%;
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 100px);
  cursor: pointer;
}
.heavy-content-block {
  overflow: hidden;
}
.heavy-content-block .heavy-content-item {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item {
    flex-wrap: nowrap;
  }
}
.heavy-content-block .heavy-content-item .heavy-content-image {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item .heavy-content-image {
    flex: 0 0 40%;
    max-width: 40%;
    min-height: 500px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .heavy-content-block .heavy-content-item .heavy-content-image {
    min-height: 550px;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.heavy-content-block .heavy-content-item .heavy-content-image .img-desc {
  color: #FFFFFF;
  background-color: #000000;
  padding: 24px;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item .heavy-content-image .img-desc {
    padding: 24px 40px;
    font-size: 18px;
    line-height: 20px;
    max-width: 80%;
    letter-spacing: -0.04em;
  }
}
.heavy-content-block .heavy-content-item .heavy-content-details {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item .heavy-content-details {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 80px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .heavy-content-block .heavy-content-item .heavy-content-details {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.heavy-content-block .heavy-content-item .details-wrapper {
  width: 100%;
}
.heavy-content-block .heavy-content-item .details-wrapper h3 {
  font-size: 36px;
  line-height: 40px;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .heavy-content-block .heavy-content-item .details-wrapper h3 {
    font-size: 56px;
    line-height: 62px;
  }
}
.heavy-content-block .heavy-content-item .details-wrapper .sub-title {
  font-size: 24px;
  line-height: 1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .heavy-content-block .heavy-content-item .details-wrapper .sub-title {
    font-size: 36px;
    line-height: 1;
    font-family: "Gotham-Book", Helvetica, sans-serif;
    font-weight: 400;
  }
}
.heavy-content-block .heavy-content-item .details-wrapper h3, .heavy-content-block .heavy-content-item .details-wrapper .item-description, .heavy-content-block .heavy-content-item .details-wrapper .sub-title {
  margin-bottom: 24px;
}
.heavy-content-block .heavy-content-item .details-wrapper .item-description p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .heavy-content-block .heavy-content-item .details-wrapper .item-description p {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item.image-right-align .heavy-content-image {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .heavy-content-block .heavy-content-item.image-right-align .heavy-content-details {
    order: 1;
    padding: 24px 24px 24px 40px;
  }
}
.heavy-content-block .heavy-content-item .btn.btn-outlined {
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
}
.heavy-content-block .heavy-content-item .btn.btn-outlined:hover {
  color: #FF4913;
}
.heavy-content-block.long-img {
  padding: 40px;
}
.heavy-content-block.long-img .heavy-content-item .heavy-content-image {
  flex: 0 0 66%;
  max-width: 66%;
}
.heavy-content-block.long-img .heavy-content-item .heavy-content-details {
  flex: 0 0 34%;
  max-width: 34%;
  padding-right: 0;
}
.heavy-content-block.long-img .heavy-content-item.image-right-align .heavy-content-details {
  padding: 24px 24px 24px 0;
}
.heavy-content-block.gray-mode {
  background-color: #F1F4F4;
}
.heavy-content-block.gray-mode .details-wrapper h3, .heavy-content-block.gray-mode .details-wrapper p {
  color: #000000;
}
.heavy-content-block.dark-mode {
  background-color: #000000;
}
.heavy-content-block.dark-mode .details-wrapper h3, .heavy-content-block.dark-mode .details-wrapper p {
  color: #FFFFFF;
}
.heavy-content-block.dark-mode .btn.btn-outlined {
  color: #000000;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.heavy-content-block.dark-mode .btn.btn-outlined:hover {
  color: #FF4913;
}
.follow-us-block {
  background-color: #000000;
  padding: 80px 24px 75px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .follow-us-block {
    padding: 40px 40px 40px;
  }
}
.follow-us-block .follow-us-title {
  text-align: center;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-us-title {
    margin-bottom: 24px;
  }
}
.follow-us-block .follow-us-title h2 {
  line-height: 40px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-us-title h2 {
    letter-spacing: -0.04em;
  }
}
.follow-us-block .follow-social-title {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 24px 0;
  letter-spacing: -0.04em;
  word-break: break-all;
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .follow-social-title {
    font-family: "Gotham-Medium", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-right: 18px;
  }
}
.follow-us-block .follow-social-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .follow-social-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.follow-us-block .follow-social {
  margin: 0 -24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-social {
    margin: 0 -40px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .follow-social {
    justify-content: center;
  }
}
.follow-us-block .follow-social .slick-arrow {
  top: initial;
  transform: unset;
  bottom: -60px;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-social .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    bottom: initial;
  }
}
.follow-us-block .follow-social .slick-prev {
  left: 0;
}
.follow-us-block .follow-social .slick-next {
  right: 0;
}
.follow-us-block .follow-social .slick-dots {
  padding-top: 12px;
}
.follow-us-block .follow-social .slick-dots li button {
  background-color: #FFFFFF;
}
.follow-us-block .follow-social.slick-dotted.slick-slider {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-social.slick-dotted.slick-slider {
    margin-bottom: 35px;
    padding: 0 60px;
  }
}
.follow-us-block .follow-social.slick-dotted.slick-slider .slick-dots {
  top: 106%;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-social.slick-dotted.slick-slider .slick-dots {
    top: 97%;
  }
}
.follow-us-block .see-all-social, .follow-us-block .hide-all-social {
  padding: 0 24px;
  cursor: pointer;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 24px;
  line-height: 20px;
  padding-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .see-all-social, .follow-us-block .hide-all-social {
    display: none !important;
  }
}
.follow-us-block .see-all-social.hide-see-all {
  display: none;
}
.follow-us-block .desktop-show-hide-social {
  display: none;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-decoration: underline;
  width: 100%;
  padding: 16px 40px 0;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .desktop-show-hide-social {
    display: block;
  }
}
.follow-us-block .desktop-show-hide-social.hide-see-all {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .desktop-show-hide-social {
    text-align: left;
  }
}
.follow-us-block .hide-all-social, .follow-us-block .desktop-hide-all-social {
  display: none;
  order: 1;
}
.follow-us-block .hide-all-social.show-hidden-div, .follow-us-block .desktop-hide-all-social.show-hidden-div {
  display: none;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .hide-all-social.show-hidden-div, .follow-us-block .desktop-hide-all-social.show-hidden-div {
    display: block;
  }
}
.follow-us-block .hide-all-social.show-hidden-div {
  display: block;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .hide-all-social.show-hidden-div {
    display: none;
  }
}
.follow-us-block .follow-social-item {
  box-sizing: border-box;
  padding: 0 24px;
  margin-bottom: 5px;
  text-align: center;
}
.follow-us-block .follow-social-item.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .follow-us-block .follow-social-item {
    padding: 0 40px;
    width: 50%;
  }
  .follow-us-block .follow-social-item.hide-mobile {
    display: block;
  }
  .follow-us-block .follow-social-item.hide-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .follow-social-item {
    text-align: left;
  }
}
.follow-us-block .follow-social-item .social-media-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .follow-us-block .follow-social-item .social-media-items {
    justify-content: flex-start;
  }
}
.follow-us-block .follow-social-item .social-media-items li {
  padding: 6px;
  line-height: 1px;
}
.follow-us-block .follow-social-item .social-media-items li a {
  display: inline-flex;
  color: #2A2A2A;
}
.follow-us-block .follow-social-item .social-media-items li a:hover {
  transform: scale(1.05);
}
.follow-us-block .follow-social-item .social-media-items li svg {
  height: 44px;
  width: 44px;
}
.icon-list-block {
  padding: 40px 18px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .icon-list-block {
    padding: 40px 32px;
  }
}
.icon-list-block .text-icon-list {
  display: flex;
  flex-wrap: wrap;
}
.icon-list-block .text-icon-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  min-height: 160px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .icon-list-block .text-icon-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: 274px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .icon-list-block .text-icon-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.icon-list-block .text-icon-item .text-icon-wrapper {
  display: inline-block;
  color: #FFFFFF;
  padding: 24px 14px 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .icon-list-block .text-icon-item .text-icon-wrapper {
    padding: 20px;
    height: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .icon-list-block .text-icon-item .text-icon-wrapper {
    padding: 40px;
  }
}
.icon-list-block .text-icon-item .item-icon {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .icon-list-block .text-icon-item .item-icon {
    margin-bottom: 26px;
  }
}
.icon-list-block .text-icon-item h4 {
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
@media only screen and (min-width: 576px) {
  .icon-list-block .text-icon-item h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.tabs-block {
  text-align: left;
  background-color: #F1F4F4;
}
.tabs-block.white-background {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .tabs-block.right-align {
    text-align: left;
  }
}
.tabs-block .tabs-block-wrapper {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .tabs-block .tabs-block-wrapper {
    padding: 40px;
  }
}
.wp-block .acf-block-preview .tabs-block {
  color: #000000;
}
.tab-list-wrapper {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .tab-list-wrapper {
    margin-bottom: 40px;
  }
}
.tab-list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tab-list {
    display: flex;
  }
}
.tab-list .slick-arrow {
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tab-list .slick-arrow[aria-disabled="true"] {
  opacity: 0;
  visibility: hidden;
}
.tab-list .slick-arrow.slick-prev {
  left: -40px;
}
.tab-list .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}
.tab-list .slick-arrow.slick-next {
  right: -40px;
}
.tab-list .tab-item {
  cursor: pointer;
  font-size: 19px;
  line-height: 17px;
  letter-spacing: 0.04em;
  padding: 24px;
  white-space: nowrap;
  border: 1px solid #000000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  margin-left: -1px;
}
.tab-list .tab-item:first-child {
  margin-left: 0;
}
.tab-list .tab-item.active-item, .tab-list .tab-item:hover {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.tab-list .slick-slide {
  margin-left: -1px;
}
.tab-list .slick-slide:first-child {
  margin-left: 0;
}
.tab-list .slick-slide .tab-item {
  margin-left: 0;
}
.tab-list.responsive-tabs .dropdown-arrow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tab-list.responsive-tabs {
    position: relative;
    display: block;
  }
  .tab-list.responsive-tabs .tab-item {
    padding-right: 50px;
    width: 100%;
    display: none;
    border: 0;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0;
  }
  .tab-list.responsive-tabs .tab-item.active-item {
    font-family: "Gotham-Medium", Helvetica, sans-serif;
    display: block;
  }
  .tab-list.responsive-tabs .tab-item:not(.active-item):hover {
    opacity: 0.8;
  }
  .tab-list.responsive-tabs .dropdown-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
  }
  .tab-list.responsive-tabs.open .tab-item {
    display: block;
  }
  .tab-list.responsive-tabs.open .dropdown-arrow {
    transform: rotate(-135deg);
  }
}
.wp-block .tab-list {
  margin: 0 auto;
}
.tab-details {
  display: none;
  overflow: hidden;
}
.tab-details .details-wrapper {
  max-width: 100%;
}
.tab-details .details-wrapper table, .tab-details .details-wrapper tbody, .tab-details .details-wrapper tr, .tab-details .details-wrapper td {
  max-width: 100%;
  min-width: unset;
}
.tab-details.active-tab {
  display: block;
}
.tab-details .main-title {
  margin-bottom: 24px;
  max-width: 900px;
}
.tab-details .sub-title {
  margin-bottom: 24px;
  max-width: 900px;
}
.tab-details .detail-content {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  .tab-details .detail-content {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.04em;
  }
}
.tab-details .btn-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tab-details .btn-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.tab-details .btn-wrapper .btn {
  display: inline-flex;
  margin: 0 0 16px;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .tab-details .btn-wrapper .btn {
    margin: 0 12px;
    width: auto;
    line-height: 20px;
  }
}
.tab-details .btn-wrapper .btn-link {
  color: #000000;
  text-decoration: underline;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .tab-details .btn-wrapper .btn-link {
    margin-bottom: 0;
  }
}
.tab-details .btn-wrapper .btn-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tabs-block.right-align .tab-list-wrapper {
    margin: 0 0 40px;
  }
}
.tabs-block.right-align .tab-list {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .tabs-block.right-align .tab-list {
    margin: 0;
  }
}
.tabs-block.right-align .tab-details .btn-wrapper {
  justify-content: flex-start;
}
.icon-list-block.tab-details .text-icon-wrapper {
  pointer-events: none;
}
.tab-content-item {
  display: flex;
  flex-wrap: wrap;
}
.tab-content-item .tab-content-image {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1025px) {
  .tab-content-item .tab-content-image {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 400px;
    height: 36vw;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-content-item .tab-content-image {
    min-height: 450px;
  }
}
.tab-content-item .tab-content-details {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0 0;
}
@media only screen and (min-width: 1025px) {
  .tab-content-item.tab-with-img .tab-content-details {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-content-item.image-right-align .tab-content-image {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-content-item.image-right-align .tab-content-details {
    order: 1;
    padding-right: 40px;
  }
}
.testimonial-block {
  padding: 40px 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .testimonial-block {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-block {
    padding: 120px 40px;
  }
}
.testimonial-block .featured-testimonial-info {
  max-width: 1130px;
  margin: 0 auto;
}
.testimonial-block .testimonial-name {
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .testimonial-block .testimonial-name {
    font-size: 18px;
  }
}
.testimonial-block .testimonial-descriptor {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .testimonial-block .testimonial-descriptor {
    font-size: 18px;
  }
}
.testimonial-block .testimonial-quote {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 18px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .testimonial-block .testimonial-quote {
    line-height: 40px;
  }
}
.testimonial-block .testimonial-svg {
  width: 51px;
  height: 36px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) {
  .testimonial-block .testimonial-svg {
    width: 90px;
    height: auto;
    margin-bottom: 24px;
  }
}
.our-work-module {
  background-color: #F1F4F4;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .our-work-module {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .our-work-module {
    padding-bottom: 80px;
  }
}
.our-work-module .title-head {
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .our-work-module .title-head {
    margin-bottom: 40px;
  }
}
.our-work-module .main-title {
  margin-bottom: 8px;
}
.our-work-module .main-title h2 {
  line-height: 34px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .our-work-module .main-title h2 {
    line-height: 41px;
  }
}
.our-work-module .intro-text {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .our-work-module .intro-text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
}
.our-work-module .our-work-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media only screen and (min-width: 576px) {
  .our-work-module .our-work-wrapper {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .our-work-module .our-work-wrapper {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .our-work-module .our-work-wrapper {
    padding: 0;
  }
}
.our-work-module .our-work-image {
  position: relative;
  min-height: 60vw;
}
@media only screen and (min-width: 576px) {
  .our-work-module .our-work-image {
    min-height: 21vw;
  }
}
@media only screen and (min-width: 1025px) {
  .our-work-module .our-work-image {
    min-height: 21vw;
  }
}
.our-work-module .our-work-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000000;
}
.our-work-module .our-work-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-work-wrapper .see-all-our-work {
  display: none;
  width: 100%;
  text-align: center;
  padding: 28px 0 8px 0;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}
.our-work-wrapper .see-all-our-work span {
  display: inline-block;
  border-bottom: 1px solid #000000;
}
.our-work-wrapper .see-all-our-work.hide-see-all {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .our-work-wrapper .see-all-our-work {
    padding: 28px 0;
  }
}
.our-work-wrapper .see-all-our-work-mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .our-work-wrapper .see-all-our-work-desktop {
    display: block;
  }
  .our-work-wrapper .see-all-our-work-mobile {
    display: none;
  }
}
.our-work-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 576px) {
  .our-work-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .our-work-item {
    padding: 40px 20px 24px;
  }
  .our-work-item.hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .our-work-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .our-work-item.hide-mobile {
    display: block;
  }
  .our-work-item.hide-desktop {
    display: none;
  }
}
.our-work-item .our-work-info {
  margin-top: 24px;
}
.our-work-item .our-work-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.our-work-item .our-work-details.op-20 .our-work-image::after {
  opacity: 0.2;
}
.our-work-item .our-work-details.op-40 .our-work-image::after {
  opacity: 0.4;
}
.our-work-item .our-work-details.op-60 .our-work-image::after {
  opacity: 0.6;
}
.our-work-item .our-work-details.op-80 .our-work-image::after {
  opacity: 0.8;
}
.our-work-item .our-work-details:hover .work-title {
  color: #FF4913;
}
.our-work-item .our-work-details .work-title {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .our-work-item .our-work-details .work-title {
    font-size: 32px;
    line-height: 27px;
  }
}
.our-work-item .our-work-details .btn {
  z-index: 2;
  position: relative;
}
.our-work-item .our-work-details .excerpt-copy {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 8px;
}
.our-work-mobile-cta {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .our-work-mobile-cta {
    display: none;
  }
}
.contact-form-block {
  background-color: #000000;
  color: #FFFFFF;
}
.contact-form-block .contact-form-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .contact-form-block .contact-form-wrapper {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.contact-form-block .contact-form-info {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form-block .contact-form-info {
    padding-top: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
  }
}
.contact-form-block .contact-form-title {
  margin-bottom: 40px;
}
.contact-form {
  max-width: 811px;
}
.contact-form .gform_heading {
  display: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  line-height: 13px;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 11px;
  color: #FFFFFF !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  color: #FFFFFF;
}
.contact-form .gform_wrapper.gravity-theme .gfield input, .contact-form .gform_wrapper.gravity-theme .gfield select, .contact-form .gform_wrapper.gravity-theme .gfield textarea {
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 16px !important;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  padding: 14px !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield select option {
  color: #000000;
}
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 144px;
}
.contact-form .gform_wrapper.gravity-theme .ginput_complex span {
  margin-bottom: 0;
}
.contact-form .gform_wrapper.gravity-theme .gfield--width-full {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact-form .gform_wrapper.gravity-theme .gfield--width-full {
    margin-bottom: 10px;
  }
}
.contact-form .gform_wrapper.gravity-theme form .gform_footer .gform_button {
  font-size: 16px;
  line-height: 1 !important;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  padding: 14px 24px;
  border-radius: 40px;
  letter-spacing: -0.04em;
  cursor: pointer;
  color: #000000;
  background-color: #FFFFFF;
  margin-bottom: 0;
  -webkit-appearance: none;
}
.contact-form .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
  background: none;
  outline: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.contact-form .gform_wrapper.gravity-theme .gfield_error label .gfield_required {
  color: #FFFFFF;
}
.contact-form .gform_wrapper.gravity-theme .gfield_html_formatted {
  font-size: 16px;
  line-height: 1;
}
.contact-form .gform_wrapper.gravity-theme form .gform_footer {
  padding: 14px 0 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .contact-form .gform_wrapper.gravity-theme form .gform_footer {
    padding: 26px 0 0;
  }
}
.contact-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding: 0;
}
.contact-form .gform_wrapper.gravity-theme .gform_confirmation_message {
  text-align: center;
  padding: 40px 0;
}
.gravity-communications legend {
  visibility: hidden;
  height: 0;
}
.gravity-communications label {
  color: #FFFFFF !important;
  max-width: 100% !important;
  font-size: 12px !important;
  line-height: 1.2;
  padding-left: 30px;
}
.gravity-communications label::before {
  border-color: #FFFFFF;
  height: 14px;
  width: 14px;
}
.gravity-communications label::after {
  left: 8px;
  width: 4px;
  height: 7px;
}
.gravity-communications input:checked ~ label::after, .gravity-communications input:checked ~ label::before {
  border-color: #FFFFFF;
}
.gravity-communications .gfield_description {
  color: #FFFFFF;
  font-size: 12px !important;
  line-height: 1.3 !important;
  padding-right: 5px;
}
.gravity-communications .gfield_description a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .contact-form .gravity-communications .gfield_description {
    width: 103% !important;
  }
}
.newsletter-banner .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
}
.newsletter-banner .gravity-communications {
  display: flex !important;
  flex-direction: column;
  gap: 19px;
}
.newsletter-banner .gravity-communications input:checked ~ label::before {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect y="0.5" width="18" height="18" rx="2" fill="black"/%3E%3Cpath d="M4.5 10.0625L9 12.875L13.5 5" stroke="white" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  border: 0;
  background-repeat: no-repeat;
  height: 21px;
  width: 19px;
  box-shadow: none;
}
.newsletter-banner .gravity-communications label {
  color: #000000 !important;
  font-size: 14px !important;
  line-height: 1.25;
  padding-left: 29px;
  font-weight: 500;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}
.newsletter-banner .gravity-communications label::before {
  border: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.5" y="1" width="17" height="17" rx="1.5" stroke="black"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  height: 21px;
  width: 19px;
}
.newsletter-banner .gravity-communications label::after {
  display: none !important;
}
.newsletter-banner .gravity-communications .gfield_description {
  color: #000000;
  font-size: 12px !important;
  line-height: 1.25 !important;
  padding-top: 0 !important;
}
.newsletter-banner .gravity-communications .gfield_description a {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  color: #000000;
}
.gravity-confirmations {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gravity-confirmations .gravity-confirmations-message {
  font-size: 16px;
  border-radius: 80px;
  padding-right: 50px;
  padding-left: 16px;
  font-weight: 500;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml,%3Csvg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="38" height="38" rx="19" fill="%23FF4913"/%3E%3Cpath d="M15.5052 28.7242C15.2833 28.7235 15.0639 28.6771 14.8606 28.588C14.6574 28.4989 14.4746 28.369 14.3237 28.2063L6.45822 19.8391C6.1642 19.5257 6.00669 19.1084 6.02035 18.6789C6.03401 18.2495 6.21771 17.843 6.53105 17.549C6.84439 17.255 7.2617 17.0975 7.69117 17.1111C8.12064 17.1248 8.52709 17.3085 8.82112 17.6218L15.489 24.7267L29.0999 9.83723C29.238 9.66523 29.4099 9.52328 29.6048 9.42011C29.7998 9.31693 30.0138 9.2547 30.2338 9.23725C30.4537 9.2198 30.6748 9.24749 30.8836 9.31861C31.0924 9.38974 31.2845 9.50281 31.448 9.65087C31.6116 9.79893 31.7431 9.97885 31.8346 10.1796C31.926 10.3803 31.9755 10.5977 31.9799 10.8182C31.9843 11.0388 31.9436 11.2579 31.8602 11.4621C31.7769 11.6664 31.6526 11.8514 31.4952 12.0059L16.7028 28.1901C16.5533 28.3558 16.3712 28.4887 16.1679 28.5806C15.9646 28.6725 15.7445 28.7214 15.5214 28.7242H15.5052Z" fill="white"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: right 6px center;
  color: #000000;
  height: 48px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.gravity-confirmations .gravity-confirmations-label {
  color: #000000;
  font-size: 14px;
  line-height: 1.25;
  padding-left: 29px;
  font-weight: 500;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect y="0.5" width="18" height="18" rx="2" fill="black"/%3E%3Cpath d="M4.5 10.0625L9 12.875L13.5 5" stroke="white" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E%0A');
  background-position: left center;
  background-repeat: no-repeat;
}
.gravity-confirmations .gravity-confirmations-info {
  color: #000000;
  font-size: 12px;
  line-height: 1.25;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .gravity-confirmations .gravity-confirmations-info {
    padding-right: 5px;
  }
}
.gravity-confirmations .gravity-confirmations-info a {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
}
.gravity-confirmations br {
  display: none;
}
.gf-referral-url {
  display: none;
}
.list-block {
  background-color: #FFFFFF;
  color: #000000;
  padding-bottom: 24px;
}
.list-block .hide {
  display: none;
}
@media only screen and (max-width: 575px) {
  .list-block .mob-hidden {
    display: none;
  }
}
.list-block .list-wrapper .section-title h2 {
  padding-bottom: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper .section-title h2 {
    line-height: 40px;
    padding-bottom: 48px;
  }
}
.list-block .list-wrapper .list-hidden-block-title {
  padding-bottom: 10px;
}
.list-block .list-wrapper .list-hidden-block-descriptor {
  padding-top: 14px;
}
@media only screen and (min-width: 576px) {
  .list-block .list-wrapper .featured-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.list-block .list-wrapper .featured-list .featured-list-item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  background: #F1F4F4;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 576px) {
  .list-block .list-wrapper .featured-list .featured-list-item {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper .featured-list .featured-list-item {
    flex: 0 0 calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper .featured-list .featured-list-item .list-title {
    font-size: 24px;
  }
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title > a {
  color: #000000;
  display: flex;
  position: relative;
  height: 100%;
  word-break: break-word;
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title > a[target] svg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title > a svg {
  min-width: 44px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title > a:hover {
  text-decoration: none;
}
.list-block .list-wrapper .featured-list .featured-list-item .list-title > a:hover svg {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.list-block .list-wrapper .featured-list .featured-list-item .featured-list-item p {
  font-size: 21px;
  line-height: 23px;
}
.list-block .list-wrapper .featured-list .list-show-more-button {
  display: none;
  padding: 13px 0;
  line-height: 1;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.list-block .list-wrapper .featured-list .list-show-more-button.hide-see-all {
  display: none !important;
}
.list-block .list-wrapper .featured-list.normal-list {
  padding-bottom: 24px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper .featured-list.normal-list {
    column-count: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper .featured-list.normal-list {
    padding-bottom: 80px;
    column-count: 3;
  }
}
.list-block .list-wrapper .featured-list.normal-list .featured-list-item {
  margin-bottom: 16px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 0;
}
.list-block .list-wrapper .featured-list.normal-list .featured-list-item .list-title {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper .featured-list.normal-list .featured-list-item .list-title {
    font-size: 24px;
  }
}
.list-block .list-wrapper .featured-list.normal-list .featured-list-item .list-title > a:hover {
  color: #FF4913;
}
.list-block .list-wrapper .featured-list.normal-list .list-show-more-button {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper .featured-list.normal-list .list-show-more-button {
    display: none;
  }
}
.list-block .list-wrapper.contain-img {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img {
    flex-direction: row;
  }
}
.list-block .list-wrapper.contain-img .featured-list {
  display: block;
  padding: 40px 32px 80px;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 32px;
  }
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item {
  max-width: 100%;
  flex: 0 0 100%;
  padding-bottom: 0;
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item:not(:last-of-type) {
  padding-bottom: 36px;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-list .featured-list-item:not(:last-of-type) {
    padding-bottom: 48px;
  }
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item:hover .list-title a span {
  border: none;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-list .featured-list-item .list-hidden-block {
    display: none !important;
  }
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item .list-hidden-block-title {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-list .featured-list-item .list-hidden-block-title {
    display: block;
  }
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item .list-hidden-block-descriptor {
  font-size: 18px;
  line-height: 21px;
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item .list-title {
  line-height: 40px;
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item a {
  color: #000000;
  text-decoration: none;
}
.list-block .list-wrapper.contain-img .featured-list .featured-list-item a:hover {
  color: #FF4913;
}
.list-block .list-wrapper.contain-img .featured-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 400px;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-img {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
    min-height: 592px;
  }
}
.list-block .list-wrapper.contain-img .featured-img > div {
  display: none;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper.contain-img .featured-img > div {
    display: block;
  }
}
.list-block .list-wrapper.contain-img .featured-img.active-featured::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}
@media only screen and (max-width: 1024px) {
  .list-block .list-wrapper.contain-img .featured-img.active-featured::after {
    display: none !important;
  }
}
.list-block .list-wrapper[class*=-col-arrow] .list-title > a {
  padding: 40px 24px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .list-block .list-wrapper[class*=-col-arrow] .list-title > a {
    padding: 40px;
  }
}
.list-block .list-wrapper[class*=-col-arrow] .featured-list-item:hover {
  background-color: #FF4913;
}
.list-block .list-wrapper[class*=-col-arrow] .featured-list-item:hover .list-title > a {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper[class*=two-col] .featured-list .featured-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper[class*=two-col] .normal-list {
    column-count: 2;
  }
}
.list-block .list-wrapper.three-col-border {
  padding: 40px 24px;
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper.three-col-border {
    padding: 40px;
  }
}
.list-block .list-wrapper.three-col-border .featured-list .featured-list-item {
  position: relative;
  display: block;
}
.list-block .list-wrapper.three-col-border .featured-list .featured-list-item::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  background-color: #FF4913;
  width: 2px;
}
@media only screen and (min-width: 576px) {
  .list-block .list-wrapper.three-col-border .featured-list .featured-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .list-block .list-wrapper.three-col-border .featured-list .featured-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.list-block.light-mode {
  background-color: #F1F4F4;
}
.list-block.light-mode h2, .list-block.light-mode p, .list-block.light-mode .list-wrapper .featured-list .featured-list-item .list-title > a {
  color: #000000;
}
.list-block.light-mode .list-wrapper .featured-list.normal-list .featured-list-item .list-title > a:hover {
  color: #FF4913;
}
.list-block.light-mode .contain-img.list-wrapper .featured-list .featured-list-item .list-title > a, .list-block.light-mode .contain-img.list-wrapper .featured-list .featured-list-item .list-title {
  color: #FF4913;
}
.list-block.light-mode .list-wrapper .featured-list .featured-list-item:hover .list-title > a {
  color: #FFFFFF;
}
.list-block.dark-mode {
  background-color: #000000;
  color: #FFFFFF;
}
.list-block.dark-mode .list-wrapper .featured-list .featured-list-item {
  background-color: #FFFFFF;
  color: #000000;
}
.list-block.dark-mode .list-wrapper .featured-list .featured-list-item:hover {
  background-color: #FF4913;
}
.list-block.dark-mode h2, .list-block.dark-mode p, .list-block.dark-mode .list-wrapper .featured-list .featured-list-item .list-title > a {
  color: #000000;
}
.list-block.dark-mode .list-wrapper .featured-list.normal-list .featured-list-item .list-title > a:hover {
  color: #FF4913;
}
.list-block.dark-mode .list-wrapper .featured-list .featured-list-item:hover .list-title > a {
  color: #FFFFFF;
}
.list-block.dark-mode .contain-img.list-wrapper .featured-list .featured-list-item .list-title > a, .list-block.dark-mode .contain-img.list-wrapper .featured-list .featured-list-item .list-title {
  color: #FFFFFF;
}
.image-stack-block .main-title {
  margin-bottom: 16px;
}
.image-stack-block .main-title h2 {
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .image-stack-block .main-title h2 {
    line-height: 41px;
  }
}
.image-stack-block .intro-text {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .image-stack-block .intro-text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
}
.image-stack-block .image-stack-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.image-stack-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: none;
}
.image-stack-item:nth-child(-n+4) {
  display: block;
}
@media only screen and (min-width: 576px) {
  .image-stack-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .image-stack-item {
    margin-bottom: 24px;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .image-stack-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1440px) {
  .image-stack-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.image-stack-item .image-stack-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  min-height: 275px;
  color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .image-stack-item .image-stack-details {
    padding: 40px;
  }
}
.image-stack-item .image-stack-details .stack-title {
  line-height: 20px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .image-stack-item .image-stack-details .stack-title {
    line-height: 28px;
  }
}
.image-stack-item .image-stack-details .stack-title a {
  color: #000000;
}
.image-stack-item .image-stack-details .stack-title a:hover {
  color: #FF4913;
}
.image-stack-item .image-stack-details .stack-subtitle {
  margin-bottom: 24px;
  line-height: 22px;
}
.image-stack-item.with-image .image-stack-details {
  color: #FFFFFF;
}
.image-stack-item.with-image .image-stack-details .stack-title a {
  color: #FFFFFF;
}
.image-stack-item.with-image .image-stack-details .stack-title a:hover {
  color: #FF4913;
}
.image-stack-mobile-cta {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .image-stack-mobile-cta {
    display: none;
  }
}
.dark-theme {
  background-color: #000000;
}
.dark-theme .main-title, .dark-theme .intro-text {
  color: #FFFFFF;
}
.dark-theme .image-stack-details {
  background-color: #000000;
}
.dark-theme .btn.btn-outlined {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
}
.dark-theme .btn.btn-outlined:hover {
  color: #FF4913;
}
.team-image-stack.image-stack-block {
  padding-top: 0;
  padding-bottom: 0;
}
.team-image-stack.image-stack-block .image-stack-wrapper {
  margin: 0;
}
.team-image-stack .main-title, .team-image-stack .intro-text {
  text-align: center;
}
.team-image-stack .image-stack-item {
  height: 100%;
  flex: 0 0 100%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .team-image-stack .image-stack-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1025px) {
  .team-image-stack .image-stack-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.team-image-stack .image-stack-item .image-stack-details {
  padding-bottom: 75%;
  background-position: center top;
}
.team-image-stack .image-stack-item:hover h3 {
  color: #FF4913;
}
.team-image-stack .image-stack-item:hover h3.blank-cta-link {
  color: #000000;
}
.team-image-stack .image-stack-item.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .team-image-stack .image-stack-item.hide-mobile {
    display: block;
  }
}
.team-image-stack .image-stack-info {
  padding: 24px;
}
@media only screen and (min-width: 1025px) {
  .team-image-stack .image-stack-info {
    padding: 40px;
  }
}
.team-image-stack .image-stack-info h4 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .team-image-stack .image-stack-info h4 {
    margin-bottom: 24px;
  }
}
.team-image-stack .image-stack-info .stack-subtitle {
  color: #000000;
  line-height: 1.1;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .team-image-stack .image-stack-info .stack-subtitle {
    font-size: 24px;
  }
}
.team-image-stack .image-stack-info .stack-description {
  margin: 16px 0;
}
.team-image-stack .image-stack-info .stack-description p {
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.team-image-stack .image-stack-info .stack-button {
  margin-top: 30px;
}
.team-image-stack .image-stack-info .stack-button .btn-underline {
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  color: #000000;
  text-transform: none;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.team-image-stack .image-stack-info .stack-button .btn-underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-image-stack .image-stack-info .stack-button .btn-underline svg {
  position: absolute;
  left: auto;
  margin-left: 13px;
  margin-top: -3px;
}
.team-image-stack .see-all-image-stack {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  cursor: pointer;
  background-color: #FFFFFF;
}
.team-image-stack .see-all-image-stack.hide-see-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  .team-image-stack .see-all-image-stack {
    display: none;
  }
}
.team-image-stack .image-stack-mobile-cta {
  padding-bottom: 20px;
}
.team-image-stack.dark-mode {
  background-color: #000000;
}
.team-image-stack.dark-mode .image-stack-info h4, .team-image-stack.dark-mode .image-stack-info .stack-subtitle, .team-image-stack.dark-mode .image-stack-info .stack-description, .team-image-stack.dark-mode .image-stack-info .stack-description p {
  color: #FFFFFF;
}
.team-image-stack.dark-mode .image-stack-info h4.blank-cta-link {
  color: #FFFFFF;
}
.team-image-stack.dark-mode .image-stack-info .stack-button .btn-underline {
  color: #FFFFFF;
}
.team-image-stack.dark-mode .image-stack-item:hover .stack-button .btn-arrow {
  color: #FFFFFF;
  background: none;
  outline: 2px solid #FFFFFF;
}
.team-image-stack.dark-mode .image-stack-item:hover .stack-button .btn-arrow svg path {
  fill: currentColor;
}
.with-slider .image-stack-item {
  flex: 1;
  max-width: 100%;
}
.with-slider .slick-track {
  display: flex;
}
.with-slider .slick-slide {
  height: 100%;
  flex: 0 0 100%;
  max-width: 340px;
}
@media only screen and (min-width: 1025px) {
  .with-slider .slick-slide {
    max-width: 33.33vw;
  }
}
.text-header-wrapper + .image__stack-nav {
  padding-top: 24px;
  margin-left: -12px;
}
@media only screen and (min-width: 768px) {
  .text-header-wrapper + .image__stack-nav {
    padding-top: 0;
    margin-left: 0;
  }
}
.image__stack-nav {
  display: block;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .image__stack-nav {
    display: flex;
    justify-content: end;
  }
}
.image__stack-nav .slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.image__stack-nav .slick-arrow {
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.image__stack-nav .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.15);
}
.image__stack-nav .image__stack-paging li:not(.slick-active) {
  display: none;
}
.image__stack-nav li {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
}
.image-stack-header.text-header.small-title {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .image-stack-header.text-header.small-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.image-stack-header.with-slider.text-header.small-title {
  padding-top: 48px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .image-stack-header.with-slider.text-header.small-title {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .image-stack-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .image-stack-header {
    min-height: 128px;
  }
}
.image-stack-header.dark-mode .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
}
.col-tiles-block {
  padding: 40px 24px;
}
@media only screen and (min-width: 1025px) {
  .col-tiles-block {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .col-tiles-block .main-title h2 {
    margin-bottom: 24px;
  }
}
.col-tiles-block .col-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .col-tiles-block .col-tiles-wrapper {
    margin: 0 -20px;
  }
}
.col-tiles-block .col-tiles-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .col-tiles-block .col-tiles-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .col-tiles-block .col-tiles-item {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .col-tiles-block .col-tiles-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.col-tiles-block .col-tiles-item .col-tiles-details {
  color: #000000;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-image {
  position: relative;
  height: 225px;
  background-color: #000000;
  display: block;
  margin-bottom: 24px;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-image {
    height: 300px;
  }
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-image:hover img {
  opacity: 0.6;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-title {
  margin-bottom: 8px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-title {
    margin-bottom: 16px;
  }
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-title a {
  color: #000000;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-title a:hover {
  color: #FF4913;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-copy p {
  margin-bottom: 16px;
}
.col-tiles-block .col-tiles-item .col-tiles-details .col-tiles-copy p:last-child {
  margin-bottom: 0;
}
.col-tiles-block .col-tiles-cta {
  display: block;
  text-align: center;
}
.col-tiles-block .col-tiles-cta .simple-link {
  color: #000000;
  padding: 24px 0;
}
.col-tiles-block.dark-theme {
  background-color: #000000;
}
.col-tiles-block.dark-theme .main-title {
  color: #FFFFFF;
}
.col-tiles-block.dark-theme .col-tiles-details {
  color: #FFFFFF;
}
.col-tiles-block.dark-theme .col-tiles-details .col-tiles-title a {
  color: #FFFFFF;
}
.col-tiles-block.dark-theme .col-tiles-details .col-tiles-title a:hover {
  color: #FF4913;
}
.col-tiles-block.dark-theme .col-tiles-cta .simple-link {
  color: #FFFFFF;
}
.col-tiles-block.light-mode {
  background-color: #F1F4F4;
}
.sticky-button-container {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  -webkit-transition: 0.5s transform;
  -moz-transition: 0.5s transform;
  -ms-transition: 0.5s transform;
  transition: 0.5s transform;
}
.sticky-button-container .content-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sticky-button-container .content-container {
    display: block;
  }
}
.sticky-button-container .content-container a.sticky-newsletter-link {
  max-width: 33.33%;
  background: #F1F4F4;
  border-radius: 0;
  color: #000000;
  min-width: 360px;
}
@media only screen and (max-width: 767px) {
  .sticky-button-container .content-container a.sticky-newsletter-link {
    max-width: 100%;
    min-width: auto;
  }
}
.sticky-button-container.sticky-show {
  transform: translate(0, 0);
}
.sticky-button-container .btn {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  display: block;
  text-align: center;
  padding: 15px 20px;
  font-size: 19px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 100%;
}
.sticky-button-container .btn:hover {
  text-decoration: underline;
}
.sticky-button-container.orange {
  background-color: #FF4913;
}
.sticky-button-container.orange .btn {
  color: #FFFFFF;
}
.sticky-button-container.sticky-red-button {
  background-color: #EE1F37;
  color: #FFFFFF;
  border-color: #EE1F37;
}
.sticky-button-container.sticky-red-button:hover {
  background-color: #CC0F25;
  border-color: #CC0F25;
}
.sticky-button-container.sticky-red-button .btn {
  color: #FFFFFF;
}
.sticky-footer-container {
  background-color: #FF4913;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  -webkit-transition: 0.5s transform;
  -moz-transition: 0.5s transform;
  -ms-transition: 0.5s transform;
  transition: 0.5s transform;
}
.sticky-footer-container.sticky-show {
  transform: translate(0, 0);
}
.sticky-footer-container .btn {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 19px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
}
.sticky-footer-container .btn:hover {
  text-decoration: underline;
}
.sticky-footer-container .content-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sticky-footer-container .content-container {
    display: block;
  }
}
.sticky-footer-container .sticky-contact {
  flex: 0 0 66.66%;
}
.sticky-footer-container .sticky-contact a {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .sticky-footer-container .sticky-contact a {
    font-size: 16px;
  }
}
.sticky-footer-container .sticky-phone {
  flex: auto;
  background-color: #F1F4F4;
}
.sticky-footer-container .sticky-phone .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sticky-footer-container .sticky-phone .btn i {
  display: inline-flex;
  margin-right: 16px;
}
.follow-us-global-block {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  gap: 24px;
  justify-content: space-between;
  padding-top: 91px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .follow-us-global-block {
    padding-top: 64px;
    padding-bottom: 24px;
    gap: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .follow-us-global-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.follow-us-global-block ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 24px;
  margin: 0;
}
.follow-us-global-block ul svg {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .follow-us-global-block ul svg {
    width: 32px;
    height: 32px;
  }
}
.follow-us-global-block ul a {
  display: flex;
}
.follow-us-global-block ul a:hover svg.hover-orange path:nth-child(1) {
  stroke: #FF4913;
  fill: #FF4913;
}
.follow-us-global-block ul a:hover svg rect {
  stroke: #FF4913;
  fill: #FF4913;
}
.follow-us-global-block ul a:hover svg path {
  fill: #FFFFFF;
}
#sb_instagram {
  background: #FFFFFF;
  padding: 0 24px 64px;
}
@media only screen and (min-width: 1025px) {
  #sb_instagram {
    padding: 0 40px 64px;
  }
}
@media only screen and (min-width: 1200px) {
  #sb_instagram {
    padding: 0 80px 80px;
  }
}
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.follow-us-single-handle-block {
  background-color: #000000;
  padding: 40px 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .follow-us-single-handle-block {
    padding: 80px 40px;
    flex-wrap: nowrap;
  }
}
.follow-us-single-handle-block .follow-us-title {
  margin-bottom: 17px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .follow-us-single-handle-block .follow-us-title {
    margin-bottom: 0;
    width: auto;
  }
}
.follow-us-single-handle-block .follow-us-title h2 {
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .follow-us-single-handle-block .follow-us-title h2 {
    font-size: 56px;
    line-height: 70px;
    letter-spacing: -0.04em;
  }
}
.follow-us-single-handle-block .follow-social-title {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  .follow-us-single-handle-block .follow-social-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 768px) {
  .follow-us-single-handle-block .follow-social-item {
    padding-left: 20px;
  }
}
.follow-us-single-handle-block .follow-social-item .social-media-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.follow-us-single-handle-block .follow-social-item .social-media-items li {
  padding: 0 6px;
}
.follow-us-single-handle-block .follow-social-item .social-media-items li a {
  display: inline-flex;
}
.follow-us-single-handle-block .follow-social-item .social-media-items li a:hover {
  transform: scale(1.05);
}
.follow-us-single-handle-block .follow-social-item .social-media-items li svg {
  height: 44px;
  width: 44px;
}
.follow-us-single-handle-block.light-theme {
  background-color: #FFFFFF;
  color: #000000;
}
.custom-job-block {
  padding-top: 0;
}
.no-job-available {
  margin-bottom: 150px;
  margin-top: 20px;
}
.job-list-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.job-list-page .job-list-btn {
  text-align: center;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding: 30px 0 24px;
}
@media only screen and (max-width: 575px) {
  .job-list-page .job-list-btn {
    margin-bottom: 10px;
  }
}
.job-list-page .job-list-btn a {
  color: #000000;
  padding: 12px 24px;
}
.job-list-page .job-list-btn a:hover {
  outline: 2px solid #000000;
  border-radius: 40px;
}
.job-text-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
.job-list-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.job-list-item:first-child a {
  border-top: 0;
  padding-top: 16px;
}
.job-list-item a {
  display: flex;
  flex-grow: 1;
  border-top: 1px solid #000000;
  padding: 40px 0 24px;
  box-sizing: border-box;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 575px) {
  .job-list-item a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.job-list-item a:hover .btn {
  background: none;
  outline: 2px solid #000000;
}
.job-list-item a:hover .btn .btn-label {
  color: #000000;
}
.job-list-item a:hover .btn .icon-arrow path {
  fill: #000000;
}
.job-list-item .item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  color: #000000;
}
.job-list-item .job-location {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.job-list-item .read-full-story {
  display: flex;
  color: #000000;
  width: max-content;
}
.job-list-item .read-full-story .btn {
  padding: 0 12px 0 24px;
  gap: 4px;
  border-radius: 40px;
  background: #000000;
  color: #FFFFFF;
  height: 44px;
}
.job-list-item .read-full-story .btn:hover {
  background: none;
  outline: 2px solid #000000;
}
.job-list-item .read-full-story .btn:hover > .btn-label {
  color: #000000;
}
.job-list-item .read-full-story .btn:hover > .icon-arrow path {
  fill: #000000;
}
.job-categories.collapsed {
  background-color: #FFFFFF;
  color: #000000;
}
.job-categories.collapsed .filter-menu::after {
  border-color: #000000;
}
@media only screen and (min-width: 768px) {
  .job-categories.collapsed .filter-menu {
    display: none;
  }
}
.job-categories {
  display: none;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .job-categories {
    margin-bottom: 40px;
  }
}
.job-categories ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-categories ul {
    display: flex;
  }
}
.job-categories ul li {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 22px 24px;
  cursor: pointer;
  outline: 1px #000000 solid;
  margin-bottom: 1px;
  text-align: left;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .job-categories ul li {
    margin-right: 1px;
    text-align: center;
  }
}
.job-categories ul li.active-company {
  background-color: #000000;
  color: #FFFFFF;
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-categories ul li.active-company {
    display: flex;
  }
}
.job-categories ul h2 {
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .job-categories ul h2 {
    line-height: 40px;
  }
}
.job-categories ul h2 a {
  color: #000000;
}
.job-categories ul h2 a:hover {
  text-decoration: underline;
}
.entry-content .text-header:first-child {
  padding-top: 164px;
}
@media only screen and (min-width: 768px) {
  .entry-content .text-header:first-child {
    padding-top: 238px;
  }
}
.entry-content .text-header:first-child .text-copy {
  margin-top: 20px;
}
.text-header {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000000;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .text-header.video-title {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .text-header.more_desktop_padding {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.text-header.large_padding {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 1025px) {
  .text-header.large_padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-header.big-space {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .text-header.big-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.text-header .text-header-wrapper .main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  word-break: break-word;
}
.text-header .text-header-wrapper .main-title span {
  color: #FF4913;
}
.text-header .text-header-wrapper.text-intro-first {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-header .text-header-wrapper.text-intro-first .sub-title {
  margin: 0;
  order: -1;
}
.text-header .text-header-wrapper .sub-title {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .text-header .text-header-wrapper .sub-title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
.text-header .text-header-wrapper .instagram-handle {
  display: flex;
  align-items: center;
}
.text-header .text-header-wrapper .instagram-handle .insta-icon {
  margin-right: 8px;
  width: 36px;
  height: 36px;
}
.text-header .text-header-wrapper .instagram-handle .insta-icon svg {
  width: 36px;
  height: 36px;
}
.text-header .text-header-wrapper .text-copy {
  margin-top: 24px;
}
.text-header .text-header-wrapper .text-copy p {
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  .text-header .text-header-wrapper .text-copy p {
    letter-spacing: -0.04em;
  }
}
.text-header .text-header-wrapper .text-content-wrapper .simple-link {
  padding: 24px 0 0;
}
.text-header .simple-link {
  color: #000000;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  letter-spacing: 0;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.text-header .simple-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .text-header .simple-link {
    line-height: 22px;
    margin-top: 0;
  }
}
.text-header.dark-mode {
  color: #FFFFFF;
  background-color: #000000;
}
.text-header.dark-mode .simple-link {
  color: #FFFFFF;
}
.text-header.orange-mode {
  color: #FFFFFF;
  background-color: #FF4913;
}
.text-header.orange-mode .simple-link {
  color: #FFFFFF;
}
.text-header.orange-mode .main-title span {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.seam-block {
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  z-index: 10;
}
.seam-block .tab-list-wrapper {
  margin: 0;
}
.seam-block .indicators {
  display: none;
}
.seam-block .pin-spacer {
  flex-basis: auto !important;
  order: -1;
}
.seam-block .wrapper {
  width: 100%;
  max-width: 100%;
}
.seam-block .main-title {
  padding: 27px 24px;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.04em;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .seam-block .main-title {
    padding: 40px 80px;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
}
.seam-block .tab-items .latter-tab {
  text-transform: none;
}
.seam-block .tab-items .latter-tab a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #000000;
  text-align: center;
  padding: 10px;
}
.seam-block .tab-items:hover:not(.active-seam) .latter-tab a {
  color: #000000;
}
.seam-block .tab-list {
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  display: flex;
  z-index: 1;
  position: sticky;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.seam-block .tab-list .tab-items {
  border-radius: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  width: 25%;
  height: 94px;
  position: relative;
  background: #FFFFFF;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-list .tab-items {
    height: 200px;
  }
}
.seam-block .tab-list .tab-items .latter-img svg {
  width: 100%;
  max-height: 54px;
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-list .tab-items .latter-img svg {
    max-height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .seam-block .tab-list .tab-items .latter-img svg {
    max-height: 210px;
  }
}
.seam-block .tab-list .tab-items:hover {
  background-color: #F1F4F4;
}
.seam-block .tab-list .tab-items.active-seam {
  background-color: #FF4913;
}
.seam-block .tab-list .tab-items.active-seam .latter-tab a {
  color: #FFFFFF;
}
.seam-block .tab-details {
  text-align: left;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .seam-block .tab-details {
    padding-bottom: 80px;
  }
}
.seam-block .tab-details .tab-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  align-content: baseline;
  overflow-y: auto;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .seam-block .tab-details .tab-details-wrapper {
    padding-bottom: 0;
  }
}
@media (max-height: 700px) {
  .seam-block .tab-details .tab-details-wrapper {
    height: 90vh;
  }
}
@media only screen and (min-width: 1025px) {
  .seam-block .tab-details .tab-details-wrapper {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-details .tab-details-wrapper {
    padding-top: 280px;
  }
}
.seam-block .tab-details .tab-details-left-half {
  flex: 0 0 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .seam-block .tab-details .tab-details-left-half {
    padding-top: 0;
    word-break: break-word;
  }
}
@media only screen and (min-width: 1025px) {
  .seam-block .tab-details .tab-details-left-half {
    flex: 0 0 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .seam-block .tab-details .tab-details-left-half {
    flex: 0 0 52%;
  }
}
.seam-block .tab-details .tab-details-right {
  padding-left: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .seam-block .tab-details .tab-details-right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .seam-block .tab-details .tab-details-right {
    padding-left: 96px;
  }
}
.seam-block .tab-details .tab-title {
  color: #FF4913;
  line-height: 90%;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-details .tab-title {
    letter-spacing: 0.04em;
  }
}
.seam-block .tab-details .text-copy {
  max-width: 900px;
}
.seam-block .tab-details .text-copy p {
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-details .text-copy p {
    letter-spacing: -0.04em;
  }
}
.seam-block .tab-details .text-copy li {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .seam-block .tab-details .text-copy li {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
}
.seam-block .tab-text-icon-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.seam-block .tab-text-icon-list li {
  display: flex;
  align-items: center;
}
.seam-block .tab-text-icon-list li .item-icon {
  max-width: 32px;
  margin-right: 8px;
}
.seam-block.dark-bg {
  background-color: #000000;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .seam-block.words .tab-list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .seam-block.words .tab-items {
    height: auto;
    width: auto;
    padding: 0;
    background-color: #F1F4F4;
  }
}
@media (max-width: 1599px) {
  .seam-block.words .tab-items .h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .seam-block.words .tab-items .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .seam-block.words .tab-items .h3 {
    font-size: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .seam-block.words .tab-items .h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .seam-block.words .tab-items .latter-tab a {
    position: static;
  }
}
@media only screen and (max-width: 575px) {
  .seam-block.words .tab-items .latter-tab a {
    padding: 8px 10px;
  }
}
.header-show .seam-block .tab-list {
  top: 76px;
}
@media only screen and (min-width: 1025px) {
  .header-show .seam-block .tab-list {
    top: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .header-show .seam-block .tabs-block:not(.words) .tab-items {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .header-show .seam-block .latter-tab h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .header-show .seam-block .latter-tab h3 {
    font-size: 40px;
  }
}
.image-container .main-image {
  display: block;
  width: 100%;
}
.tabs-wrapper {
  color: #000000;
  display: flex;
  flex-wrap: wrap;
}
.tabs-wrapper .tabs {
  display: none;
  width: 100%;
  background-color: #F1F4F4;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tabs {
    width: 300px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-wrapper .tabs {
    width: 360px;
  }
}
.tabs-wrapper .tab-item, .tabs-wrapper .tab-heading {
  width: 100%;
  display: block;
  padding: 24px 40px;
  font-size: 19px;
  line-height: 17px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: "Gotham-Book", Helvetica, sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F1F4F4;
}
.tabs-wrapper .tab-item.active, .tabs-wrapper .tab-heading.active {
  background-color: #000000;
  color: #FFFFFF;
}
.tabs-wrapper .tab-item:first-child, .tabs-wrapper .tab-heading:first-child {
  border-top: 0;
}
.tabs-wrapper .tab-item:first-child, .tabs-wrapper .tab-heading:first-child {
  border-bottom: 0;
}
.tabs-wrapper .tab-container {
  width: 100%;
}
.tabs-wrapper .tab-container .tab-content {
  padding: 40px 24px;
  display: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.04em;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-container .tab-content {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-wrapper .tab-container .tab-content {
    padding: 120px 80px 80px;
    font-size: 21px;
    line-height: 23px;
  }
}
.tabs-wrapper .tab-container .tab-content .main-title {
  margin-bottom: 24px;
  width: 100%;
}
.tabs-wrapper .tab-container .tab-content .tab-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabs-wrapper .tab-container .tab-content .tab-detail .tab-detail-content, .tabs-wrapper .tab-container .tab-content .tab-detail .tab-detail-image {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-container .tab-content .tab-content-inner {
    position: sticky;
    top: 120px;
  }
}
.tabs-wrapper .tab-container .tab-content.active-content {
  display: flex;
}
.tabs-wrapper .tab-container .tab-content.tab-with-img img {
  width: 100%;
  display: block;
}
.tabs-wrapper .tab-container .tab-content.tab-with-img .tab-detail-image {
  margin-top: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-container .tab-content.tab-with-img .tab-detail .tab-detail-content, .tabs-wrapper .tab-container .tab-content.tab-with-img .tab-detail .tab-detail-image {
    max-width: calc(50% - 24px);
  }
  .tabs-wrapper .tab-container .tab-content.tab-with-img .tab-detail .tab-detail-image {
    margin-top: 0;
  }
}
.tabs-wrapper .tab-container .tab-content.tab-with-img.image-left-align .tab-detail-image {
  margin-bottom: 24px;
  margin-top: 0;
}
.tabs-wrapper .tab-container .tab-content.tab-with-img.image-left-align .tab-detail {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-container .tab-content.tab-with-img.image-left-align .tab-detail {
    flex-direction: row-reverse;
  }
  .tabs-wrapper .tab-container .tab-content.tab-with-img.image-left-align .tab-detail-image {
    margin-bottom: 0;
  }
}
.tabs-wrapper .tab-container .btn {
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-container {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-wrapper .tab-container {
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 1025px) {
  .tabs-wrapper .tab-item {
    display: block;
  }
  .tabs-wrapper .tab-heading {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-wrapper .tab-item {
    padding: 36px 40px;
    font-size: 19px;
    line-height: 16px;
  }
}
.divider {
  height: 2px;
  background-color: #FFFFFF;
}
.divider.dark-mode {
  background-color: #000000;
}
.spotify-playlist {
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .spotify-playlist {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
}
.spotify-playlist iframe {
  width: 716px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .spotify-playlist iframe {
    width: 768px;
  }
}
.parallax-window {
  min-height: 80vh;
  background: transparent;
}
.parallax-window::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(0, 0, 0, 0) 56.53%);
}
.parallex-animation {
  position: relative;
  overflow: hidden;
}
.parallex-animation .parallax-text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.parallex-animation .parallax-text {
  padding: 40px;
  color: #FFFFFF;
  font-size: 25px;
}
@media only screen and (min-width: 1025px) {
  .parallex-animation .parallax-text {
    padding: 80px 40px;
    font-size: 30px;
  }
}
.parallex-animation.gradient-dark-mode::before {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 56.53%);
}
.parallex-animation.gradient-light-mode::before {
  background: linear-gradient(90deg, #F1F4F4 0%, rgba(0, 0, 0, 0) 56.53%);
}
.parallex-animation.gradient-orange-mode::before {
  background: linear-gradient(90deg, #FF4913 0%, rgba(0, 0, 0, 0) 56.53%);
}
.parallex-animation.text-dark-mode .parallax-text {
  color: #000000;
}
.parallex-animation.text-light-mode .parallax-text {
  color: #F1F4F4;
}
.parallex-animation.text-orange-mode .parallax-text {
  color: #FF4913;
}
.parallex-animation.arrow-dark-mode .top-curve, .parallex-animation.arrow-dark-mode .bottom-curve {
  background-color: #000000;
}
.parallex-animation.arrow-light-mode .top-curve, .parallex-animation.arrow-light-mode .bottom-curve {
  background-color: #F1F4F4;
}
.parallex-animation.arrow-orange-mode .top-curve, .parallex-animation.arrow-orange-mode .bottom-curve {
  background-color: #FF4913;
}
.parallex-animation .top-curve, .parallex-animation .bottom-curve {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 1000px;
  background-color: #FFFFFF;
}
.parallex-animation .top-curve svg, .parallex-animation .bottom-curve svg {
  display: none;
}
.parallex-animation .top-curve {
  top: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skew(90deg, 0deg);
  -moz-transform: skew(90deg, 0deg);
  -ms-transform: skew(90deg, 0deg);
  -o-transform: skew(90deg, 0deg);
  transform: skew(90deg, 0deg);
}
.parallex-animation .bottom-curve {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(0, 90deg);
  -moz-transform: skew(0, 90deg);
  -ms-transform: skew(0, 90deg);
  -o-transform: skew(0, 90deg);
  transform: skew(0, 90deg);
  bottom: 0;
}
.vertical-slider {
  position: relative;
  z-index: 10;
}
.vertical-slider-wrapper.slick-slider {
  margin: 0;
}
.vertical-slider[data-single-image] {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .vertical-slider[data-single-image] {
    background: #000000 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-slider[data-single-image] .single-image-vs {
    display: none;
  }
}
.vertical-slider[data-single-image] .single-image-vs img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .vertical-slider[data-single-image] .vertical-slider-nav {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-slider[data-single-image]:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none, linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 367px;
  }
}
.vertical-slider-media {
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .vertical-slider-media {
    background-image: none;
    height: auto;
    max-height: 500px;
    overflow: hidden;
  }
}
.vertical-slider-media img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .vertical-slider-media img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .vertical-slider-media img {
    visibility: hidden;
    display: none;
  }
}
.vertical-slider-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: flex-start;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .vertical-slider-inner {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .vertical-slider-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.vertical-slider-inner h3 {
  text-transform: none;
}
.vertical-slider-inner p {
  line-height: 125%;
}
.vertical-slider-inner p:empty {
  display: none;
}
.vertical-slider-inner a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vertical-slider-inner strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
}
.vertical-slider .btn {
  align-items: center;
  gap: 16px;
}
.vertical-slider .btn:hover {
  color: #FFFFFF;
  background: none;
  outline: 2px solid #FFFFFF;
}
.vertical-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 16px;
  position: absolute;
  bottom: 60px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .vertical-slider-nav {
    right: 0;
    bottom: 0;
    padding: 24px;
    gap: 24px;
    background: #000000;
    position: absolute;
    width: 100%;
  }
}
.vertical-slider-nav .slick-arrow {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative;
}
.vertical-slider-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.vertical-slider-nav .slick-arrow:hover:before {
  content: "";
  display: block !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.vertical-slider-nav .slider-paging-number {
  list-style: none;
  padding: 0;
  white-space: pre;
}
.vertical-slider-nav .slider-paging-number li {
  display: none;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 48px;
}
.vertical-slider-nav .slider-paging-number li.active {
  display: inline-block;
}
.vertical-slider-nav .slider-paging-number li button {
  background: none;
  border: none;
}
.vertical-slider-nav .slider-paging-number .title {
  display: none;
}
.vertical-slider-nav .skip {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  border-bottom: 2px solid #FFFFFF;
  transition: 0.3s all;
}
.vertical-slider-nav .skip:hover {
  border-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .vertical-slider-nav .skip {
    font-size: 18px;
  }
}
.vertical-slider .skip-top {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  border-bottom: 2px solid #FFFFFF;
  transition: 0.3s all;
  right: 24px;
  top: 24px;
  position: absolute;
  z-index: 1;
}
.vertical-slider .skip-top:hover {
  border-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .vertical-slider .skip-top {
    font-size: 18px;
    right: 40px;
    top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-slider.gradient__full .vs-section::before {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    background: none, linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-slider.gradient__full .vertical-slider-inner {
    z-index: 1;
  }
}
.with-sidebar-main {
  position: relative;
  overflow: hidden;
}
.with-sidebar-main .vertical-slider-nav {
  z-index: 3;
}
.with-sidebar-main .sidebar-titles {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  max-width: 369px;
  z-index: 1;
  background: #000000;
  width: 100%;
  height: 100%;
  overflow: auto;
  flex-direction: column;
}
.with-sidebar-main .sidebar-titles::-webkit-scrollbar {
  width: 0;
}
@media only screen and (max-width: 1024px) {
  .with-sidebar-main .sidebar-titles {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .with-sidebar-main .sidebar-titles {
    max-width: 369px;
  }
}
.with-sidebar-main .sidebar-titles .number {
  display: none;
}
.with-sidebar-main .sidebar-titles span {
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-style: normal;
  font-size: 19px;
  line-height: 125%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-right: 20px;
  word-break: break-word;
}
.with-sidebar-main .sidebar-titles span:hover {
  text-decoration: underline;
}
.with-sidebar-main .sidebar-titles .slider-paging-number {
  width: 100%;
  padding-left: 40px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .with-sidebar-main .sidebar-titles .slider-paging-number {
    padding-left: 96px;
  }
}
.with-sidebar-main .sidebar-titles .paging-dots {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 23px 0px;
  cursor: pointer;
  width: 100%;
  overflow: auto;
}
.with-sidebar-main .sidebar-titles .paging-dots > li {
  padding: 4px 0;
}
@media only screen and (min-width: 1200px) {
  .with-sidebar-main .sidebar-titles .paging-dots > li {
    height: auto;
    min-height: auto;
  }
}
.with-sidebar-main .sidebar-titles .paging-dots .active {
  border-right: 4px solid #FFFFFF;
}
.with-sidebar-main .flag--media {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main .flag--media {
    top: 74px;
    right: 51px;
  }
}
@media only screen and (max-width: 1024px) {
  .with-sidebar-main .flag--media img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .with-sidebar-main.square__enabled .vertical-slider-inner h3 {
    margin-top: 0;
    padding-bottom: 14px;
  }
}
.with-sidebar-main.square__enabled.gradient__enabled:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .with-sidebar-main.square__enabled.gradient__enabled .vertical-slider-media:before {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    background: none, linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main.square__enabled.gradient__enabled .vertical-slider-media:before {
    width: 50%;
    left: 367px;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main.square__enabled .vertical-slider-media {
    max-width: calc(100% - 369px);
    margin-left: auto;
    background-position: center top;
  }
}
.with-sidebar-main.square__enabled .btn {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 12px 24px;
}
.with-sidebar-main.square__enabled .btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .with-sidebar-main.gradient__enabled .vertical-slider-media:before {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    background: none, linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main.gradient__enabled .vertical-slider-media:before {
    width: 50%;
    left: 367px;
  }
}
.with-sidebar-main .vertical-slider-inner {
  z-index: 1;
}
.with-sidebar-main .vertical-slider-inner .vertical-slider-content {
  gap: 12px;
  flex-direction: column;
  display: none;
}
@media only screen and (min-width: 768px) {
  .with-sidebar-main .vertical-slider-inner .vertical-slider-content {
    background: rgba(0, 0, 0, 0.75);
    padding: 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main .vertical-slider-inner .vertical-slider-content {
    width: calc(100% - 369px);
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .with-sidebar-main .vertical-slider-inner .vertical-slider-content > * {
    max-width: calc(100% - 310px);
  }
}
@media only screen and (min-width: 768px) {
  .with-sidebar-main .vertical-slider-inner {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main .vertical-slider-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: absolute;
    left: 369px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .with-sidebar-main .vertical-slider-inner {
    max-width: 100%;
    left: 369px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .with-sidebar-main .vertical-slider-inner h3 {
    margin-top: 0;
    padding-bottom: 14px;
  }
}
.with-sidebar-main .vertical-slider-inner h3 {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .with-sidebar-main .vertical-slider-inner h3 {
    margin-top: -60px;
    padding-bottom: 40px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main .vertical-slider-inner h3 {
    display: none;
  }
}
.with-sidebar-main .vertical-slider-inner p {
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .with-sidebar-main .vertical-slider-inner p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .with-sidebar-main .vertical-slider-inner p {
    font-size: 16px;
  }
}
.with-sidebar-main .vertical-slider-inner a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vertical-slider-inner h3 {
  text-transform: uppercase;
}
.vertical-slider {
  width: 100%;
  min-height: 200px;
  height: 100svh;
  overflow: hidden;
  position: relative;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .vertical-slider {
    height: 70vh;
  }
}
@media only screen and (min-width: 1200px) {
  .vertical-slider {
    height: 100vh;
    min-height: 700px;
  }
}
.vs-section {
  position: relative;
}
.vs-section.active .vertical-slider-content {
  display: flex;
}
/* Fade Effect*/
.vertical-slider-wrapper {
  transform: none !important;
}
.vertical-slider-wrapper .vs-section {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .vertical-slider-wrapper .vs-section {
    height: 100vh !important;
  }
}
.vertical-slider-wrapper .vs-section.active {
  opacity: 1;
  visibility: visible;
}
/* Fade Effect*/
/* Disable on Mobile */
@media only screen and (max-width: 767px) {
  .vertical-slider {
    height: auto;
    overflow: inherit;
  }
  .vertical-slider.scrolltop-remove .skip-top {
    position: relative;
  }
  .vertical-slider.scrollbottom-remove .vertical-slider-nav {
    position: relative;
  }
  .vertical-slider .slick-arrow, .vertical-slider .slider-paging-number {
    display: none;
  }
  .vertical-slider .vertical-slider-nav {
    position: sticky;
    bottom: 40px;
    background: transparent;
  }
  .vertical-slider .skip {
    margin-left: auto;
    z-index: 1;
  }
  .vertical-slider .skip-top {
    position: sticky;
    z-index: 1;
    width: max-content;
    margin-left: auto;
    top: 0;
    right: 0;
    margin-bottom: -45px;
    margin-right: 24px;
    padding-top: 24px;
    z-index: 1;
    display: none;
  }
  .vertical-slider-wrapper .vs-section {
    opacity: 1;
    visibility: visible;
    height: auto !important;
    position: relative;
  }
  .vertical-slider-wrapper .vs-section .vertical-slider-content {
    display: flex;
  }
  .vertical-slider-wrapper .vertical-slider-inner h3 {
    margin-top: 0;
  }
}
.custom__navigation {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .custom__navigation ul {
    gap: 64px;
  }
}
.custom__navigation ul li a {
  text-decoration: none;
}
.custom__navigation ul li a:hover svg {
  background: rgba(255, 255, 255, 0.15);
  margin-right: -17px;
}
@media only screen and (min-width: 1025px) {
  .custom__navigation ul li a:hover svg {
    margin-right: -27px;
  }
}
.custom__navigation-title {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .custom__navigation-title {
    font-size: 80px;
    line-height: 90%;
  }
}
.custom__navigation-title svg {
  transition: all 0.5s ease-in-out;
  margin-right: 0;
  border-radius: 100%;
  width: 100%;
  max-width: 72px;
}
@media only screen and (max-width: 1024px) {
  .custom__navigation-title svg {
    max-width: 44px;
    height: 44px;
  }
}
.custom__navigation-subtitle {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 110%;
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .custom__navigation-subtitle {
    font-size: 24px;
  }
}
.accordion__nav {
  background-color: #000000;
  color: #FFFFFF;
}
.accordion__heading {
  padding-top: 40px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .accordion__heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.accordion__controls {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls {
    gap: 40px;
  }
}
.accordion__controls li {
  list-style-type: none;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls li:last-child button[aria-expanded="false"] {
    padding-bottom: 40px;
  }
}
.accordion__controls button {
  background-color: transparent;
  color: #FFFFFF;
  width: 100%;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.5s ease;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 108%;
  }
}
.accordion__controls button svg {
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls button svg {
    width: 64px;
    height: 64px;
  }
}
.accordion__controls button[aria-expanded="true"] {
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls button[aria-expanded="true"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.accordion__controls button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.accordion__controls strong {
  font-size: 18px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 110%;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls strong {
    font-size: 24px;
  }
}
.accordion__controls p {
  line-height: 125%;
  margin-top: auto;
}
@media only screen and (min-width: 1025px) {
  .accordion__controls p {
    letter-spacing: -0.04em;
  }
}
.accordion__controls .accordion__item {
  display: none;
  background: #FFFFFF;
  color: #000000;
  gap: 40px;
  padding-bottom: 40px;
  line-height: 1.1;
}
@media only screen and (max-width: 1023px) {
  .accordion__controls .accordion__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .accordion__controls .accordion__item {
    flex-wrap: wrap;
  }
}
.accordion__content {
  padding-left: 16px;
  border-left: 2px solid #FF4913;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: max-content;
}
@media only screen and (min-width: 1024px) {
  .accordion__content {
    padding-left: 24px;
    width: calc(100% / 3);
    justify-content: center;
  }
}
.image__gallery {
  background: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .image__gallery {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .image__gallery {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .image__gallery {
    padding-bottom: 80px;
  }
}
.image__gallery h2 {
  padding-bottom: 24px;
  padding-top: 24px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .image__gallery h2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.image__gallery img {
  max-width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.image__gallery .image__gallery-paging li:not(.slick-active) {
  display: none;
}
.image__gallery li {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
}
.image__gallery .slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image__gallery .slick-arrow {
  display: flex;
}
.image__gallery .slick-slide {
  padding-right: 16px;
}
.image__gallery .slick-list {
  padding: 0 42px 0 0;
}
.image__gallery-nav {
  padding-bottom: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 576px) {
  .image__gallery-nav {
    display: none;
  }
}
.image__gallery-wrapper {
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 576px) {
  .image__gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 576px) {
  .image__gallery-item {
    width: calc(100%/3 - 16px);
  }
}
@media only screen and (min-width: 576px) {
  .image__gallery-item:nth-child(n+4) {
    width: calc(100%/2 - 12px);
  }
}
.image__gallery-item img {
  width: 100%;
}
.awards-block {
  background: #090909;
  padding: 0 16px;
}
@media only screen and (min-width: 1025px) {
  .awards-block {
    padding: 0 80px;
  }
}
.awards-block .awards-block-content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0 16px 8px;
}
@media only screen and (min-width: 768px) {
  .awards-block .awards-block-content {
    text-align: center;
    margin: 0 auto;
    gap: 16px;
    max-width: 575px;
    width: 50%;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .awards-block .awards-block-content {
    max-width: 575px;
    width: 50%;
  }
}
.awards-block .awards-block-inner {
  display: flex;
  align-items: center;
}
.awards-block .awards-block-image {
  order: -1;
  min-width: 220px;
}
@media only screen and (max-width: 575px) {
  .awards-block .awards-block-image {
    min-width: 42%;
  }
}
.awards-block .awards-block-image img {
  width: 100%;
}
.awards-block .awards-block-image .desktop-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .awards-block .awards-block-image {
    order: 1;
    margin: 0 auto;
    width: 50%;
  }
  .awards-block .awards-block-image .mobile-image {
    display: none;
  }
  .awards-block .awards-block-image .desktop-image {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .awards-block .awards-block-image {
    width: 560px;
  }
}
.awards-block .award-subtitle {
  font-size: 22px;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .awards-block .award-subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-block .award-title {
    font-size: 53px;
  }
}
@media only screen and (max-width: 1024px) {
  .awards-block .award-title {
    font-size: 51px;
  }
}
.awards-block .award-description {
  background: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  padding: 16px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .awards-block .award-description {
    font-size: 18px;
    line-height: 1.25;
  }
}
.recent-work-container.dark-mode {
  background-color: #000000;
}
.recent-work-container.dark-mode .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
}
.recent-work-block {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .recent-work-block {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .recent-work-block {
    padding-left: 68px;
  }
}
.recent-work-block .slick-slide {
  max-width: 263px;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .recent-work-block .slick-slide {
    max-width: 325px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .recent-work-block .slick-slide {
    max-width: 383px;
  }
}
.recent-work-block img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recent-work-wrapper.slick-slider {
    margin-bottom: 80px;
  }
  .recent-work-wrapper .slick-slide:nth-child(even) .recent-work-item:hover {
    margin-top: 0;
  }
  .recent-work-wrapper .slick-slide:nth-child(odd) .recent-work-item {
    margin-top: 40px;
  }
  .recent-work-wrapper .slick-slide:nth-child(odd) .recent-work-item:hover {
    margin-top: 0;
  }
}
.text-header-wrapper + .recent__work-nav {
  padding-top: 24px;
  margin-left: -12px;
}
@media only screen and (min-width: 768px) {
  .text-header-wrapper + .recent__work-nav {
    padding-top: 0;
    margin-left: 0;
  }
}
.recent__work-nav {
  display: block;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .recent__work-nav {
    display: flex;
    justify-content: end;
  }
}
.recent__work-nav .slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.recent__work-nav .slick-arrow {
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.recent__work-nav .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.15);
}
.recent__work-nav .recent__work-paging li:not(.slick-active) {
  display: none;
}
.recent__work-nav li {
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.recent-work-header.text-header.small-title {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .recent-work-header.text-header.small-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .recent-work-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .recent-work-header {
    min-height: 128px;
  }
}
.recent-work-item {
  background: #FF4913;
  border: 5px solid #FFFFFF;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .recent-work-item {
    border-width: 8px;
  }
}
.recent-work-item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.recent-work-item h4 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.recent-work-item .recent-work-status {
  position: relative;
}
.recent-work-item .recent-work-status .icon-arrow {
  width: 44px;
  height: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.recent-work-item .recent-work-status .status-info {
  font-size: 18px;
  line-height: 1.1;
  padding-right: 52px;
  color: #FFFFFF;
  font-family: "Gotham-Bold", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.recent-work-item .wass-logo {
  width: 46px;
  height: 46px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .recent-work-item .wass-logo {
    right: 20px;
    width: 66px;
    height: 66px;
    padding: 6px;
  }
}
.recent-work-item .wass-logo svg {
  width: 100%;
  height: 100%;
}
.recent-work-item.dark-theme {
  background-color: #000000;
}
.recent-work-item.dark-theme .wass-logo svg {
  fill: #FF4913;
}
.recent-work-item.dark-theme .recent-work-image::after {
  background-color: #000000;
}
.recent-work-item.dark-orange {
  background-color: #BF3C1D;
}
.recent-work-item.dark-orange .recent-work-image::after {
  background-color: #BF3C1D;
}
.recent-work-item:hover .recent-work-image-effect img {
  transform: scale(1.1);
}
.recent-work-image {
  position: relative;
  overflow: hidden;
}
.recent-work-image img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  object-position: top;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .recent-work-image img {
    height: 315px;
  }
}
@media only screen and (min-width: 1025px) {
  .recent-work-image img {
    height: 342px;
  }
}
.recent-work-image::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0px;
  right: 0;
  background: #FFFFFF;
  height: 5px;
  transform: skewY(-6deg);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .recent-work-image::before {
    bottom: 19px;
    transform: skewY(-7deg);
    height: 8px;
  }
}
.recent-work-image::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px;
  right: 0;
  background: #FF4913;
  height: 30px;
  transform: skewY(-6deg);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .recent-work-image::after {
    bottom: -21px;
    height: 40px;
    transform: skewY(-7deg);
  }
}
.recent-work-info {
  position: relative;
  padding: 16px 8px 8px;
}
@media only screen and (min-width: 768px) {
  .recent-work-info {
    padding: 24px 16px 16px;
  }
}
.slope__wrapper {
  margin-bottom: -1px;
  margin-top: -1px;
  background: #FFFFFF;
}
.slope__wrapper.option2 {
  background: #FF4913;
}
.slope__wrapper-elem {
  max-width: 100%;
  height: 57px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #000000;
  font-size: 0;
}
@media only screen and (min-width: 1025px) {
  .slope__wrapper-elem {
    height: 147px;
  }
}
.slope__wrapper-bottom {
  transform: none;
  transform: scale(1, -1);
}
.col-2-text-image-stack {
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 48px;
}
@media only screen and (min-width: 1200px) {
  .col-2-text-image-stack {
    padding-top: 80px;
    gap: 64px;
  }
}
.col-2-text-image-stack .text-image-head {
  gap: 16px;
}
.col-2-text-image-stack .text-image-head .intro-text {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.col-2-text-image-stack .text-Image-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.col-2-text-image-stack .text-Image-item-list .text-image-item {
  max-width: 100%;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .col-2-text-image-stack .text-Image-item-list .text-image-item {
    max-width: calc(50% - 20px);
    flex: 0 0 50%;
    gap: 24px;
  }
}
.col-2-text-image-stack .text-Image-item-list .text-image-item .image-text-list-img {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-text-image-stack .text-Image-item-list .text-image-item .image-text-list-img {
    min-height: 30vw;
  }
}
.col-2-text-image-stack .text-Image-item-list .text-image-item.with-text .image-text-list-img {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-text-image-stack .text-Image-item-list .text-image-item.with-text .image-text-list-img {
    height: 30vw;
  }
}
@media only screen and (min-width: 768px) {
  .col-2-text-image-stack .text-Image-item-list.col-3 .text-image-item {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .col-2-text-image-stack .text-Image-item-list.col-3 .text-image-item {
    max-width: calc(33.33% - 27px);
  }
}
.col-2-text-image-stack img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 576px) {
  .col-2-text-image-stack .image-text-list-img.right-align {
    order: 1;
  }
}
.col-2-text-image-stack .image-text-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.col-2-text-image-stack .image-text-item-block {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}
.col-2-text-image-stack .item-description {
  letter-spacing: -0.04em;
}
.col-2-text-image-stack .item-details {
  gap: 16px;
}
.col-2-text-image-stack .item-details p {
  letter-spacing: -0.04em;
}
.col-2-text-image-stack .btn-underline {
  display: inline-flex;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  color: #000000;
  text-transform: none;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  letter-spacing: 0;
  align-self: flex-start;
}
.image__wrapper {
  background: #FFFFFF;
}
.image__wrapper-elem {
  max-width: 100%;
  height: auto;
  clip-path: polygon(0% 0%, 100% 17%, 100% 100%, 0% 83%);
  background-color: #000000;
  font-size: 0;
}
.image__wrapper img {
  max-width: 100%;
  width: 100%;
}
.image__wrapper .mobile-image {
  display: none;
}
@media only screen and (max-width: 575px) {
  .image__wrapper .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .image__wrapper .mobile-image + .desktop-image {
    display: none;
  }
}
.two-banner-block {
  background-color: #000000;
}
.two-banner-container {
  padding: 24px;
}
@media only screen and (min-width: 1025px) {
  .two-banner-container {
    padding: 24px 40px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .two-banner-container {
    padding: 24px 80px 40px;
  }
}
.two-banner-container .two-banner-wrapper {
  display: block;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .two-banner-container .two-banner-wrapper {
    display: flex;
  }
}
.two-banner-container .contact-banner {
  padding: 0 12px;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .two-banner-container .contact-banner {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.two-banner-container .contact-banner h4 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .two-banner-container .contact-banner h4 {
    margin-bottom: 24px;
  }
}
.two-banner-container .contact-banner .contact-banner-wrapper {
  height: 100%;
  padding: 24px 16px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .two-banner-container .contact-banner .contact-banner-wrapper {
    padding: 40px;
  }
}
.two-banner-container .contact-banner .contact-btn {
  border: 2px solid #000000;
  color: #FFFFFF;
  background-color: #000000;
}
.two-banner-container .contact-banner .contact-btn:hover {
  color: #000000;
  background-color: transparent;
}
.two-banner-container .contact-banner .contact-btn:hover svg path {
  fill: #000000;
}
.newsletter-banner {
  padding: 0 12px;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .newsletter-banner {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.newsletter-banner .newsletter-banner-wrapper {
  padding: 24px 16px;
  background-color: #FF4913;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .newsletter-banner .newsletter-banner-wrapper {
    padding: 40px;
  }
}
.newsletter-banner h4 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .newsletter-banner h4 {
    margin-bottom: 24px;
  }
}
.newsletter-banner .form-group {
  position: relative;
  max-width: 100%;
}
.newsletter-banner .newsletter-form_wrapper .gform_heading {
  display: none;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield input.large, .newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield select.large {
  font-size: 16px !important;
  line-height: 20px !important;
  border-radius: 80px !important;
  padding-right: 50px !important;
  padding-left: 16px !important;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  background-color: #FFFFFF !important;
  border: none !important;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield input.large::-webkit-input-placeholder, .newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield select.large::-webkit-input-placeholder {
  color: #000000;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield input.large:-ms-input-placeholder, .newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield select.large:-ms-input-placeholder {
  color: #000000;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield input.large::placeholder, .newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gfield select.large::placeholder {
  color: #000000;
}
.newsletter-banner .newsletter-form_wrapper.gform_wrapper.gravity-theme .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.newsletter-banner .newsletter-form_wrapper .gform_body {
  position: relative;
}
.newsletter-banner .newsletter-form_wrapper .gfield_html_formatted {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  right: 5px;
}
.newsletter-banner .newsletter-form_wrapper .gfield_validation_message {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  margin: 0;
  padding: 5px 0 !important;
}
.newsletter-banner .newsletter-form .gform_confirmation_message {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.newsletter-banner .newsletter-form_wrapper.gform_validation_error {
  padding-bottom: 30px;
}
.newsletter-banner .newsletter-form_wrapper.gform_validation_error .gfield_validation_message {
  line-height: 14px;
  font-size: 12px;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .newsletter-banner .newsletter-form_wrapper.gform_validation_error .gfiel