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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
  outline: 0;
}
*::selection {
  background-color: #0797af;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  color: #000000;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1.1;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1720px;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

body:not(.home) .site-main {
  padding-top: 148px;
}
@media (max-width: 991px) {
  body:not(.home) .site-main {
    padding-top: 97px;
  }
}

body.home .site-header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  body.home .site-header {
    position: fixed;
    background-color: #ffffff;
  }
}

.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .site-header-inner {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .site-header-logo-menu img {
    max-width: 100px;
  }
}

.site-header-logo img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .site-header-logo img {
    max-width: 70px;
  }
}

.menu-toggle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  cursor: pointer;
}
.menu-toggle:hover span:nth-child(1) {
  background-color: #000000;
}
.menu-toggle:hover span:nth-child(2) {
  background-color: #000000;
}
.menu-toggle:hover span:nth-child(3) {
  background-color: transparent;
}
.menu-toggle:hover span:nth-child(4) {
  background-color: transparent;
}
.menu-toggle:hover span:nth-child(5) {
  background-color: #000000;
}
.menu-toggle:hover span:nth-child(6) {
  background-color: #000000;
}
.menu-toggle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: 0.6s ease;
}
.menu-toggle span:nth-child(1) {
  background-color: transparent;
}
.menu-toggle span:nth-child(2) {
  background-color: transparent;
}
.menu-toggle span:nth-child(3) {
  background-color: #000000;
}
.menu-toggle span:nth-child(4) {
  background-color: #000000;
}
.menu-toggle span:nth-child(5) {
  background-color: transparent;
}
.menu-toggle span:nth-child(6) {
  background-color: transparent;
}

.menu-toggle-close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.6s ease;
}
.menu-toggle-close:hover {
  transform: rotate(180deg);
}
.menu-toggle-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}
.menu-toggle-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header-nav {
  position: fixed;
  z-index: 20;
  inset: 0;
  background-color: #000000;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: 0.8s ease-in-out;
}
.site-header-nav.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.site-header-nav::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #1a1a1a;
}
@media (max-width: 991px) {
  .site-header-nav::before {
    display: none;
  }
}

.site-header-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px;
}

.site-header-nav-scrollable {
  width: 100%;
  height: calc(100% - 119px);
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 118px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .site-header-nav-scrollable {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.site-header-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header-navigation {
    margin-bottom: 50px;
  }
}
.site-header-navigation ul {
  padding: 0;
  margin: 0;
}
.site-header-navigation ul li {
  margin-bottom: 10px;
}
.site-header-navigation ul li:last-of-type {
  margin-bottom: 0;
}
.site-header-navigation ul li.current-menu-item a::before, .site-header-navigation ul li:hover a::before {
  width: 20px;
}
.site-header-navigation ul li.current-menu-item a::after, .site-header-navigation ul li:hover a::after {
  width: 20px;
}
.site-header-navigation ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Big Shoulders";
  font-size: 60px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1199px) {
  .site-header-navigation ul li a {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .site-header-navigation ul li a {
    font-size: 30px;
  }
}
.site-header-navigation ul li a::before {
  position: absolute;
  content: "";
  bottom: 13px;
  right: calc(100% - 4px);
  height: 3px;
  background-color: #ffffff;
  width: 0;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .site-header-navigation ul li a::before {
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  .site-header-navigation ul li a::before {
    bottom: 6px;
    height: 2px;
    right: calc(100% - 2px);
  }
}
.site-header-navigation ul li a::after {
  position: absolute;
  content: "";
  bottom: 9px;
  left: calc(100% - 4px);
  height: 3px;
  background-color: #ffffff;
  width: 0;
  display: none;
  transition: 0.6s ease;
}
@media (max-width: 991px) {
  .site-header-navigation ul li a::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-header-navigation ul li a::after {
    bottom: 6px;
    height: 2px;
    left: calc(100% - 2px);
  }
}

.site-header-nav-image {
  width: 100%;
  max-width: 750px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .site-header-nav-image {
    max-width: 600px;
  }
}

.site-header-nav-contact {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .site-header-nav-contact {
    justify-content: center;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .site-header-nav-contact {
    flex-direction: column;
  }
}

.site-header-nav-contact-col {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin-left: 80px;
}
.site-header-nav-contact-col:first-of-type {
  margin-left: 0;
}
@media (max-width: 480px) {
  .site-header-nav-contact-col {
    margin: 0 0 40px;
  }
}
.site-header-nav-contact-col .name {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.site-header-nav-contact-col a {
  margin-bottom: 10px;
  transition: 0.6s ease;
}
.site-header-nav-contact-col a:hover {
  color: #0797af;
}

.site-header-nav-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .site-header-nav-right {
    width: 100%;
    align-items: center;
  }
}

.site-header-nav-contact-socials {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header-nav-contact-socials {
    justify-content: center;
  }
}
.site-header-nav-contact-socials a {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 26px;
  display: inline-flex;
}
.site-header-nav-contact-socials a:first-of-type {
  margin-left: 0;
}
.site-header-nav-contact-socials a span {
  line-height: 1;
  display: inline-flex;
}

.site-footer {
  padding: 70px 0 30px;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 50px 0 15px;
  }
}

body.home {
  position: relative;
}
body.home .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  body.home .site-footer {
    position: static;
  }
}

.site-footer-inner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .site-footer-inner {
    flex-direction: column;
    align-items: center;
  }
}

.site-footer-soc {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .site-footer-soc {
    position: static;
  }
}

.site-footer-soc-link {
  display: inline-flex;
  font-size: 24px;
  margin-left: 10px;
  transition: 0.6s ease;
}
.site-footer-soc-link:hover {
  color: #F5A3A3;
}
.site-footer-soc-link:first-of-type {
  margin-left: 0;
}
.site-footer-soc-link span {
  display: inline-flex;
}

.newsletter-wrapper {
  text-align: center;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .newsletter-wrapper {
    margin-top: 40px;
  }
}
.newsletter-wrapper .mc4wp-form-fields {
  display: flex;
  margin-top: 30px;
  position: relative;
}
.newsletter-wrapper .mc4wp-form-fields input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 5px 30px 5px 10px;
  background-color: transparent;
}
.newsletter-wrapper .mc4wp-form-fields input[type=submit] {
  font-size: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  background-image: url("../assets/icons/arrow-right.svg");
  background-size: cover;
  box-shadow: unset;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.site-footer-copy {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .site-footer-copy {
    position: static;
    margin-top: 50px;
  }
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-youtube:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-facebook:before, .icon-dribbble:before, .icon-clock:before, .icon-calendar:before, .icon-behance:before, .icon-arrow-right:before, .icon-arrow-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-behance:before {
  content: "\e003";
}

.icon-calendar:before {
  content: "\e004";
}

.icon-clock:before {
  content: "\e005";
}

.icon-dribbble:before {
  content: "\e006";
}

.icon-facebook:before {
  content: "\e007";
}

.icon-instagram:before {
  content: "\e008";
}

.icon-link:before {
  content: "\e009";
}

.icon-linkedin:before {
  content: "\e00a";
}

.icon-pin:before {
  content: "\e00b";
}

.icon-play:before {
  content: "\e00c";
}

.icon-twitter:before {
  content: "\e00d";
}

.icon-youtube:before {
  content: "\e00e";
}

.icon-zoom:before {
  content: "\e00f";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Big Shoulders";
}

.section-title {
  font-size: clamp(3.125rem, 1.7597rem + 5.8252vw, 8.75rem);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.section-title.small {
  font-size: clamp(2.25rem, 1.4308rem + 3.4951vw, 5.625rem);
}

.section-watermark {
  background-color: #F5A3A3;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Big Shoulders";
  font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
  line-height: 1;
  padding: 3px 10px;
}

.entry-content p {
  font-size: clamp(1rem, 0.9848rem + 0.0647vw, 1.0625rem);
  line-height: 1.5;
}
.entry-content ul, .entry-content ol {
  padding-left: 25px;
}
.entry-content ul li, .entry-content ol li {
  font-size: clamp(1rem, 0.9848rem + 0.0647vw, 1.0625rem);
  line-height: 1.5;
}
.entry-content ul li::marker, .entry-content ol li::marker {
  color: #0797af;
}
.entry-content a {
  text-decoration: underline;
  transition: 0.6s ease;
}
.entry-content a:hover {
  color: #0797af;
}

.section-pretitle {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-pretitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #0797af;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.error-block-number {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  font-size: clamp(7.5rem, 6.2864rem + 5.178vw, 12.5rem);
  font-weight: 700;
}
.error-block-number span:nth-child(1) {
  animation: fade-1 4s ease-in-out infinite;
}
.error-block-number span:nth-child(2) {
  animation: fade-2 4s ease-in-out infinite;
}
.error-block-number span:nth-child(3) {
  animation: fade-3 4s ease-in-out infinite;
}

.error-block {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-title {
  font-weight: 400;
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  margin: 0 0 30px;
}

@keyframes fade-1 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fade-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-3 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}
.btn-primary {
  background-color: #000000;
  font-family: "Big Shoulders";
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  padding: 10px 15px;
  border: 1px solid #000000;
  transition: 0.6s ease;
}
.btn-primary:hover {
  background-color: #F5A3A3;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-hero {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  display: flex;
  align-items: center;
  text-align: center;
}

.home-hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

.home-hero-title-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .home-hero-title-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.home-hero-title {
  margin: 0;
}

.home-hero-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: 1;
  pointer-events: none;
  margin: auto;
}
@media (max-width: 991px) {
  .home-hero-watermark {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
}

.home-hero-text {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.horizontal-sections {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .horizontal-sections {
    flex-wrap: wrap;
    height: unset;
  }
}

.panel {
  flex: 0 0 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .panel {
    padding: 300px 0 106px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .panel {
    padding-top: 200px;
  }
}

.home-slider-content {
  width: 100%;
  max-width: 700px;
  font-weight: 600;
  padding: 50px 0 50px 100px;
}
@media (max-width: 1366px) {
  .home-slider-content {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .home-slider-content {
    padding: 0 20px;
  }
}
.home-slider-content .entry-content {
  text-shadow: 0 0 5px #ffffff;
}

.home-slider-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.home-slider-img--mobile {
  display: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-slider-img--mobile {
    display: block;
  }
}

.marquee-vertical {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 300px;
}
@media (max-width: 1023px) {
  .marquee-vertical {
    display: none;
  }
}

.marquee-inner {
  display: flex;
  animation: marquee 25s linear infinite;
  transform: rotate(90deg);
}
@media (max-width: 1023px) {
  .marquee-inner {
    transform: rotate(0);
    animation: none;
  }
}

.marquee-group {
  display: flex;
  white-space: nowrap;
}

.marquee-inner span {
  display: block;
  font-size: 120px;
  font-family: "Big Shoulders";
  line-height: 1;
  margin: 0 50px;
  text-transform: uppercase;
}
.marquee-inner span:nth-child(even) {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

@keyframes marquee {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  100% {
    transform: rotate(90deg) translateX(-50%);
  } /* move half, since content is duplicated */
}
.home-slider-watermarks {
  position: absolute;
  z-index: 2;
  right: 300px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .home-slider-watermarks {
    display: none;
  }
}

.home-slider-header-wrapper {
  display: none;
}
@media (max-width: 1023px) {
  .home-slider-header-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0;
  }
}

.home-slider-header {
  font-size: clamp(2.5rem, 1.7766rem + 3.0864vw, 3.75rem);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}

.home-slider-watermark {
  margin-top: 15px;
  background-color: #000000;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  color: #ffffff;
  font-family: "Big Shoulders";
  text-transform: uppercase;
  transform: rotate(-20deg);
  padding: 10px 15px;
  transition: 0.6s ease;
}
.home-slider-watermark:hover {
  background-color: #F5A3A3;
}

.home-slider-watermarks-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .home-slider-watermarks-mobile {
    display: flex;
  }
}
.home-slider-watermarks-mobile .home-slider-watermark {
  transform: none;
  margin: 0 0 0 20px;
}
.home-slider-watermarks-mobile .home-slider-watermark:first-of-type {
  margin-left: 0;
}

.marquee-horziontal-inner {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee-horizontal-group {
  display: flex;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 700;
  font-family: "Big Shoulders";
  letter-spacing: 2px;
  text-transform: uppercase;
}
.marquee-horizontal-group span {
  margin: 0 20px;
}
.marquee-horizontal-group span:nth-child(2n) {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

.marquee-horizontal-group-original {
  animation: marquee-horizontal-original 25s linear infinite;
}

.marquee-horizontal-group-copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: marquee-horizontal-copy 25s linear infinite;
}

@keyframes marquee-horizontal-original {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes marquee-horizontal-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.home-contact {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  padding: 100px 0 200px;
}
@media (max-width: 991px) {
  .home-contact {
    padding: 100px 0;
    height: auto;
  }
}

.home-contact-title {
  margin: 0 0 50px;
}

.home-contact-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

.hero-about {
  position: relative;
  background-color: #f2f2f2;
}

.hero-about-image-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .hero-about-image-mobile {
    display: block;
    margin: 0 auto 30px;
  }
}

.hero-about-content {
  width: 50%;
  margin-left: auto;
  padding: 70px 0 70px 100px;
}
@media (max-width: 1366px) {
  .hero-about-content {
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 1199px) {
  .hero-about-content {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
}

.hero-about-image {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .hero-about-image {
    display: none;
  }
}

.hero-about-title {
  margin: 0 0 30px;
}

.hero-about-text {
  margin-bottom: 40px;
}

.hero-about-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-about-contact .column {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .hero-about-contact .column {
    width: 100%;
    margin-bottom: 40px;
  }
  .hero-about-contact .column:last-of-type {
    margin-bottom: 0;
  }
}
.hero-about-contact .column h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 0 20px;
}
.hero-about-contact .column p {
  font-size: 14px;
  margin: 0 0 10px;
}
.hero-about-contact .column p:last-of-type {
  margin-bottom: 0;
}

.services {
  overflow: hidden;
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 80px;
  }
}

.services-inner {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.services-title {
  margin: 0 0 30px;
}

.services-text {
  margin-bottom: 40px;
}

.services-slider .slick-track {
  display: flex;
}

.services-slide {
  margin: 0 10px;
  height: unset;
}

.services-slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
}

.service-slide-title {
  margin: 10px 0;
}

.service-slide-text p {
  margin: 0;
  font-size: 16px;
}

.contact {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
  text-align: center;
}

.contact-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact-title {
  margin: 0 0 30px;
}

.contact-form-wrapper .with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0;
}
.contact-form-wrapper .with_frm_style input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
}
.contact-form-wrapper .with_frm_style input::placeholder {
  color: #000000;
}
.contact-form-wrapper .with_frm_style input:focus {
  box-shadow: none !important;
  border-color: #0797af !important;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .contact-form-wrapper .frm_form_fields_error_style, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border: none;
  border-bottom: 1px solid red;
}
.contact-form-wrapper .with_frm_style .frm_form_field {
  position: relative;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_error {
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: red;
  padding: 2px 5px;
}
.contact-form-wrapper .with_frm_style .frm_submit.frm_flex {
  justify-content: center;
  display: flex;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #000000;
  font-family: "Big Shoulders";
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  padding: 10px 15px;
  border-radius: 0;
  margin: 20px 0 0;
  border: 1px solid #000000;
  transition: 0.6s ease;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #F5A3A3;
}
.contact-form-wrapper .with_frm_style textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
}
.contact-form-wrapper .with_frm_style textarea::placeholder {
  color: #000000;
}
.contact-form-wrapper .with_frm_style textarea:focus {
  box-shadow: none !important;
  border-color: #0797af !important;
}

.portfolio-slider {
  overflow: hidden;
  padding-bottom: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem);
}
@media (max-width: 991px) {
  .portfolio-slider {
    padding-bottom: 80px;
  }
}

.js-portfolio-slider {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .js-portfolio-slider {
    max-width: calc(100% - 80px);
  }
}
.js-portfolio-slider .slick-list {
  overflow: visible;
}

.portfolio-slider-slide {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .portfolio-slider-slide {
    margin: 0 5px;
  }
}

.portfolio-slider-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.portfolio-slider-slide::before {
  display: block;
  content: "";
  aspect-ratio: 3/4;
}
.portfolio-slider-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #0797af;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 7;
  border: 1px solid #0797af;
  cursor: pointer;
  transition: 0.6s ease;
}
@media (max-width: 991px) {
  .slider-arrow {
    width: 40px;
    height: 40px;
    top: 100%;
  }
}
.slider-arrow:hover {
  background-color: #0797af;
  color: #000000;
}
.slider-arrow.icon-arrow-left {
  left: 10px;
  display: inline-flex;
  line-height: 1;
}
@media (max-width: 991px) {
  .slider-arrow.icon-arrow-left {
    left: unset;
    right: calc(50% + 10px);
    transform: translateY(20px);
  }
}
.slider-arrow.icon-arrow-right {
  right: 10px;
  display: inline-flex;
  line-height: 1;
}
@media (max-width: 991px) {
  .slider-arrow.icon-arrow-right {
    right: unset;
    left: calc(50% + 10px);
    transform: translateY(20px);
  }
}

.clients {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.clients-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.client-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #000000;
}
.client-item:first-of-type {
  padding-top: 0;
}
.client-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.client-item .left {
  width: calc(65% - 40px);
}
@media (max-width: 991px) {
  .client-item .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.client-item .left p:first-of-type {
  margin-top: 0;
}
.client-item .right {
  width: calc(35% - 40px);
}
@media (max-width: 991px) {
  .client-item .right {
    width: 100%;
  }
}

.client-item-title {
  width: 100%;
  margin: 0 0 20px;
}

.client-item-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .client-item-meta {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .client-item-meta {
    grid-template-columns: repeat(2, 1fr);
  }
}

.client-item-meta-item {
  display: flex;
  flex-direction: column;
}
.client-item-meta-item .label {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .client-item-meta-item .label {
    font-size: 18px;
  }
}
.client-item-meta-item .value {
  text-transform: uppercase;
  font-size: 14px;
}

.client-item-title--link {
  transition: 0.6s ease;
}
.client-item-title--link:hover {
  color: #0797af;
}

.client-item-text p:last-of-type {
  margin-bottom: 0;
}

.portfolio-marquee {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.portfolio-marquee-inner {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.portfolio-marquee-inner .limiter {
  font-size: 78px;
  line-height: 1;
  padding: 0 40px;
  transform: translateY(15px);
}
@media (max-width: 767px) {
  .portfolio-marquee-inner .limiter {
    font-size: 60px;
    transform: translateY(10px);
  }
}

.portfolio-marquee-original {
  animation: mk-move-horizontal 60s linear infinite;
  display: flex;
  align-items: center;
}

.portfolio-marquee-copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: mk-move-horizontal-copy 60s linear infinite;
  display: flex;
  align-items: center;
}

.portfolio-marquee-text {
  font-size: 140px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Big Shoulders";
}
@media (max-width: 991px) {
  .portfolio-marquee-text {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .portfolio-marquee-text {
    font-size: 80px;
  }
}

.portfolio-marquee-text-2 {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

@keyframes mk-move-horizontal {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes mk-move-horizontal-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.text-page {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}
.text-page h1 {
  margin: 0 0 40px;
}

.text-page-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.blog-list {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.blog-list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .blog-list-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}

.blog-list-title {
  margin: 0;
}
@media (max-width: 991px) {
  .blog-list-title {
    margin-bottom: 10px;
  }
}

.blog-list-text {
  max-width: 500px;
}

.blog-posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-posts-list-col {
  width: 33.333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .blog-posts-list-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .blog-posts-list-col:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .blog-post-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.blog-post-item-image-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}
.blog-post-item-image-wrapper:hover img {
  transform: scale(1.05);
}
.blog-post-item-image-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.blog-post-item-image-wrapper img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.8s ease;
}

.blog-post-item-image-link {
  position: absolute;
  inset: 0;
}

.blog-post-item-category {
  position: absolute;
  z-index: 1;
  background-color: #F5A3A3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  padding: 10px;
  font-family: "Big Shoulders";
  text-transform: uppercase;
  font-size: 24px;
  transition: 0.8s ease;
}
.blog-post-item-category:hover {
  background-color: #0797af;
}

.blog-post-item-meta {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
}
.blog-post-item-meta .limiter {
  margin: 0 10px;
}

.blog-post-item-title {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.409rem + 0.3883vw, 1.875rem);
  margin: 0;
  font-weight: 600;
  transition: 0.8s ease;
}
.blog-post-item-title:hover {
  color: #0797af;
}

.blog-list-cta-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.blog-archive {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}
.blog-archive .pagination {
  width: 100%;
  margin-top: 60px;
}
.blog-archive .pagination .nav-links {
  display: flex;
  justify-content: center;
  font-family: "Big Shoulders";
  font-weight: 600;
}
.blog-archive .pagination .nav-links .page-numbers {
  margin: 0 5px;
  font-size: 20px;
}
.blog-archive .pagination .nav-links .page-numbers.current {
  color: #0797af;
}

.blog-archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.single-post-wrapper {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.single-post-wrapper-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.single-post-wrapper-inner .blog-post-item-title {
  font-size: clamp(2.25rem, 2.0376rem + 0.9061vw, 3.125rem);
}
.single-post-wrapper-inner h2, .single-post-wrapper-inner h3, .single-post-wrapper-inner h4, .single-post-wrapper-inner h5, .single-post-wrapper-inner h6 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-post-wrapper-inner blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 100px;
  font-family: "Big Shoulders";
  margin: 30px 0;
}
@media (max-width: 767px) {
  .single-post-wrapper-inner blockquote {
    padding: 70px 0 0;
    text-align: center;
  }
}
.single-post-wrapper-inner blockquote p {
  font-size: 20px;
}
.single-post-wrapper-inner blockquote::before {
  content: "";
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  left: 20px;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #0797af;
  background-image: url("../assets/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
@media (max-width: 767px) {
  .single-post-wrapper-inner blockquote::before {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.single-post-thumbnail-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single-post-thumbnail-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.single-post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.related-posts {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.related-posts-title {
  text-align: center;
  margin: 0 0 40px;
}