/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/* stylelint-disable no-empty-source */
:root, .dropin-design {
  /* Adobe Commerce Dropin design tokens */
  --color-brand-300: #6d6d6d;
  --color-brand-500: #454545;
  --color-brand-600: #383838;
  --color-brand-700: #2b2b2b;
  --color-neutral-50: #fff;
  --color-neutral-100: #fafafa;
  --color-neutral-200: #f5f5f5;
  --color-neutral-300: #e8e8e8;
  --color-neutral-400: #d6d6d6;
  --color-neutral-500: #b8b8b8;
  --color-neutral-600: #8f8f8f;
  --color-neutral-700: #666;
  --color-neutral-800: #3d3d3d;
  --color-neutral-900: #292929;
  --color-positive-200: #eff5ef;
  --color-positive-500: #7fb078;
  --color-positive-800: #53824c;
  --color-informational-200: #eeeffb;
  --color-informational-500: #6978d9;
  --color-informational-800: #5d6dd6;
  --color-warning-200: #fdf3e9;
  --color-warning-500: #e79f5c;
  --color-warning-800: #cc7a2e;
  --color-alert-200: #ffebeb;
  --color-alert-500: #db7070;
  --color-alert-800: #c35050;
  --color-button-active: var(--color-brand-700);
  --color-button-focus: var(--color-neutral-400);
  --color-button-hover: var(--color-brand-600);
  --color-action-button-active: var(--color-neutral-50);
  --color-action-button-hover: var(--color-neutral-300);
  --color-opacity-16: rgb(255 255 255 / 16%);
  --color-opacity-24: rgb(255 255 255 / 24%);
  --grid-1-columns: 4;
  --grid-1-margins: 0;
  --grid-1-gutters: 16px;
  --grid-2-columns: 12;
  --grid-2-margins: 0;
  --grid-2-gutters: 16px;
  --grid-3-columns: 12;
  --grid-3-margins: 0;
  --grid-3-gutters: 24px;
  --grid-4-columns: 12;
  --grid-4-margins: 0;
  --grid-4-gutters: 24px;
  --grid-5-columns: 12;
  --grid-5-margins: 0;
  --grid-5-gutters: 24px;
  --primary-color: #002d44;
  --secondary-color: #00aeef;
  --headline-h6: #00aeef;
  --headline-image: url('../../images/headline-banner.jpg');
  --shape-border-radius-1: 3px;
  --shape-border-radius-2: 8px;
  --shape-border-radius-3: 24px;
  --shape-border-width-1: 1px;
  --shape-border-width-2: 1.5px;
  --shape-border-width-3: 2px;
  --shape-border-width-4: 4px;
  --shape-shadow-1: 0 0 16px 0 rgb(0 0 0 / 16%);
  --shape-shadow-2: 0 2px 16px 0 rgb(0 0 0 / 16%);
  --shape-shadow-3: 0 2px 3px 0 rgb(0 0 0 / 16%);
  --shape-icon-stroke-1: 1px;
  --shape-icon-stroke-2: 1.5px;
  --shape-icon-stroke-3: 2px;
  --shape-icon-stroke-4: 4px;
  --spacing-xxsmall: 4px;
  --spacing-xsmall: 8px;
  --spacing-small: 16px;
  --spacing-medium: 24px;
  --spacing-big: 32px;
  --spacing-xbig: 40px;
  --spacing-xxbig: 48px;
  --spacing-large: 64px;
  --spacing-xlarge: 72px;
  --spacing-xxlarge: 96px;
  --spacing-huge: 120px;
  --spacing-xhuge: 144px;
  --spacing-xxhuge: 192px;
  --type-base-font-family: adobe-clean, roboto, roboto-fallback, system-ui, sans-serif;
  --type-display-1-font: normal normal 300 6rem/7.2rem var(--type-base-font-family);
  --type-display-1-letter-spacing: 0.04em;
  --type-display-2-font: normal normal 300 4.8rem/5.6rem var(--type-base-font-family);
  --type-display-2-letter-spacing: 0.04em;
  --type-display-3-font: normal normal 300 3.4rem/4rem var(--type-base-font-family);
  --type-display-3-letter-spacing: 0.04em;
  --type-headline-1-font: normal normal 400 2.4rem/3.2rem var(--type-base-font-family);
  --type-headline-1-letter-spacing: 0.04em;
  --type-headline-2-default-font: normal normal 300 2rem/2.4rem var(--type-base-font-family);
  --type-headline-2-default-letter-spacing: 0.04em;
  --type-headline-2-strong-font: normal normal 700 2rem/2.4rem var(--type-base-font-family);
  --type-headline-2-strong-letter-spacing: 0.04em;
  --type-body-1-default-font: normal normal 300 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-default-letter-spacing: 0.04em;
  --type-body-1-strong-font: normal normal 700 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-strong-letter-spacing: 0.04em;
  --type-body-1-emphasized-font: normal normal 700 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-emphasized-letter-spacing: 0.04em;
  --type-body-2-default-font: normal normal 300 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-default-letter-spacing: 0.04em;
  --type-body-2-strong-font: normal normal 700 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-strong-letter-spacing: 0.04em;
  --type-body-2-emphasized-font: normal normal 700 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-emphasized-letter-spacing: 0.04em;
  --type-button-1-font: normal normal 400 2rem/2.6rem var(--type-base-font-family);
  --type-button-1-letter-spacing: 0.08em;
  --type-button-2-font: normal normal 400 1.6rem/2.4rem var(--type-base-font-family);
  --type-button-2-letter-spacing: 0.08em;
  --type-details-caption-1-font: normal normal 400 1.2rem/1.6rem var(--type-base-font-family);
  --type-details-caption-1-letter-spacing: 0.08em;
  --type-details-caption-2-font: normal normal 300 1.2rem/1.6rem var(--type-base-font-family);
  --type-details-caption-2-letter-spacing: 0.08em;
  --type-details-overline-font: normal normal 400 1.2rem/2rem var(--type-base-font-family);
  --type-details-overline-letter-spacing: 0.16em;

  /* Additional tokens */
  --type-fixed-font-family: adobe-clean, "Roboto Mono", menlo, consolas, "Liberation Mono", monospace, system-ui, sans-serif;
  --background-color: var(--color-neutral-50);
  --nav-height: 6.4rem;
}

/* DEFAULT STYLES PER PAGE UPDATE THIS */
body.commercial-display-page {
  --primary-color: #002d44;
  --secondary-color: #7c6dff;
  --hubspot-color: rgb(102, 63, 143, 0.82);
  --headline-h6: #00aeef;
  --headline-image: url('../../images/headline-banner.jpg');
}

body.high-brightness-page {
  --primary-color: #002879;
  --secondary-color: #3ccaff;
  --hubspot-color: rgba(83, 160, 181, 0.82);
  --headline-h6: #00aeef;
}

body.outdoor-digital-page {
  --primary-color: #0085bc;
  --secondary-color: #94d6da;
  --hubspot-color: rgba(67, 127, 143, 0.82);
  --headline-h6: #0f3d4f;
}

body.interactive-kiosks-page {
  --primary-color: #000044;
  --secondary-color: #ff0097;
  --hubspot-color: rgba(145, 39, 111, 0.82);
  --headline-h6: #da00ef;
}

body.freestanding-digital-displays-page {
  --primary-color: #00ff00;
  --secondary-color: #002d44;
  --hubspot-color: rgba(59, 145, 39, 0.82);
  --headline-h6: #0b3f15;
}

body.accessories-and-mounting-page {
  --primary-color: #f36f21;
  --secondary-color: #432919;
  --hubspot-color: rgba(153, 88, 5, 0.82);
  --headline-h6: #7f3d0b;
}

body.video-walls-and-large-format-page {
  --primary-color: #000000;
  --secondary-color: #0078ff;
  --hubspot-color: rgba(12, 49, 134, 0.82);
  --headline-h6: #da00ef;
}

body.optisigns-page {
  --primary-color: #47ba83;
  --secondary-color: #002d44;
  --hubspot-color: rgba(26, 131, 78, 0.82);
  --headline-h6: #0c3d23;
}
/* END OF DEFAULT STYLES PER PAGE */

/* fallback font */
@font-face {
  font-family: adobe-clean;
  size-adjust: 100%;
  src: local("Helvetica");
}

html, body {
  min-height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font: var(--type-body-1-default-font);
  letter-spacing: var(--type-body-1-default-letter-spacing);
  margin: 0;
  color: var(--color-neutral-800);
  background-color: var(--background-color);
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  -webkit-font-smoothing: antialiased;
}

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 12px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  table-layout: auto;
}

table th,
table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

table tr:last-child td {
  border-bottom: none;
}

table th:last-child,
table td:last-child {
  border-right: none;
}

table tr:first-child {
  display: none;
}

h2 + table tr:nth-child(2) td:nth-child(2) {
  background-color: #ffffff;
  color: var(--color-neutral-800);
}

table tr:nth-child(2) {
  background-color: var(--secondary-color);
  color: white;
}

h2 + table td:first-child {
  background-color: var(--secondary-color);
  color: white;
}

/* Mobile only */
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

body:not(.appear) {
  display: none;
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  table {
    font-size: 11px;
  }

  table th,
  table td {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  table {
    font-size: 10px;
  }

  table th,
  table td {
    padding: 6px 8px;
  }
}

header {
  grid-row: 1;
  height: var(--nav-height);
}

main {
  grid-row: 2;
}

footer {
  grid-row: 3;
}

header .header,
footer .footer {
  visibility: visible;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
  visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.8em;
  margin-bottom: 0.25em;
  line-height: 1.25;
  scroll-margin: 40px;
}

/* headline part */
/* #commercial-led-display-solutions, #commercial-reliability */
main > div[data-margin="medium"][data-padding="large"] h6 {
  color: var(--headline-h6);
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0 0 18px;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
}

/* #the-professional, #led-display, #partner-for-business, #high-brightnesspro-digital-displays, 
#commercial-display-screens */
main > div[data-margin="medium"][data-padding="large"] h1 {
  color: #fff;
  font-size:clamp(2rem,7vw,52px);
  letter-spacing:-1px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
}

main > div[data-margin="medium"][data-padding="large"] p {
  color: #fff;
  font-size:16px;
  letter-spacing:-.1px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
}
/* end of headline part */

/* #what-we-offer  */
div[class='columns-wrapper'] > div > div > div > h4 {
  color: #9eadb8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* #designed-supplied-and-installed----end-to-end */
div[class='columns-wrapper'] > div > div > div > h2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-display-2-letter-spacing);
  font-size:30px;
  letter-spacing:-1px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  /* color: #002d44;
  font-size: clamp(1.75rem, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0;
  font-family: "Montserrat", sans-serif; */
}

ul li::marker {
    color: #00aeef;
}

#trusted-by {
  color: #9eadb8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  /* font: var(--type-display-1-font); */
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-display-1-letter-spacing);
}

h2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-display-2-letter-spacing);
  font-size:30px;
  letter-spacing:-1px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

h3 {
  /* font: var(--type-display-3-font); */
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-display-3-letter-spacing);
}

h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-headline-1-letter-spacing);
  margin-top: 1em;
  margin-bottom: 1em;
}

h5 {
  /* font: var(--type-headline-2-strong-font); */
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-headline-2-strong-letter-spacing);
}

h6 {
  /* font: var(--type-headline-2-default-font); */
  font-family: "Montserrat", sans-serif;
  letter-spacing: var(--type-headline-2-default-letter-spacing);
}

p,
dl,
ol,
ul,
pre,
blockquote {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
  color: #4a6070;
  font-size: 15px;
  line-height: 1.7;
  margin: 1em;
  font-family: "Montserrat", sans-serif;
}

/* 2 buttons side by side */
main p a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: var(--spacing-medium) 0;
  border: var(--shape-border-width-3) solid transparent;
  border-radius: var(--shape-border-radius-2);
  padding: 0.7em 1em;
  font: var(--type-button-2-font);
  letter-spacing: var(--type-button-2-letter-spacing);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: var(--secondary-color);
  color: var(--color-neutral-50);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 32%;
  white-space:normal;
  margin-right: 30px;
}

main p a:nth-child(2) {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: var(--spacing-medium) 0;
  border: var(--shape-border-width-3) solid transparent;
  border-radius: var(--shape-border-radius-2);
  padding: 0.7em 1em;
  font: var(--type-button-2-font);
  letter-spacing: var(--type-button-2-letter-spacing);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: #959494;
  color: var(--color-neutral-50);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 30%;
  white-space:normal;
  margin-right: 30px;
}

/* end of 2 buttons */

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom: var(--shape-border-width-1) solid var(--color-neutral-300);
}

main > div[data-margin="medium"][data-padding="large"] code {
  font: var(--type-body-2-default-font);
  letter-spacing: var(--type-body-2-default-letter-spacing);
  font-family: "Montserrat", sans-serif;
  color: var(--secondary-color);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9px;
  margin-top: 50px;
}

code,
pre {
  font: var(--type-body-2-default-font);
  letter-spacing: var(--type-body-2-default-letter-spacing);
  font-family: "Montserrat", sans-serif;
}

div[class='columns-wrapper'] pre > code,
div[class='section'] > div[class='default-content-wrapper'] pre > code {
  font: var(--type-body-2-default-font);
  letter-spacing: var(--type-body-2-default-letter-spacing);
  font-family: "Montserrat", sans-serif;
  color: var(--secondary-color);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9px;
  background-color: #00aeef54;
}

main pre {
  background-color: #e8e8e800;
  /* padding: 1em; */
  border-radius: 0.25em;
  overflow-x: auto;
  white-space: pre;
  color: white;

}

main > div {
  margin: var(--spacing-xbig) var(--spacing-small);
}

input,
textarea,
select,
button {
  font: inherit;
}

/* links */
/* a:not(.dropin-design a) {
  color: var(--color-brand-500);
  font: var(--type-body-1-strong-font);
  letter-spacing: var(--type-body-1-strong-letter-spacing);
  text-decoration: none;
  overflow-wrap: break-word;
} */

a:not(.dropin-design a):hover {
  color: var(--color-brand-600);
  text-decoration: underline;
}

/* buttons */
main a.button:any-link,
button.button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: var(--spacing-medium) 0;
  border: var(--shape-border-width-3) solid transparent;
  border-radius: var(--shape-border-radius-2);
  padding: 0.3em 1em;
  font: var(--type-button-2-font);
  letter-spacing: var(--type-button-2-letter-spacing);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: #00AEEF;
  color: var(--color-neutral-50);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40%;
  white-space:normal;
}

main a.button:hover,
main a.button:focus,
button.button:hover,
button.button:focus {
  background-color: var(--color-brand-600);
  cursor: pointer;
}

main a.button.disabled,
button.button:disabled,
button.button:disabled:hover {
  background-color: var(--color-neutral-300);
  cursor: unset;
}

main a.button.secondary,
button.button.secondary {
  background-color: #00AEEF;
  border: var(--shape-border-width-4) solid currentcolor;
  color: #ffffff;
}

main a.button.secondary:hover,
button.button.secondary:hover {
  color: var(--color-brand-600);
}

main input:hover {
  border: var(--shape-border-width-1) solid var(--color-neutral-700);
}

main blockquote {
  font-style: italic;
  margin: 3rem;
  text-indent: -1rem;
  hanging-punctuation: first;
}

main blockquote p::before {
  content: '“';
  line-height: 0;
}

main blockquote p::after {
  content: '”';
  line-height: 0;
}

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

picture {
  display:block;
  width:100%;
}

picture img {
  width:100%;
  height:auto;
}

.icon {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.icon img {
  height: 100%;
  width: 100%;
}

/* sections */
main > .section {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section:empty {
  display: none;
}

main > .section > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 var(--spacing-medium);
}

main > .section:first-of-type {
  margin-top: 0;
  /* background-image: url('../../images/main-bg-gradient.png');
  background-size: cover;
  background-position: center;
  height: 500px; */
}

@media (min-width: 900px) {
  main > .section > div {
    padding: 0 var(--spacing-big);
  }
}

/* section metadata - styles - start */
main .section.light,
main .section.highlight {
  background-color: #ffffff;
  margin: 0;
  padding: var(--spacing-xbig) 0;
}

main .section[data-padding="default"] {
    padding: var(--spacing-xxsmall) 0;
}

main .section[data-padding="small"] {
    padding: var(--spacing-small) 0;
}

main .section[data-padding="medium"] {
    padding: var(--spacing-medium) 0;
}

main .section[data-padding="large"] {
  margin-top: 0;
  padding-bottom: 30px;
}

main .section[data-padding="big"] {
    padding: var(--spacing-big) 0;
}

main .section[data-padding="xbig"] {
    padding: var(--spacing-xbig) 0;
}

main .section[data-padding="xxbig"] {
    padding: var(--spacing-xxbig) 0;
}

main .section[data-padding="huge"] {
    padding: var(--spacing-huge) 0;
}

main .section[data-padding="xhuge"] {
    padding: var(--spacing-xhuge) 0;
}

main .section[data-padding="xxhuge"] {
    padding: var(--spacing-xxhuge) 0;
}


main .section[data-margin="small"] {
    margin: var(--spacing-xsmall) 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* HEADLINE PART BACKGROUND */

/* default background if not set */
main .section[data-margin="medium"] {
    background-image: var(--headline-image);
    background-size: cover;
    background-position: center;
    padding: 8rem clamp(2rem, 5vw, 10rem);
    margin: 0;
    height: 500px;
}

/* END OF HEADLINE PART BACKGROUND */

main .section[data-margin="medium"] a.button {
    width: 150px;
}

/* Desktop */
main .section[data-margin="large"] {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ddd6e0;
  border-radius: 30px;
  box-sizing: border-box;
}

/* Tablet */
@media (max-width: 992px) {
  main .section[data-margin="large"] {
    max-width: calc(100% - 2rem);
    padding: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  main .section[data-margin="large"] {
    width: auto;
    margin: 1rem;
    padding: 1rem;
    border-radius: 16px;
  }
}

main .section[data-margin="big"] {
    margin: var(--spacing-big) 0;
}

/* ==========================================================
   SECTION
========================================================== */

main .section[data-margin="xbig"] {
  width: min(1200px, calc(100% - 2rem));
  margin: 2rem auto;
  padding: 3rem;
  background: var(--hubspot-color);
  border-radius: 20px;
  box-sizing: border-box;
}

/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 993px) {

  /* The SECTION is the grid container */
  main .section[data-margin="xbig"] {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 4rem;
    align-items: start;
  }

  /* Reset wrappers */
  main .section[data-margin="xbig"] > .columns-wrapper,
  main .section[data-margin="xbig"] > .embed-wrapper {
    width: 100%;
    min-width: 0;
  }

  /* Remove extra flex from the columns block */
  main .section[data-margin="xbig"] .columns > div {
    display: block;
  }

  /* Make the form fill its column */
  main .section[data-margin="xbig"] .embed.block,
  main .section[data-margin="xbig"] .hs-form-frame,
  main .section[data-margin="xbig"] .hs-form,
  main .section[data-margin="xbig"] form {
    width: 100%;
    max-width: 100%;
  }
}

/* ==========================================================
   TYPOGRAPHY
========================================================== */

main .section[data-margin="xbig"] h2,
main .section[data-margin="xbig"] h6,
main .section[data-margin="xbig"] p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

main .section[data-margin="xbig"] h2 {
  margin: 0 0 1rem;
}

main .section[data-margin="xbig"] p {
  line-height: 1.7;
}

/* ==========================================================
   HUBSPOT
========================================================== */

main .section[data-margin="xbig"] .embed-wrapper,
main .section[data-margin="xbig"] .embed.block,
main .section[data-margin="xbig"] .hs-form-frame,
main .section[data-margin="xbig"] .hs-form,
main .section[data-margin="xbig"] form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

main .section[data-margin="xbig"] input,
main .section[data-margin="xbig"] textarea,
main .section[data-margin="xbig"] select {
  width: 100%;
  box-sizing: border-box;
}

main .section[data-margin="xbig"] textarea {
  min-height: 140px;
}

main .section[data-margin="xbig"] .hs-form-field {
  margin-bottom: 1rem;
}

main .section[data-margin="xbig"] .hs-button,
main .section[data-margin="xbig"] input[type="submit"] {
  min-width: 180px;
}

/* ==========================================================
   TABLET & MOBILE
========================================================== */

@media (max-width: 992px) {

  main .section[data-margin="xbig"] {
    display: block;
    padding: 2rem;
  }

  main .section[data-margin="xbig"] > .embed-wrapper {
    margin-top: 2rem;
  }

}

@media (max-width: 768px) {

  main .section[data-margin="xbig"] {
    width: calc(100% - 2rem);
    margin: 1rem auto;
    padding: 1.25rem;
    border-radius: 12px;
  }

  main .section[data-margin="xbig"] h2 {
    font-size: 1.75rem;
  }

  main .section[data-margin="xbig"] p {
    font-size: .95rem;
    line-height: 1.6;
  }

  main .section[data-margin="xbig"] .hs-button,
  main .section[data-margin="xbig"] input[type="submit"] {
    width: 100%;
  }

}

main .section[data-margin="xxbig"] {
    margin: var(--spacing-xxbig) 0;
}

main .section[data-margin="huge"] {
    margin: var(--spacing-huge) 0;
}

main .section[data-margin="xhuge"] {
    margin: var(--spacing-xhuge) 0;
}

main .section[data-margin="xxhuge"] {
    margin: var(--spacing-xxhuge) 0;
}

/* section metadata - styles - end */

/* Base Design System Tokens */
.dropin-design.dropin-design {
  --background-none: none 0 0% no-repeat padding-box;
}

.dropin-input-date__icon {
  z-index: 2;
}

/* Layout: Columns */
body.columns main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: var(--spacing-large) var(--spacing-small);
  box-sizing: border-box;
}

body.columns main > .section {
  flex: 1;
  flex-basis: 100%;
  max-width: unset;
  margin: unset;
  padding: calc(var(--grid-4-gutters) / 2);
  box-sizing: border-box;
}

body.columns main > .section:first-child {
  padding-inline-start: 0;
  padding-block-start: 0;
}

body.columns main > .section:last-child {
  padding-inline-end: 0;
  padding-block-end: 0;
}

body.columns main > .section > div {
  max-width: unset;
  padding: unset;
}

body.columns main > .section > div:not(:last-child) {
  margin-bottom: var(--gap, unset);
}

body.columns main > .section:empty {
  display: none;
}

@media (min-width: 600px) {
  body.columns main {
    padding: var(--spacing-large) var(--spacing-big);
  }
}

.dropin-product-item-card {
  border: unset;
}

@media (min-width: 900px) {
  body.columns main {
    flex-flow: row wrap;
  }

  body.columns main > .section {
    flex: 1;
    flex-basis: var(--column-width, auto);
    max-width: var(--column-width, auto);
  }
}

/**
* Reset main element visibility
* https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
*/
main[hidden] {
  display: none !important;
}

@media (max-width: 768px) {

  main > .section > div {
    padding: 0 20px;
  }

  main .section[data-margin="medium"] {
    padding: 4rem 2rem;
  }

  main .section[data-margin="large"] {
    width: 100%;
    padding: 2rem;
    border-radius: 20px;
  }

  main .section[data-margin="xbig"] {
    width: 100%;
    min-height: 300px;
    height: auto;
    padding: 2rem;
    flex-direction: column;
    text-align: center;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  main a.button,
  button.button {
    width: 100%;
  }

  h2 {
    line-height: 1.2;
  }

  p {
    font-size: 15px;
    line-height: 1.7;
  }
}
