@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
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;
}

/* 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;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-regular.ttf") format("truetype");
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v15-latin-500.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-500.ttf") format("truetype");
}
/* dm-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/dm-sans-v15-latin-500italic.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-500italic.ttf") format("truetype");
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-700.ttf") format("truetype");
}
/* dm-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/dm-sans-v15-latin-700italic.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-700italic.ttf") format("truetype");
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.8rem/1 "DM Sans", sans-serif;
  background: #E4F2F9;
  color: #000;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  padding: 1.6rem 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: -2.4rem;
  }
}
.breadcrumbs .delimeter {
  margin: 0 0.4rem;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
}
.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 16.4rem 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  #main {
    padding-top: 15.25rem;
  }
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 10.1rem;
  }
}

.wrap {
  max-width: 156rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.content-row.small-pt {
  padding-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

.align-items-center {
  align-items: center;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.two-columns {
  column-count: 2;
  column-gap: 8rem;
}
@media only screen and (max-width: 640px) {
  .two-columns {
    column-count: 1;
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* Star-container
--------------------------------------------- */
.star-container {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}
.star-container__star {
  height: 1.6rem;
  width: auto;
  color: #D9962A !important;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #D9962A;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.6rem/2 "DM Sans", sans-serif;
  color: #000;
  margin: 0 0 4rem 0;
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.subtitle {
  display: block;
  margin-bottom: -4rem;
  letter-spacing: 0.2rem;
  opacity: 0.65;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 4rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 4rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
  line-height: 1.5;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 0.6rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
ul.checks li,
ol.checks li {
  padding-left: 3.2rem;
}
ul.checks li .check,
ol.checks li .check {
  position: absolute;
  top: 0;
  left: 0;
}
ul.checks li .check svg,
ol.checks li .check svg {
  height: 2.4rem;
  width: auto;
}
ul.two-columns,
ol.two-columns {
  column-gap: 4rem;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  column-gap: 4rem;
  column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 1;
    column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 700 6.4rem/8rem "DM Sans", sans-serif;
  color: #000;
  padding: 0;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 700 4.2rem/1.25 "DM Sans", sans-serif;
    margin: 0 0 3.2rem 0;
  }
}

h2, .h2 {
  font: 700 4.6rem/1.4 "DM Sans", sans-serif;
  color: #000;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 700 4.2rem/1.25 "DM Sans", sans-serif;
    margin: 0 0 3.2rem 0;
  }
}

h3, .h3 {
  font: 700 3.2rem/1.4 "DM Sans", sans-serif;
  color: #000;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font: 700 2.8rem/1.25 "DM Sans", sans-serif;
    margin: 0 0 3.2rem 0;
  }
}

h4, .h4 {
  font: 700 2.4rem/1.4 "DM Sans", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 700 2.2rem/1.25 "DM Sans", sans-serif;
    margin: 0 0 3.2rem 0;
  }
}

h5, .h5 {
  font: 700 2rem/2 "DM Sans", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h5, .h5 {
    font: 700 1.8rem/1.25 "DM Sans", sans-serif;
    margin: 0 0 3.2rem 0;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 4rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.with-br {
  border-radius: 5rem;
}

.with-shadow {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.6rem 2.4rem;
  font: 400 1.8rem/1.25 "DM Sans", sans-serif;
  margin: 0;
  border: 1px solid #FFF;
  border-radius: 5rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #000;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #000;
  height: 1rem;
  width: 1rem;
  background: #000;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield--type-hidden, .gform_wrapper .gfield.hidden-field, .gform_wrapper .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 2.4rem 0 0 0;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gform_validation_errors {
  background: rgb(255, 234, 234);
  border: 1px solid red;
  border-radius: 0.8rem;
  margin: 0 0 2.4rem 0;
  padding: 2.4rem;
}
.gform_validation_errors p {
  margin: 0;
  padding: 0;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "DM Sans", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "DM Sans", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: red;
}

.red-color {
  color: red !important;
}

.bg-green {
  background: green;
}

.green-color {
  color: green !important;
}

.bg-yellow {
  background: #FC0;
}

.yellow-color {
  color: #FC0 !important;
}

.bg-blue {
  background: #0182C4;
}

.bg-medium-blue {
  background: rgba(1, 130, 192, 0.15);
}

.medium-blue-color {
  color: rgba(1, 130, 192, 0.15) !important;
}

.bg-light-blue {
  background-color: #E4F2F9;
}

.light-blue-color {
  color: #E4F2F9 !important;
}

.blue-color {
  color: #0182C4 !important;
}

.bg-orange {
  background: #D9962A;
}

.orange-color {
  color: #D9962A !important;
}

.page-index {
  position: sticky;
  top: 24.3rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-index .h4 {
  margin-bottom: 3.2rem;
}
.page-index__ol {
  gap: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-index__ol li {
  padding-left: 0;
  line-height: 1.5;
}
.page-index__ol li:before {
  display: none;
}
.page-index__ol a {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  text-decoration: none;
  color: #000;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-index__ol a .icon {
  position: absolute;
  top: 0.2rem;
  left: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  height: 1.6rem;
  width: auto;
}
.page-index__ol a .icon svg {
  height: 100%;
  width: auto;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-index__ol a.passed .icon svg {
  transform: rotate(180deg);
  opacity: 0.43;
}
.page-index__ol a.passed:last-child {
  font-weight: 300;
}

.scrolled__down .page-index {
  top: 10.4rem;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 2.4rem 4rem;
  font: 500 1.8rem/1.25 "DM Sans", sans-serif;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  border-radius: 3.6rem;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .button,
  input[type=submit],
  button[type=submit] {
    padding: 1.6rem 4rem;
  }
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  background: #FFF;
  border-color: #FFF;
  color: #000 !important;
}
.button.white .button__text,
input[type=submit].white .button__text,
button[type=submit].white .button__text {
  color: #000 !important;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #000;
  color: #FFF;
}
.button:hover:hover,
input[type=submit]:hover:hover,
button[type=submit]:hover:hover {
  color: #FFF;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}

.round-button {
  height: 12rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  cursor: pointer;
  border: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.round-button svg {
  height: 3.2rem;
  width: auto;
}
.round-button.swiper-button-disabled {
  opacity: 0.15;
  cursor: inherit;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0 0 4rem 0;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 4rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5rem;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 4rem 0;
  padding: 0;
  gap: 0.6rem;
}
.sm-icons li {
  padding-left: 0;
}
.sm-icons li a {
  display: flex;
  height: 5.8rem;
  width: 5.8rem;
  background: #FFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #000;
}
.sm-icons li svg {
  height: 2.2rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-icons li a:hover svg {
  color: #0182C4;
}
.sm-icons li:before {
  display: none;
}

ul.contact-buttons {
  display: flex;
  margin: 0 0 4rem 0;
  flex-direction: column;
  gap: 2.4rem;
}
ul.contact-buttons li {
  margin: 0;
  padding: 0;
}
ul.contact-buttons li:before {
  display: none;
}
ul.contact-buttons li .contact-button {
  min-height: 6.8rem;
  display: flex;
  align-items: center;
  padding-left: 9.2rem;
  font: 700 2.8rem/1.25 "DM Sans", sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  ul.contact-buttons li .contact-button {
    font-size: 2rem;
  }
}
ul.contact-buttons li .contact-button:hover {
  text-decoration: underline;
}
ul.contact-buttons li .contact-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #000;
  border-radius: 50%;
  height: 6.8rem;
  width: 6.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
  flex-wrap: wrap;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 5.4rem;
  width: 5.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.email a {
  background: #0182C4;
}
.sm-share-buttons li.whatsapp a {
  background: #25D366;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  height: 1.8rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 4rem 0;
}
.pagination .page-numbers {
  height: 5.4rem;
  width: 5.4rem;
  background: #FFF;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font: 400 1.8rem/1.5 "DM Sans", sans-serif;
}
.pagination .page-numbers svg {
  height: 1.8rem;
  width: auto;
}
.pagination .current {
  color: #0182C4;
  font-weight: 700;
}

#CybotCookiebotDialog ul li:before,
#CookiebotWidget ul li:before {
  display: none;
}
#CybotCookiebotDialog input[type=checkbox] + label:before, #CybotCookiebotDialog input[type=checkbox] + span:before, #CybotCookiebotDialog input[type=checkbox] + td:before,
#CookiebotWidget input[type=checkbox] + label:before,
#CookiebotWidget input[type=checkbox] + span:before,
#CookiebotWidget input[type=checkbox] + td:before {
  top: 4px !important;
}
#CybotCookiebotDialog input[type=checkbox]:checked + label:after, #CybotCookiebotDialog input[type=checkbox]:checked + span:after, #CybotCookiebotDialog input[type=checkbox]:checked + td:after,
#CookiebotWidget input[type=checkbox]:checked + label:after,
#CookiebotWidget input[type=checkbox]:checked + span:after,
#CookiebotWidget input[type=checkbox]:checked + td:after {
  display: none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton label,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton label {
  transform: translate(0) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount,
#CookiebotWidget .CybotCookiebotDialogDetailBulkConsentCount {
  color: #FFF;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  padding: 0.8rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    height: 3.7rem;
    overflow: hidden;
  }
}
.top-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 4rem;
}
.top-bar__usps {
  display: flex;
  gap: 0 2.4rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .top-bar__usps {
    display: none;
  }
}
.top-bar__usps li {
  margin: 0;
  padding: 0;
}
.top-bar__usps li:before {
  display: none;
}
.top-bar__usps-slider {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .top-bar__usps-slider {
    display: block;
    width: 100%;
    position: relative;
  }
}
.top-bar__usps-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar__usps-slider .swiper-slide p {
  margin: 0;
  padding: 0;
  font: 400 1.4rem/1.5 "DM Sans", sans-serif;
  display: flex;
}
.top-bar__usps-slider .swiper-slide p .check {
  display: flex;
  margin-right: 0.4rem;
  position: relative;
  top: 0.1rem;
}
.top-bar__usps-slider .swiper-slide p .check svg {
  height: 1.8rem;
  width: auto;
}
.top-bar__usps-slider .swiper-slide .star-container {
  margin: 0 0.6rem;
  position: relative;
  top: -0.2rem;
}
.top-bar__reviews {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .top-bar__reviews {
    display: none;
  }
}
.top-bar__reviews a {
  text-decoration: underline;
  color: #000;
  display: flex;
  gap: 0 1.6rem;
  align-items: center;
}
.top-bar__reviews .logo {
  display: flex;
  height: 2.6rem;
  position: relative;
}
.top-bar__reviews .logo svg {
  height: 100%;
  width: auto;
}
.top-bar__reviews .score {
  font: 700 2.4rem/1 "DM Sans", sans-serif;
}

.scrolled .top-bar, .mob-nav-active .top-bar {
  height: 0;
  padding: 0;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  padding: 2.4rem 0;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 1.2rem 0;
  }
}
.nav-bar .site-logo {
  height: 6.8rem;
  width: auto;
}
.nav-bar .site-logo svg, .nav-bar .site-logo img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .nav-bar .site-logo {
    height: 3.6rem;
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap {
    gap: 0 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-bar__search {
    display: none;
  }
}
.nav-bar__search form {
  display: flex;
  position: relative;
}
.nav-bar__search form label {
  display: none;
}
.nav-bar__search form input[type=search] {
  background: #E4F2F9;
  border-color: #E4F2F9;
}
.nav-bar__search form button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  background: #000;
  border-color: #000;
  color: #FFF;
  border-radius: 50%;
  width: 4.05rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bar__search form button svg {
  height: 1.8rem;
  width: auto;
}
.nav-bar__search form button:hover {
  background: #D9962A;
  border-color: #D9962A;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 0 4rem;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin: 0;
  font: 700 2rem/1.25 "DM Sans", sans-serif;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item a {
  display: block;
  color: #FFF;
  text-decoration: none;
  display: flex;
  gap: 0.6rem;
  padding: 0.8rem 0;
  align-items: center;
  transition: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-bar .menu .menu-item .menu-item__toggle {
  display: flex;
}
.nav-bar .menu .menu-item .menu-item__toggle svg {
  height: 1.8rem;
  width: auto;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #D9962A;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #E4F2F9;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid rgba(1, 130, 192, 0.15);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  font: 500 1.8rem/1.25 "DM Sans", sans-serif;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 0.8rem 2.4rem;
  color: #000;
}
.nav-bar .menu .menu-item:hover > a {
  color: #D9962A !important;
}
.nav-bar .menu .menu-item:hover > a .menu-item__toggle svg {
  transform: rotate(180deg);
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header {
  margin-bottom: 4.8rem;
}
.section__header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section__header--right {
  text-align: right;
}
.section__header.has-button {
  display: flex;
  gap: 0 4rem;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
}
.section__title {
  padding-bottom: 0;
  max-width: 72rem;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns--reverse .section__media {
  order: -1;
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
/* Text
--------------------------------------------- */
.home-slider {
  overflow: hidden;
  position: relative;
}
.home-slider:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 50%;
  bottom: 0;
  background: #E4F2F9;
  content: "";
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .home-slider:before {
    display: none;
  }
}
.home-slider .wrap {
  display: flex;
  gap: 0 8rem;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .home-slider .wrap {
    flex-direction: column;
  }
}
.home-slider .swiper {
  overflow: visible;
  margin: 0 0 4rem 0;
}
.home-slider__text, .home-slider__slider {
  width: calc(50% - 4rem);
  position: relative;
}
@media only screen and (max-width: 750px) {
  .home-slider__text, .home-slider__slider {
    width: 100%;
  }
}
.home-slider__slider {
  padding-right: 5.6rem;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .home-slider__slider {
    padding-right: 0;
    margin-bottom: 2.4rem;
  }
}
.home-slider__text {
  z-index: 12;
}
.home-slider__text p {
  line-height: 2.4;
}
.home-slider .slide-img-wrap {
  width: 100%;
  height: 0;
  padding: 0 0 123.3% 0;
  mask: url(../img/slide-mask.svg);
}
.home-slider .slide-img-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home-slider .swiper-slide {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.home-slider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
  opacity: 0.85;
}
.home-slider__button-next {
  position: absolute;
  top: 55%;
  right: -6rem;
  z-index: 50;
}
@media only screen and (max-width: 1023px) {
  .home-slider__button-next {
    height: 14%;
    width: 0;
    padding-right: 14%;
    right: -2rem;
  }
  .home-slider__button-next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-slider__reviews {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 19.2rem;
  height: 19.2rem;
  position: absolute;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  bottom: 2.4rem;
  left: -4rem;
  z-index: 50;
}
.home-slider__reviews span, .home-slider__reviews a {
  position: relative;
}
.home-slider__reviews .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider__reviews:after {
  display: block;
  content: "";
  position: absolute;
  top: -1.1rem;
  right: 0.4rem;
  height: 5.4rem;
  width: 5.4rem;
  background: #FFF;
  border-radius: 50%;
}
.home-slider__reviews .score {
  font: 700 3.8rem/1.25 "DM Sans", sans-serif;
}

.products-row .product-cats {
  margin: 0 0 6.4rem 0;
}

.product-cat {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
  text-decoration: none;
}
.product-cat:nth-child(3n+2) {
  transform: translateY(6.4rem);
}
@media only screen and (max-width: 1023px) {
  .product-cat:nth-child(3n+2) {
    transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  .product-cat:nth-child(even) {
    transform: translateY(6.4rem);
  }
}
@media only screen and (max-width: 640px) {
  .product-cat:nth-child(even) {
    transform: none;
  }
}
.product-cat__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.product-cat__img img {
  height: 100%;
  width: 100%;
  object-fit: container;
  border-radius: 5rem;
  padding: 4rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.product-cat:hover .product-cat__img img {
  padding: 2rem;
}
.product-cat__name {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 5rem 0 5rem;
  background: #000;
  color: #FFF;
  padding: 2.4rem 6.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 700 1.8rem/1.25 "DM Sans", sans-serif;
}

.help-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 19.2rem;
  height: 19.2rem;
  position: relative;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: -8rem -2rem 0 auto;
  z-index: 50;
  padding: 0 2.4rem;
  color: #FFF;
  text-decoration: none;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .help-block {
    margin: 12rem 0 -2.4rem auto;
  }
}
@media only screen and (max-width: 640px) {
  .help-block {
    margin-top: 6.4rem;
  }
}
.help-block .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.help-block:after {
  display: block;
  content: "";
  position: absolute;
  top: -1.1rem;
  right: 0.4rem;
  height: 5.4rem;
  width: 5.4rem;
  background: #D9962A;
  border-radius: 50%;
}
.help-block__text {
  font: 700 3.2rem/1.25 "DM Sans", sans-serif;
  display: flex;
  position: relative;
  z-index: 5;
}
.help-block:hover {
  color: #E4F2F9;
}

.reviews-bar {
  position: relative;
  overflow: hidden;
}
.reviews-bar .round-button {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  z-index: 50;
  border: 1.6rem solid #D9962A;
}
.reviews-bar .swiper {
  overflow: visible;
  position: relative;
  padding-right: 4.8rem;
  margin: 0 0 4rem 0;
}
.reviews-bar .swiper .swiper-slide:nth-child(even) .review-summary__name .capital {
  background: #7F00CE;
}
.reviews-bar .section__title h2 {
  display: flex;
  gap: 0 2.4rem;
  align-items: center;
  flex-wrap: wrap;
}
.reviews-bar .section__title h2 a {
  font-size: 1.8rem;
  font-weight: 400;
}
.reviews-bar .section__title .star-container .star-container__star {
  color: #FFF !important;
  height: 2.4rem;
}

.review-summary__name {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin: 0 0 2.4rem 0;
}
@media only screen and (max-width: 1023px) {
  .review-summary__name {
    font-size: 2.2rem;
  }
}
.review-summary .capital {
  display: flex;
  border-radius: 50%;
  height: 12rem;
  width: 12rem;
  align-items: center;
  justify-content: center;
  font: 400 4.8rem/1 "DM Sans", sans-serif;
  background: #FC0B0B;
}
@media only screen and (max-width: 1023px) {
  .review-summary .capital {
    height: 6.4rem;
    width: 6.4rem;
    font-size: 3.2rem;
  }
}
.review-summary__rating {
  margin: 0 0 2.4rem 0;
}
.review-summary__rating .star-container .star-container__star {
  height: 2.4rem;
}

.contact-block {
  padding-bottom: 0;
  overflow: hidden;
}
.contact-block .wrap {
  display: flex;
  gap: 0 4rem;
}
.contact-block .wrap > div {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .contact-block .wrap {
    flex-direction: column;
  }
}
.contact-block__left {
  width: 100%;
  padding-bottom: 4rem;
}
.contact-block__img {
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .contact-block__img {
    display: none;
  }
}
.contact-block__img figure {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  position: absolute;
}
.contact-block__img img {
  position: absolute;
  object-fit: contain;
  object-position: bottom center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-block__right {
  display: flex;
  width: 100%;
  padding-bottom: 4rem;
}
.contact-block__right .contact-buttons {
  margin-top: 8rem;
}
@media only screen and (max-width: 1023px) {
  .contact-block__right .contact-buttons {
    margin-top: 0;
  }
}

.flex-header__img img {
  border-radius: 5rem;
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .flex-header .col-2-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}

@media only screen and (max-width: 640px) {
  .blogs-row .blog-summary, .related-blogs .blog-summary {
    display: none;
  }
  .blogs-row .blog-summary:nth-child(1), .blogs-row .blog-summary:nth-child(2), .related-blogs .blog-summary:nth-child(1), .related-blogs .blog-summary:nth-child(2) {
    display: flex;
  }
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
/* Footer-nav
--------------------------------------------- */
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.footer-nav__title {
  margin: 0 0 2.4rem 0;
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav p a, .footer-nav ul:not(.sm-icons) li a {
  color: #000;
  text-decoration: none;
}
.footer-nav p a:hover, .footer-nav ul:not(.sm-icons) li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  padding-top: 2.4rem;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright .wrap {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.footer-copyright__menu-wrap {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright__menu-wrap {
    margin-bottom: 2.4rem;
  }
}
.footer-copyright__menu-wrap .menu {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li a {
  color: #000;
  text-decoration: none;
}
.footer-copyright__menu-wrap .menu li a:hover {
  text-decoration: underline;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright__copy, .footer-copyright__creator {
    margin-bottom: 2.4rem;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 6.4rem 0 0 -100%;
  z-index: 550;
  visibility: hidden;
  background: #E4F2F9;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  padding: 2.4rem 0 0 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation .search-form {
  margin: 0 0 2.4rem 0;
  display: flex;
  gap: 0.4rem;
}
.mobile-navigation .search-form label {
  display: none;
}
.mobile-navigation .search-form input[type=search] {
  width: calc(100% - 6.75rem);
}
.mobile-navigation .search-form button {
  height: 6.35rem;
  width: 6.35rem;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mobile-navigation ul.menu {
  display: flex;
  flex-direction: column;
  margin: 0 0 3.2rem 0;
  padding: 0;
}
.mobile-navigation ul.menu li {
  margin: 0;
  padding: 0;
  font: 700 2rem/1.25 "DM Sans", sans-serif;
}
.mobile-navigation ul.menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation ul.menu li:before {
  display: none;
}
.mobile-navigation ul.menu li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
  position: relative;
}
.mobile-navigation ul.menu li .menu-item__toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-navigation ul.menu li .menu-item__toggle svg {
  height: 1.8rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation ul.menu li .menu-item__toggle.active svg {
  transform: rotate(180deg);
}
.mobile-navigation ul.menu li.current-menu-item > a, .mobile-navigation ul.menu li.current-menu-ancestor > a, .mobile-navigation ul.menu li.current_page_item > a, .mobile-navigation ul.menu li.current_page_ancestor > a {
  color: #0182C4;
}
.mobile-navigation ul.menu ul.sub-menu {
  display: none;
  margin: 0 0 2rem 0;
}
.mobile-navigation ul.menu ul.sub-menu li {
  font: 500 1.6rem/1.25 "DM Sans", sans-serif;
  border: 0 !important;
}
.mobile-navigation ul.menu ul.sub-menu li a {
  padding: 1.2rem 2rem;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: 2px solid #FFF;
  border-radius: 5rem;
  position: relative;
  color: #000;
  padding: 1.2rem 1.6rem;
  background: #FFF;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 0.8rem;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.2rem;
  width: 100%;
  margin: 0 0 0.3rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #000;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .text {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.5rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
.post-container {
  margin: 0 0 12.8rem 0;
}
.post-container > :nth-child(even) {
  transform: translateY(6.4rem);
}
@media only screen and (max-width: 640px) {
  .post-container > :nth-child(even) {
    transform: none;
  }
}
@media only screen and (max-width: 640px) {
  .post-container {
    margin: 0 0 4rem 0;
  }
}

.blog-summary {
  position: relative;
}
.blog-summary .date {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  border-radius: 0 5rem 0 5rem;
  background: #0182C4;
  color: #FFF;
  padding: 1.2rem 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 700 1.6rem/1.25 "DM Sans", sans-serif;
}
.blog-summary__img {
  position: relative;
  display: block;
  margin: -4rem -4rem 2.4rem -4rem;
  width: calc(100% + 8rem);
  padding: 0 0 100% 0;
  overflow: hidden;
  border-radius: 5rem 5rem 0 0;
}
@media only screen and (max-width: 640px) {
  .blog-summary__img {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}
.blog-summary__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5rem 5rem 0 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.blog-summary__img:hover img {
  transform: scale(1.05);
  opacity: 0.65;
}
.blog-summary h4 {
  margin: 0 0 1.2rem 0;
}
.blog-summary h4 a {
  color: #000;
  text-decoration: none;
}
.blog-summary h4 a:hover {
  text-decoration: underline;
}
.blog-summary .button-wrap {
  margin-top: -2.4rem;
}

.publish-info {
  display: flex;
  gap: 1.6rem 4rem;
  margin: -2.4rem 0 4rem 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .publish-info {
    margin-top: -1.6rem;
    margin-bottom: 0;
  }
}
.publish-info p {
  margin: 0;
  padding: 0 0 0 3.2rem;
  position: relative;
}
.publish-info p a {
  color: #000;
  text-decoration: none;
}
.publish-info p a:hover {
  text-decoration: underline;
}
.publish-info p svg {
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 2.2rem;
  width: auto;
  color: #0182C4;
}

.single-post.section {
  padding-top: 4rem;
}
.single-post__container {
  display: flex;
  gap: 0 4rem;
}
.single-post__content {
  width: calc(100% - 36rem);
}
@media only screen and (max-width: 1023px) {
  .single-post__content {
    width: 100%;
  }
}
.single-post__content .card {
  margin: 0 0 4rem 0;
}
.single-post__sidebar {
  width: 32rem;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post .page-index {
  position: sticky;
  top: 20.4rem;
}
.single-post__share p {
  margin: 0 0 1.2rem 0;
}

.post-navigation {
  justify-content: space-between;
  margin: -2.4rem 0 4rem 0;
  padding: 0 4rem;
}
.post-navigation a {
  color: #000;
  font: 400 1.6rem/1.5 "DM Sans", sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.post-navigation a svg {
  height: 1.6rem;
  width: auto;
  position: relative;
  top: 0.2rem;
}
.post-navigation a:hover {
  text-decoration: underline;
}

.blog-categories {
  width: 32rem;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 640px) {
  .blog-categories {
    width: 100%;
  }
}

.contact-page__form {
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .contact-page .col-2-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}

.google-maps {
  width: 100%;
  position: relative;
  padding: 0 0 50% 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.product-container {
  margin: 0 0 12.8rem 0;
}
.product-container > :nth-child(even) {
  transform: translateY(6.4rem);
}
@media only screen and (max-width: 640px) {
  .product-container > :nth-child(even) {
    transform: none;
  }
}

#archive-post .product-cats {
  margin-bottom: 4rem;
}

.product-summary {
  position: relative;
}
.product-summary .cat {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  border-radius: 0 5rem 0 5rem;
  background: #0182C4;
  color: #FFF;
  padding: 1.2rem 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 700 1.6rem/1.25 "DM Sans", sans-serif;
}
.product-summary__img {
  position: relative;
  display: block;
  margin: -4rem -4rem 2.4rem -4rem;
  width: calc(100% + 8rem);
  padding: 0 0 100% 0;
  overflow: hidden;
  border-radius: 5rem;
}
@media only screen and (max-width: 640px) {
  .product-summary__img {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}
.product-summary__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5rem 5rem 0 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.product-summary__img:hover img {
  transform: scale(1.05);
  opacity: 0.65;
}
.product-summary h4 {
  margin: 0 0 1.2rem 0;
}
.product-summary h4 a {
  color: #000;
  text-decoration: none;
}
.product-summary h4 a:hover {
  text-decoration: underline;
}
.product-summary .button-wrap {
  margin-top: -1.2rem;
}

.single-product__content .wrap {
  display: flex;
  gap: 0 8rem;
}
@media only screen and (max-width: 1440px) {
  .single-product__content .wrap {
    gap: 0 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__content .wrap {
    flex-direction: column;
  }
}
.single-product__content-left {
  width: calc(100% - 68rem);
}
@media only screen and (max-width: 1440px) {
  .single-product__content-left {
    width: calc(100% - 54rem);
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__content-left {
    width: 100%;
  }
}
.single-product__content-right {
  width: 60rem;
}
@media only screen and (max-width: 1440px) {
  .single-product__content-right {
    width: 50rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__content-right {
    width: 100%;
    order: 0 !important;
  }
}
.single-product__content-left {
  order: 1;
}
.single-product__content-right {
  order: 2;
}
.single-product__gallery {
  position: relative;
  height: 48rem;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery {
    height: auto;
  }
}
.single-product__gallery .round-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  height: 4.8rem;
  width: 4.8rem;
}
.single-product__gallery .round-button svg {
  height: 1.6rem;
  width: auto;
}
.single-product__gallery .gallery_slider_button_prev {
  left: 0.8rem;
}
.single-product__gallery .gallery_slider_button_next {
  right: 0.8rem;
}
.single-product__gallery .swiper-container {
  overflow: hidden;
  position: relative;
}
.single-product__gallery .swiper-container-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery .swiper-container-wrapper {
    flex-direction: column;
  }
}
.single-product__gallery .gallery-top {
  width: calc(100% - 24.8rem);
}
@media only screen and (max-width: 1440px) {
  .single-product__gallery .gallery-top {
    width: calc(100% - 18.8rem);
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery .gallery-top {
    width: 100%;
    height: 48rem;
    margin: 0 0 0.8rem 0;
  }
}
.single-product__gallery .gallery-top .swiper-slide {
  position: relative;
  height: 48rem;
  width: 100%;
  background: #FFF;
  border-radius: 5rem;
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery .gallery-top .swiper-slide {
    height: auto;
  }
}
.single-product__gallery .gallery-top .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2.4rem;
  box-sizing: border-box;
}
.single-product__gallery .gallery-thumbs {
  width: 24rem;
  position: relative;
  height: 100%;
  height: 48rem;
}
@media only screen and (max-width: 1440px) {
  .single-product__gallery .gallery-thumbs {
    width: 18rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery .gallery-thumbs {
    width: 100%;
    height: 24rem;
    margin-bottom: 4rem;
  }
  .single-product__gallery .gallery-thumbs .swiper-wrapper {
    height: 24rem;
  }
}
.single-product__gallery .gallery-thumbs .swiper-slide {
  width: 24rem;
  position: relative;
  background: #FFF;
  border-radius: 5rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1440px) {
  .single-product__gallery .gallery-thumbs .swiper-slide {
    width: 18rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product__gallery .gallery-thumbs .swiper-slide {
    height: 24rem;
  }
}
.single-product__gallery .gallery-thumbs .swiper-slide.swiper-slide-active {
  opacity: 0.5;
}
.single-product__gallery .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2.4rem;
  box-sizing: border-box;
}
.single-product__buttons {
  position: sticky;
  top: 20.4rem;
  margin: 0 0 4rem 0;
}
.single-product__buttons ul {
  margin-top: -1.6rem;
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
.single-product__buttons ul li {
  padding: 0;
  margin: 0 !important;
}
.single-product__buttons ul li:before {
  display: none;
}
.single-product__buttons ul li a {
  width: 100%;
}
.single-product__information .card {
  margin-bottom: 4rem;
}/*# sourceMappingURL=sd_style.css.map */