/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

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

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

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

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

/* Screen reader visibility classes */
/* Need a "hide-for-sr" class? Add aria-hidden='true' to the element */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Only display the element when it's focused */
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Case */

.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}

/* CSS Variables
-------------------------------------------- */

:root {
  --black: #000;
  --gray-dark: #231f20;
  --gray-light: #ededed;
  --gray-medium: #707070;
  /* 	--red: #d11341; */
  --red-dark: #8b0d2b;
  --white: #fff;

  --c-midnight: #011739;
  /*   --c-crimson: #ED1941; */
  --c-crimson: #DB222A;
  --c-pampas: #EFEDE8;
  --red: var(--c-crimson);
}

/* Notes
-------------------------------------------- */
/*
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

font-family: montserrat, sans-serif;
Regular: 400
Medium: 500
Bold: 700

font-family: termina, sans-serif;
Light: 300;
Regular: 400
Bold: 700
Black: 900

*/

/* Base
-------------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: var(--c-midnight);
  font-family: montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Layout
-------------------------------------------- */

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.container.container--wide {
  max-width: 1400px;
}
.container.container--extra-wide {
  max-width: 1640px;
}

section {
  padding: 4rem 0;
}
section.angle-top {
  margin-top: -2rem;
  padding: 6rem 0;
  -webkit-clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  section {
    padding: 8rem 0;
  }
  section.angle-top {
    margin-top: -4rem;
    padding: 10rem 0;
    -webkit-clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  section {
    padding: 12rem 0;
  }
  section.angle-top {
    margin-top: -6rem;
    padding: 12rem 0;
    -webkit-clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0% 100%);
  }
}

/* Typography
-------------------------------------------- */

a {
  color: var(--c-crimson);
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--red-dark);
  text-decoration: none;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p a {
  word-break: break-word;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: termina, sans-serif;
  line-height: 1;
  /* 	text-transform: uppercase; */
}
p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* https://codepen.io/rpg2019/pen/OJQqOwe
Miniumum Viewport Width: 360
Maximum Viewport Width: 1200
Pixel per Rem: 10
*/
h1, .h1 {
  /*   font-size: 3rem; */
  font-size: clamp(3rem, 1.714rem + 3.571vw, 6rem);
  font-weight: 900;
}
h2, .h2 {
  /*   font-size: 2.4rem; */
  font-size: clamp(2.4rem, 1.500rem + 2.500vw, 4.5rem);
  font-weight: 900;
}
h3, .h3 {
  /* 	font-size: 2rem; */
  /*   font-size: clamp(2rem, 1.914rem + 0.238vw, 2.2rem); */
  font-size: clamp(2rem, 1.571rem + 1.190vw, 3rem);
  font-weight: 900;
}
h4, .h4 {
  font-size: 1.7rem;
  font-weight: 700;
}
h5, .h5 {
  font-size: 1.4rem;
  font-weight: 700;
}
h6, .h6 {
  font-size: 1.2rem;
  font-weight: 700;
}
/* @media (min-width: 992px) {
h1, .h1 {
font-size: 6rem;
}
h2, .h2 {
font-size: 4.5rem;
}
h3, .h3 {
font-size: 2.2rem;
}
} */

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  ul.two-columns {
    columns: 2;
  }
  ul.three-columns {
    columns: 3;
  }
}

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

hr {
  margin: 4rem 0;
  background-color: var(--gray-light);
  height: 1px;
  border: none;
}

/* Helpers
-------------------------------------------- */

/* Colors */


.black {
  color: var(--black);
}
.gray-dark {
  color: var(--gray-dark);
}
.gray-light {
  color: var(--gray-light);
}
.gray-medium {
  color: var(--gray-medium);
}
.red {
  /*   color: var(--red); */
  color: var(--c-crimson);
}
.blue {
  color: var(--c-midnight);
}
.white {
  color: var(--white);
}

/* Backgrounds */

.bg-black {
  background-color: var(--black);
  color: var(--white);
}
.bg-gray-dark {
  background-color: var(--gray-dark);
  color: var(--white);
}
.bg-gray-dark a:not(.btn, .cta_button) {
  color: var(--white);
}
.bg-gray-dark a:not(.btn, .cta_button):hover,
.bg-gray-dark a:not(.btn, .cta_button):focus,
.bg-gray-dark a:not(.btn, .cta_button):active {
  color: var(--red);
}
.bg-gray-light {
  background-color: var(--gray-light);
}
.bg-gray-medium {
  background-color: var(--gray-medium);
  color: var(--white);
}
.bg-gray-medium a:not(.btn, .cta_button) {
  color: var(--white);
}
.bg-gray-medium a:not(.btn, .cta_button):hover,
.bg-gray-medium a:not(.btn, .cta_button):focus,
.bg-gray-medium a:not(.btn, .cta_button):active {
  color: var(--gray-dark);
}
.bg-red {
  /*   background-color: var(--red); */
  background-color: var(--c-crimson);
  color: var(--white);
}
.bg-red a {
  color: var(--white);
}
.bg-red a:not(.btn, .cta_button):hover,
.bg-red a:not(.btn, .cta_button):focus,
.bg-red a:not(.btn, .cta_button):active {
  color: var(--gray-dark);
}
.bg-white {
  background-color: var(--white);
}
.bg-midnight {
  background-color: var(--c-midnight);
  color: var(--white);
}
.bg-crimson {
  background-color: var(--c-crimson);
  color: var(--white);
}
.bg-crimson a:not(.btn, .cta_button) {
  color: var(--c-midnight);
}
.bg-crimson a:not(.btn, .cta_button):hover,
.bg-crimson a:not(.btn, .cta_button):focus,
.bg-crimson a:not(.btn, .cta_button):active {
  opacity: 0.75;
}
.bg-pampas {
  background-color: var(--c-pampas);
}

/* Background Images */

.bg-squares {
  background-image: url('//4572988.fs1.hubspotusercontent-na1.net/hubfs/4572988/raw_assets/public/AGC_2021/images/bg-squares.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* Buttons
-------------------------------------------- */

/* .btn {
display: inline-block;
border: 0;
padding: 1rem 4rem;
font-family: 'Hind Siliguri', sans-serif;
font-weight: 700;
text-align: center;
text-transform: uppercase;
white-space: inherit;
} */

.btn {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 1.2em 2em;
  font-family: termina, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--c-crimson);
  clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%, 1.2rem 50%);
}
.btn:hover,
.btn:focus {
  color: var(--white);
  background-color: var(--c-midnight);
}



.btn--red {
  color: var(--white);
  background-color: var(--c-crimson);
}
.btn--red:hover,
.btn--red:focus {
  color: var(--white);
  background-color: var(--c-midnight);
}
.btn--white {
  color: var(--c-crimson);
  background-color: var(--white);
}
.btn--white:hover,
.btn--white:focus {
  color: var(--white);
  background-color: var(--c-crimson);
}
.btn--gray {
  color: var(--white);
  background-color: var(--gray-dark);
}
.btn--gray:hover,
.btn--gray:focus {
  color: var(--white);
  background-color: var(--c-crimson);
}

.btn--blue {
  color: var(--white);
  background-color: var(--c-midnight);
}
.btn--blue:hover,
.btn--blue:focus {
  color: var(--white);
  background-color: var(--c-crimson);
}

.btn--blue-white-hover {
  color: var(--white);
  background-color: var(--c-midnight);
}
.btn--blue-white-hover:hover,
.btn--blue-white-hover:focus {
  background-color: var(--white);
  color: var(--c-midnight);
}

.btn--white-hover:hover,
.btn--white-hover:focus {
  background-color: var(--white);
  color: var(--c-crimson);
}

.btn.btn--alt {
  clip-path: none;
  color: var(--c-crimson);
  background-color: transparent;
  padding: 0;
  text-align: left;
  display: inline-flex;
  align-items: end;
  gap: 0.6rem;
}
.btn.btn--alt svg {
  flex-shrink: 0;
}
.btn.btn--alt:hover,
.btn.btn--alt:focus {
  color: var(--c-midnight);
}
.btn--alt.btn--alt-white-hover:hover,
.btn--alt.btn--alt-white-hover:focus {
  color: var(--white);
}


/* HubSpot Overrides */

.hs-button.primary {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 1rem 4rem;
  font-size: 1.8rem;
  line-height: 1.7;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  color: var(--white);
  background-color: var(--red);
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: inherit;
}
.hs-button.primary:hover,
.hs-button.primary:active,
.hs-button.primary:focus {
  background-color: var(--red-dark);
  color: var(--white);
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}

.btn--block {
  display: block;
}

/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  background-color: var(--white);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
  min-height: 10rem;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: var(--red);
}
.hs-error-msgs {
  position: relative;
  top: -1rem;
  margin: 0;
  padding: 0 0 0 2rem !important;
  list-style: none;
  color: var(--red);
  font-size: 1.4rem;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* 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,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

@media (min-width: 480px) {
  .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;
  }
}

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

/* Header
-------------------------------------------- */

.header {
  background-color: var(--c-pampas);
  position: relative;
  padding: 1.3rem 0;
}
.header__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 1rem;
}
.header__logo {
  margin-right: auto;
}

.header__search-toggle {
  cursor: pointer;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 0.5;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--c-midnight);
  transition: color 0.2s ease;
}
.header__search-toggle:hover,
.header__search-toggle:focus {
  color: var(--c-crimson);
}

.header__search-modal {
  position: fixed;
  z-index: 100;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  background-color: var(--c-midnight);
  transition: top 0.5s ease-in-out;
}
.header__search-modal-close {
  cursor: pointer;
  margin: 0;
  padding: 0.5rem;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 1;
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 4.6rem;
  width: 4.6rem;
  color: var(--white);
  transition: color 0.2s ease;
}
.header__search-modal-close:hover,
.header__search-modal-close:focus {
  color: var(--c-crimson);
}
.header__search-modal.active {
  top: 0;
}
.header__search-modal h2 {
  color: var(--white);
}

.header__search-modal .hs_cos_wrapper {
  width: 80rem;
  max-width: 100%;
}
.header__search-modal .hs-search-field {
  margin-bottom: 2rem;
}
.header__search-modal .hs-search-field__input {
  padding: 1rem;
}
.header__search-modal .hs-search-field__suggestions {
  background-color: var(--white);
  border: 0;
}
.header__search-modal .hs-search-field__suggestions #results-for,
.header__search-modal .hs-search-field__suggestions li a {
  padding: 0.5rem 1rem;
}
.header__search-modal .hs-search__no-results {
  margin-top: 2rem;
}

.header--lp {
  text-align: center;

  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  background: none;
}

/* Footer
-------------------------------------------- */

.footer-top {
  text-align: center;
  background-color: var(--c-pampas);
  padding: 2.2rem 0 0.1rem;
}
.footer-top__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-locations {
  display: flex;
  flex-flow: column nowrap;
  gap: 3rem;
}
.footer-locations__location {
  flex-basis: 33%;
  line-height: 1.2;
  font-weight: 500;
}
.footer-locations__location a {
  color: var(--c-midnight);
}
.footer-locations__location a:hover,
.footer-locations__location a:focus {
  color: var(--c-crimson);
}
.footer-locations__location :last-child {
  margin-bottom: 0;
}
.footer-locations__location-name {
  font-family: termina, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7rem;
}

@media(min-width: 768px) {
  .footer-locations {
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}


.footer-bottom {
  background-color: var(--c-midnight);
  color: var(--c-pampas);
  padding: 1rem 0;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  font-family: termina, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}




/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav__toggle {
  cursor: pointer;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 1;
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  color: var(--c-midnight);
  position: relative;
  margin-top: 10px;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3rem;
  height: 0.2rem;
  background-color: currentColor;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 1.5rem;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 2.2rem;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 2.9rem;
}
.mobile-nav__toggle.active span:nth-child(1) {
  opacity: 0;
  transform: scaleX(0) translateY(0.7rem);
}
.mobile-nav__toggle.active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-nav__toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-nav__toggle.active span:nth-child(4) {
  opacity: 0;
  transform: scaleX(0) translateY(-0.7rem);
}
.mobile-nav__toggle:hover,
.mobile-nav__toggle.active {
  color: var(--c-crimson);
}

.mobile-nav__list {
  position: absolute;
  z-index: 13;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--gray-light);
  line-height: 1.2;
  background-color: var(--white);
}
.mobile-nav__list a {
  color: var(--c-midnight);
}
.mobile-nav__list a:hover,
.mobile-nav__list a:focus,
.mobile-nav__list a.active,
.mobile-nav__list a.active-branch {
  color: var(--c-crimson);
}

.mobile-nav__item {
  position: relative;
  border-top: 1px solid var(--gray-light);
}
.mobile-nav__link {
  display: block;
  padding: 1.7rem 2rem 1.5rem 2rem;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.mobile-nav__item--has-children .mobile-nav__link {
  margin-right: 6.8rem;
}

.mobile-nav__dropdown-toggle {
  cursor: pointer;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 5.1rem;
  width: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav__dropdown-toggle div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: var(--c-midnight);
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.mobile-nav__dropdown-toggle.active div {
  transform: rotate(180deg);
}
.mobile-nav__dropdown-toggle svg {
  height: 2rem;
}

.mobile-nav__dropdown {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__dropdown-item {
  border-top: 1px solid var(--gray-light);
}
.mobile-nav__dropdown-link {
  display: block;
  padding: 1.3rem 2rem 1.3rem 4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

/* Main Nav */

@media (max-width: 1299px) and (min-width: 1130px) {
  .main-nav .main-nav__link {
    padding: 0 1.5rem;
  }
}


@media (min-width: 992px) and (max-width: 1130px) {
  .main-nav .main-nav__link {
    padding: 0 1rem;
    font-size: 1.2rem;
  }

  .main-nav__list li a.btn {
    padding: 0.8em 0.5em;
    font-size: 1.2rem;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  z-index: 999;
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .header__search-toggle {
    line-height: 1;
  }
}
.main-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.main-nav__link {
  display: block;
  padding: 0 2rem;
  color: var(--c-midnight);
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav__link:hover,
.main-nav__link:active,
.main-nav__link:focus,
.main-nav__link.active,
.main-nav__link.active-branch {
  color: var(--c-crimson);
}
.main-nav__dropdown {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: var(--c-pampas);
  border-radius: 0px 0px 10px 10px;
}
.main-nav__item--has-children:hover .main-nav__dropdown,
.main-nav__item--has-children:active .main-nav__dropdown, 
.main-nav__item--has-children:focus .main-nav__dropdown,
.main-nav__item--has-children:focus-within .main-nav__dropdown,
.main-nav__dropdown:hover {
  display: block;
}
.main-nav__dropdown-link {
  display: block;
  padding: 0 1rem;
  color: var(--midnight);
}
.main-nav__dropdown-link:hover,
.main-nav__dropdown-link:active,
.main-nav__dropdown-link:focus,
.main-nav__dropdown-link.active,
.main-nav__dropdown-link.active-branch {
  color: var(--red);
}

.main-nav__list li a.btn {
  padding: 0.8em 1em;
  font-size: 1.4rem;
  clip-path: none;
}

.main-nav__list li a.btn.career-btn {
  margin-right: 15px;
  color: #fff;
  background-color: #011739;
}

.main-nav__list li a.btn.career-btn:hover,
.main-nav__list li a.btn.career-btn:focus{
  background-color: #DB222A;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1130px) {

  .main-nav__list li a.btn {
    padding: 0.8em 0.5em;
    font-size: 1.2rem;
  }
}

/* Footer Nav */

.footer-nav {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid var(--c-midnight);
}
.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  line-height: 1;
}
.footer-nav__link {
  color: var(--c-crimson);
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.footer-nav__link:hover, 
.footer-nav__link:focus {
  color: var(--c-midnight);
}
@media (min-width: 768px) {
  .footer-nav__list {
    flex-flow: row wrap;
  }
}


/* Sidebar Nav */

.sidebar-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav__link {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-nav__link:hover,
.sidebar-nav__link:active,
.sidebar-nav__link:focus,
.sidebar-nav__link.active,
.sidebar-nav__link.active-branch {
  color: var(--gray-dark);
}
.sidebar-nav__dropdown-list {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}
.sidebar-nav__dropdown-link {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.sidebar-nav__dropdown-link:hover,
.sidebar-nav__dropdown-link:active,
.sidebar-nav__dropdown-link:focus,
.sidebar-nav__dropdown-link.active,
.sidebar-nav__dropdown-link.active-branch {
  color: var(--gray-dark);
}
@media(min-width: 992px) {
  .sidebar-nav {
    padding-left: 4rem;
    border-left: 2px solid var(--gray-dark);
  }
}

/* Footer Links */

.footer-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media(min-width: 992px) {
  .footer-links__list {
    display: flex;
    justify-content: center;
  }
  .footer-links__item {
    padding: 0 1rem;
    border-left: 1px solid var(--white);
    line-height: 1;
  }
  .footer-links__item:first-of-type {
    border-left: 0;
  }
}

/* Product */

.products-models__item:not(:last-of-type) {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid var(--gray-light);
}
@media(min-width: 992px) {
  .product__inner {
    display: grid;
    grid-template-columns: 1fr 30rem;
    grid-gap: 4rem;
  }
  .product__sidebar-sticky {
    position: sticky;
    top: 2rem;
  }
  .products-models__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }
}
@media(min-width: 1200px) {
  .product__inner {
    grid-gap: 8rem;
  }
}

/* Blog */

.blog-listing__inner {
  max-width: 92rem;
  margin: 0 auto;
}
.blog-listing__item {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid var(--gray-light);
}
.blog-listing__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-listing__image {
  width: 100%;
  height: 26rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-listing h1,
.blog-post h1 {
  font-size: 60px;
  line-height: 60px;
}

.blog-listing h2,
.blog-post h2 {
  font-size: 35px;
  line-height: 35px;
}

.blog-listing h3,
.blog-post h3 {
  font-size: 30px;
  line-height: 30px;
  color: #6C6F7D;
  font-weight: 700
}

.blog-listing h4,
.blog-post h4 {
  font-size: 22px;
  line-height: 18px;
}

.blog-listing h5,
.blog-post h5 {
  font-size: 18px;
  line-height: 18px
}

.blog-listing h6,
.blog-post h6 {
  font-size: 18px;
  line-height: 18px;
}

.blog-listing p,
.blog-post p {
  font-size: 18px;
  line-height: 32px;
}

.blog-post__inner {
  max-width: 92rem;
  margin: 0 auto;
}

.blog-subscribe {
  padding: 2rem 0;
}
.blog-subscribe p {
  margin: 1rem 0;
}
.blog-subscribe h3 {
  margin: 0 0 1rem 0;
  font-family: 'Open Sans',sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
}
.blog-subscribe .hs-button {
  padding: 1rem 2rem;
}
.blog-listing .blog-pagination {
  display: flex;
}
.blog-pagination-center {
  padding: 0 10px;
  word-spacing: 7px;
}
.blog-pagination-left, .blog-pagination-right {
  word-spacing: 10px;
}
@media(min-width: 992px) {
  .blog-subscribe .hs_cos_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-subscribe h3 {
    margin: 0 3rem 0 0;
  }
  .blog-subscribe form {
    display: flex;
  }
  .blog-subscribe .hs-form-field {
    position: relative;
    display: flex;
    align-items: center;
  }
  .blog-subscribe .hs-form-field label {
    margin: 0 2rem 0 0;
  }
  .blog-subscribe .hs-form-field .input {
    margin-right: 1.5rem;
  }
  .blog-subscribe .hs-form-field .hs-input {
    width: 32rem;
    margin: 0;
  }
  .blog-subscribe .hs-error-msgs {
    position: absolute;
    top: 100%;
    left: 7.5rem;
    width: calc(100% - 9rem);
    margin: 0;
    font-size: 1.2rem;
    text-align: left;
  }
}

/* Flickity */

.flickity-viewport {
  transition: height 0.3s;
}


/* Pillar */


@media(min-width: 992px) {
  .pillar__inner {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-gap: 8rem;
  }
  .pillar__content {
    order: 1;
  }
  .pillar__nav {
    order: 2;
  }
  .pillar__nav .hs_cos_wrapper_widget_container {
    display: block;
    position: sticky;
    top: 2rem;
  }
}

.pillar__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pillar__nav ul li a {
  position: relative;
  display: block;
}
.pillar__nav ul li a.active:before,
.pillar__nav ul li a:hover:before {
  position: absolute;
  content: '\f0da';
  left: -1.5rem;
  color: var(--red);
  font-family: 'FontAwesome';
  font-weight: 700;
}
.pillar__nav ul li.hs-menu-depth-1 > a {
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray-light);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.pillar__nav ul li.hs-menu-depth-2 > a {
  padding: 0.5rem 0;
  color: var(--dark-gray);
  font-size: 1.7rem;
  font-weight: 400;
}
.pillar__nav ul.hs-menu-children-wrapper {
  display: none;
  margin-bottom: 1.5rem;
}
.pillar__nav ul li.hs-menu-depth-1 > a.active ~ ul.hs-menu-children-wrapper,
.pillar__nav ul.hs-menu-children-wrapper.active-branch {
  display: block;
}



/* UL Button Grid  */

ul.button-grid {
  list-style: none;
  padding: 0;
  display: grid;
  align-items: center;
  gap: 30px 40px;
}
ul.button-grid a {
  display: block;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 1.2em;
  font-family: termina, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--c-crimson);
}
ul.button-grid a:hover,
ul.button-grid a:focus {
  color: var(--white);
  background-color: var(--c-midnight);
}
@media (min-width: 576px) {
  ul.button-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 768px) {
  ul.button-grid {
    grid-template-columns: repeat(3,1fr);
  }
}



/* Resumator Career Listing */

.resumator-jobs-text {
  font-family: montserrat, sans-serif !important;
}
.resumator-job-title,
.resumator-job-info,
.resumator-job-location {
  color: var(--c-midnight) !important;
}
.resumator-job-link {
  color: var(--c-crimson) !important;
}
.resumator-job-title {
  font-size: 22px !important;
}
.resumator-job-info,
.resumator-job-location,
.resumator-job-link {
  font-size: 16px !important;
}



div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}

div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}

.careers-single .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media(min-width: 992px) {
  .careers-single .container {
    grid-template-columns: 1fr 36rem;
    gap: 4rem;
  }
}
@media(min-width: 1200px) {
  .careers-single .container {
    gap: 8rem;
  }
}