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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input,
textarea {
  border: none;
}

@font-face {
  font-family: "Teko-Light";
  src: url("../fonts/Teko-Light.woff2") format("woff2"), url("../fonts/Teko-Light.woff") format("woff"), url("../fonts/Teko-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Teko-Regular";
  src: url("../fonts/Teko-Regular.woff2") format("woff2"), url("../fonts/Teko-Regular.woff") format("woff"), url("../fonts/Teko-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Teko-Medium";
  src: url("../fonts/Teko-Medium.woff2") format("woff2"), url("../fonts/Teko-Medium.woff") format("woff"), url("../fonts/Teko-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Teko-SemiBold";
  src: url("../fonts/Teko-SemiBold.woff2") format("woff2"), url("../fonts/Teko-SemiBold.woff") format("woff"), url("../fonts/Teko-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Teko-Bold";
  src: url("../fonts/Teko-Bold.woff2") format("woff2"), url("../fonts/Teko-Bold.woff") format("woff"), url("../fonts/Teko-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 300.0;
*
* available axes:
'wght' (range from 300.0 to 700.0
*/
@font-face {
  font-family: "Teko-Variable";
  src: url("../fonts/Teko-Variable.woff2") format("woff2"), url("../fonts/Teko-Variable.woff") format("woff"), url("../fonts/Teko-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
.content {
  line-height: 1.6;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
.content a {
  color: rgb(0, 0, 0);
  word-wrap: break-word;
}
.content i {
  font-weight: 400;
}
.content code {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  padding: 0 4px;
}
.content ul li {
  margin-left: 20px;
}
.content ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ul:not(:last-child) {
  padding-bottom: 1em;
}
.content ol li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ol:not(:last-child) {
  padding-bottom: 1em;
}
.content h1 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 42px;
  margin-bottom: 0.4em;
}
.content h1:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h1 {
    font-size: 52px;
  }
}
.content h2 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 36px;
  margin-bottom: 0.4em;
}
.content h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h2 {
    font-size: 42px;
  }
}
.content h3 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 28px;
  margin-bottom: 0.4em;
}
.content h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h3 {
    font-size: 32px;
  }
}
.content h4 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 22px;
  margin-bottom: 0.4em;
}
.content h4:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h4 {
    font-size: 24px;
  }
}
.content h5 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 18px;
  margin-bottom: 0.4em;
}
.content h5:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h5 {
    font-size: 20px;
  }
}
.content h6 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Teko-Light";
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.4em;
}
.content h6:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h6 {
    font-size: 18px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.content--center {
  text-align: center;
}
.content--center h1,
.content--center h2,
.content--center h3,
.content--center h4,
.content--center h5,
.content--center h6 {
  text-align: center;
}
.content--right {
  text-align: right;
}
.content--white {
  color: rgb(255, 255, 255);
}
.content--white a,
.content--white h1,
.content--white h2,
.content--white h3,
.content--white h4,
.content--white h5,
.content--white h6 {
  color: rgb(255, 255, 255);
}
.content--large {
  font-size: 18px;
}
@media only screen and (min-width : 568px) {
  .content--large {
    font-size: 20px;
  }
}

.c-color-gold {
  color: rgb(225, 193, 138) !important;
}

html {
  scroll-behavior: smooth;
  --menu-bar-height: 95px !important;
  --menu-bar-height-scrolled: 80px !important;
}

::selection {
  color: rgb(0, 0, 0) !important;
  background: rgb(225, 193, 138) !important;
}

body {
  font-family: "Teko-Light";
  font-family: "Lexend Deca", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko-Light" !important;
  letter-spacing: 2px !important;
  margin: 0px;
  font-weight: 700;
}

.header__link {
  font-size: 24px;
  font-family: "Teko-Light" !important;
}
.header__link:hover {
  color: rgb(225, 193, 138) !important;
}
.header__link::after {
  display: none !important;
}
.header__logo {
  object-fit: contain;
  padding: 10px 0;
}

.footer {
  font-size: 18px;
  padding-top: 80px !important;
  position: relative;
  overflow: hidden;
}
.footer .fw-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .footer-item .footer__link {
  font-size: 18px;
  color: rgb(205, 205, 205);
}
.footer .footer-item .footer__link:hover {
  color: rgb(225, 193, 138) !important;
}
.footer .footer-item .footer__link:hover i {
  color: rgb(225, 193, 138) !important;
}
.footer__heading {
  font-size: 24px;
}
.footer__linkIcon svg {
  width: 1.4em !important;
  height: 1.4em !important;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 568px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .footer-grid {
    grid-template-columns: 1fr 180px 180px 180px;
  }
}
.footer-column {
  max-width: 300px;
}
.footer-item {
  position: relative;
  z-index: 1;
}
.footer__helmet {
  position: absolute;
  top: -40px;
  right: -100px;
  height: 360px !important;
  transform: rotate(-25deg);
  opacity: 0.5;
}
@media only screen and (min-width : 992px) {
  .footer__helmet {
    top: -50px;
    right: -140px;
    height: 480px !important;
  }
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__newsletterInput {
  margin: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #222 !important;
}
.footer__newsletterBtn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.footer__checkbox {
  display: flex;
  gap: 7px;
}
.footer__checkboxInput {
  flex-shrink: 0;
  margin-top: 2px !important;
}
.footer__checkboxText {
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.white-bg {
  background-color: rgb(255, 255, 255);
}

.wrapper {
  width: 100%;
}

.container-big {
  width: 1560px;
  max-width: 100%;
  margin: 0px auto;
  z-index: 0;
  padding: 0px 20px;
}
@media only screen and (min-width : 480px) {
  .container-big {
    padding: 0px 30px;
  }
}

.container-full {
  width: 1920px;
  max-width: 100%;
  margin: 0px auto;
  z-index: 0;
  padding: 0px 20px;
}
@media only screen and (min-width : 480px) {
  .container-full {
    padding: 0px 30px;
  }
}

.section-title {
  margin-top: 0 !important;
}

.button {
  color: rgb(255, 255, 255);
  background-color: rgb(225, 193, 138);
  border: 2px solid transparent;
  display: inline-block;
  padding: 0.8em 1.6em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (min-width : 992px) {
  .button {
    font-size: 18px;
  }
}
.button:hover {
  background-color: transparent;
  color: rgb(225, 193, 138);
}
.button--white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.button--white:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.button--large {
  font-size: 16px;
}
@media only screen and (min-width : 1200px) {
  .button--large {
    font-size: 20px;
  }
}

.btn-large {
  padding: 0.8em 1.5em !important;
  font-size: 15px !important;
}
@media only screen and (min-width : 768px) {
  .btn-large {
    font-size: 17px !important;
  }
}

form input[type=checkbox] {
  background-color: transparent;
  border: 0.1em solid rgb(219, 230, 230);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form input[type=checkbox]::before {
  background-color: rgb(225, 193, 138);
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
form input[type=checkbox]:checked::before {
  transform: scale(1);
}
form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.hero {
  padding: 120px 0 40px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 10px;
}
@media only screen and (min-width : 768px) {
  .hero-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

.hero-link {
  width: 100%;
  height: auto;
}
@media only screen and (min-width : 768px) {
  .hero-link {
    height: 380px;
  }
}
@media only screen and (min-width : 992px) {
  .hero-link {
    height: 480px;
  }
}

.work-img-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-item {
  width: 100% !important;
}
@media only screen and (min-width : 768px) {
  .hero-item--span {
    grid-column: span 2;
  }
}

.hero-itemImage {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.work-intro:before {
  background-color: rgba(21, 21, 21, 0.6235294118) !important;
  opacity: 1;
}

.hero-itemContent {
  position: relative;
  padding: 150px 20px 20px 20px;
  z-index: 10;
}
@media only screen and (min-width : 768px) {
  .hero-itemContent {
    position: absolute;
    height: auto;
    padding: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.hero-itemName {
  color: rgb(225, 193, 138);
  font-size: 1.8rem;
  max-width: 200px;
}
@media only screen and (min-width : 480px) {
  .hero-itemName {
    max-width: 100%;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .hero-itemName {
    font-size: 3rem;
  }
}

.hero-itemDescription {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 500px;
}

.hero-itemOverlay {
  position: absolute;
  height: 75%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.hero-itemMore {
  display: block;
}

.hero-itemMoreArrow {
  font-size: 10px !important;
}
@media only screen and (min-width : 480px) {
  .hero-itemMoreArrow {
    font-size: 12px !important;
  }
}

.hero-padding {
  padding-top: 130px !important;
}
@media only screen and (min-width : 992px) {
  .hero-padding {
    padding-top: 160px !important;
  }
}

.hero-padding-big {
  padding-top: 130px !important;
}
@media only screen and (min-width : 992px) {
  .hero-padding-big {
    padding-top: 210px !important;
  }
}

.logos {
  padding-bottom: 75px;
  padding-top: 75px;
}

.logos-item {
  width: 190px;
}
@media only screen and (min-width : 568px) {
  .logos-item {
    width: 230px;
  }
}
@media only screen and (min-width : 992px) {
  .logos-item {
    width: 360px;
  }
}

.logos-icon {
  width: 160px;
}
@media only screen and (min-width : 992px) {
  .logos-icon {
    width: 200px;
  }
}

.logos-row {
  background-color: transparent;
  box-shadow: none;
}

.logos-image {
  height: 50px !important;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 300px !important;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(20, 16, 20);
  opacity: 50%;
}

.cta-heading strong {
  color: rgb(225, 193, 138);
}

.item-carousel .features-descr {
  max-width: 360px;
  margin: 0 auto;
}

.post-prev-2-info {
  color: rgb(225, 193, 138) !important;
}

.form-group label {
  color: rgb(225, 193, 138);
}

.c-page-section-top {
  padding-top: 110px !important;
}
@media only screen and (min-width : 1024px) {
  .c-page-section-top {
    padding-top: 120px !important;
  }
}

.c-img-wrap {
  height: 400px !important;
  object-fit: cover;
}
@media only screen and (min-width : 480px) {
  .c-img-wrap {
    height: 480px !important;
  }
}
@media only screen and (min-width : 768px) {
  .c-img-wrap {
    height: 460px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-img-wrap {
    height: 650px !important;
  }
}

.c-block-padding {
  padding: 60px 0;
}

.c-portfolio-element {
  position: absolute;
  opacity: 0.5;
  left: -30px;
  bottom: 20px;
}

.c-partners-box {
  background-color: white;
}
.c-partners-box .work-img-bg {
  background-color: white;
}

.c-partners-logo {
  object-fit: contain !important;
  width: 70% !important;
  margin: 0 auto;
}
.c-partners-logo:hover {
  width: 80% !important;
}

.c-hero-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-hero-pulse-img {
  position: absolute;
  top: 15% !important;
  left: 15% !important;
  width: 70% !important;
  height: 70% !important;
  z-index: 10;
  opacity: 0.5;
}

.news-image {
  height: 280px !important;
  object-fit: cover;
}

.news-title {
  letter-spacing: 1.2px !important;
}

.about__heading {
  color: rgb(225, 193, 138);
  font-size: calc(2.5rem + 5vw) !important;
}
@media only screen and (min-width : 1280px) {
  .about__heading {
    font-size: 120px !important;
  }
}

.about__image {
  height: 320px !important;
  object-fit: cover;
  padding-top: 80px;
  opacity: 0.6;
}
@media only screen and (min-width : 768px) {
  .about__image {
    height: 560px !important;
    opacity: 1;
  }
}
@media only screen and (min-width : 1280px) {
  .about__image {
    height: 600px !important;
  }
}

.timeline-year {
  font-size: 20px !important;
  padding: 3px 12px !important;
}

.timeline__text {
  font-size: 1rem;
  color: #151515;
}
@media only screen and (min-width : 768px) {
  .timeline__text {
    font-size: 1.1rem;
  }
}

.breadcrumb {
  font-size: 1.1rem;
}
@media only screen and (min-width : 768px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

.breadcrumb-arrow {
  font-size: 1rem;
}
@media only screen and (min-width : 768px) {
  .breadcrumb-arrow {
    font-size: 1.1rem;
  }
}

.gallery-image {
  height: 280px !important;
  object-fit: cover;
}

.gallery-item {
  padding: 0 0 10px 0 !important;
}
@media only screen and (min-width : 768px) {
  .gallery-item {
    padding: 10px 0 0 10px !important;
  }
}

.gallery-grid {
  margin: 0 !important;
}
@media only screen and (min-width : 768px) {
  .gallery-grid {
    margin-right: 10px !important;
  }
}

.c-twocols-image {
  height: 400px !important;
  object-fit: cover;
}
@media only screen and (min-width : 480px) {
  .c-twocols-image {
    height: 480px !important;
  }
}
@media only screen and (min-width : 768px) {
  .c-twocols-image {
    height: 460px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-image {
    height: 650px !important;
  }
}

.c-twocols-image-skew-left {
  transform: rotate(-1.5deg);
}
@media only screen and (min-width : 768px) {
  .c-twocols-image-skew-left {
    transform: rotate(-3deg);
  }
}

.c-twocols-image-skew-right {
  transform: rotate(1.5deg);
}
@media only screen and (min-width : 768px) {
  .c-twocols-image-skew-right {
    transform: rotate(3deg);
  }
}

.c-twocols-image-block {
  height: 400px !important;
  object-fit: cover;
}
@media only screen and (min-width : 480px) {
  .c-twocols-image-block {
    height: 480px !important;
  }
}
@media only screen and (min-width : 768px) {
  .c-twocols-image-block {
    height: 460px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-image-block {
    height: 100% !important;
  }
}

.c-twocols-heading {
  color: rgb(225, 193, 138);
  font-size: calc(2.5rem + 4.5vw) !important;
  text-transform: uppercase;
}
@media only screen and (min-width : 1280px) {
  .c-twocols-heading {
    font-size: 100px !important;
  }
}

.c-twocols-helmet {
  position: absolute;
  top: -20px;
  right: -45px;
  height: 180px !important;
  transform: rotate(-25deg);
  opacity: 0.7;
}
@media only screen and (min-width : 768px) {
  .c-twocols-helmet {
    opacity: 1;
    top: -20px;
    right: -60px;
    height: 220px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-helmet {
    top: -30px;
    right: -70px;
    height: 260px !important;
  }
}
.c-twocols-helmet--bottom {
  top: initial;
  bottom: -20px;
  transform: rotate(10deg);
}
@media only screen and (min-width : 768px) {
  .c-twocols-helmet--bottom {
    top: initial;
    bottom: -30px;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-helmet--bottom {
    top: initial;
    bottom: -40px;
  }
}
.c-twocols-helmet--bottomLeft {
  top: initial;
  bottom: -20px;
  left: -20px;
  transform: rotate(-25deg);
}
@media only screen and (min-width : 768px) {
  .c-twocols-helmet--bottomLeft {
    top: initial;
    bottom: -30px;
    left: -30px;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-helmet--bottomLeft {
    top: initial;
    bottom: -40px;
    left: -40px;
  }
}
.c-twocols-helmet--bottomRight {
  top: 10px;
  right: 20px;
  transform: rotate(5deg);
  height: 180px !important;
}
@media only screen and (min-width : 768px) {
  .c-twocols-helmet--bottomRight {
    top: 40px;
    right: 30px;
    height: 220px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-helmet--bottomRight {
    top: 130px;
    right: 100px;
    height: 260px !important;
  }
}
.c-twocols-helmet--bottomRight2 {
  top: initial;
  bottom: -20px;
  right: -20px;
  transform: rotate(0);
}
@media only screen and (min-width : 768px) {
  .c-twocols-helmet--bottomRight2 {
    top: initial;
    bottom: -30px;
    right: -30px;
  }
}
@media only screen and (min-width : 992px) {
  .c-twocols-helmet--bottomRight2 {
    top: initial;
    bottom: -40px;
    right: -40px;
  }
}

.c-twocols-content {
  position: relative;
  z-index: 1;
}

.c-twocols-text {
  max-width: 680px;
}

@media only screen and (min-width : 992px) {
  .c-twoCols-reorder {
    order: 2;
  }
}

.c-contact-checkbox-text {
  font-size: 18px !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.c-contact-checkbox-input {
  flex-shrink: 0;
  margin-top: 2px !important;
  border-color: #222 !important;
}
.c-contact-checkbox-input::before {
  background-color: #222 !important;
}

.c-contact-checkbox {
  display: flex;
  gap: 7px;
}

@media only screen and (min-width : 568px) {
  .c-contact-box {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}

.c-contact-oou {
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .c-contact-oou {
    margin-bottom: 0;
  }
}

.c-contact-link:hover {
  color: rgb(225, 193, 138) !important;
}

.c-contact-helmet {
  position: absolute;
  top: -70px;
  right: -60px;
  height: 320px !important;
  transform: rotate(1deg);
  opacity: 1;
}
@media only screen and (min-width : 768px) {
  .c-contact-helmet {
    transform: rotate(-25deg);
    top: -100px;
    right: -60px;
    height: 220px !important;
  }
}
@media only screen and (min-width : 992px) {
  .c-contact-helmet {
    right: initial;
    top: 100px;
    left: -180px;
    height: 440px !important;
  }
}

.c-contact-image {
  height: 120px !important;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .c-contact-image {
    height: 170px !important;
  }
}

.map-boxed {
  z-index: 2;
}

.contact-form__error,
#message-other {
  color: rgb(226, 82, 82);
}

#message-success {
  color: rgb(46, 168, 29);
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.benefits-icon {
  width: 48px;
  height: 48px !important;
  object-fit: contain;
  margin-bottom: 30px;
}

.c-benefits-text {
  max-width: 480px;
}

.helmet-pulse {
  animation: pulse 2.25s ease-in-out infinite;
}

.helmet-pulse-light {
  animation: pulse-light 3.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    scale: 0.85;
  }
  50% {
    scale: 1;
  }
}
@keyframes pulse-light {
  0%, 100% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
}
.c-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 768px) {
  .c-products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-products-grid-item {
  border: none;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.c-products-grid-item:hover {
  transform: scale(1.025);
}

.c-products-grid-item-image {
  width: 100%;
  display: none;
}
@media only screen and (min-width : 768px) {
  .c-products-grid-item-image {
    display: block;
  }
}
.c-products-grid-item-image-mobile {
  display: block;
}
@media only screen and (min-width : 768px) {
  .c-products-grid-item-image-mobile {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
