/* Always import the mixins file incase you need them! */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
/* Table of Contents
==================================================
	#Clearing
	#Media Queries
*/
/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  min-height: auto;
}

/* #Media Queries
================================================== */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Variables */
/* Mixins */
/* Percentage values */
/* Pixel values */
/* Grid based width */
/* Container values */
/* #Borders
================================================== */
/* # Global Styles
================================================== */
.transition-swipe {
  position: fixed;
  top: 0px;
  left: -24vw;
  width: 150vw;
  height: 200vh;
  background: linear-gradient(to bottom, transparent, transparent 10%, #FC004C 10%, #FC004C 90%, transparent 90%, transparent), radial-gradient(0% 50% at top right, transparent 99%, #FC004C);
  opacity: 1;
  border-radius: 40%;
  transform: translateY(-15%);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.transition-swipe.on_load {
  transform: translateY(-100%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

html.is-changing .transition-swipe {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 99;
  opacity: 1;
}

html.is-animating .transition-swipe {
  transform: translateY(-15%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

html.is-rendering {
  background-color: #000;
}

html.is-rendering .transition-swipe {
  transform: translateY(-15%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/* Define the styles for the unloaded pages */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s, width 0.3s, height 0.3s, color 0.3s;
  font-size: 18px;
  pointer-events: none;
  background-color: #A8A8A8;
  border: solid 1px #A8A8A8;
  color: #FBFBFB;
  border-radius: 50px;
  z-index: 9;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
}

.cursor .view {
  opacity: 0;
  visibility: hidden;
  align-items: center;
  top: 3px;
  position: relative;
}

.cursor .slide_left, .cursor .slide_right {
  opacity: 0;
  visibility: hidden;
  top: 3px;
  position: absolute;
  display: flex;
  align-items: center;
  text-align: unset;
  gap: 5px;
}

.cursor .slide_left img, .cursor .slide_right img {
  max-width: 20px;
}

.cursor .slide_left {
  right: 13px;
}

.cursor.hover_white {
  background-color: #FBFBFB;
  border: solid 1px #FBFBFB;
  transition: color 0.3s;
}

.cursor.hover_anchor {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.536);
  transition: background-color 0.3s, width 0.3s, height 0.3s, color 0.3s;
  border: solid 1px #4A4A4A;
  filter: blur(1px);
}

.cursor.hover_project {
  width: 80px;
  height: 28px;
  border-radius: 50px;
  transition: border-radius 0.1s, width 0.3s, height 0.3s, color 0.3s;
  background-color: #4A4A4A;
  border: solid 1px #4A4A4A;
  filter: none;
}

.cursor.hover_project .view {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.cursor.hover_slide_left, .cursor.hover_slide_right {
  width: 90px;
  height: 28px;
  border-radius: 50px;
  transition: border-radius 0.1s, width 0.3s, height 0.3s, color 0.3s;
  background-color: #4A4A4A;
  border: solid 1px #4A4A4A;
}

.cursor.hover_slide_left .slide_left {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.cursor.hover_slide_right .slide_right {
  right: 12px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

body {
  cursor: none;
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

body.remove_scroll {
  overflow: hidden;
}

body.layout_toggle_transition {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

body main {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body main section {
  position: relative;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body main section:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body main section.blur {
  filter: blur(14px);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/* #Container
================================================== */
.container {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: calc(100vw - 3.125vw);
  }
}

.container_small {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .container_small {
    width: calc(100vw - 37.5vw);
  }
}

/* #Menus
================================================== */
/* Desktop dropdowns */
/* Side/Modal Navs */
/* #Page Headers
================================================== */
/* #Post Layouts
================================================== */
/* #Fade Ins & Transitions
================================================== */
.fade-delay-1 {
  transition-delay: 0.1s !important;
}

.fade-delay-2 {
  transition-delay: 0.2s !important;
}

.fade-delay-3 {
  transition-delay: 0.3s !important;
}

.fade-delay-4 {
  transition-delay: 0.4s !important;
}

.fade-delay-5 {
  transition-delay: 0.5s !important;
}

.fade-delay-6 {
  transition-delay: 0.6s !important;
}

.fade-delay-7 {
  transition-delay: 0.7s !important;
}

.fade-delay-8 {
  transition-delay: 0.8s !important;
}

.fade-delay-9 {
  transition-delay: 0.9s !important;
}

.fade-delay-10 {
  transition-delay: 1s !important;
}

.fade-delay-11 {
  transition-delay: 1.1s !important;
}

.fade-delay-12 {
  transition-delay: 1.2s !important;
}

.fade-delay-13 {
  transition-delay: 1.3s !important;
}

.fade-delay-14 {
  transition-delay: 1.4s !important;
}

.fade-delay-15 {
  transition-delay: 1.5s !important;
}

.fade-delay-16 {
  transition-delay: 1.6s !important;
}

.fade-delay-17 {
  transition-delay: 1.7s !important;
}

.fade-delay-18 {
  transition-delay: 1.8s !important;
}

.fade-delay-19 {
  transition-delay: 1.9s !important;
}

.fade-delay-20 {
  transition-delay: 2s !important;
}

.fade-delay-21 {
  transition-delay: 2.1s !important;
}

.fade-delay-22 {
  transition-delay: 2.2s !important;
}

.fade-delay-23 {
  transition-delay: 2.3s !important;
}

.fade-delay-24 {
  transition-delay: 2.4s !important;
}

.fade_in_element {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_element.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_container .container, .fade_in_container .container_small {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_container.visible .container, .fade_in_container.visible .container_small {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.landing_page_header_fade {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.landing_page_header_fade.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.ani_background_reveal {
  height: 0%;
}

.ani_letterwave,
.ani_wordwave,
.ani_fade_up,
.ani_fade_up_fold,
.ani_fade_up_letter,
.ani_fade_up_fold_top_level {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
}

.ani_fade_up_fold .word_wrap, .ani_fade_up .word_wrap, .ani_fade_up_fold_top_level .word_wrap {
  overflow: hidden;
  position: relative;
}

.ani_fade_up_fold .word_wrap .word, .ani_fade_up .word_wrap .word, .ani_fade_up_fold_top_level .word_wrap .word {
  position: relative;
  display: inline-flex;
}

.ani_fade_up, .ani_fade_up_fold, .ani_fade_up_fold_top_level {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ani_fade_up.reveal, .ani_fade_up_fold.reveal, .ani_fade_up_fold_top_level.reveal {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* #Transforms
================================================== */
/* #Buttons
================================================== */
.btn_simple {
  text-decoration: underline;
}

.btn_simple:hover {
  text-decoration: none;
}

.btn_anchor {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-weight: 600;
  transform: translateX(0px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_anchor:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  height: 37px;
  width: 65px;
  position: absolute;
  left: -66px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .btn_anchor:before {
    height: 100%;
    left: -64px;
  }
}

.btn_anchor:hover {
  transform: translateX(56px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_default {
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 4px 20px;
  background-color: #4A4A4A;
  font-weight: 500;
  border: 1px transparent solid;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_default:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-height: fit-content;
  display: inherit;
  height: 15px;
  width: 30px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_default:after {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 30px;
  position: relative;
  top: 1px;
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_default span {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FBFBFB;
}

.btn_default:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_default:hover:after {
  transform: translateX(200%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_default:hover span {
  transform: translateX(56%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_second {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .btn_second {
    font-size: 42px;
  }
}

.btn_second span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_second span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .btn_second span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.btn_second:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .btn_second:before {
    width: 44px;
    top: 15px;
  }
}

.btn_second:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_second:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_second:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_second:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .btn_second:hover span {
    transform: translateX(55px);
  }
}

.btn_second:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_third {
  position: relative;
  text-decoration: none;
  width: fit-content;
  height: auto;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_third img {
  width: 10px;
  height: 10px;
  margin-bottom: 1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_third:hover {
  border-bottom: 2px solid #000;
}

.btn_third:hover img {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_third:hover:after {
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_fourth {
  position: relative;
  text-decoration: none;
  border: 1px #FBFBFB solid;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1600px) {
  .btn_fourth {
    font-size: 14px;
  }
}

.btn_fourth:hover {
  background-color: #4A4A4A;
  color: #FBFBFB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* # Padding solutions
================================================== */
/* #Forms & Input fields
================================================== */
/* #Component Styles
================================================== */
/* #Dark Mode & Colours
================================================== */
body[data-theme='light'] body {
  background-color: #FBFBFB !important;
}

body[data-theme='light'] .logo img {
  filter: invert(1);
}

body[data-theme='light'] .menu_icon_wrap {
  background-color: #f5f5f58c !important;
}

body[data-theme='light'] .menu_icon_wrap .analogue_clock {
  border-color: #000 !important;
}

body[data-theme='light'] .menu_icon_wrap .analogue_clock i {
  background-color: #000 !important;
}

body[data-theme='light'] .menu_icon_wrap #clock, body[data-theme='light'] .menu_icon_wrap #location {
  color: #000 !important;
}

body[data-theme='light'] main {
  background-color: #FBFBFB;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body[data-theme='light'] footer.black {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: #FBFBFB;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body[data-theme='light'] footer.black:before {
  background-color: #FBFBFB;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body[data-theme='light'] section {
  background-color: #FBFBFB;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

body[data-theme='light'] section h1, body[data-theme='light'] section h2, body[data-theme='light'] section h3, body[data-theme='light'] section h4, body[data-theme='light'] section h5, body[data-theme='light'] section h6, body[data-theme='light'] section p, body[data-theme='light'] section a, body[data-theme='light'] section li {
  color: #4A4A4A;
  border-color: #4A4A4A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

body[data-theme='light'] .bulletin_bar_projects_wrap label {
  border-color: #4A4A4A !important;
}

body[data-theme='light'] .other_posts {
  background-color: #171717;
  border-color: #FBFBFB;
}

body[data-theme='light'] .other_posts h1, body[data-theme='light'] .other_posts h2, body[data-theme='light'] .other_posts h3, body[data-theme='light'] .other_posts h4, body[data-theme='light'] .other_posts h5, body[data-theme='light'] .other_posts h6, body[data-theme='light'] .other_posts p, body[data-theme='light'] .other_posts a, body[data-theme='light'] .other_posts .word_wrap, body[data-theme='light'] .other_posts .word {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

body[data-theme='light'] .bulletin_bar a, body[data-theme='light'] .bulletin_bar p, body[data-theme='light'] .bulletin_bar div {
  color: #4A4A4A;
}

body[data-theme='light'] .section_posts_agg .post_row:hover {
  background-color: #624e4e1f !important;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body[data-theme='light'] .section_posts_agg .post_row .post-title::before {
  filter: invert(1) !important;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body[data-theme='light'] ::selection {
  background: #DDDDDD;
  color: #000;
}

/* # - other?
================================================== */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
/* Get your SASS in now! */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #DDDDDD;
  color: #171717;
  text-shadow: none;
}

::selection {
  background: #FBFBFB;
  color: #171717;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.simple-sitemap-wrapper {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  .simple-sitemap-wrapper {
    flex-direction: column;
  }
}

/* Table of Contents
==================================================
	#Clearing
	#Media Queries
*/
/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  min-height: auto;
}

/* #Media Queries
================================================== */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Variables */
/* Mixins */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Light.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Light.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Light.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Light.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Light.svg#FTSterling-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Regular.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Regular.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Regular.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Regular.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Regular.svg#FTSterling-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Medium.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Medium.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Medium.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Medium.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Medium.svg#FTSterling-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Bold.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Bold.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Bold.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Bold.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Bold.svg#FTSterling-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-LightItalic.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-LightItalic.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-LightItalic.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-LightItalic.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-LightItalic.svg#FTSterling-MediumItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-RegularItalic.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-RegularItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-RegularItalic.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-RegularItalic.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-RegularItalic.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-RegularItalic.svg#FTSterling-MediumItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-MediumItalic.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-MediumItalic.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-MediumItalic.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-MediumItalic.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-MediumItalic.svg#FTSterling-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Medium_2.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Medium_2.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Medium_2.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Medium_2.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Medium_2.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Medium_2.svg#FTSterling-Medium") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Sterling';
  src: url("assets/fonts/ft-sterling/FTSterling-Bold_1.eot");
  src: url("assets/fonts/ft-sterling/FTSterling-Bold_1.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ft-sterling/FTSterling-Bold_1.woff2") format("woff2"), url("assets/fonts/ft-sterling/FTSterling-Bold_1.woff") format("woff"), url("assets/fonts/ft-sterling/FTSterling-Bold_1.ttf") format("truetype"), url("assets/fonts/ft-sterling/FTSterling-Bold_1.svg#FTSterling-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1, .large-header {
  font-family: "FT Sterling", sans-serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -6px;
  line-height: 0.8;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h1, .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  h1, .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1600px) {
  h1, .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h1, .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h1, .large-header {
    font-size: 3.5rem;
    letter-spacing: -6px;
  }
}

@media only screen and (max-width: 768px) {
  h1, .large-header {
    font-size: 3.5rem;
    letter-spacing: -6px;
  }
}

h2, .large-header {
  font-family: "FT Sterling", sans-serif;
  font-size: 80px;
  font-weight: 200;
  letter-spacing: -5.6px;
  line-height: 0.9;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h2, .large-header {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  h2, .large-header {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1600px) {
  h2, .large-header {
    font-size: 80px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h2, .large-header {
    font-size: 48px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h2, .large-header {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  h2, .large-header {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

h3, .medium-header {
  font-family: "FT Sterling", sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 2.6rem;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h3, .medium-header {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  h3, .medium-header {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  h3, .medium-header {
    font-size: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h3, .medium-header {
    font-size: 40px;
    letter-spacing: -3px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h3, .medium-header {
    font-size: 30px;
    letter-spacing: -3px;
  }
}

@media only screen and (max-width: 768px) {
  h3, .medium-header {
    font-size: 30px;
    letter-spacing: -3px;
  }
}

h4 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h4 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h4 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

h5 {
  font-family: "FT Sterling", sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 17.6px;
    line-height: 31.6px;
  }
}

@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 19.8px;
    line-height: 33.8px;
  }
}

@media only screen and (min-width: 1600px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h5 {
    font-size: 17.6px;
    line-height: 31.6px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h5 {
    font-size: 15.4px;
    line-height: 29.4px;
  }
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 15.4px;
    line-height: 29.4px;
  }
}

h6 {
  font-family: "FT Sterling", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  border: solid 1px #FBFBFB;
  padding: 0px 12px;
  border-radius: 50px;
  width: fit-content;
  height: fit-content;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
}

@media only screen and (min-width: 768px) {
  h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1600px) {
  h6 {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h6 {
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h6 {
    font-size: 12px;
    padding: 4px 10px 0px 10px;
  }
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 10px;
  }
}

blockquote {
  font-family: "FT Sterling", sans-serif;
  font-size: 80px;
  font-weight: 200;
  letter-spacing: -5.6px;
  line-height: 0.9;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1600px) {
  blockquote {
    font-size: 80px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  blockquote {
    font-size: 48px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  blockquote {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  blockquote {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

p, .plain-text {
  font-family: "FT Sterling", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
}

@media only screen and (min-width: 768px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  p, .plain-text {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  p, .plain-text {
    font-size: 11.2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

body {
  font-family: "FT Sterling", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 11.2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12.6px;
    line-height: 23px;
  }
}

blockquote {
  font-style: italic;
}

strong, b, .bold {
  font-weight: 700;
}

em, i, .italic {
  font-weight: 700;
}

ol, ul, li {
  font-family: "FT Sterling", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
}

@media only screen and (min-width: 768px) {
  ol, ul, li {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  ol, ul, li {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  ol, ul, li {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol, ul, li {
    font-size: 11.2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol, ul, li {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  ol, ul, li {
    font-size: 12.6px;
    line-height: 23px;
  }
}

p, .plain-text {
  font-family: "FT Sterling", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
}

@media only screen and (min-width: 768px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  p, .plain-text {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  p, .plain-text {
    font-size: 11.2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  p, .plain-text {
    font-size: 12.6px;
    line-height: 23px;
  }
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
  margin-left: 1rem;
}

ol li::marker {
  font-family: "FT Sterling", sans-serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -6px;
  line-height: 0.8;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  color: #171717;
}

@media only screen and (min-width: 768px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1600px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol li::marker {
    font-size: 3.5rem;
    letter-spacing: -6px;
  }
}

@media only screen and (max-width: 768px) {
  ol li::marker {
    font-size: 3.5rem;
    letter-spacing: -6px;
  }
}

@media only screen and (min-width: 768px) {
  ol li::marker {
    font-family: "FT Sterling", sans-serif;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: -5.6px;
    line-height: 0.9;
    color: #4A4A4A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  ol li::marker {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  ol li::marker {
    font-size: 72px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1600px) {
  ol li::marker {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol li::marker {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol li::marker {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  ol li::marker {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

a {
  color: #4A4A4A;
  text-decoration: none;
  position: relative;
  cursor: none;
}

textarea {
  font-family: "FT Sterling", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  textarea {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  textarea {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  textarea {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  textarea {
    font-size: 11.2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  textarea {
    font-size: 12.6px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  textarea {
    font-size: 12.6px;
    line-height: 23px;
  }
}

input[type=submit] {
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 4px 20px;
  background-color: #4A4A4A;
  font-weight: 500;
  border: 1px transparent solid;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=submit]:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-height: fit-content;
  display: inherit;
  height: 15px;
  width: 30px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=submit]:after {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 30px;
  position: relative;
  top: 1px;
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=submit] span {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FBFBFB;
}

input[type=submit]:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=submit]:hover:after {
  transform: translateX(200%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=submit]:hover span {
  transform: translateX(56%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

input, textarea {
  font-family: "FT Sterling", sans-serif;
  font-weight: 400;
}

footer {
  background-color: #4A4A4A;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .footer_top {
  padding: 20px 0;
}

@media only screen and (min-width: 1200px) {
  footer .footer_top {
    border-bottom: none;
  }
}

footer .footer_top h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  footer .footer_top h3 {
    font-size: 48px;
  }
}

footer .footer_top h4 {
  font-weight: 200;
}

footer .footer_main {
  border-top: solid #ffe4e4 0.5px;
  padding: 20px 0;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 3fr 1fr 0.5fr;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main {
    grid-template-columns: 1.5fr 0.5fr 0.5fr;
    grid-template-rows: 1.5fr 1fr;
  }
}

footer .footer_main .logo_wrap {
  grid-column: 1 / span 2;
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .logo_wrap {
    margin-top: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-right: 200px;
    align-self: end;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_main .nav_wrap {
    order: -1;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .nav_wrap {
    grid-column: 2;
  }
}

footer .footer_main .nav_wrap ul {
  margin-bottom: 0;
  margin-left: 0;
}

footer .footer_main .nav_wrap ul .li_level_one {
  color: #FBFBFB;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  height: 100%;
  position: relative;
  font-size: 22px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .nav_wrap ul .li_level_one {
    font-size: 16px;
    line-height: 1.7;
  }
}

footer .footer_main .nav_wrap ul .li_level_one a {
  color: #FBFBFB;
}

footer .footer_main .nav_wrap ul .li_level_one .dropdown_wrap .dropdown_list {
  display: block;
}

footer .footer_main .nav_wrap ul .li_level_one .dropdown_wrap .dropdown_list li {
  list-style-type: none;
  margin-left: 0;
}

footer .footer_main .contact_socials_wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .contact_socials_wrap {
    order: -1;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .contact_socials_wrap {
    grid-column: 3;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .contact_socials_wrap a {
    font-size: 22px;
    line-height: 1.3;
  }
}

footer .footer_main .contact_socials_wrap .socials_wrap {
  display: flex;
  gap: 10px;
}

footer .footer_main .contact_socials_wrap .socials_wrap .social_icon {
  height: 24px;
  width: 24px;
}

footer .footer_main .contact_socials_wrap .contact_wrap {
  color: #F7F7F7;
  display: grid;
  gap: 2px;
}

footer .footer_main .contact_socials_wrap .contact_wrap .btn_default {
  background-color: #FBFBFB;
  width: fit-content;
  color: #4A4A4A;
  text-transform: none;
  font-size: 16px;
  margin-top: 16px;
}

footer .footer_main .contact_socials_wrap .contact_wrap .btn_default:after {
  top: -1px;
  background-image: url(./assets/images/svg/arrow-right-pink.svg);
}

footer .footer_main .contact_socials_wrap .contact_wrap .btn_default:before {
  background-image: url(./assets/images/svg/arrow-right-pink.svg);
  margin-top: 7px;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .contact_socials_wrap .contact_wrap .btn_default {
    padding: 2px 10px;
    font-size: 12px;
  }
  footer .footer_main .contact_socials_wrap .contact_wrap .btn_default:after {
    height: 9px;
    width: 20px;
    background-image: url(./assets/images/svg/arrow-right-pink.svg);
  }
}

footer .footer_main .contact_socials_wrap .contact_wrap .btn_default span {
  color: #4A4A4A;
}

footer .footer_main .contact_socials_wrap .contact_wrap .btn_simple {
  color: #F7F7F7;
}

footer .footer_main .copyright_wrap .copyright {
  color: #F7F7F7;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .legal_wrap {
    grid-column: 2;
    grid-row: 2;
  }
}

footer .footer_main .legal_wrap .btn_simple {
  color: #F7F7F7;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 8;
  opacity: 0;
  transform: translate(0, -10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

header.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .header_wrap {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .header_wrap .logo {
  z-index: 1;
}

header .header_wrap .logo img {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  header .header_wrap .logo img {
    width: 140px;
  }
}

header .header_wrap .menu_icon_wrap {
  z-index: 1;
  background-color: #0000003b;
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  header .header_wrap .menu_icon_wrap {
    gap: 12px;
  }
}

header .header_wrap .menu_icon_wrap .menu_icon {
  max-width: 50px;
}

header .header_wrap .menu_icon_wrap.hover {
  filter: opacity(0.5);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .header_wrap .menu_icon_wrap.active {
  background-color: #4A4A4A;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header.scroll {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header.scroll .container .logo {
  padding: 10px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.back_to_all_wrap_fixed {
  position: fixed;
  top: 210px;
  align-items: center;
  gap: 15px;
  z-index: 0;
  opacity: 0;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .back_to_all_wrap_fixed {
    display: flex;
  }
}

.back_to_all_wrap_fixed img {
  max-width: 24px;
}

.back_to_all_wrap_fixed p {
  color: black;
  margin-top: 4px;
}

.back_to_all_wrap_fixed.hide {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.single_page_header {
  padding-top: 200px;
}

.single_page_header h2 {
  text-transform: none;
}

.single_page_header .title_bar {
  padding-bottom: 5px;
  border-color: #FBFBFB;
}

@media only screen and (min-width: 768px) {
  .single_page_header .title_bar {
    padding-bottom: 8px;
  }
}

.single_page_header .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.single_page_header .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.single_page_header .title_box .title_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.5fr 1fr;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap {
    grid-template-columns: 1fr;
  }
}

.single_page_header .title_box .title_wrap h1 {
  font-size: 50px;
  line-height: 0.8;
  grid-column: 1 /span 2;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap h1 {
    font-size: 70px;
  }
}

.single_page_header .title_box .title_wrap h1 span {
  letter-spacing: -6px;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
  order: -1;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap img {
  max-width: 24px;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap p {
  color: black;
  margin-top: 4px;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap .back_to_all_wrap {
    display: none;
  }
}

.single_page_header .title_box .title_wrap .author_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  order: -1;
}

.single_page_header .title_box .title_wrap .author_wrap p {
  text-transform: uppercase;
}

.single_page_header .title_box .title_wrap .author_wrap .user_avatar_wrap img {
  border-radius: 50%;
  max-width: 40px;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap .author_wrap {
    grid-column: 1;
    order: unset;
    justify-content: start;
  }
}

.image_container .featured_image_wrap {
  background-size: cover;
  max-height: 360px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .image_container .featured_image_wrap {
    min-height: 600px;
    width: 100%;
  }
}

.simple_post {
  padding: 50px 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) {
  .simple_post {
    padding: 80px 0;
  }
}

.simple_post:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .simple_post:last-child {
    padding-bottom: 160px;
  }
}

.simple_post .post_content_wrap {
  width: 100%;
}

.simple_post .post_content_wrap p {
  font-size: 20px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: normal;
}

@media only screen and (min-width: 1200px) {
  .simple_post .post_content_wrap p {
    font-size: 24px;
  }
}

.other_posts {
  padding: 50px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .other_posts {
    padding: 80px 0;
  }
}

.other_posts:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .other_posts:last-child {
    padding-bottom: 160px;
  }
}

.other_posts .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_bar {
    padding-bottom: 8px;
  }
}

.other_posts .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_wrap {
  padding-bottom: 20px;
}

.other_posts .title_wrap .title_wrap .small_title {
  padding-bottom: 20px;
}

.other_posts .title_wrap .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_wrap .title_wrap {
    max-width: 64%;
  }
}

.other_posts .title_wrap .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_wrap .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .title_wrap .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.other_posts .title_wrap .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_wrap .glance_box {
    padding: 12px;
  }
}

.other_posts .title_wrap .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.other_posts .title_wrap .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.other_posts .title_wrap .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.other_posts .post_rows {
  display: block;
}

.other_posts .post_rows .post_row {
  display: block;
  border-top: solid 1px #A8A8A8;
}

.other_posts .post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.other_posts .post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.other_posts .post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.other_posts .post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .other_posts .post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }
  .other_posts .post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.other_posts .post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.other_posts .post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.other_posts .post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  position: relative;
}

.other_posts .post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 10px;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.other_posts .post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.other_posts .post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.other_posts .post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.other_posts .post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.other_posts .post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.other_posts .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.other_posts .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell {
    height: 400px;
  }
}

.other_posts .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  height: 65%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: 140%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper {
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper {
    padding: 0;
    justify-content: space-between;
    height: 30%;
  }
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.other_posts .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.other_posts .posts_editorial {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.other_posts .posts_editorial .post_wrapper {
  grid-column: 1 / span 3;
}

.other_posts .posts_editorial .post_wrapper .image_wrapper {
  aspect-ratio: 18 / 9;
  margin-bottom: 40px;
}

.other_posts .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 3 / span 2;
}

.other_posts .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 2/ span 4;
}

.other_posts .posts_editorial .post_wrapper .text_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .posts_editorial .post_wrapper .text_wrapper .arrow {
  position: relative;
  right: 0;
  max-width: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .posts_editorial .post_wrapper:hover .image_wrapper img {
  transform: scale(1.2);
}

.other_posts .posts_editorial .post_wrapper:hover .text_wrapper .arrow {
  right: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_project_page_header {
  background-size: cover;
  background-position: center;
  height: 80vh;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .section_project_page_header {
    height: 100vh;
  }
}

.section_project_intro {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro {
    padding: 80px 0;
  }
}

.section_project_intro:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro:last-child {
    padding-bottom: 160px;
  }
}

.section_project_intro .project_title {
  padding: 40px 0;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_title {
    padding: 100px 0;
  }
}

.section_project_intro .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_project_intro .title_bar {
    padding-bottom: 8px;
  }
}

.section_project_intro .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_project_intro .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_project_intro .project_intro_grid {
  height: auto;
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.section_project_intro .project_intro_grid .project_summary {
  padding-bottom: 60px;
}

.section_project_intro .project_intro_grid .services_wrap .services_label {
  padding-bottom: 10px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes {
    width: 70%;
    gap: calc($conpad * 2);
  }
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
  height: auto;
  width: auto;
  justify-self: auto;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
    padding: 12px;
  }
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
    min-width: 200px;
  }
}

.section_project_intro .project_intro_grid .brief_wrap {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .brief_wrap {
    width: 78%;
  }
}

.other_posts .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_bar {
    padding-bottom: 8px;
  }
}

.other_posts .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_box {
  padding-bottom: 20px;
}

.other_posts .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.other_posts .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_box .title_wrap {
    max-width: 64%;
  }
}

.other_posts .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.other_posts .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_box .glance_box {
    padding: 12px;
  }
}

.other_posts .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.other_posts .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.other_posts .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.other_posts .link_box {
  text-align: center;
  margin-top: 30px;
}

.page_archive {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .page_archive {
    padding: 80px 0;
  }
}

.page_archive:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .page_archive:last-child {
    padding-bottom: 160px;
  }
}

.page_archive .posts_layout_wrapper.post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  position: relative;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 10px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive .posts_layout_wrapper.post_grid .post_row {
  display: none;
}

.page_archive .posts_layout_wrapper.post_rows {
  display: block;
}

.page_archive .posts_layout_wrapper.post_rows .post_row {
  display: block;
  border-top: solid 1px #A8A8A8;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.page_archive .posts_layout_wrapper.post_rows .grid_cell {
  display: none;
}

.page_archive_filter {
  margin-bottom: 0px;
  z-index: 1;
}

.page_archive_filter .posts_layout_wrapper.post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  position: relative;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 10px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .post_row {
  display: none;
}

.page_archive_filter .posts_layout_wrapper.post_rows {
  display: block;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row {
  display: block;
  border-top: solid 1px #A8A8A8;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.page_archive_filter .posts_layout_wrapper.post_rows .grid_cell {
  display: none;
}

@media only screen and (min-width: 768px) {
  .two-text-col .auto_content {
    column-gap: 4%;
  }
  .two-text-col .auto_content.one_col {
    column-count: 1;
  }
  .two-text-col .auto_content.two_col {
    column-count: 2;
  }
  .two-text-col .auto_content.three_col {
    column-count: 3;
  }
}

.col_slider {
  position: relative;
}

.col_slider.break_grid .slide_image_wrap {
  padding: 0px;
}

.col_slider .slide_image_wrap {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_image_wrap {
    height: 50vh;
    padding: 0 30px;
  }
}

.col_slider .slide_image_wrap.bandw img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.col_slider .slide_image_wrap img {
  object-fit: cover;
}

.col_slider .slide_box {
  padding: 0 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box {
    margin-top: 0px;
    padding: 0 60px;
  }
}

.col_slider .slide_box .image_text_area_bg {
  text-align: center;
}

.col_slider .slide_box .image_text_area_bg .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .col_slider .slide_box .image_text_area_bg .button {
    font-size: 42px;
  }
}

.col_slider .slide_box .image_text_area_bg .button span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.col_slider .slide_box .image_text_area_bg .button span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box .image_text_area_bg .button span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.col_slider .slide_box .image_text_area_bg .button:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box .image_text_area_bg .button:before {
    width: 44px;
    top: 15px;
  }
}

.col_slider .slide_box .image_text_area_bg .button:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.col_slider .slide_box .image_text_area_bg .button:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.col_slider .slide_box .image_text_area_bg .button:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.col_slider .slide_box .image_text_area_bg .button:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box .image_text_area_bg .button:hover span {
    transform: translateX(55px);
  }
}

.col_slider .slide_box .image_text_area_bg .button:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.col_slider .slick-arrow {
  color: #000;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.col_slider .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.col_slider .slick-arrow:before {
  font-size: 30px;
}

.col_slider .slick-next {
  right: 20px;
}

.col_slider .slick-prev {
  left: 20px;
}

.col_slider .slick-dots {
  text-align: center;
  left: 0;
  bottom: -50px;
}

.col_slider .slick-dots li.slick-active button {
  background-color: #171717;
}

.col_slider .slick-dots li:hover button {
  background-color: #171717;
}

.col_slider .slick-dots li button {
  border: 2px solid #000;
}

.section_accordion {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_accordion {
    padding: 80px 0;
  }
}

.section_accordion:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_accordion:last-child {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_accordion .accord_container.grid .accord_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 0.1fr;
    padding: 20px 0px;
  }
}

.section_accordion .accord_container .accord_wrap {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  border-top: solid 1px #A8A8A8;
}

.section_accordion .accord_container .accord_wrap:last-child {
  border-bottom: solid 1px #A8A8A8;
}

.section_accordion .accord_container .accord_wrap .accord_head {
  position: relative;
  padding: 15px 0px 1px 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_accordion .accord_container .accord_wrap .accord_body {
  height: auto;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  padding: 15px 0px 1px 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container .accord_wrap .accord_image_wrap .accordion_down_arrow {
  height: 44px;
  transform: rotateZ(-180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_accordion .accord_container .accord_wrap:hover {
  background-color: #171717;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container .accord_wrap.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container .accord_wrap.active .accord_body {
  max-height: 2000px;
  padding-bottom: 40px;
  opacity: 1;
}

.section_accordion .accord_container .accord_wrap.active .accordion_down_arrow {
  transform: rotateZ(0deg);
}

.banner.full_height {
  height: 90vh;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.full_height {
    height: 90vh;
  }
}

.banner.full_height .slick-slide .slide_box {
  top: 15vh;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_box {
    top: 25vh;
  }
}

.banner.full_height .slick-slide .slide_image_wrap {
  height: 90vh;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_image_wrap {
    height: 90vh;
  }
}

.banner.half_height {
  height: 90vh;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.half_height {
    height: 70vh;
  }
}

.banner.half_height .slick-slide .slide_box {
  top: 20vh;
}

.banner.half_height .slick-slide .slide_image_wrap {
  height: 90vh;
}

@media only screen and (min-width: 768px) {
  .banner.half_height .slick-slide .slide_image_wrap {
    height: 70vh;
  }
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide .slide_box {
  position: absolute;
  width: 100%;
}

.banner .slick-slide .slide_box .location {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .banner .slick-slide .slide_box .location {
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .location {
    left: -80px;
    top: 15vh;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.banner .slick-slide .slide_box .container .image_text_area {
  position: relative;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
  width: calc(100% - 60px);
  backdrop-filter: blur(5px);
  background-color: #F7F7F7;
  padding: 30px;
  margin: 0%;
  text-align: center;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
    text-align: left;
    padding: 30px 50px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 50%;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overleft {
    left: 0;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overright {
    right: 0;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overcenter {
    left: 25%;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button {
    font-size: 42px;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:before {
    width: 44px;
    top: 15px;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover span {
    transform: translateX(55px);
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.banner .slick-slide .slide_image_wrap.bandw img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.banner .slick-slide .slide_image_wrap img {
  object-fit: cover;
}

.banner .slick-arrow {
  color: #FBFBFB;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner .slick-arrow:before {
  font-size: 30px;
}

.banner .slick-next {
  right: 20px;
}

.banner .slick-prev {
  left: 20px;
}

.slick-dots {
  bottom: 35px;
  left: 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    left: 90px;
    text-align: left;
  }
}

.slick-dots li {
  margin: 0px 20px;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid #FBFBFB;
  border-radius: 50%;
  opacity: 0.8;
  height: 10px;
  width: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots li button:hover {
  opacity: 1;
  background-color: #FBFBFB;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #FBFBFB;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_big_text {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_big_text {
    padding: 80px 0;
  }
}

.section_big_text:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_big_text:last-child {
    padding-bottom: 160px;
  }
}

.section_big_text.blur {
  filter: blur(30px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_big_text .title_cont .title_wrap {
  width: 60%;
  padding-bottom: 20px;
}

.cta_columns .cta_wrap {
  margin-top: 70px;
}

.cta_columns .cta_wrap:after {
  content: "";
  clear: both;
}

.cta_columns .cta_wrap .cta_col {
  text-align: center;
  margin-bottom: 40px;
}

.cta_columns .cta_wrap .cta_col .image {
  border-radius: 50px;
}

.cta_columns .cta_wrap .cta_col .text {
  margin: 20px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cta_columns .cta_wrap .cta_col .text {
    margin: 20px 10%;
    width: 80%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cta_columns .cta_wrap .cta_col .text {
    margin: 20px 10%;
    width: 80%;
  }
}

.cta_columns .cta_wrap .cta_col .text h3 {
  margin-bottom: 10px;
}

.section_video {
  background-color: #171717;
  border-radius: 10px;
  margin-bottom: -1;
}

.section_video .video_wrapper {
  width: 100%;
  margin-left: 0%;
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper .bg_cover {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper iframe {
    position: relative !important;
  }
}

.section_video .video_wrapper .wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper.active .wrapper:after {
    background-image: url();
  }
}

.section_video .video_wrapper .video_buttons .button {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.section_video .video_wrapper .video_buttons .button#play-button {
  cursor: url(/wp-content/themes/designdough/assets/images/svg/cursor-play.svg) 15 15, url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg) 15 15, move;
}

.section_video .video_wrapper .video_buttons .button#pause-button {
  cursor: url(/wp-content/themes/designdough/assets/images/svg/cursor-pause.svg) 15 15, url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-pause.svg) 15 15, move;
}

.section_video .video_wrapper .video_buttons.autoplay .button#play-button {
  z-index: 100;
  opacity: 0;
}

.section_video .video_wrapper .video_buttons.autoplay .button#pause-button {
  z-index: 101;
  opacity: 1;
}

.section_video .video_wrapper .video_buttons.clickplay .button#play-button {
  z-index: 101;
  opacity: 1;
}

.section_video .video_wrapper .video_buttons.clickplay .button#pause-button {
  z-index: 100;
  opacity: 0;
}

.section_video .video_wrapper .video_text_area {
  position: relative;
  width: 100%;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg {
  width: calc(100% - 60px);
  backdrop-filter: blur(5px);
  background-color: #F7F7F7;
  padding: 30px;
  margin: 0%;
  text-align: center;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg {
    text-align: left;
    padding: 30px 50px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 50%;
  }
  .section_video .video_wrapper .video_text_area .video_text_area_bg.overleft {
    left: 0;
  }
  .section_video .video_wrapper .video_text_area .video_text_area_bg.overright {
    right: 0;
  }
  .section_video .video_wrapper .video_text_area .video_text_area_bg.overcenter {
    left: 25%;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a.button {
    font-size: 42px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a.button span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a.button:before {
    width: 44px;
    top: 15px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover span {
    transform: translateX(55px);
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg h1, .section_video .video_wrapper .video_text_area .video_text_area_bg h2, .section_video .video_wrapper .video_text_area .video_text_area_bg h3, .section_video .video_wrapper .video_text_area .video_text_area_bg h4, .section_video .video_wrapper .video_text_area .video_text_area_bg h5, .section_video .video_wrapper .video_text_area .video_text_area_bg h6, .section_video .video_wrapper .video_text_area .video_text_area_bg p {
  color: #000;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a {
    font-size: 42px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a:before {
    width: 44px;
    top: 15px;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a:hover span {
    transform: translateX(55px);
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_video .video_wrapper .video_text_area.clickplay .video_text_area_bg {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area {
    position: absolute;
    z-index: 200;
    top: 30%;
    width: 50%;
  }
  .section_video .video_wrapper .video_text_area.overleft {
    left: 0;
  }
  .section_video .video_wrapper .video_text_area.overright {
    right: 0;
  }
  .section_video .video_wrapper .video_text_area.overcenter {
    left: 25%;
  }
  .section_video .video_wrapper .video_text_area .video_text_area_bg {
    background-color: #FBFBFB;
    padding: 30px;
  }
  .section_video .video_wrapper .video_text_area.clickplay .video_text_area_bg {
    margin: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) {
  .section_video .video-container .wrapper {
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 850px) and (max-width: 768px) {
  .section_video .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 850px) and (max-width: 768px) {
  .section_video .video-container.active .wrapper:after {
    background-image: url();
  }
}

.section_video .native_video {
  border-radius: 10px;
  width: 100vw;
}

.page_header {
  width: 100%;
  height: 70vh;
  top: 0;
  z-index: 0;
  background-size: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .page_header {
    height: 90vh;
  }
}

.page_header.blur {
  filter: blur(14px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_header.index {
  z-index: 0;
}

.page_header.small_heading {
  height: auto;
  padding-top: 100px;
  padding-bottom: 24px;
}

.page_header.small_heading .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .page_header.small_heading .title_bar {
    padding-bottom: 8px;
  }
}

.page_header.small_heading .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.page_header.small_heading .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.page_header.small_heading .title_box {
  padding-bottom: 20px;
}

.page_header.small_heading .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.page_header.small_heading .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .page_header.small_heading .title_box .title_wrap {
    max-width: 64%;
  }
}

.page_header.small_heading .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .page_header.small_heading .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .page_header.small_heading .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.page_header.small_heading .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .page_header.small_heading .title_box .glance_box {
    padding: 12px;
  }
}

.page_header.small_heading .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.page_header.small_heading .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.page_header.small_heading .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

@media only screen and (min-width: 768px) {
  .page_header.small_heading {
    height: 20vh;
  }
}

@media only screen and (min-width: 1200px) {
  .page_header.small_heading {
    height: 40vh;
    padding-top: 200px;
    padding-bottom: unset;
  }
}

.page_header.remove_sticky {
  position: relative;
}

.page_header .two_columns {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

@media only screen and (min-width: 1200px) {
  .page_header .two_columns {
    padding: 80px 0;
  }
}

.page_header .two_columns:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .page_header .two_columns:last-child {
    padding-bottom: 160px;
  }
}

.page_header .two_columns .title_wrap {
  padding: 100px 0;
  width: 80%;
}

.page_header .background_image .title_wrap {
  display: grid;
  gap: 40px;
  top: 160px;
  position: absolute;
  width: 50%;
}

.page_header .editorial .title_wrap {
  text-transform: uppercase;
  display: grid;
  align-items: end;
  position: relative;
  height: 60vh;
  grid-template-rows: 1.2fr 0.5fr;
}

.page_header .editorial .title_wrap.blur {
  filter: blur(30px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_header .editorial .title_wrap .heading_logo_wrap {
  opacity: 0;
}

.page_header .editorial .title_wrap .heading_logo_wrap.reveal {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_header .editorial .title_wrap .text_body {
  margin-right: 10%;
  margin-left: 1%;
  position: relative;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .page_header .editorial .title_wrap .text_body {
    margin-bottom: 24px;
    margin-right: unset;
    width: 90%;
  }
}

.page_header .editorial .title_wrap .arrow_down {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_header .editorial .title_wrap .arrow_down {
    height: auto;
    max-width: 20px;
    display: flex;
    justify-self: end;
    position: relative;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .page_header .editorial .title_wrap {
    height: 90vh;
    padding-top: unset;
    grid-template-rows: 3fr 0.5fr;
    gap: 50px;
  }
  .page_header .editorial .title_wrap .text_body {
    margin-bottom: 6px;
    position: relative;
    width: 38%;
  }
  .page_header .editorial .title_wrap h1 {
    max-width: 85%;
  }
  .page_header .editorial .title_wrap .arrow_down {
    margin-bottom: 0;
  }
}

@media (min-width: 1180px) {
  .page_header .editorial .title_wrap {
    grid-template-columns: 4fr 1.5fr 0.1fr;
    grid-template-rows: unset;
    gap: 100px;
  }
  .page_header .editorial .title_wrap h1 {
    max-width: 100%;
  }
  .page_header .editorial .title_wrap h1 .word {
    position: relative;
  }
  .page_header .editorial .title_wrap .text_body {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .page_header .editorial .title_wrap {
    gap: 60px;
  }
}

@media (min-width: 1180px) {
  .page_header .editorial .title_wrap.homepage_title_wrap {
    grid-template-columns: 4fr 1.5fr 0.1fr;
  }
}

@media only screen and (max-width: 768px) {
  .page_header .editorial .title_wrap.homepage_title_wrap h1 {
    font-size: 5rem;
  }
  .page_header .editorial .title_wrap.homepage_title_wrap .arrow_down {
    display: none;
  }
}

.hero {
  padding-top: 70px;
}

@media only screen and (min-width: 1200px) {
  .hero {
    padding-top: 0;
  }
}

.hero .video {
  width: 100%;
  height: auto;
  position: relative;
}

.hero .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .hero .video .title_wrap {
    position: absolute;
    bottom: 200px;
    width: 80%;
  }
}

.hero .slider .slick-next,
.hero .slider .slick-prev {
  display: none;
}

.hero .slider .slick-dots {
  left: 0;
  width: 100%;
  text-align: center;
}

.hero .slider .slick-dots button {
  border-color: #000;
}

.hero .slider .slick-dots .slick-active button {
  background-color: #000;
}

.hero .slider .slick-prev {
  left: 10px;
  width: 60px;
}

.hero .slider .slick-prev:before {
  content: url("./assets/images/svg/arrow-back.svg");
  color: #000;
}

.hero .slider .slick-next {
  right: 10px;
  width: 60px;
}

.hero .slider .slick-next:before {
  content: url("./assets/images/svg/arrow-next.svg");
  color: #000;
}

.hero .slider.show_dots .slick-dots {
  display: block;
}

.hero .slider.show_arrows .slick-next,
.hero .slider.show_arrows .slick-prev {
  display: block;
}

.hero .slider .slick-slide .slide {
  position: relative;
  height: 100vh;
}

.hero .slider .slick-slide .slide .slide_image_wrap {
  height: 100vh;
  background-size: cover;
  object-fit: cover;
}

.hero .slider .slick-slide .slide .slide_text_wrap {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
}

.hero .hero_image {
  height: 100vh;
  position: relative;
  display: flex;
}

.hero .hero_image .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 100px;
}

.hero .hero_image .content_wrap .title_wrap {
  grid-column: 1 / span 3;
}

.hero .hero_editorial {
  padding: 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .hero .hero_editorial {
    padding: 80px 0;
  }
}

.hero .hero_editorial:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .hero .hero_editorial:last-child {
    padding-bottom: 160px;
  }
}

.hero .hero_editorial .title_wrap {
  padding-top: 100px;
  grid-column: 1 / span 3;
}

.hero .hero_editorial .text_body {
  grid-column: 3 / -1;
}

.hero .hero_editorial .image_wrap {
  grid-column: 1 / span 2;
}

.section_text {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_text {
    padding: 80px 0;
  }
}

.section_text:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_text:last-child {
    padding-bottom: 160px;
  }
}

.section_text .container .title_bar {
  padding-bottom: 5px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section_text .container .title_bar {
    padding-bottom: 8px;
  }
}

.section_text .container .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text .container .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text .container .title_box {
  padding-bottom: 20px;
}

.section_text .container .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_text .container .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_text .container .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_text .container .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text .container .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_text .container .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .title_box .glance_box {
    padding: 12px;
  }
}

.section_text .container .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_text .container .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_text .container .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_text .container .title_box .glance_box {
  min-width: 250px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .text_no_cols .no_col_body {
    width: 50%;
  }
}

.section_text .container .text_cols {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_text .container .text_cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 75%;
  }
}

.section_text .container .text_cols .col_title.border_bottom {
  border-bottom: 1px solid #000;
}

.section_text .container .text_cols .col_body {
  padding-bottom: 40px;
}

.section_text .container .stats_wrap {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .stats_wrap {
    gap: 20px;
  }
}

.section_text_image {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_text_image {
    padding: 120px 0;
  }
}

.section_text_image:last-child {
  padding-bottom: 160px;
}

.section_text_image .container .title_wrap {
  display: flex;
  text-align: center;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 25vh;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .title_wrap {
    width: 55%;
    margin: 0 auto;
  }
  .section_text_image .container .big_title {
    font-size: 108px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .big_title {
    font-size: 120px;
  }
  .section_text_image .container .intro_text {
    width: 80%;
  }
}

@media only screen and (min-width: 1600px) {
  .section_text_image .container .big_title {
    font-size: 180px;
  }
}

.section_text_image .container .text_image_columns.column_count-1 {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_columns.column_count-1 {
    width: 50%;
  }
}

.section_text_image .container .text_image_columns.column_count-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.section_text_image .container .text_image_columns.column_count-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.section_text_image .container .text_image_editorial {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(14, 100px);
  gap: 20px;
  padding-bottom: 60px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(24, 100px);
    gap: 20px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap {
  height: fit-content;
  width: fit-content;
  position: relative;
  z-index: 9;
}

.section_text_image .container .text_image_editorial .item_wrap .ani_background_reveal {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4A4A4A;
  width: 100%;
  height: 100%;
}

.section_text_image .container .text_image_editorial .item_wrap .text_wrap h2 {
  font-size: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap .text_wrap h2 {
    font-size: 200px;
    line-height: 1;
    text-align: center;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-1 {
  grid-column: 1 / span 8;
  grid-row: 3;
}

.section_text_image .container .text_image_editorial .item_wrap.row-1 img {
  max-height: 300px;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-1 img {
    max-height: 380px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-2 {
  grid-column: 10 / span 3;
  grid-row: 4;
}

.section_text_image .container .text_image_editorial .item_wrap.row-2 img {
  max-height: 350px;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-2 {
    grid-column: 9 / span 3;
    grid-row: 7;
  }
  .section_text_image .container .text_image_editorial .item_wrap.row-2 img {
    max-height: 480px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-3 {
  grid-column: 1 / span 8;
  grid-row: 7;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-3 {
    grid-column: 2 / span 3;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-3 {
    grid-column: 2 / span 3;
    grid-row: 11;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-4 {
  grid-column: 9 / span 4;
  grid-row: 8;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-4 {
    grid-row: 10;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-4 {
    grid-column: 10 / span 3;
    grid-row: 16;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-4 img {
  max-height: 400px;
}

.section_text_image .container .text_image_editorial .item_wrap.row-5 {
  grid-column: 2 / span 9;
  grid-row: 10;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-5 {
    grid-column: 1 / span 4;
    grid-row: 17;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-6 {
  grid-column: 6 / span 5;
  grid-row: 12;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-6 {
    grid-column: 6 / span 5;
    grid-row: 21;
  }
}

.section_images.transparent_plus_padding {
  background-color: transparent;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) {
  .section_images.transparent_plus_padding {
    padding-bottom: 200px;
  }
}

.section_images.pad_standard {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_standard {
    padding: 80px 0;
  }
}

.section_images.pad_standard:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_standard:last-child {
    padding-bottom: 160px;
  }
}

.section_images.pad_large {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_large {
    padding: 120px 0;
  }
}

.section_images.pad_large:last-child {
  padding-bottom: 160px;
}

.section_images.pad_small {
  padding-bottom: 1.5625vw;
}

.section_images.remove_top_padding {
  padding-top: 0px;
}

.section_images.bg_black {
  background-color: #171717;
}

.section_images.bg_white {
  background-color: #FBFBFB;
}

.section_images.bg_white .images_editorial_grid {
  padding: 50px;
}

@media only screen and (min-width: 1200px) {
  .section_images.bg_white .images_editorial_grid {
    padding: 180px;
  }
}

.section_images .images_editorial_grid {
  display: grid;
}

.section_images .images_editorial_grid img {
  object-fit: cover;
  border-radius: 10px;
}

.section_images .images_editorial_grid.remove_border_radius img {
  border-radius: 0px;
}

.section_images .images_editorial_grid.big_image {
  grid-template-columns: 1fr;
}

.section_images .images_editorial_grid.editorial {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 1.5625vw;
}

.section_images .images_editorial_grid.editorial .row-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-1 {
    grid-column: 2 / span 4;
    grid-row: 1 / span 2;
  }
}

.section_images .images_editorial_grid.editorial .row-2 {
  grid-column: 7 / span 6;
  grid-row: 2 / span 4;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-2 {
    grid-column: 8 / span 4;
    grid-row: 1 / span 3;
  }
}

.section_images .images_editorial_grid.editorial .row-3 {
  grid-column: 1 / span 6;
  grid-row: 4 / span 6;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-3 {
    grid-column: 3 / span 4;
    grid-row: 4 / span 2;
  }
}

.section_images .images_editorial_grid.two_images {
  grid-template-rows: repeat(2, 1fr);
}

.section_images .images_editorial_grid.two_images .row-2 {
  grid-column: 7 / span 5;
  grid-row: 1 / span 3;
}

.section_images .images_editorial_grid.two_images .row-1 {
  grid-column: 2 / span 3;
  grid-row: 1 / span 1;
}

.section_images .images_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625vw;
}

.section_images .images_grid img {
  object-fit: cover;
  border-radius: 10px;
}

.section_images .images_grid.remove_border_radius img {
  border-radius: 0px;
}

.section_images .images_grid video {
  height: 100%;
}

.section_images .wheels_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .section_images .wheels_grid {
    grid-template-columns: 0.5fr 1fr 1.4fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .section_images .wheels_grid .wheel_wrap img {
    max-width: 150px;
  }
}

.section_images .splide .splide__track .splide__list {
  margin: 0 -10%;
}

.section_images .splide .splide__track .splide__list .splide__slide {
  position: relative;
}

.section_images .splide .splide__track .splide__list .splide__slide .slide_image {
  border-radius: 10px;
  object-fit: cover;
}

.section_images .splide .splide__track .splide__list .splide__slide .slide_image.og_dimensions {
  height: auto;
}

.section_images .splide .splide__track .splide__list .splide__slide .text_wrapper .client_logo {
  position: absolute;
  max-height: 100px;
  max-width: 200px;
  left: 20px;
  top: 20px;
}

.section_images .splide .splide__track .splide__list .splide__slide .text_wrapper .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 200;
}

.section_text_and_grid {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid {
    padding: 80px 0;
  }
}

.section_text_and_grid:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid:last-child {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid {
    padding-bottom: 280px;
  }
}

.section_text_and_grid.grey {
  background-color: #A8A8A8;
}

.section_text_and_grid .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .title_bar {
    padding-bottom: 8px;
  }
}

.section_text_and_grid .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text_and_grid .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text_and_grid .title_box {
  padding-bottom: 20px;
}

.section_text_and_grid .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_text_and_grid .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_text_and_grid .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_text_and_grid .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .title_box .glance_box {
    padding: 12px;
  }
}

.section_text_and_grid .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_text_and_grid .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_text_and_grid .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_text_and_grid .grid {
  padding-top: 50px;
}

@media (min-width: 600px) {
  .section_text_and_grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.section_text_and_grid .grid.hide_on_modal {
  height: 100vh;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.four_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.five_col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.section_text_and_grid .grid.center_content .grid_cell {
  text-align: center !important;
}

.section_text_and_grid .grid .grid_cell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 70px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_text_and_grid .grid .grid_cell a {
  position: relative;
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    margin: 0;
  }
  .section_text_and_grid .grid .grid_cell a img {
    height: 16px;
  }
}

.section_text_and_grid .grid .grid_cell a span {
  display: flex;
  align-items: start;
}

.section_text_and_grid .grid .grid_cell a span img {
  position: relative;
  top: 0px;
  left: 0px;
}

.section_text_and_grid .grid .grid_cell a:before {
  position: absolute;
  left: 0px;
  top: 0px;
}

.section_text_and_grid .grid .grid_cell a:after {
  display: none;
}

.section_text_and_grid .grid .grid_cell a:hover:before {
  transform: translateX(150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover span {
  transform: translateX(58px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell p {
  text-align: left;
  font-weight: 600px;
}

.section_text_and_grid .grid .grid_cell:hover a:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a span {
  transform: translateX(58px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell {
    text-align: left;
    align-items: start;
    margin-bottom: 0;
  }
  .section_text_and_grid .grid .grid_cell h5 {
    margin-bottom: unset;
  }
}

.section_text_and_grid .grid .grid_cell img {
  max-height: 180px;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell img {
    width: auto;
  }
}

.section_text_and_grid .grid .grid_cell.button_at_bottom {
  display: grid;
}

.section_text_and_grid .grid .grid_cell .open_grid_modal,
.section_text_and_grid .grid .grid_cell .download_buton {
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_cell .open_grid_modal,
  .section_text_and_grid .grid .grid_cell .download_buton {
    justify-self: center;
  }
}

.section_text_and_grid .grid .grid_modal {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: grey;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  padding-top: 110px;
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_modal {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_modal {
    padding-top: 150px;
  }
}

.section_text_and_grid .grid .grid_modal.active {
  z-index: 99;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_text_and_grid .grid .grid_modal .container {
  padding: 20px 0 120px;
}

.section_text_and_grid .grid .grid_modal .modal_close {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.section_text_and_grid .grid .grid_modal .modal_close:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  filter: opacity(0.5);
}

.section_text_and_grid .grid .grid_modal p {
  font-size: 12px;
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_modal p {
    font-size: 18px;
    margin-top: 40px;
  }
}

.section_posts_agg {
  padding: 50px 0;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg {
    padding: 80px 0;
  }
}

.section_posts_agg:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg:last-child {
    padding-bottom: 160px;
  }
}

.section_posts_agg.header_window {
  margin-top: 600px;
  padding: 0;
}

.section_posts_agg.remove_top_padding {
  padding-top: 0;
}

.section_posts_agg .post_wrapper {
  opacity: 0;
  transform: translate(0, -10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_wrapper.fade_top {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .title_bar {
  padding-bottom: 5px;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .title_bar {
    padding-bottom: 8px;
  }
}

.section_posts_agg .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_posts_agg .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_bar {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .title_box {
  padding-bottom: 20px;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

.section_posts_agg .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_posts_agg .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_posts_agg .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_posts_agg .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_posts_agg .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box .glance_box {
    padding: 12px;
  }
}

.section_posts_agg .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_posts_agg .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_posts_agg .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .post_rows {
  display: block;
}

.section_posts_agg .post_rows .post_row {
  display: block;
  border-top: solid 1px #A8A8A8;
}

.section_posts_agg .post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.section_posts_agg .post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.section_posts_agg .post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }
  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.section_posts_agg .post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.section_posts_agg .post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  position: relative;
}

.section_posts_agg .post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 10px;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.section_posts_agg .post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.section_posts_agg .post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.section_posts_agg .post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.section_posts_agg .post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.section_posts_agg .post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.section_posts_agg .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.section_posts_agg .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_posts_agg .link_box {
  text-align: center;
  margin-top: 30px;
}

.section_posts_agg .post_slider .slick-track {
  display: inline-flex;
  gap: 20px;
}

.section_posts_agg .post_slider .grid_cell {
  border-radius: 50px;
  background-color: #F7F7F7;
  border: solid 1px #000;
}

.section_posts_agg .post_slider .grid_cell .image_wrapper {
  height: 200px;
}

.section_posts_agg .post_slider .grid_cell .text_wrapper {
  display: grid;
  gap: 20px;
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_slider .grid_cell .text_wrapper {
    padding: 20px;
  }
}

.section_posts_agg .post_slider .grid_cell .text_wrapper .text_title_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section_posts_agg .post_slider .grid_cell .text_wrapper img {
  max-width: 15%;
}

.section_posts_agg .posts_editorial {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.section_posts_agg .posts_editorial .post_wrapper {
  grid-column: 1 / span 3;
}

.section_posts_agg .posts_editorial .post_wrapper .image_wrapper {
  aspect-ratio: 18 / 9;
  margin-bottom: 40px;
}

.section_posts_agg .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 3 / span 2;
}

.section_posts_agg .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 2/ span 4;
}

.section_posts_agg .posts_editorial .post_wrapper .text_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .posts_editorial .post_wrapper .text_wrapper .arrow {
  position: relative;
  right: 0;
  max-width: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .posts_editorial .post_wrapper:hover .image_wrapper img {
  transform: scale(1.2);
}

.section_posts_agg .posts_editorial .post_wrapper:hover .text_wrapper .arrow {
  right: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_cta_banner {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner {
    padding: 80px 0;
  }
}

.section_cta_banner:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner:last-child {
    padding-bottom: 160px;
  }
}

.section_cta_banner .cta_skinny,
.section_cta_banner .cta_text_image,
.section_cta_banner .cta_text_cols {
  display: grid;
  gap: 40px;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner .cta_skinny,
  .section_cta_banner .cta_text_image,
  .section_cta_banner .cta_text_cols {
    grid-template-columns: 1fr 1fr;
  }
}

.section_cta_banner .cta_skinny .links_wrap {
  text-align: center;
}

.section_cta_banner .cta_skinny .links_wrap a {
  height: fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 500;
}

.section_cta_banner .cta_text_image {
  border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner .cta_text_image {
    border: solid 0.5px #A8A8A8;
    padding: 6px;
  }
}

.section_cta_banner .cta_text_image .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_cta_banner .cta_text_image .text_wrap {
    padding: 30px 30px 100px 30px;
  }
}

.section_cta_banner .cta_text_image .text_wrap .title_wrap {
  padding-bottom: 20px;
  display: grid;
  gap: 30px;
}

.section_cta_banner .cta_text_image .text_wrap .links_wrap {
  display: grid;
  gap: 15px;
}

.section_cta_banner .cta_text_image .text_wrap .links_wrap a {
  width: fit-content;
  display: flex;
}

.section_cta_banner .cta_text_image .text_wrap .links_wrap a img {
  width: 10px;
  height: 10px;
}

.section_cta_banner .cta_text_image .image_wrap img {
  border-radius: 10px;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner .cta_text_cols .links_wrap {
    padding-left: 120px;
  }
}

.section_cta_banner .cta_text_cols .links_wrap a {
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 5px;
}

.section_cta_banner .cta_text_cols .links_wrap a img {
  width: 14px;
  height: 14px;
}

.section_stats {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_stats {
    padding: 80px 0;
  }
}

.section_stats:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_stats:last-child {
    padding-bottom: 160px;
  }
}

.section_stats .container_small .title_wrap, .section_stats .container .title_wrap {
  padding-bottom: 30px;
}

.section_stats .container_small .title_wrap .small_title, .section_stats .container .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_stats .container_small .title_wrap .big_title, .section_stats .container .title_wrap .big_title {
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .section_stats .container_small .title_wrap .big_title, .section_stats .container .title_wrap .big_title {
    width: 60%;
  }
}

.section_stats .container_small .stats_grid, .section_stats .container .stats_grid {
  border: solid 1px #000;
  border-radius: 50px;
  cursor: grabbing;
}

.section_stats .container_small .stats_grid.grid, .section_stats .container .stats_grid.grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_stats .container_small .stats_grid.grid, .section_stats .container .stats_grid.grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_stats .container_small .stats_grid.grid, .section_stats .container .stats_grid.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section_stats .container_small .stats_grid .cell, .section_stats .container .stats_grid .cell {
  cursor: grabbing;
  display: flex;
  flex-direction: column;
  margin: 60px 0;
}

.section_stats .container_small .stats_grid .cell.stats_cell, .section_stats .container .stats_grid .cell.stats_cell {
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  position: relative;
}

.section_stats .container_small .stats_grid .cell.stats_cell:after, .section_stats .container .stats_grid .cell.stats_cell:after {
  content: "";
  height: 150px;
  width: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .section_stats .container_small .stats_grid .cell.stats_cell, .section_stats .container .stats_grid .cell.stats_cell {
    margin: 80px 0 0 0;
  }
}

.section_stats .container_small .stats_grid .cell.stats_cell .stat, .section_stats .container_small .stats_grid .cell.stats_cell h4, .section_stats .container .stats_grid .cell.stats_cell .stat, .section_stats .container .stats_grid .cell.stats_cell h4 {
  margin-bottom: 5px;
  padding: 5px 60px;
  text-transform: uppercase;
}

.section_stats .container_small .stats_grid .cell.stats_cell p, .section_stats .container .stats_grid .cell.stats_cell p {
  width: 80%;
  margin: 10px auto 0 auto;
  font-size: 70%;
  opacity: 0.9;
  text-transform: none;
}

.section_stats .container_small .stats_grid .slick-dots, .section_stats .container .stats_grid .slick-dots {
  bottom: -15px;
  width: 100%;
  left: 0px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section_stats .container_small .stats_grid .slick-dots, .section_stats .container .stats_grid .slick-dots {
    display: none !important;
  }
  .section_stats .container_small .stats_grid .slick-dots::after, .section_stats .container .stats_grid .slick-dots::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    top: -12px;
    position: relative;
  }
  .section_stats .container_small .stats_grid .slick-dots li button, .section_stats .container .stats_grid .slick-dots li button {
    border: 2px solid #000;
  }
}

.section_stats .container_small .stats_grid .slick-next, .section_stats .container .stats_grid .slick-next {
  right: 60px;
  top: -60px;
  height: 35px;
  width: 35px;
  background-size: cover;
  z-index: 100;
}

.section_stats .container_small .stats_grid .slick-next::before, .section_stats .container .stats_grid .slick-next::before {
  content: url("/wp-content/themes/designdough/assets/images/svg/arrow-next.svg");
}

@media only screen and (max-width: 768px) {
  .section_stats .container_small .stats_grid .slick-next, .section_stats .container .stats_grid .slick-next {
    top: 30px;
    right: 0;
    height: 25px;
    width: 25px;
  }
}

.section_stats .container_small .stats_grid .slick-prev, .section_stats .container .stats_grid .slick-prev {
  top: -60px;
  left: calc(100% - 150px);
  height: 35px;
  width: 35px;
  background-size: cover;
  z-index: 100;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/arrow-prev.svg");
}

.section_stats .container_small .stats_grid .slick-prev::before, .section_stats .container .stats_grid .slick-prev::before {
  content: "";
}

@media only screen and (max-width: 768px) {
  .section_stats .container_small .stats_grid .slick-prev, .section_stats .container .stats_grid .slick-prev {
    height: 25px;
    width: 25px;
    top: 30px;
    left: calc(100% - 70px);
  }
}

.section_stats .container_small .values_grid, .section_stats .container .values_grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_stats .container_small .values_grid, .section_stats .container .values_grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_stats .container_small .values_grid, .section_stats .container .values_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section_stats .container_small .values_grid .cell, .section_stats .container .values_grid .cell {
  display: flex;
  flex-direction: column;
  color: #000;
  text-transform: uppercase;
  margin: 80px 0;
  border-right: solid 1px #000;
}

@media only screen and (max-width: 768px) {
  .section_stats .container_small .values_grid .cell, .section_stats .container .values_grid .cell {
    margin: 80px 0 0 0;
  }
}

.section_stats .container_small .values_grid .cell.values_cell, .section_stats .container .values_grid .cell.values_cell {
  align-items: flex-start;
}

.section_stats .container_small .values_grid .cell.values_cell .title, .section_stats .container .values_grid .cell.values_cell .title {
  border-bottom: solid 1px #000;
}

.section_stats .stats_rows h2 {
  transform: translate3d(10px, 10px, 10px);
  font-style: italic;
  padding-top: 8px;
  padding-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
  .section_stats .stats_rows h2 {
    font-size: 260px;
    padding-top: 26px;
  }
}

.section_wayfinder {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder {
    padding: 80px 0;
  }
}

.section_wayfinder:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder:last-child {
    padding-bottom: 160px;
  }
}

.section_wayfinder .container .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .title_bar {
    padding-bottom: 8px;
  }
}

.section_wayfinder .container .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_wayfinder .container .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_wayfinder .container .title_box {
  padding-bottom: 20px;
}

.section_wayfinder .container .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_wayfinder .container .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .container .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_wayfinder .container .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_wayfinder .container .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_wayfinder .container .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .container .title_box .glance_box {
    padding: 12px;
  }
}

.section_wayfinder .container .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_wayfinder .container .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_wayfinder .container .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_wayfinder .container .wayfinder_text_columns {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .wayfinder_text_columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 75%;
  }
}

.section_wayfinder .container .wayfinder_grid {
  display: grid;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .wayfinder_grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .container .wayfinder_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.section_wayfinder .container .wayfinder_grid .signpost {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  border: solid 1px #A8A8A8;
  padding: 5px;
  border-radius: 18px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .wayfinder_grid .signpost {
    grid-template-columns: 1.5fr 2.2fr;
  }
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .container .wayfinder_grid .signpost {
    grid-template-columns: 1.5fr 2.2fr;
  }
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .wayfinder_grid .signpost {
    padding: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .section_wayfinder .container .wayfinder_grid .signpost .btn_second {
    margin: 0px;
  }
  .section_wayfinder .container .wayfinder_grid .signpost .btn_second img {
    width: 34px;
  }
}

.section_wayfinder .container .wayfinder_grid .signpost .image_wrap {
  aspect-ratio: 1;
}

.section_wayfinder .container .wayfinder_grid .signpost .image_wrap, .section_wayfinder .container .wayfinder_grid .signpost .image_wrap_mob {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .container .wayfinder_grid .signpost .image_wrap, .section_wayfinder .container .wayfinder_grid .signpost .image_wrap_mob {
    border-radius: 5px;
  }
}

.section_wayfinder .container .wayfinder_grid .signpost .text_wrap {
  padding: 10px;
}

.section_wayfinder .container .wayfinder_grid .signpost .text_wrap h3 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

.section_wayfinder .container .wayfinder_grid .signpost .text_wrap ul li {
  list-style-type: none;
  margin-left: 0;
  font-weight: 400;
  line-height: 1.3;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .container .wayfinder_grid .signpost .text_wrap ul li {
    font-size: 16px;
  }
}

.section_testimonials {
  overflow: hidden;
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_testimonials {
    padding: 120px 0;
  }
}

.section_testimonials:last-child {
  padding-bottom: 160px;
}

.section_testimonials .title_wrap {
  text-align: center;
  margin-bottom: 60px;
}

.section_testimonials .splide .splide__arrows .splide__arrow {
  height: 50vh;
  width: 50%;
  border-radius: 0;
  background-color: transparent;
  cursor: none;
}

.section_testimonials .splide .splide__track {
  margin-right: -10%;
  margin-left: -10%;
}

.section_testimonials .splide .splide__track .splide__slide {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 10px;
  border: solid 1px #A8A8A8;
  padding: 16px;
}

.section_testimonials .splide .splide__track .splide__slide .slide_image_wrap {
  padding: 20px;
  position: relative;
  height: 100%;
}

.section_testimonials .splide .splide__track .splide__slide .slide_image_wrap img {
  object-fit: cover;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .location {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .section_testimonials .splide .splide__track .splide__slide .slide_box .location {
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide .splide__track .splide__slide .slide_box .location {
    left: -80px;
    top: 15vh;
  }
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap {
  display: grid;
  height: inherit;
  color: #FBFBFB;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap .logo {
  width: 140px;
  margin-bottom: 10px;
  height: 60px;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap .quote {
  font-weight: 400;
  color: #171717;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap .quoter_wrap {
  margin-top: 20px;
  align-self: self-end;
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap .quotation_marks {
  width: 80px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap .quotation_marks {
    width: 120px;
  }
}

.section_testimonials .splide .splide__track .splide__slide .slide_box .quotation_bg_wrap a {
  z-index: 99 !important;
}

.section_testimonials .splide .splide__pagination {
  bottom: -2.5em;
}

.section_testimonials .splide .splide__pagination .splide__pagination__page.is-active {
  background: #4A4A4A;
}

.section_testimonials .quotation_grid {
  border-radius: 50px;
}

.section_testimonials .quotation_grid .quotation_grid_wrap {
  height: auto;
  display: grid !important;
  grid-template-columns: 1.5fr 1fr;
}

.section_testimonials .quotation_grid .quotation_grid_wrap .quote_wrap img {
  max-height: 50px;
  width: 120px;
  padding-bottom: 20px;
}

.section_testimonials .quotation_grid .quotation_grid_wrap .quote_wrap .quote {
  font-family: "FT Sterling", sans-serif;
  font-weight: 200;
}

.section_testimonials .quotation_grid .quotation_grid_wrap .quote_wrap .logo_and_quoter_wrap {
  padding-top: 30px;
  display: flex;
  gap: 30px;
}

.section_testimonials .quotation_grid .quotation_grid_wrap .quote_wrap .logo_and_quoter_wrap .quoter_logo img {
  width: 100px;
}

.section_testimonials .quotation_grid .quotation_grid_wrap .quote_wrap .logo_and_quoter_wrap .quoter_wrap .bolden {
  font-style: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

#right-arrow, #left-arrow {
  position: absolute;
  width: 30px;
  /* Adjust the width and height as needed */
  height: 30px;
  cursor: none;
}

.section_sticky_cards .stag_trig {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  padding-top: 10px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  border-color: #000;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig {
    position: relative;
  }
}

.section_sticky_cards .stag_trig * {
  color: #000;
  border-color: #000;
}

.section_sticky_cards .stag_trig .container {
  margin-bottom: 100px;
}

.section_sticky_cards .stag_trig.stag_trig_1 {
  top: 110px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_1 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig.stag_trig_2 {
  top: 150px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_2 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig.stag_trig_3 {
  top: 190px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_3 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig.stag_trig_4 {
  top: 230px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_4 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig.stag_trig_5 {
  top: 270px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_5 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig.stag_trig_6 {
  top: 310px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig.stag_trig_6 {
    top: 100px;
  }
}

.section_sticky_cards .stag_trig .title_wrap {
  align-items: center;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .title_wrap {
    align-items: flex-start;
  }
}

.section_sticky_cards .stag_trig .title_wrap .staggered_cards_title {
  text-transform: uppercase;
  border-bottom: 0;
  margin-bottom: 0;
}

.section_sticky_cards .stag_trig .title_wrap p {
  min-width: 100px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .title_wrap p {
    display: none;
  }
}

.section_sticky_cards .stag_trig .title_wrap h3 {
  width: 80%;
}

.section_sticky_cards .stag_trig .title_wrap .title {
  text-transform: uppercase;
  border-bottom: none;
}

.section_sticky_cards .stag_trig .slider .slick-next,
.section_sticky_cards .stag_trig .slider .slick-prev {
  display: none !important;
}

.section_sticky_cards .stag_trig .slider .slick-dots {
  display: none !important;
  bottom: 0px;
}

.section_sticky_cards .stag_trig .slider .slick-dots {
  left: 0;
  width: 100%;
  text-align: center;
}

.section_sticky_cards .stag_trig .slider .slick-dots button {
  border-color: #000;
}

.section_sticky_cards .stag_trig .slider .slick-dots .slick-active button {
  background-color: #000;
}

.section_sticky_cards .stag_trig .slider .slick-prev {
  left: 10px;
  width: 60px;
}

.section_sticky_cards .stag_trig .slider .slick-prev:before {
  content: url("./assets/images/svg/arrow-back.svg");
  color: #000;
}

.section_sticky_cards .stag_trig .slider .slick-next {
  right: 10px;
  width: 60px;
}

.section_sticky_cards .stag_trig .slider .slick-next:before {
  content: url("./assets/images/svg/arrow-next.svg");
  color: #000;
}

.section_sticky_cards .stag_trig .slider.show_dots .slick-dots {
  display: block !important;
}

.section_sticky_cards .stag_trig .slider.show_arrows .slick-next,
.section_sticky_cards .stag_trig .slider.show_arrows .slick-prev {
  display: block !important;
}

.section_sticky_cards .stag_trig .pre_text {
  width: 70%;
  margin-left: 100px;
}

.section_sticky_cards .stag_trig .slide_wrap {
  padding-bottom: 0px;
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .content {
  width: calc(85% - 100px);
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .slide_wrap .flex_wrap .content {
    width: calc(100% - 10px);
  }
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .arrow {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .slide_wrap .flex_wrap .arrow {
    width: 20px;
  }
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .arrow svg {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .textarea {
  margin-top: 0px;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .slide_wrap .flex_wrap .textarea {
    width: 100%;
  }
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .textarea ol li {
  margin-bottom: 10px;
}

.section_sticky_cards .stag_trig .slide_wrap .flex_wrap .textarea ol li::marker {
  font-size: 18px;
  line-height: 27px;
  color: #FBFBFB;
}

.section_sticky_cards .stag_trig .text_wrap {
  width: 70%;
  margin-left: 100px;
  margin-bottom: 0px;
}

.section_sticky_cards .stag_trig .slick-slider {
  cursor: grab;
}

.section_sticky_cards .stag_trig.white {
  background-color: #FBFBFB;
}

.section_sticky_cards .stag_trig.white .flex_start {
  border-bottom: 1px solid #000;
}

.section_sticky_cards .stag_trig.white .flex_start ol li {
  margin-bottom: 10px;
}

.section_sticky_cards .stag_trig.white .flex_start ol li::marker {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.section_sticky_cards .stag_trig.white .slider button.slick-next:before {
  content: url("/wp-content/themes/designdough/assets/images/svg/arrow-next-black.svg");
}

.section_sticky_cards .stag_trig.white .slider button.slick-prev:before {
  content: url("/wp-content/themes/designdough/assets/images/svg/arrow-prev-black.svg");
}

.section_sticky_cards .stag_trig.off_white {
  background-color: #F7F7F7;
}

.section_sticky_cards .stag_trig.off_white .flex_start {
  border-bottom: 1px solid #000;
}

.section_sticky_cards .stag_trig.off_white .flex_start ol li {
  margin-bottom: 10px;
}

.section_sticky_cards .stag_trig.off_white .flex_start ol li::marker {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.section_team {
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) {
  .section_team {
    padding-bottom: 120px;
  }
}

.section_team .container .splide {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .section_team .container .splide .splide__track .splide__list .splide__slide {
    align-items: flex-start;
  }
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image {
  border-radius: 10px;
  width: 100%;
  background-size: cover;
  height: 280px;
  position: relative;
  margin: auto 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .section_team .container .splide .splide__track .splide__list .splide__slide .member_image {
    height: 380px;
  }
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay {
  background-color: #FBFBFB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay .bio {
  color: black;
  position: relative;
  top: 50%;
  left: 36%;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_profile_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_socials_wrap img {
  width: 12px;
  height: 12px;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_socials_wrap .email_icon {
  margin-top: 5px;
}

.section_team .container .team_member_modal {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  background-color: #F7F7F7;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: block;
  overflow: scroll;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal {
    height: calc(100% - 67px);
    margin-top: 67px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 70vw;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}

.section_team .container .team_member_modal.active {
  visibility: visible;
  opacity: 0.95;
  z-index: 99;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .team_member_modal p {
  font-family: "FT Sterling", sans-serif;
  margin-bottom: 0;
}

.section_team .container .team_member_modal h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.section_team .container .team_member_modal .image_wrap {
  padding: 10px;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .image_wrap {
    padding: 50px;
    display: block;
  }
}

.section_team .container .team_member_modal .image_wrap .member_image_modal {
  margin-top: 65px;
  object-position: bottom left;
  object-fit: cover;
  width: auto;
  display: flex;
  max-height: 300px;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_image_modal {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_image_modal {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_info_wrap {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .image_wrap .member_info_wrap {
    width: 100%;
  }
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_name {
  margin-top: 10px;
  font-family: "FT Sterling", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_role {
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 0;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_socials_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_socials_wrap img {
  width: 15px;
  height: 15px;
}

.section_team .container .team_member_modal .text_wrap {
  padding: 10px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .text_wrap {
    padding: 50px;
  }
}

.section_team .container .team_member_modal .text_wrap .member_info_wrap {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .text_wrap h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .text_wrap p {
    font-size: 11px;
  }
}

.section_team .container .team_member_modal .member_modal_close {
  position: absolute;
  z-index: 99;
  top: 74px;
  right: 10px;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .member_modal_close {
    top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .member_modal_close {
    top: 30px;
    right: 30px;
  }
}

.section_team .container .team_member_modal .member_modal_close:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  filter: opacity(0.5);
}

.section_partners {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_partners {
    padding: 80px 0;
  }
}

.section_partners:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_partners:last-child {
    padding-bottom: 160px;
  }
}

.section_partners .container .partners_container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.section_partners .container .partners_container .partners_wrap {
  padding: 20px 0;
}

.section_partners .container .partners_container .partners_wrap div {
  padding: 0 20px;
}

.section_info_cards {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_info_cards {
    padding: 120px 0;
  }
}

.section_info_cards:last-child {
  padding-bottom: 160px;
}

.section_info_cards .container .info_cards_container {
  position: relative;
}

.section_info_cards .container .info_cards_container .title_wrap {
  display: flex;
  text-align: center;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 30vh;
}

@media only screen and (min-width: 768px) {
  .section_info_cards .container .info_cards_container .title_wrap {
    width: 50%;
    margin: 0 auto;
  }
}

.section_info_cards .container .info_cards_container .info_cards_grid.two_cols {
  display: grid;
  gap: 40px;
}

@media only screen and (min-width: 1200px) {
  .section_info_cards .container .info_cards_container .info_cards_grid.two_cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .section_info_cards .container .info_cards_container .info_cards_grid.three_cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .section_info_cards .container .info_cards_container .info_cards_grid.three_cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section_info_cards .container .info_cards_container .info_cards_grid.staggered {
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
  padding-bottom: 440px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_info_cards .container .info_cards_container .info_cards_grid.staggered {
    grid-template-columns: repeat(12, 8vw);
  }
}

@media only screen and (min-width: 1200px) {
  .section_info_cards .container .info_cards_container .info_cards_grid.staggered {
    padding-bottom: 700px;
  }
}

.section_info_cards .container .info_cards_container .info_cards_grid .card {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0 0 5px #676363;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(6px);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .section_info_cards .container .info_cards_container .info_cards_grid .card {
    width: 320px;
  }
}

.section_info_cards .container .info_cards_container .info_cards_grid .card .card_title_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card .card_title_wrap .card_title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 4px;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card .card_title_wrap img {
  max-width: 40px;
  max-height: 40px;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card a {
  width: fit-content;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(1) {
  grid-row: 3;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(2) {
  grid-row: 5;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(3) {
  grid-row: 7;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(4) {
  grid-row: 9;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(5) {
  grid-row: 11;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(6) {
  grid-row: 13;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(7) {
  grid-row: 15;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(8) {
  grid-row: 17;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(9) {
  grid-row: 19;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(10) {
  grid-row: 21;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(11) {
  grid-row: 23;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(12) {
  grid-row: 25;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(4n + 1) {
  grid-column: 2 / span 3;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(4n + 2) {
  grid-column: 8 / span 3;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(4n + 3) {
  grid-column: 3 / span 3;
}

.section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(4n + 4) {
  grid-column: 6 / span 3;
}

@media only screen and (max-width: 768px) {
  .section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(even), .section_info_cards .container .info_cards_container .info_cards_grid .card:nth-child(odd) {
    grid-column: 1 / span 2;
  }
}

.section_form {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_form {
    padding: 80px 0;
  }
}

.section_form:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_form:last-child {
    padding-bottom: 160px;
  }
}

.section_form .form_container .text_wrap {
  padding-bottom: 50px;
  width: 80%;
}

.section_form .form_container.right {
  justify-content: end;
}

.section_form .form_container.right .form_grid {
  width: 60%;
}

.section_form .form_container.left {
  justify-content: start;
}

.section_form .form_container.left .form_grid {
  width: 60%;
}

.section_form .form_container.two_cols .form_grid {
  width: 100%;
}

.section_form .form_container.two_cols .form_grid .text_wrap {
  width: 100%;
}

.section_form .form_container .wpcf7-form .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpcf7-form .title_bar {
    padding-bottom: 8px;
  }
}

.section_form .form_container .wpcf7-form .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_form .form_container .wpcf7-form .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_form .form_container .wpcf7-form .title_bar p {
  color: #FBFBFB;
}

.section_form .form_container .wpcf7-form .title_box {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpcf7-form .title_box {
    padding-bottom: 8px;
  }
}

.section_form .form_container .wpcf7-form .title_box .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_form .form_container .wpcf7-form .title_box .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_form .form_container .wpcf7-form input[type="text"], .section_form .form_container .wpcf7-form input[type="tel"], .section_form .form_container .wpcf7-form input[type="url"], .section_form .form_container .wpcf7-form input[type="email"], .section_form .form_container .wpcf7-form textarea {
  border: 3px solid #F7F7F7;
  display: block;
  background-color: #000;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  color: #FBFBFB;
  border: solid 1px #A8A8A8;
  border-radius: 20px;
}

.section_form .form_container .wpcf7-form input[type="submit"] {
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 4px 20px;
  background-color: #4A4A4A;
  font-weight: 500;
  border: 1px transparent solid;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FBFBFB;
}

.section_form .form_container .wpcf7-form input[type="submit"]:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-height: fit-content;
  display: inherit;
  height: 15px;
  width: 30px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container .wpcf7-form input[type="submit"]:after {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 30px;
  position: relative;
  top: 1px;
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container .wpcf7-form input[type="submit"] span {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FBFBFB;
}

.section_form .form_container .wpcf7-form input[type="submit"]:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container .wpcf7-form input[type="submit"]:hover:after {
  transform: translateX(200%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container .wpcf7-form input[type="submit"]:hover span {
  transform: translateX(56%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container .wpcf7-form input[type="submit"]:after {
  content: 'testing';
}

.section_form .form_container.sign_up_min .text_wrap {
  display: flex;
  justify-content: end;
}

.section_form .form_container.sign_up_min .form_wrap .wpcf7-form {
  display: flex;
  align-items: center;
}

.section_form .form_container.sign_up_min .form_wrap .wpcf7-form input, .section_form .form_container.sign_up_min .form_wrap .wpcf7-form textarea {
  border: 3px solid #F7F7F7;
  display: block;
  background-color: #000;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  color: #FBFBFB;
  border: solid 1px #A8A8A8;
  border-radius: 20px;
}

.section_form .form_container.sign_up_min .form_wrap .wpcf7-form input[type="submit"] {
  position: relative;
  text-decoration: none;
  border: 1px #FBFBFB solid;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

@media only screen and (min-width: 1600px) {
  .section_form .form_container.sign_up_min .form_wrap .wpcf7-form input[type="submit"] {
    font-size: 14px;
  }
}

.section_form .form_container.sign_up_min .form_wrap .wpcf7-form input[type="submit"]:hover {
  background-color: #4A4A4A;
  color: #FBFBFB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_form .form_container.application .text_wrap {
  display: flex;
  justify-content: end;
}

.section_form .form_container.application .form_wrap .wpcf7-form .app_form_top {
  display: grid;
  margin-top: 30px;
  /* grid-template-columns: 1fr; */
  gap: 10px;
  padding-bottom: 40px;
  width: 100%;
}

.section_form .form_container.application .form_wrap .wpcf7-form .app_form_top label {
  width: 99%;
  margin-top: 10px;
  display: block;
}

.section_form .form_container.application .form_wrap .wpcf7-form .app_form_top textarea {
  max-height: 125px;
  height: 125px;
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container.application .form_wrap .wpcf7-form .app_form_top {
    width: 66.6%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 120px;
  }
  .section_form .form_container.application .form_wrap .wpcf7-form .app_form_top label {
    height: 74px;
    width: 90%;
  }
  .section_form .form_container.application .form_wrap .wpcf7-form .app_form_top label:last-child {
    grid-column: 2;
  }
}

.section_form .form_container.application .form_wrap .wpcf7-form .app_form_bottom {
  display: grid;
  gap: 20px;
  padding-bottom: 10px;
}

.section_form .form_container.application .form_wrap .wpcf7-form .app_form_bottom label {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container.application .form_wrap .wpcf7-form .app_form_bottom {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 120px;
  }
  .section_form .form_container.application .form_wrap .wpcf7-form .app_form_bottom label {
    width: 90%;
  }
}

.section_form .form_container.contact .form_grid.with_image, .section_form .form_container.get_a_quote .form_grid.with_image {
  width: 100%;
  display: grid;
  gap: 30px;
}

.section_form .form_container.contact .form_grid.with_image .form_image_wrap img, .section_form .form_container.get_a_quote .form_grid.with_image .form_image_wrap img {
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container.contact .form_grid.with_image, .section_form .form_container.get_a_quote .form_grid.with_image {
    grid-template-columns: 0.6fr 0.4fr;
  }
}

.section_form .form_container.contact form {
  display: grid;
  gap: 20px;
}

.section_form .form_container.contact form input[type="submit"] {
  width: fit-content;
}

.section_form .form_container.get_a_quote .get_a_quote_form {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container.get_a_quote .get_a_quote_form {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

.section_placeholder {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_placeholder {
    padding: 80px 0;
  }
}

.section_placeholder:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_placeholder:last-child {
    padding-bottom: 160px;
  }
}

.section_placeholder .container .title_wrap {
  padding-bottom: 40px;
}

.section_placeholder .container .placeholder_wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  color: #FBFBFB;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

.section_iframe {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_iframe {
    padding: 80px 0;
  }
}

.section_iframe:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_iframe:last-child {
    padding-bottom: 160px;
  }
}

.section_iframe .container .iframe_grid {
  display: grid;
  gap: 40px;
}

.section_iframe .container .iframe_grid.two_cols {
  grid-template-columns: 1fr 1fr;
}

.section_iframe .container .iframe_grid .iframe_wrap .placeholder_wrap {
  width: 100%;
  height: 20vw;
  color: #FBFBFB;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

.section_timeline_journey {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey {
    padding: 80px 0;
  }
}

.section_timeline_journey:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey:last-child {
    padding-bottom: 160px;
  }
}

.section_timeline_journey .container .title_wrap {
  padding-bottom: 40px;
}

.section_timeline_journey .container .intro_text_wrap {
  padding-bottom: 100px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey .container .intro_text_wrap {
    width: 60%;
  }
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap {
  display: grid;
  gap: 40px;
  margin-bottom: 140px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey .container .timeline_journey_container .timeline_step_wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap.reverse .text_wrap {
  order: 2;
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap .text_wrap {
  padding: 40px;
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap .image_wrap {
  padding: 40px;
  background-size: cover;
  background-position: center;
}

.page-id-10 .featured_post_slider {
  padding-top: 0 !important;
}

.featured_post_slider {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.featured_post_slider .post_cont {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.featured_post_slider .post_cont .featured_post_wrap {
  display: block !important;
  width: auto !important;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 50px 20px;
  height: 460px;
}

@media only screen and (max-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap {
    height: 540px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper {
  text-transform: uppercase;
  color: #F7F7F7;
  border-bottom: solid 0.5px #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper {
    flex-wrap: nowrap;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
  margin-bottom: 0px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
    font-size: 42px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid {
  padding: 40px 0 20px 0;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
    width: 100%;
    height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
    max-height: 410px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper {
  color: #F7F7F7;
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper {
    padding: 70px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_info_wrapper {
  display: flex;
  justify-content: space-between;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_info_wrapper p {
  text-transform: uppercase;
  font-weight: 100;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper a {
  align-self: baseline;
  text-transform: uppercase;
  color: #F7F7F7;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_title_wrapper h3 {
  font-weight: 600;
}

.featured_post_slider .post_cont .featured_post_wrap .see_all {
  border-color: #F7F7F7;
  color: #F7F7F7;
}

.featured_post_slider .post_cont .slick-dots {
  width: 50%;
  display: none !important;
}

.featured_post_slider .post_cont .slick-next {
  right: 20px;
  top: 13.2%;
}

.featured_post_slider .post_cont .slick-next:before {
  content: url("/wp-content/themes/designdough/assets/images/svg/bc-next-btn-small.svg");
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .slick-next {
    top: 60%;
    right: 65px;
  }
  .featured_post_slider .post_cont .slick-next:before {
    content: url("/wp-content/themes/designdough/assets/images/svg/bc-next-arrow.svg");
  }
}

.featured_post_slider .post_cont .slick-prev {
  top: 8%;
  right: 65px;
  top: 60%;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .slick-prev {
    display: none !important;
  }
}

.featured_post_slider .post_cont .slick-prev:before {
  content: url("/wp-content/themes/designdough/assets/images/svg/bc-prev-btn-small.svg");
}

.section_search_banner {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_search_banner {
    padding: 80px 0;
  }
}

.section_search_banner:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_search_banner:last-child {
    padding-bottom: 160px;
  }
}

.section_search_banner .container .search_banner_grid {
  display: grid;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .section_search_banner .container .search_banner_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.section_search_banner .container .search_banner_grid .text_rwap {
  padding: 40px;
}

.section_search_banner .container .search_banner_grid .searchbar_wrap {
  padding: 40px;
}

.section_contact_card {
  height: 100vh;
  padding: calc($conpad * 2) 0;
}

.section_contact_card:last-child {
  padding-bottom: 80px;
}

.section_contact_card.add_header {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header {
    padding: 120px 0;
  }
}

.section_contact_card.add_header:last-child {
  padding-bottom: 160px;
}

.section_contact_card.add_header .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_contact_card.add_header .title_bar {
    padding-bottom: 8px;
  }
}

.section_contact_card.add_header .title_bar .title_bar_border {
  border-top: solid 1px #A8A8A8;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_contact_card.add_header .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_contact_card.add_header .title_box {
  padding-bottom: 20px;
  padding-bottom: 50px;
}

.section_contact_card.add_header .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_contact_card.add_header .title_box .title_wrap .big_title {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_contact_card.add_header .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_contact_card.add_header .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_contact_card.add_header .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_contact_card.add_header .title_box .glance_box {
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #A8A8A8;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header .title_box .glance_box {
    padding: 12px;
  }
}

.section_contact_card.add_header .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_contact_card.add_header .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 10px;
  max-width: 40px;
}

.section_contact_card.add_header .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_contact_card .contact_card_grid {
  display: grid;
}

.section_contact_card .contact_card_grid a {
  font-family: "FT Sterling", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .section_contact_card .contact_card_grid a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_contact_card .contact_card_grid a {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_contact_card .contact_card_grid a {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_contact_card .contact_card_grid a {
    font-size: 19.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_contact_card .contact_card_grid a {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_contact_card .contact_card_grid a {
    font-size: 14.4px;
    letter-spacing: 0px;
  }
}

.section_contact_card .contact_card_grid a:before {
  width: 34px;
  top: 19px;
}

.section_contact_card .contact_card_grid a img {
  width: 34px;
  top: 0px;
}

.section_contact_card .contact_card_grid a:hover span {
  transform: translateX(48px);
}

.section_contact_card .contact_card_grid .address_tel_email_wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 0 30px 0;
}

@media only screen and (max-width: 768px) {
  .section_contact_card .contact_card_grid .links_wrap {
    display: grid;
    padding-bottom: 20px;
    border-bottom: solid 1px #A8A8A8;
  }
  .section_contact_card .contact_card_grid .links_wrap span {
    max-height: unset;
  }
  .section_contact_card .contact_card_grid .contact_details_wrap {
    display: grid;
    padding-top: 20px;
  }
  .section_contact_card .contact_card_grid .contact_details_wrap span {
    max-height: unset;
  }
}

@media only screen and (min-width: 768px) {
  .section_contact_card .contact_card_grid .links_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_contact_card .contact_card_grid {
    grid-template-columns: 0.5fr 0.5fr 1fr;
    align-items: start;
  }
  .section_contact_card .contact_card_grid .links_wrap {
    gap: 0px;
    display: grid;
  }
  .section_contact_card .contact_card_grid .address_tel_email_wrap {
    grid-row: 2;
    gap: 20px;
  }
  .section_contact_card .contact_card_grid .image_wrap {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  .section_contact_card .contact_card_grid .socials_wrap {
    display: grid;
  }
}

.section_timeline_scroll {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_scroll {
    padding: 120px 0;
  }
}

.section_timeline_scroll:last-child {
  padding-bottom: 160px;
}

.section_timeline_scroll .container .title_wrap {
  display: flex;
  text-align: center;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 30vh;
}

@media only screen and (min-width: 768px) {
  .section_timeline_scroll .container .title_wrap {
    width: 50%;
    margin: 0 auto;
  }
}

.section_timeline_scroll .timeline_grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_scroll .timeline_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  height: auto;
  box-shadow: 0 0 5px #676363;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 20vh;
  min-height: 400px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 1600px) {
  .section_timeline_scroll .timeline_grid .timeline_stage {
    top: 10vh;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon {
  width: 30%;
  height: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon.pink {
  filter: invert(1) sepia(22%) saturate(8003%) hue-rotate(291deg) brightness(78%) contrast(270%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1600px) {
  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon {
    width: 100%;
  }
  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_title {
    font-size: 30px;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul {
  margin-top: 20px;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul li {
  list-style-type: none;
  margin-left: 0;
  font-weight: 400;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul li:before {
  content: "+";
  margin-right: 4px;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(1) {
  grid-row: 2;
  grid-column: 1;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(2) {
  grid-row: 3;
  grid-column: 2;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(3) {
  grid-row: 4;
  grid-column: 3;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(4) {
  grid-row: 5;
  grid-column: 4;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(5) {
  grid-row: 6;
  grid-column: 5;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(6) {
  grid-row: 7;
  grid-column: 6;
}

.main_nav {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .main_nav {
    display: block;
  }
}

.main_nav ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.main_nav ul .li_level_one {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.main_nav ul .li_level_one.dropdown:after {
  content: '+';
  margin-left: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main_nav ul .li_level_one:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main_nav ul .li_level_one:hover .dropdown_area {
  opacity: 1;
  visibility: visible;
}

.main_nav ul .li_level_one .dropdown_rel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 22px;
  left: 0;
  width: 200px;
  z-index: 10000;
  padding-top: 10px;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap {
  background-color: #F7F7F7;
  border: 2px solid #171717;
  padding: 10px;
  border-radius: 50px;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list a {
  max-width: 350px;
  font-size: 32;
  flex-basis: 100%;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list.icons_nav img {
  max-width: 80px;
  min-height: 90px;
}

.modal_nav.active .modal_nav_wrap {
  transform: translateX(0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 380px;
  height: 100vh;
  padding: 20px;
  transform: translateX(101%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap ul li {
  list-style-type: none;
}

.modal_nav .modal_nav_wrap .contact_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap .contact_bottom {
    max-width: 120px;
  }
}

.modal_nav .modal_nav_wrap .contact_bottom .socials_wrap {
  display: flex;
  gap: 10px;
}

.modal_nav .modal_nav_wrap .contact_bottom .socials_wrap img {
  width: 30px;
}

.modal_nav .modal_nav_wrap .contact_bottom .contact_details_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap .contact_bottom .contact_details_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.searchbar_default form div {
  display: flex;
  align-items: baseline;
  gap: 40px;
}

.searchbar_default form div input[type=text] {
  border: none;
  display: block;
  background-color: #F7F7F7;
  width: 80%;
  padding: 5px 2.5%;
  margin-bottom: 15px;
  color: #000;
  border-radius: 20px;
}

.searchbar_default form div input[type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  min-width: 140px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-width: 200px;
}

@media only screen and (min-width: 1200px) {
  .searchbar_default form div input[type=submit] {
    font-size: 42px;
  }
}

.searchbar_default form div input[type=submit] span {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.searchbar_default form div input[type=submit] span img {
  height: 28px;
  margin-left: 10px;
  width: 24px;
  top: -1px;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .searchbar_default form div input[type=submit] span img {
    width: 44px;
    margin-left: 14px;
    top: -2px;
  }
}

.searchbar_default form div input[type=submit]:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inherit;
  height: 28px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .searchbar_default form div input[type=submit]:before {
    width: 44px;
    top: 15px;
  }
}

.searchbar_default form div input[type=submit]:after {
  content: '';
  background-color: #FBFBFB;
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.searchbar_default form div input[type=submit]:hover:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.searchbar_default form div input[type=submit]:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.searchbar_default form div input[type=submit]:hover span {
  transform: translateX(43px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .searchbar_default form div input[type=submit]:hover span {
    transform: translateX(55px);
  }
}

.searchbar_default form div input[type=submit]:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ALL */
.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FBFBFB;
  text-align: center;
}

.hamburger_wrap {
  border-radius: 50px;
  background-color: #4A4A4A;
  height: 32px;
  width: 32px;
}

.hamburger_wrap .hamburger {
  position: relative;
  left: -4px;
  top: -4px;
  transform: scale(0.4);
  z-index: 999;
}

.hamburger_wrap .hamburger.is-active {
  transform: scale(0.4);
}

.hamburger_wrap .hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #FBFBFB;
  display: block;
  margin: 8px auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* TWO */
#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* THREE */
#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}

/* FOUR */
#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}

/* FIVE */
#hamburger-5.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-5.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#hamburger-5 .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-5.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* SIX */
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */
#hamburger-7.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-7.is-active .line:nth-child(2) {
  width: 40px;
}

#hamburger-7.is-active .line {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* EIGHT */
#hamburger-8.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-8.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-8.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* NINE */
#hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
  -webkit-transform: rotate(45deg) scale(0.6);
  -ms-transform: rotate(45deg) scale(0.6);
  -o-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}

#hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
  border: 5px solid #000;
}

#hamburger-9.is-active .line {
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* TEN */
#hamburger-10 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-10.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-10.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-10.is-active .line:nth-child(2) {
  width: 40px;
}

/* ELEVEN */
#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */
#hamburger-12.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger-12.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wp_pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-top: 40px;
}

.wp_pagination .button img {
  max-width: 20px;
}

.light-mode-button {
  background: 0;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 60px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}

.light-mode-button:focus {
  outline: none;
  /* Not ideal for accessibility */
}

.light-mode-button span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  border-radius: 20px;
  background-color: #d6d7db;
  transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* Light & Dark Mode Styles
		--------------------------- */
body[light-mode="dark"] .light-mode-button span:nth-child(1) {
  background-color: #ced4e2;
  color: #141516;
}

body[light-mode="dark"] .light-mode-button span:nth-child(2) {
  left: 35px;
  background-color: #141516;
}

.post_layout_toggle .icons_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap p {
  display: none;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap img {
  filter: contrast(0) brightness(1.7);
  max-width: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap:hover p, .post_layout_toggle .icons_wrap .toggle_icon_wrap.active p {
  color: #4A4A4A;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap:hover img, .post_layout_toggle .icons_wrap .toggle_icon_wrap.active img {
  filter: unset;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#clock, #location {
  color: #FBFBFB;
}

#clock {
  width: 54px;
}

.analogue_clock {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid 1px #FBFBFB;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .analogue_clock {
    font-size: 12px;
  }
}

.analogue_clock .circle {
  position: absolute;
  inset: 0;
  --rotation: 0;
  -webkit-font-smoothing: antialiased;
}

.analogue_clock .circle i {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #FBFBFB;
  transform-origin: bottom;
  transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}

.analogue_clock #hr_hand {
  transform: scaleY(0.4);
}

.analogue_clock #mn_hand {
  transform: scaleY(0.8);
}

.analogue_clock #sc_hand {
  transform: scaleY(0.9);
  opacity: 0;
}

.bulletin_bar {
  width: 100%;
  position: fixed;
  bottom: 20px;
  height: 42px;
  visibility: visible;
  opacity: 1;
  z-index: 3;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.bulletin_bar.blur {
  filter: blur(14px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar.full_width .bulletin_bar_wrap {
  width: 85%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .bulletin_bar.full_width .bulletin_bar_wrap {
    width: 96%;
  }
}

.bulletin_bar.full_width .bulletin_bar_wrap .bulletin_content_scroll {
  width: 84%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar .bulletin_bar_wrap {
  background: #ffffff0d;
  --webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  width: inherit;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 80%;
  height: 40px;
  border-radius: 50px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap {
  display: flex;
  white-space: nowrap;
  margin-right: 20px;
  gap: 10px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap img {
  width: 18px;
  left: 9px;
  top: 0px;
  position: relative;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap img {
    left: 12px;
    top: 2px;
  }
  .bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
    display: block;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #fc004cc2;
    opacity: 1;
  }
  70% {
    transform: scale(0.7);
    box-shadow: 0 0 0 10px #fc004c21;
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #fc004cc2;
    opacity: 0.2;
  }
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
  margin-left: 10px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_content_scroll {
  width: 80%;
  top: 1px;
  height: fit-content;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_content_scroll .splide .splide__track .splide__list a:hover {
  text-decoration: underline;
}

.bulletin_bar .bulletin_bar_projects_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  grid-template-columns: 1fr 1fr;
  padding: 8px 30px 8px 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5.5px);
  width: inherit;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  width: 93%;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap {
    width: 50%;
    padding: 8px 10px 8px 10px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form {
  width: 100%;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox {
  display: grid;
  grid-template-columns: 15% 80% 6%;
  align-items: center;
  gap: 1%;
  width: 98%;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide {
  display: flex;
  flex-direction: row-reverse;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  display: none;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next {
  background: transparent;
  position: unset;
  transform: translateY(0px);
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next svg {
  display: none;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: '';
  background-image: url(./assets/images/svg/chevron-red.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: center;
  left: 20%;
  height: 20px;
  width: 18px;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__track .splide_list {
  align-items: center;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  position: relative;
  text-decoration: none;
  border: 1px #FBFBFB solid;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1600px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 14px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label:hover {
  background-color: #4A4A4A;
  color: #FBFBFB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 8px;
    padding: 0px 8px;
    line-height: 2;
  }
}

@media only screen and (min-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1600px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 12px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label .category_checkbox {
  display: none;
  width: 20px;
  height: 20px;
  accent-color: #000;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.brand_digital {
  height: fit-content;
  height: -webkit-fill-available;
  justify-content: start;
  gap: 5px;
}

@media only screen and (min-width: 1200px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.brand_digital {
    gap: 10px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :nth-child(2) {
  order: -1;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :nth-child(5) {
  order: -1;
  margin-right: 24px;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :last-child {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox {
    grid-template-columns: 1fr 1fr;
  }
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide {
    display: none;
  }
}

.cky-btn-revisit-wrapper {
  width: 37px;
  height: 45px;
  left: unset !important;
  right: 1.56vw !important;
  bottom: 17px !important;
  background: transparent !important;
  width: 38px;
  height: 43px;
  z-index: 6;
}

.cky-btn-revisit-wrapper button {
  display: none !important;
}

.cky-btn-revisit-wrapper:after {
  content: '';
  background-image: url(./assets/images/svg/cookie-icon-black.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
  filter: invert(1);
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  cursor: none;
}

.cky-btn-revisit-wrapper.cookie_icon_black:after {
  background-image: url(./assets/images/svg/cookie-icon-white.svg);
}

.cky-btn-revisit-wrapper.visible {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  opacity: 0;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover:before {
  content: none;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover:after {
  left: 0px;
  border: none;
  border-right-color: transparent;
  filter: invert(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-consent-container {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 288px !important;
}

.cky-consent-container.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cky-consent-container.cky-box-bottom-right {
  bottom: 22px !important;
  right: 22px !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  font-size: 40px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title::before {
  content: '';
  background-image: url(./assets/images/svg/cookie-icon-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 40px;
  width: 40px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  flex-direction: column !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-btn-wrapper .cky-btn {
  border-radius: 50px;
  margin: 0px;
  width: 100% !important;
  text-transform: none !important;
  font-size: 20px !important;
  padding: 12px 20px 10px 20px !important;
}

.cky-preference-center {
  font-family: "FT Sterling", sans-serif;
  cursor: url(./assets/images/svg/darkgrey-circle.svg), auto;
}

@media only screen and (min-width: 1200px) {
  .cky-preference-center .cky-prefrence-btn-wrapper {
    display: flex !important;
    gap: 10px !important;
    justify-content: space-between !important;
  }
}

.cky-preference-center .cky-prefrence-btn-wrapper .cky-btn {
  max-width: 100%;
  margin-right: 0px !important;
  border-radius: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .cky-preference-center .cky-prefrence-btn-wrapper .cky-btn {
    max-width: 28%;
  }
}

.cky-preference-center .cky-accordion {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-preference-center .cky-accordion .cky-accordion-item {
  gap: 8px;
}

.cky-preference-center .cky-accordion .cky-accordion-item .cky-chevron-right::before {
  content: '';
  background-image: url(./assets/images/svg/arrow-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  height: 10px !important;
  width: 16px !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}

.cky-preference-center .cky-accordion.cky-accordion-active .cky-chevron-right::before {
  transform: rotate(90deg) !important;
}

.cky-btn {
  margin-right: 0px !important;
  border-radius: 50px !important;
}

.cky-btn-accept, .cky-btn-reject {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  padding-left: 30px !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-btn-accept:before, .cky-btn-reject:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-height: fit-content;
  display: inherit;
  height: 15px;
  width: 30px;
  margin-top: 9px;
  position: absolute;
  top: 23px;
  z-index: 2;
  transform: translateX(-200%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-btn-accept:after, .cky-btn-reject:after {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 30px;
  position: relative;
  top: 0;
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-btn-accept {
  background-color: #4A4A4A !important;
  text-transform: none;
  border-color: #4A4A4A !important;
  order: -1;
}

.cky-btn-accept:before {
  margin-top: 14px;
}

.cky-btn-accept:hover {
  padding-left: 70px !important;
}

.cky-btn-accept:hover:before {
  transform: translateX(-150%);
}

.cky-btn-accept:hover::after {
  transform: translateX(300%);
}

.cky-btn-reject {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #FBFBFB !important;
}

.cky-btn-reject:before {
  margin-top: 14px;
}

.cky-btn-reject:hover {
  padding-left: 70px !important;
}

.cky-btn-reject:hover:before {
  transform: translateX(-150%);
}

.cky-btn-reject:hover::after {
  transform: translateX(300%);
}

.cky-btn-customize {
  order: 1 !important;
  border: none !important;
  color: #000 !important;
  text-decoration: underline !important;
}

.cky-btn-customize:hover {
  background-color: unset !important;
  text-decoration: none !important;
}

.cky-btn-preferences {
  color: #000 !important;
  border-color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .cky-modal {
    border-radius: 0px !important;
  }
  .cky-prefrence-btn-wrapper .cky-btn-reject {
    order: 2 !important;
  }
}

.loader_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 9;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.loader_wrapper .logo_wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  height: 60px;
}

.loader_wrapper .logo_wrap img {
  opacity: 0;
  width: auto;
  height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .loader_wrapper .logo_wrap img {
    height: 60px;
  }
}

.loader_wrapper.loaded {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.loader_wrapper.index {
  z-index: 0;
}

/* fade in content for the homepage */
