/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #000;
	--yellow: #ffcc00;
	--yellow-hover: #FFD633;
  --gradient: linear-gradient(90deg, #FFCC00 0%, #FFDD00 100%);

	--black: #000;
	--dark-gray: #4d4d4d;
	--gray: #808080;
	--light-gray: #fafafa;
	--medium-gray: #bfbfbf; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.5;
	--primary-font-family: 'Arial', sans-serif;
	--secondary-font-family: 'Roboto Condensed', serif;

}

/* Generic */

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

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

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* Objects */

.flex, .flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display:flex !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap:wrap !important
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex:1 0
}

.flexInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display:inline-flex
}

.flex-column {
  flex-direction:column
}

.flex-column-reverse {
  flex-direction:column-reverse
}

.flex-row {
  flex-direction:row
}

.flex-row-reverse {
  flex-direction:row-reverse
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items:center
}

.flex-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items:flex-end
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content:center
}

.flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content:flex-end
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self:center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items:stretch
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content:space-around
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-between
}

@media (max-width: 767px) {
  .flex-column-reverse, .flex:not(.flex-row) {
      flex-direction:column
  }

  .flex-row-reverse {
      flex-direction:row
  }
}

/* Gaps */

.gap-sm {
  gap: 0.8rem;
}

.gap {
  gap: 1rem;
}

.gap-md {
  gap: 1.6rem;
}

.gap-lg {
  gap: 2.4rem;
}

.gap-xl {
  gap: 4.8rem;
}



.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section:not([class*='force-full-width']),
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section:not([class*='force-full-width']),
  .content-wrapper--vertical-spacing {
    /* padding: var(--vertical-spacing) 2rem; */
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  letter-spacing: 0.25px;
}

/* Anchors */

a {
  color: var(--black);
  text-decoration: underline;
  transition: all 0.2s ease;
}

a:hover,
a:focus,
a:active {
  color: var(--dark-gray);
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  line-height: 1.25;
  font-weight: 700;
}

h1,
.h1,
.hero__content h2 {
  font-size: 4rem;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 3.2rem;
  letter-spacing: -0.5px;
}
h3,
.h3 {
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2.4rem;

}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h1,
  .h1,
  .hero__content h2 {
    font-size: 5.6rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2.8rem;
  }
  h5,
  .h5 {
    font-size: 2.4rem;
  }
}

h1 strong,
h2 strong {
  color: var(--yellow);
}

.eyebrow {
  font-weight: 600;
  text-transform: uppercase;
}

.subtitle {
  font-family: var(--secondary-font-family);
  font-size: 2rem;
  font-weight: 500;
}

.subtitle-2 {
  font-family: var(--secondary-font-family);
  font-size: 1.8rem;
  font-weight: 500;
}

.header-text h1:before,
.header-text h2:before {
  content: '';
  display: block;
  width: 4rem;
  height: .4rem;
  margin-bottom: 2.4rem;
  background: var(--yellow);
}

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

.header-text__center h1:before,
.header-text__center h2:before {
  margin-left: auto;
  margin-right: auto;
}

.content-header h2 {
  margin-bottom: .8rem;
}

.content-header *:last-child {
  margin-bottom: 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--yellow);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1.4rem 3.2rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  border-radius: .4rem;
  font-family: var(--secondary-font-family);
  font-weight: 500;
  text-decoration: none;
}

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

.button--right {
  margin-left: auto;
}

/* Primary */

.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  background-color: var(--yellow);
  color: var(--black);
  transition: box-shadow 0.3sease;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: var(--yellow-hover);
  color: var(--black);
}
.button--primary:hover{
  box-shadow: 0 0 30px rgba(255, 221, 0, 0.9);
}

form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:active {
  background-color: var(---yellow-hover);
  color: var(--black);
}

/* Secondary */

.button--secondary {
  background-color: var(--yellow);
  color: var(--black);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--base-color);
  color: var(--black);
}

/* Bordered - on dark bg */

.button--bordered {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 1.2rem 3.0rem;
}

.button--bordered:hover,
.button--bordered:focus,
.button--bordered:active {
  background-color: var(--yellow-hover);
  color: var(--black);
  border-color: var(--yellow-hover);
}

/* Bordered - on light bg */

.button--bordered-dark {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--medium-gray);
  padding: 1.2rem 3.0rem;
}

.button--bordered-dark:hover,
.button--bordered-dark:focus,
.button--bordered-dark:active {
  background-color: var(--yellow-hover);
  color: var(--black);
  border-color: var(--yellow-hover);
}

/* Text Primary */

.button--text-primary {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--black);
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.button--text-primary:hover,
.button--text-primary:focus,
.button--text-primary:active {
  color: var(--dark-gray);
  border-bottom-color: var(--dark-gray);
}

/* Text Secondary */

.button--text-secondary {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--yellow);
  border-bottom: 2px solid var(--yellow);
  border-radius: 0;
}

.button--text-secondary:hover,
.button--text-secondary:focus,
.button--text-secondary:active {
  color: var(--base-color);
  border-bottom: 2px solid var(--base-color);
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.button--icon > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--icon > svg,
.button--icon > img {
  height: 1rem !important;
  transition: all .2s ease;
}

.button--icon.after:hover > svg,
.button--icon.after:hover > img {
  margin-left: .5rem;
}



.button--text-primary.button--icon {
  border-bottom: 0;
}

.button--text-primary.button--icon span {
  border-bottom: 1px solid transparent;
  transition: .2s ease;
}

.button--text-primary.button--icon:hover span,
.button--text-primary.button--icon:focus span,
.button--text-primary.button--icon:active span {
  color: var(--dark-gray);
  border-bottom-color: var(--dark-gray);
}

/* Image */

.button--image {
  position: relative;
  border-radius: 0;
  color: #fff;
  height: 32rem;
  flex-direction: column;
}

.button--image:hover {
  color: #fff;
}

.button--image .button__icon {
  position: relative;
  z-index: 2;
  margin-bottom: 1.6rem;
  transition: all .2s ease;
}

.button--image:hover .button__icon {
  margin-bottom: 2rem;
}

.button--image .button__icon img {
  transition: all .2s ease;
}

.button--image:hover .button__icon img {
  filter: brightness(74%) sepia(100%) saturate(1000%);
}

.button--image .button__label {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.button--image .button--background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@property --buttonGradColor1 {
  syntax: '<color>';
  initial-value: rgba(0, 0, 0, 0.7);
  inherits: false;
}

@property --buttonGradColor2 {
  syntax: '<color>';
  initial-value: rgba(0, 0, 0, 0.49);
  inherits: false;
}

.button--image .button--background:before {
  content: '';
  display: block;
  transition: --buttonGradColor1 .2s, --buttonGradColor2 .2s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(62.14% 54.38% at 50% 104.37%, var(--buttonGradColor1) 0%, var(--buttonGradColor2) 100%);
}

.button--image:hover .button--background:before {
  --buttonGradColor1: rgba(255, 204, 0, 0.7);
  --buttonGradColor2: rgba(0, 0, 0, 0.56);
  background: radial-gradient(68.57% 60% at 50% 118.13%, var(--buttonGradColor1) 0%, var(--buttonGradColor2) 100%);
}

.button--image .button--background img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.button--image .button--background img.cover {
  object-fit: cover;
}

.button--image .button--background img.contain {
  object-fit: contain;
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  min-height: 2.4rem;
  padding: 0.5rem 1rem;
  font-size: calc(var(--base-font-size) * 0.75);
}

/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}



@media(max-width: 767px) {
  .ctas .button,
  a.button {
    width: 100%;
  }
}
.cards__wrapper-black {
  background: var(--black);
  color: var(--white);
}

.cards__wrapper-light-gray {
  background: var(--light-gray);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}

@media (min-width: 480px) {
  /*.cards {
    grid-template-columns: repeat(2, 1fr);
  }*/

  .card {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  /*.cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .cards__2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards__4 {
    grid-template-columns: repeat(3, 1fr);
  }*/

  .card,
  .cards > .button {
    width: calc(50% - 10px);
  }

  .cards__2 .card,
  .cards__2 > .button {
    width: calc(50% - 10px);
  }

  .cards__4 .card,
  .cards__4 > .button {
    width: calc(33.333333% - 13.3333px);
  }
}

@media (min-width: 1024px) {
  /*.cards__3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .cards__4 {
    grid-template-columns: repeat(4, 1fr);
  }*/

  .cards__3 .card,
  .cards__3 > .button {
    width: calc(33.333333% - 13.3333px);
  }

  .cards__4 .card,
  .cards__4 > .button {
    width: calc(25% - 15px);
  }

  .cards__4 .button--image.has-icon {
    justify-content: flex-start;
    padding-top: 7rem
  }
}

.cards__wrapper .button--image {
  height: unset;
  aspect-ratio: 2500/1875;
}

.cards__wrapper .button--image .button__icon {
  height: 4rem;
}

.cards__wrapper .button--image .button__icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.product-cards__wrapper-black {
  background: var(--black);
  color: var(--white);
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}

@media (max-width: 479px) {
  .product-cards {
    flex-direction: column;
    flex-wrap: unset;
  }
}

.product-card {
  background: var(--white);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.pc__image {
  display: block;
  aspect-ratio: 16/9;
}

.pc__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.pc__info {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  flex: 1;
}

.pc__info h3,
.pc__info p {
  margin: 0;
}

.pc__button {
  margin-top: auto;
  padding-top: 2rem;
}

@media (min-width: 480px) {
  .product-card {
    width: calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .product-card {
    width: calc(33.3333% - 13.33333px);
  }
}



.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-sm);
  margin-top: 6rem;
}
.pagination .pagination__link {
  display: block;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .4rem;
  border: 1px solid #000;
  text-decoration: none;
}
.pagination .pagination__link:hover {
  background: var(--yellow);
  color: var(--black);
}
.pagination .pagination__link--disabled {
  color: var(--base-color);
  opacity: 0.5;
  pointer-events: none;
}
.pagination .pagination__link--active {
  background: var(--yellow);
  color: var(--black);
  pointer-events: none;
}

.spec {
  display: flex;
  gap: 2rem;
  transition: all .2s ease;
  background: var(--white);
  /*padding: .4rem; */
}

.spec:hover {
  background: var(--light-gray);
}

.spec__name {
  /*color: var(--dark-gray);*/
  color:#000000;
  flex: 0 1 15rem;
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
  border-radius: .4rem;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L0 0H8L4 4Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 2rem) 50%;
  background-repeat: no-repeat;
  background-size: 8px 4px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
  border-radius: .4rem;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--medium-gray);
}

form fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: var(--medium-gray);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--medium-gray);
}

/* Inputs - checkbox/radio */

.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  margin-right: 0.5rem;
}

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--black);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: red;
}

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
.hero {
  padding: 13.6rem 2rem;
  position: relative;
  overflow: hidden;

  color: #fff;
  background: var(--black);
  font-size: 2rem;
  font-weight: 500;
}

.hero-small {
  padding: 3rem 2rem 2rem 2rem;
}

.hero__content *:last-child {
  margin: 0;
}

.hero .ctas {
  margin-top: 3rem;
}

.hero .content-wrapper {
  width: 100%;
}

.hero__slides{
  position: relative;
  z-index: 3;
}

.hero__slide {
  width: 100%;
}

.hero__slides .flickity-viewport,
.hero__slides .hero__slide {
  min-height: 23.4rem;
}

.hero__slides:not(.flickity-enabled) .hero__slide:not(:first-child) {
  display: none;
}

.hero__content {
  width: 58rem;
  max-width: 100%;
}

.hero__slide-bgs {
  position: absolute !important;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__slide-bgs .flickity-viewport {
  min-height: 100%;
}

.hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hero__bg:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}

.hero:has(.button--centered) {
    padding-bottom: 5rem;
}

.hero__slide:has(.button--centered) {
    display: flex;
    height: 100%;
}

.content-wrapper:has(.button--centered) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero .button--centered {
    color: white;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.hero .button--centered::after {
    content: "";
    display: block;
    width: 63px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 13'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' points='1.5 1.5 32.5 11.5 61.5 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
    animation: arrowBounce 1.5s infinite ease-in-out;
}

@keyframes arrowBounce {
    0% {
        transform: translateX(-50%) translateY(-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.hero__nav {
  position: relative;
  z-index: 3;
  margin-top: 7rem;
}

.hero__nav-arrows {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.hero__nav-arrows .button {
  min-height: 4rem;
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  color: var(--white);
}

.hero__nav-arrows .button:hover {
  color: var(--black);
}

.hero__nav-arrows .button svg path {
  fill: currentColor;
}

.hero__dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.hero__dots .dot {
  display: block;
  appearance: none;
  background: var(--medium-gray);
  border: 0;
  padding: 0;
  width: .8rem;
  height: .8rem;
  border-radius: .2rem;
  box-sizing: unset;
  cursor: pointer;
}

.hero__dots .dot.is-selected {
  background: var(--yellow);
  border: 1px solid var(--yellow);
}

@media (max-width: 767px) {
  .hero {
    padding: 10rem 2rem;
  }
  .hero-small {
    padding: 5rem 2rem;
  }
}

@media print {
  .hero {
    background: none;
    color: var(--base-color);
    padding-bottom: 0;
  }

  .hero__bg {
    display: none;
  }
}
.breadcrumbs {
  background: var(--light-gray);
  color: var(--dark-gray);
  padding: 2rem;
  font-family: var(--secondary-font-family);
  text-transform: capitalize;
  font-weight: 500;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: .8rem;
  list-style: none;
  margin: 0;
  padding: 0;

  overflow-x: auto;
}

.breadcrumbs ul li {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.breadcrumbs ul li * {
  white-space: nowrap;
}

.breadcrumbs ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1712 12.0005L9.34277 9.17203L10.757 7.75781L14.9996 12.0005L10.757 16.2431L9.34277 14.8289L12.1712 12.0005Z' fill='%234D4D4D'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .3rem;
}

.breadcrumbs a {
  color: var(--dark-gray);
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .ce ~ .ce,
.breadcrumbs .ea ~ .ea,
.breadcrumbs .pe ~ .pe {
  display: none;
}

@media (max-width: 599px) {
  .breadcrumbs ul {
    gap: 0;
    font-size: 1.2rem;
  }

  .breadcrumbs ul li {
    gap: 0;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

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

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Components */

body.modal-open
  .body-wrapper
  > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset;
}

.header {
  position: relative;
  background-color: var(--black);
}

.header__container {
  padding: 0 2rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem 0;
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}

/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Search */

button#search > svg {
  height: 2rem !important;
}

#search__bar {
  display: none;
  padding: 1.6rem 0;
}

#search__bar.active {
  display: flex;
  gap: .8rem;
  align-items: center;
}

#search__bar form {
  position: relative;
  flex: 1;
}

#search__bar input[type="search"] {
  padding-right: 4rem;
  margin-bottom: 0;
}

#search__bar form button {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  margin-top: -1.2rem;
}

#search__bar button {
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.footer {
  padding: 8rem 2rem;
  background-color: var(--black);
  color: var(--medium-gray);
}

.footer__top {
  margin-bottom: 2.4rem;
}

.footer__bottom {
  align-items: center;
}

.footer__grid {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 4rem 10.169491525423729%;
}

.footer .button--bordered:not(:hover):not(:focus) {
  color: var(--medium-gray);
  border-color: var(--medium-gray);
}

.footer .button--image {
  height: unset;
  aspect-ratio: 280/120;
}

.footer__menu {
  max-width: 18rem;
  width: 23.076923076923077%;
}

.footer__menu .hs-menu-wrapper > ul {
  display: grid;
  gap: 3.2rem 0;
}

.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: var(--secondary-font-family);
}

.footer a {
  text-decoration: none;
}

.footer__menu .hs-menu-wrapper > ul > li > a {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gray);
}

.footer__menu .hs-menu-wrapper span.button {
  width: 100%;
  justify-content: center;
}

.footer__menu .hs-menu-wrapper > ul ul {
  display: grid;
  gap: 1.2rem;
  margin-top: .8rem;
}

.footer__menu .hs-menu-wrapper > ul ul a:not(.button),
.footer__legal a {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--medium-gray);
  border-bottom: 1px solid transparent;
  font-family: var(--secondary-font-family);
}

.footer__legal a {
  font-size: 1.4rem;
}

.footer__menu .hs-menu-wrapper > ul ul a:not(.button):hover,
.footer__legal a:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.footer__right {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.footer__bottom .footer__right {
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .footer__right .footer__copyright {
    order: 4;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer__bottom.footer__grid {
    grid-template-columns: 17.8rem 1fr;
    gap: 4rem;
  }
}

.footer__copyright {
  font-size: 1.4rem;
}

.footer__legal .hs_cos_wrapper {
  display: flex;
  gap: 2rem;
  font-weight: 500;
}


@media (max-width: 1023px) {
  .footer__grid {
    gap: 4rem;
  }

  .footer__top.footer__grid {
    grid-template-columns: 1fr;
    margin-bottom: 4.8rem;
  }

  .footer__top .footer__left {
    order: 2;
  }

  .footer__top .footer__menus {
    order: 1;
  }

  .footer__buttons {
    max-width: 30rem;
    margin: 0 auto;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
  }

  .footer__logo {
    text-align: center;
  }

  .footer__bottom .footer__right {
    flex-direction: column;
    justify-content: unset;
  }
}

@media (max-width: 767px) {
  .footer__menus {
    flex-direction: column;
    gap: 0;
  }

  .footer__menu {
    max-width: 100%;
    width: 100%;
  }

  .footer__menu .hs-menu-flow-horizontal > ul > li {
    border-bottom: 1px solid var(--medium-gray);
  }

  .footer__menu ul > li.hs-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer !important;
  }

  .footer__menu .hs-menu-flow-horizontal > ul > li > a {
    padding: 1.6rem 0;
  }

  .footer__menu ul > li.hs-item-has-children > a:after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.91805 3.66537L0.584717 0.332031H7.25138L3.91805 3.66537Z' fill='%23ffcc00'/%3E%3C/svg%3E%0A");
    width: 8px;
    height: 4px;
    transition: all .2s ease;
  }

  .footer__menu ul > li.hs-item-has-children > a.open:after {
    transform: rotate(180deg);
  }

  .footer__menu .hs-menu-flow-horizontal ul ul {
    display: none !important;
    padding-bottom: 2rem;
  }

  .footer__menu .hs-menu-flow-horizontal ul a.open + ul {
    display: grid !important;
  }

  .footer__menu .hs-menu-wrapper > ul {
    gap: 0;
  }
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@media (max-width: 599px) {
  .show-for-sr--sm {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}
.mt-xxl {
  margin-top: calc(var(--gap) * 3.2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}
.mb-xxl {
  margin-bottom: calc(var(--gap) * 3.2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.25);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.875);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container:not(.vid) iframe,
.embed-container:not(.vid) object,
.embed-container:not(.vid) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}
.embed-container.vid {
  padding-bottom: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.embed-container.vid iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}


@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .desktop-lg {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tablet {
    display: none !important;
  }
}