*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
/*!
Theme Name: Hexton
Author: Reach Marketing 
Author URI: https://www.reachmarketing.co.uk 
*/
/********
 * Utility
 **/
* {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/********
 * Structure
 **/
html, body {
  overflow-x: clip;
}

body {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}

.screen-reader-text {
  display: none;
}

section.section {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {

  section.section {
    padding-left: 74px;
    padding-right: 74px;
  }
}
section.section .inner-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}
@media (min-width: 768px) {

  section.section .inner-section {
    gap: 20px;
  }
}

section.section .inner-section.grey-bg {
  background: #ebebec;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 100px;
  margin-bottom: -50px;
}

@media (min-width: 1024px) {

  section.section .inner-section.grey-bg {
    padding-left: 74px;
    padding-right: 74px;
    margin-left: -74px;
    margin-right: -74px;
    padding-bottom: 100px;
    margin-bottom: -50px;
  }

}

section.section .inner-section h3 {
  padding-left: 3%;
  font-size: 5.2vw;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(139 35 50 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.section .inner-section h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {

  section.section .inner-section h3 {
    padding-left: 4%;
    font-size: 3vw;
  }
}
@media (min-width: 1280px) {

  section.section .inner-section h3 {
    font-size: 2.188vw;
  }
}
section.section .inner-section .left-column, section.section .inner-section .right-column {
  grid-column: span 12 / span 12;
  margin-top: 50px;
}
@media (min-width: 1024px) {

  section.section .inner-section .left-column, section.section .inner-section .right-column {
    grid-column: span 6 / span 6;
  }
}
section.section .inner-section .left-column {
  grid-column-start: 1;
  margin-top: 25px;
}
section.section .inner-section .left-column p {
  margin-bottom: 1em;
  margin-right: 8.333333%;
  padding-left: 3%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.section .inner-section .left-column p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  section.section .inner-section .left-column p {
    padding-left: 5.15%;
  }
}
section.section .inner-section .left-column .image {
  position: relative;
  margin-top: 7.5%;
}

.caption {
  position: absolute;
  z-index: 50;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 3vw;
  text-transform: uppercase;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .caption {
    font-size: 2.2vw;
  }
}

@media (min-width: 1024px) {

  .caption {
    font-size: 1.667vw;
  }
}
.caption.top {
  top: -15px;
  right: -15px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .caption.top {
    top: -20px;
    right: -20px;
  }
}
.caption.bottom {
  bottom: -15px;
  left: -15px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .caption.bottom {
    bottom: -20px;
    left: -20px;
  }
}

.top-left {
  position: absolute;
  left: -15px;
  top: -15px;
}

@media (min-width: 1024px) {

  .top-left {
    left: -20px;
    top: -20px;
  }
}
.top-left .top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  width: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .top-left .top {
    height: 20px;
    width: 191px;
  }
}
.top-left .left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  border-left-width: 15px;
  border-bottom-width: 15px;
  --tw-border-opacity: 1;
  border-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
  border-bottom-color: transparent;
}
@media (min-width: 1024px) {

  .top-left .left {
    height: 283px;
    border-left-width: 20px;
    border-bottom-width: 20px;
  }
}

.bottom-left {
  position: absolute;
  left: -15px;
  bottom: -15px;
}

@media (min-width: 1024px) {

  .bottom-left {
    left: -20px;
    bottom: -20px;
  }
}
.bottom-left .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 15px;
  width: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .bottom-left .bottom {
    height: 20px;
    width: 191px;
  }
}
.bottom-left .left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 150px;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .bottom-left .left {
    height: 191px;
    width: 20px;
  }
}

.bottom-right {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 1550;
}

@media (min-width: 1024px) {

  .bottom-right {
    right: -20px;
    bottom: -20px;
  }
}
.bottom-right .bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 15px;
  width: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .bottom-right .bottom {
    height: 20px;
    width: 191px;
  }
}
.bottom-right .right {
  position: absolute;
  bottom: 0px;
  right: -1px;
  height: 150px;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .bottom-right .right {
    height: 191px;
    width: 20px;
  }
}

.contact-sidebutton {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 2500;
  display: none;
  height: 74px;
  transform-origin: bottom right;
  --tw-rotate: 90deg;
  --tw-scale-x: 0.55;
  --tw-scale-y: 0.55;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

  .contact-sidebutton {
    right: 74px;
    display: block;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.contact-sidebutton .button {
  display: flex;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
  padding-right: 30px;
  padding-left: 88px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact-sidebutton .white-flash {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 101%;
  width: 100px;
  --tw-translate-x: -50%;
  --tw-skew-x: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 244 / var(--tw-bg-opacity, 1));
}
.contact-sidebutton .white-flash .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-skew-x: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.contact-sidebutton .white-flash .logo img {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-fixed {
  position: relative;
  z-index: 1560;
  grid-column: span 12 / span 12;
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
}
.section-fixed:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-fixed:after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 200px;
  width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.section-fixed svg {
  position: absolute;
  top: -18px;
  left: 0px;
  width: 45px;
}
@media (min-width: 640px) {

  .section-fixed svg {
    width: 65px;
  }
}
@media (min-width: 768px) {

  .section-fixed svg {
    top: -10px;
    width: auto;
  }
}

h2.section-title {
  grid-column: span 12 / span 12;
  transform-origin: bottom left;
  padding-left: 3%;
  padding-top: 75px;
  padding-bottom: 30px;
  font-size: 8vw;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  h2.section-title {
    font-size: 5.5vw;
  }
}

@media (min-width: 1024px) {

  h2.section-title {
    grid-column: span 6 / span 6;
    padding-left: 4.25%;
    font-size: 4.5vw;
  }
}

@media (min-width: 1280px) {

  h2.section-title {
    font-size: 3.645vw;
  }
}

.intro-text {
  grid-column: span 12 / span 12;
  margin-bottom: 0.5em;
  margin-top: 0px;
  font-size: 6vw;
}

@media (min-width: 640px) {

  .intro-text {
    font-size: 4vw;
  }
}

@media (min-width: 1024px) {

  .intro-text {
    grid-column: span 5 / span 5;
    grid-column-start: 7;
    margin-top: 2em;
    font-size: 2.8vw;
  }
}

@media (min-width: 1280px) {

  .intro-text {
    font-size: 2.084vw;
  }
}
.intro-text p {
  padding-left: 3%;
  padding-right: 5%;
  font-size: 6vw;
  font-weight: 300;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .intro-text p {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {

  .intro-text p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 2.8vw;
  }
}
@media (min-width: 1280px) {

  .intro-text p {
    font-size: 2.084vw;
  }
}

.image {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1024px) {

  .image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image .bottom-right {
  right: -14px;
}
@media (min-width: 1024px) {

  .image .bottom-right {
    right: -19px;
  }
}

.fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1600;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {

  .fixed-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.fixed-header .inner-header {
  z-index: 1500;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1024px) {

  .fixed-header .inner-header {
    padding-left: 74px;
    padding-right: 74px;
  }
}
.fixed-header .inner-header .logo {
  width: 156px;
}
.fixed-header .inner-header ul.navigation {
  position: fixed;
  top: 15px;
  left: 15px;
  grid-column: span 8 / span 8;
  grid-column-start: 5;
  height: calc(100vh - 15px);
  width: calc(100% - 15px);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .fixed-header .inner-header ul.navigation {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    height: auto;
    width: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: transparent;
  }
}
@media (min-width: 1280px) {

  .fixed-header .inner-header ul.navigation {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
@media (min-width: 1600px) {

  .fixed-header .inner-header ul.navigation {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}
.fixed-header .inner-header ul.navigation li {
  flex-grow: 1;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity, 1));
}
.fixed-header .inner-header ul.navigation li:first-child {
  border-left-width: 0px;
}
.fixed-header .inner-header ul.navigation li a {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.fixed-header .inner-header ul.navigation li a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  .fixed-header .inner-header ul.navigation li a {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {

  .fixed-header .inner-header ul.navigation li a {
    font-size: 1.042vw;
  }
}
.fixed-header .inner-header ul.navigation li a.active {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
.fixed-header .inner-header ul.navigation li:first-child a {
  padding-left: 12px;
}
.fixed-header .inner-header ul.navigation li:last-child a {
  padding-right: 0px;
}
.fixed-header .inner-header .menu-toggle2 {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2000;
  display: block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .fixed-header .inner-header .menu-toggle2 {
    display: none;
  }
}
.fixed-header .inner-header .menu-toggle2 #nav-icon2 {
  z-index: 50;
  margin: 0px;
  height: 24px;
  width: 32px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.fixed-header .inner-header .menu-toggle2 #nav-icon2 span {
  position: absolute;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.fixed-header .inner-header .menu-toggle2 #nav-icon2 span:nth-child(1) {
  top: 0px;
}
.fixed-header .inner-header .menu-toggle2 #nav-icon2 span:nth-child(2), .fixed-header .inner-header .menu-toggle2 #nav-icon2 span:nth-child(3) {
  top: 10px;
}
.fixed-header .inner-header .menu-toggle2 #nav-icon2 span:nth-child(4) {
  top: 20px;
}
.fixed-header .inner-header .menu-toggle2.open #nav-icon2 span:nth-child(1) {
  top: 8px;
  left: 50%;
  width: 0px;
}
.fixed-header .inner-header .menu-toggle2.open #nav-icon2 span:nth-child(2) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.fixed-header .inner-header .menu-toggle2.open #nav-icon2 span:nth-child(3) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.fixed-header .inner-header .menu-toggle2.open #nav-icon2 span:nth-child(4) {
  top: 8px;
  left: 50%;
  width: 0px;
}

.footer {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}

@media (min-width: 1024px) {

  .footer {
    padding-left: 74px;
    padding-right: 74px;
  }
}
.footer .left-column {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {

  .footer .left-column {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1686px) {

  .footer .left-column {
    grid-column: span 5 / span 5;
  }
}
.footer .left-column .left {
  margin-right: 30px;
}
@media (min-width: 640px) {

  .footer .left-column .left {
    margin-right: 0px;
  }
}
.footer .left-column .left img {
  height: auto;
  width: 217px;
}
.footer .left-column .left .address {
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .left-column .left .address strong {
  font-weight: 700;
}
.footer .left-column .right .footer-nav .menu-item a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.footer .left-column .right .footer-nav .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
.footer .right-column {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {

  .footer .right-column {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    padding-left: calc(246px - 8.3333333%);
  }
}
@media (min-width: 1686px) {

  .footer .right-column {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
@media (min-width: 1687px) {

  .footer .right-column {
    padding-left: 298px;
  }
}
.footer .right-column .policies-nav .menu-item a {
  font-size: 16px;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.footer .right-column .policies-nav .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom {
  position: relative;
  grid-column: span 12 / span 12;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-bottom .top-link {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1800;
  display: block;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.footer .footer-bottom .copyright {
  display: flex;
  gap: 15px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom .copyright a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-bottom .copyright a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}

section.hero .navigation-wrapper ul.navigation img, section.hero .navigation-wrapper ul.navigation .extras, .fixed-header .inner-header ul.navigation img, .fixed-header .inner-header ul.navigation .extras {
  display: none;
}

@media (max-width: 1023px) {
  section.hero .navigation-wrapper ul.navigation, .fixed-header .inner-header ul.navigation {
    display: block !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 55px !important;
  }
  section.hero .navigation-wrapper ul.navigation img, .fixed-header .inner-header ul.navigation img {
    margin-bottom: 20px;
    display: inline-block;
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item, .fixed-header .inner-header ul.navigation li.menu-item {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-grow: 0;
    border-left-width: 0px;
    border-bottom-width: 0px;
    padding: 0px;
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item a, .fixed-header .inner-header ul.navigation li.menu-item a {
    margin: 0px;
    width: auto;
    border-bottom-width: 0px;
    padding: 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(153 154 161 / var(--tw-text-opacity, 1));
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item a:hover, .fixed-header .inner-header ul.navigation li.menu-item a:hover {
    --tw-text-opacity: 1;
    color: rgb(226 35 26 / var(--tw-text-opacity, 1));
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item a.active, .fixed-header .inner-header ul.navigation li.menu-item a.active {
    --tw-text-opacity: 1 !important;
    color: rgb(226 35 26 / var(--tw-text-opacity, 1)) !important;
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item:first-child a, .fixed-header .inner-header ul.navigation li.menu-item:first-child a {
    padding-left: 0px;
  }
  section.hero .navigation-wrapper ul.navigation li.menu-item:nth-last-child(2), .fixed-header .inner-header ul.navigation li.menu-item:nth-last-child(2) {
    display: none;
  }
  section.hero .navigation-wrapper ul.navigation .extras, .fixed-header .inner-header ul.navigation .extras {
    position: relative;
    margin-left: -45px;
    margin-top: 30px;
    display: block;
    min-height: 100vh;
    background-color: rgb(153 154 161 / 0.1);
    padding-left: 45px;
    padding-top: 30px;
    font-size: 20px;
  }
  section.hero .navigation-wrapper ul.navigation .extras:after, .fixed-header .inner-header ul.navigation .extras:after {
    position: absolute;
    top: 0px;
    right: 0px;
    aspect-ratio: 1/1;
    height: 100px;
    width: 100px;
    transform-origin: center;
    --tw-translate-x: 50%;
    --tw-translate-y: -50%;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact, .fixed-header .inner-header ul.navigation .extras a.contact {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact .icon, .fixed-header .inner-header ul.navigation .extras a.contact .icon {
    margin-right: 10px;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact .icon img, .fixed-header .inner-header ul.navigation .extras a.contact .icon img {
    margin-bottom: 0px;
    width: 65%;
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact span, .fixed-header .inner-header ul.navigation .extras a.contact span {
    --tw-text-opacity: 1;
    color: rgb(139 35 50 / var(--tw-text-opacity, 1));
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact.phone .icon, .fixed-header .inner-header ul.navigation .extras a.contact.phone .icon {
    --tw-bg-opacity: 1;
    background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
  }
  section.hero .navigation-wrapper ul.navigation .extras a.contact.phone span, .fixed-header .inner-header ul.navigation .extras a.contact.phone span {
    --tw-text-opacity: 1;
    color: rgb(226 35 26 / var(--tw-text-opacity, 1));
  }
  .fixed-header .inner-header ul.navigation .extras {
    margin-left: -60px;
    padding-left: 60px;
  }
}
.box.tick .inner-box {
  padding-top: 30%;
}
.box.tick .icon {
  width: 38%;
}
.box.tick .star2-geo {
  --tw-translate-y: -30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.building .star2-geo {
  --tw-translate-x: 35px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.leaf .star2-geo {
  --tw-translate-x: 60px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.partner .inner-box {
  padding-top: 28.5%;
}
.box.partner .icon {
  width: 40%;
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.box.partner .star2-geo {
  --tw-translate-x: 44px;
  --tw-translate-y: -44px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.box.partner .extra-circle {
  --tw-translate-x: -3px;
  --tw-translate-y: -11px;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.star .inner-box {
  padding-top: 32.5%;
}
.box.star .icon {
  width: 40%;
}
.box.star .star2-geo {
  --tw-translate-x: 40px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.people .inner-box {
  padding-top: 28.5%;
}
.box.people .icon {
  width: 40%;
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.box.people .star2-geo {
  --tw-translate-x: 40px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.shield .inner-box {
  padding-top: 26%;
}
.box.shield .icon {
  width: 40%;
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.box.shield .star2-geo {
  --tw-translate-x: 30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.box.hardhat .inner-box {
  padding-top: 31.4%;
}
.box.hardhat .icon {
  width: 45%;
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.box.hardhat .star2-geo {
  --tw-translate-x: 45px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.box.hardhat .star1-geo {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.box.pound .inner-box {
  padding-top: 13%;
}
.box.pound .icon {
  width: 58%;
  --tw-translate-y: 2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.box.pound .star2-geo {
  --tw-translate-x: 49px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

/********
 * Page Builder
 **/
section.hero {
  position: relative;
  z-index: 2005;
  height: 450px;
  overflow-y: clip;
}
@media (min-width: 768px) {

  section.hero {
    height: 550px;
  }
}
@media (min-width: 1024px) {

  section.hero {
    height: auto;
  }
}
section.hero picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero .navigation-wrapper {
  position: absolute;
  top: 15px;
  left: 0px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
  background-color: rgb(0 0 0 / 0.4);
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1024px) {

  section.hero .navigation-wrapper {
    top: 20px;
    padding-left: 74px;
    padding-right: 74px;
  }
}
section.hero .navigation-wrapper {
  /* change translate-x-full */
}
section.hero .navigation-wrapper .logo {
  grid-column: span 12 / span 12;
  display: flex;
  height: 100%;
  width: 150px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {

  section.hero .navigation-wrapper .logo {
    width: 240px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {

  section.hero .navigation-wrapper .logo {
    grid-column: span 2 / span 2;
    max-width: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
section.hero .navigation-wrapper ul.navigation {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 2500;
  grid-column: span 8 / span 8;
  grid-column-start: 5;
  display: flex;
  height: calc(100vh - 15px);
  width: calc(100% - 15px);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  section.hero .navigation-wrapper ul.navigation {
    position: relative;
    top: 0px;
    left: -0px;
    height: auto;
    width: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: transparent;
  }
}
@media (min-width: 1280px) {

  section.hero .navigation-wrapper ul.navigation {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
@media (min-width: 1600px) {

  section.hero .navigation-wrapper ul.navigation {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}
section.hero .navigation-wrapper ul.navigation:after {
  position: absolute;
  bottom: 1px;
  right: 0px;
  z-index: 1001;
  display: block;
  height: 100vh;
  width: 1px;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgb(255 255 255 / 0.7);
  --tw-content: "";
  content: var(--tw-content);
}
section.hero .navigation-wrapper ul.navigation li {
  flex-grow: 1;
  border-left-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
section.hero .navigation-wrapper ul.navigation li:first-child {
  border-left-width: 0px;
}
section.hero .navigation-wrapper ul.navigation li a {
  display: inline-block;
  width: 100%;
  border-bottom-width: 10px;
  border-bottom-color: transparent;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  padding-top: 48px;
  padding-bottom: 38px;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.hero .navigation-wrapper ul.navigation li a:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
}
@media (min-width: 1280px) {

  section.hero .navigation-wrapper ul.navigation li a {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {

  section.hero .navigation-wrapper ul.navigation li a {
    font-size: 1.02vw;
  }
}
section.hero .navigation-wrapper ul.navigation li a.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
}
section.hero .navigation-wrapper ul.navigation li:first-child a {
  padding-left: 12px;
}
section.hero .navigation-wrapper ul.navigation li:last-child a {
  padding-right: 0px;
}
section.hero .navigation-wrapper .menu-toggle {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2600;
  display: block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  section.hero .navigation-wrapper .menu-toggle {
    display: none;
  }
}
section.hero .navigation-wrapper .menu-toggle #nav-icon {
  z-index: 50;
  margin: 0px;
  height: 24px;
  width: 32px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
section.hero .navigation-wrapper .menu-toggle #nav-icon span {
  position: absolute;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
section.hero .navigation-wrapper .menu-toggle #nav-icon span:nth-child(1) {
  top: 0px;
}
section.hero .navigation-wrapper .menu-toggle #nav-icon span:nth-child(2), section.hero .navigation-wrapper .menu-toggle #nav-icon span:nth-child(3) {
  top: 10px;
}
section.hero .navigation-wrapper .menu-toggle #nav-icon span:nth-child(4) {
  top: 20px;
}
section.hero .navigation-wrapper .menu-toggle.open #nav-icon span:nth-child(1) {
  top: 8px;
  left: 50%;
  width: 0px;
}
section.hero .navigation-wrapper .menu-toggle.open #nav-icon span:nth-child(2) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
section.hero .navigation-wrapper .menu-toggle.open #nav-icon span:nth-child(3) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
section.hero .navigation-wrapper .menu-toggle.open #nav-icon span:nth-child(4) {
  top: 8px;
  left: 50%;
  width: 0px;
}
section.hero .top-left {
  left: 0px;
  top: 0px;
}
section.hero .bottom-left {
  left: 0px;
  bottom: 0px;
}
section.hero .bottom-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: grid;
  height: 15px;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 768px) {

  section.hero .bottom-line {
    height: 20px;
  }
}
section.hero .bottom-line .line {
  grid-column: span 8 / span 8;
  grid-column-start: 5;
  margin-left: 13px;
  height: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  section.hero .bottom-line .line {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    margin-left: 0px;
  }
}
section.hero .info-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {

  section.hero .info-box {
    bottom: 20px;
    left: 20px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
}
section.hero .info-box h1 {
  margin-bottom: 0.5em;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(139 35 50 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.hero .info-box h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {

  section.hero .info-box h1 {
    font-size: 3.7vw;
  }
}
@media (min-width: 1920px) {

  section.hero .info-box h1 {
    font-size: 70px;
  }
}
section.hero .info-box h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.hero .info-box h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  section.hero .info-box h2 {
    font-size: 3.1vw;
  }
}
@media (min-width: 1920px) {

  section.hero .info-box h2 {
    font-size: 60px;
  }
}

section.intro {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {

  section.intro {
    padding-left: 74px;
    padding-right: 74px;
  }
}
section.intro .inner-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}



section.intro .inner-section .red-box {
  position: relative;
  z-index: 2000;
  grid-column: span 12 / span 12;
  margin-right: -74px;
  margin-left: -74px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
  padding-right: 60px;
  padding-left: 74px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.4em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  section.intro .inner-section .red-box {
    padding-bottom: 5%;
  }
}
@media (min-width: 768px) {

  section.intro .inner-section .red-box {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
    margin-left: 0px;
    padding-right: calc(12% + 74px);
    padding-left: 5%;
    padding-top: 0px;
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {

  section.intro .inner-section .red-box {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    padding-top: 3%;
    font-size: 1.6vw;
  }
}
section.intro .inner-section .red-box:after {
  position: absolute;
  top: 0px;
  right: 74px;
  z-index: 2001;
  display: none;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  section.intro .inner-section .red-box:after {
    display: block;
  }
}
section.intro .inner-section h2.title {
  grid-column: span 12 / span 12;
  padding-top: 50px;
  padding-bottom: 5em;
}
@media (min-width: 768px) {

  section.intro .inner-section h2.title {
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px) {

  section.intro .inner-section h2.title {
    grid-column: span 7 / span 7;
  }
}
section.intro .inner-section h2.title p {
  font-size: 8vw;
  font-weight: 300;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.intro .inner-section h2.title p {
    font-size: 4.5vw;
  }
}
@media (min-width: 1024px) {

  section.intro .inner-section h2.title p {
    font-size: 3.236vw;
  }
}
section.intro .inner-section .box-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  margin-top: 75px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}

section.who-we-are .left-column .image {
  margin-top: 10%;
}

section.what-we-do .inner-section .left-column {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  section.what-we-do .inner-section .left-column {
    grid-column: span 7 / span 7;
  }
}
section.what-we-do .inner-section .right-column {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  section.what-we-do .inner-section .right-column {
    grid-column: span 5 / span 5;
  }
}
section.what-we-do .inner-section .left-column .image.image2 {
  margin-top: 15%;
}
@media (min-width: 768px) {

  section.what-we-do .inner-section .left-column .image.image2 {
    margin-top: 7.5%;
  }
}
@media (min-width: 1024px) {

  section.what-we-do .inner-section .left-column .image.image2 {
    margin-top: 15%;
    margin-left: 30%;
    width: 70%;
  }
}
section.what-we-do .inner-section .right-column .image.image3 {
  margin-top: 0;
}
@media (min-width: 768px) {

  section.what-we-do .inner-section .right-column .image.image3 {
    margin-top: 7.5%;
  }
}
@media (min-width: 1024px) {

  section.what-we-do .inner-section .right-column .image.image3 {
    margin-top: 55%;
  }
}
section.what-we-do .inner-section .right-column .image.image4 {
  margin-top: 15%;
}
@media (min-width: 768px) {

  section.what-we-do .inner-section .right-column .image.image4 {
    margin-top: 7.5%;
  }
}
@media (min-width: 1024px) {

  section.what-we-do .inner-section .right-column .image.image4 {
    margin-top: 25%;
  }
}
section.what-we-do .inner-section h3 {
  grid-column: span 12 / span 12;
  margin-top: 3em;
  padding-left: 2.25%;
}
section.what-we-do .inner-section .small-box-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  margin-left: 15px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}
@media (min-width: 1280px) {

  section.what-we-do .inner-section .small-box-wrapper {
    grid-column: span 10 / span 10;
    grid-column-start: 3;
    margin-left: 0px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
section.what-we-do .inner-section .small-box-wrapper .small-box {
  grid-column: span 6 / span 6;
}
@media (min-width: 640px) {

  section.what-we-do .inner-section .small-box-wrapper .small-box {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 768px) {

  section.what-we-do .inner-section .small-box-wrapper .small-box {
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px) {

  section.what-we-do .inner-section .small-box-wrapper .small-box {
    grid-column: span 2 / span 2;
  }
}

section.why-hexton .inner-section {
  position: relative;
}
section.why-hexton .inner-section .left-column {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  section.why-hexton .inner-section .left-column {
    grid-column: span 5 / span 5;
  }
}
section.why-hexton .inner-section .box-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  grid-column-start: 1;
  margin-left: 15px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}
@media (min-width: 1024px) {

  section.why-hexton .inner-section .box-wrapper {
    margin-left: 0px;
  }

  section.why-hexton .inner-section .box-wrapper .box:nth-child(6), section.why-hexton .inner-section .box-wrapper .box:nth-child(8) {
    grid-column-start: 7;
  }
}
@media (min-width: 1280px) {

  section.why-hexton .inner-section .box-wrapper .box {
    aspect-ratio: 1/1;
  }
}
section.why-hexton .inner-section .box-wrapper .box.hardhat .icon {
  margin-top: -22%;
  width: 50%;
}
section.why-hexton .inner-section .box-wrapper .box.star .icon {
  margin-top: -10%;
  width: 45%;
}
section.why-hexton .inner-section .image {
  bottom: 0px;
  left: 0px;
  grid-column: span 12 / span 12;
  margin-top: 30px;
  width: 100%;
  --tw-translate-x: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-right: 7px;
}
@media (min-width: 1024px) {

  section.why-hexton .inner-section .image {
    position: absolute;
    margin-top: 0px;
    width: 70%;
    --tw-translate-y: -15%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

section.projects .inner-section {
  padding-bottom: 150px;
}

@media (min-width: 1024px) {

  section.projects .inner-section {
    padding-bottom: 100px;
  }
}
section.projects .inner-section .slider-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  margin-top: 5%;
}
section.projects .inner-section .slider-wrapper .left-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  height: 100%;
  width: 0px;
  border-right-width: 15px;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(139 35 50 / 0.9);
}
@media (min-width: 640px) {

  section.projects .inner-section .slider-wrapper .left-overlay {
    width: 60px;
  }
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .left-overlay {
    width: 15%;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .left-overlay {
    width: 25%;
    border-right-width: 20px;
  }
}
section.projects .inner-section .slider-wrapper .left-overlay .top-left {
  left: auto;
  right: 0px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
section.projects .inner-section .slider-wrapper .right-overlay {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  height: 100%;
  width: 0px;
  background-color: rgb(255 255 255 / 0.7);
}
@media (min-width: 640px) {

  section.projects .inner-section .slider-wrapper .right-overlay {
    width: 30px;
  }
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .right-overlay {
    width: 10%;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .right-overlay {
    width: 16.666666%;
  }
}
section.projects .inner-section .slider-wrapper .info-block {
  position: absolute;
  left: 10%;
  transform: translateY(190px);
  bottom: 0;
  z-index: 1005;
  margin-left: 0px;
  min-height: 230px;
  width: 300px;
  border-width: 1px;
  border-right-width: 0px;
  border-top-color: rgb(153 154 161 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(153 154 161 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgb(153 154 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 45px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 640px) {

  section.projects .inner-section .slider-wrapper .info-block {
    bottom: 0px;
    transform: translateY(150px);
  }
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .info-block {
    margin-left: 50px;
    width: 350px;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block {
    margin-left: 0px;
    min-height: 300px;
    width: 500px;
  }
}
section.projects .inner-section .slider-wrapper .info-block:before {
  position: absolute;
  top: 4px;
  right: 9.5px;
  z-index: 1050;
  aspect-ratio: 1/1;
  height: 45px;
  width: 49px;
  transform-origin: bottom;
  --tw-translate-x: 100%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(153 154 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block:before {
    height: 72px;
    width: 72px;
  }
}
section.projects .inner-section .slider-wrapper .info-block:after {
  position: absolute;
  bottom: 0px;
  right: 1px;
  z-index: 1049;
  height: calc(100% - 30px);
  width: 10.85%;
  --tw-translate-y: 0.5%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 154 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block:after {
    height: calc(100% - 50px);
  }
}
section.projects .inner-section .slider-wrapper .info-block .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .info-block .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block .subtitle {
    font-size: 36px;
  }
}
section.projects .inner-section .slider-wrapper .info-block .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .info-block .title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block .title {
    font-size: 36px;
  }
}
section.projects .inner-section .slider-wrapper .info-block .text {
  margin-top: 0.8em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(153 154 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.projects .inner-section .slider-wrapper .info-block .text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  section.projects .inner-section .slider-wrapper .info-block .text {
    font-size: 24px;
  }
}

.splide-pagination {
  position: absolute;
  right: 8.333333%;
  top: 0px;
  z-index: 1200;
  display: flex;
  height: 100%;
  align-items: center;
}
.splide-pagination .splide-next {
  position: relative;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: clip;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(139 35 50 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .splide-pagination .splide-next {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1024px) {

  .splide-pagination .splide-next {
    height: 80px;
    width: 80px;
  }
}
.splide-pagination .splide-next .inner-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 35 50 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.splide-pagination .splide-next svg {
  position: relative;
  z-index: 1600;
  width: 60%;
}
.splide-pagination .splide-next svg path, .splide-pagination .splide-next svg line {
  stroke: #8B2332;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 200ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.splide-pagination .splide-next:hover .inner-circle {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.splide-pagination .splide-next:hover svg path, .splide-pagination .splide-next:hover svg line {
  stroke: #fff;
}

section.leadership-team {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(226 35 26 / var(--tw-border-opacity, 1));
  background-color: rgb(153 154 161 / 0.2);
}

section.leadership-team .section-fixed:before, section.leadership-team .section-fixed:after {
  display: none;
}
section.leadership-team .section-fixed {
  border-width: 0px;
}
section.leadership-team .section-fixed svg {
  top: -24px;
}
@media (min-width: 768px) {

  section.leadership-team .section-fixed svg {
    top: -11px;
  }
}
section.leadership-team .inner-section h2 {
  grid-column: span 12 / span 12;
}
@media (min-width: 768px) {

  section.leadership-team .inner-section h2 {
    grid-column: span 5 / span 5;
  }
}
section.leadership-team .inner-section .team {
  grid-column: span 12 / span 12;
  margin-top: 0px;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {

  section.leadership-team .inner-section .team {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
    margin-top: 50px;
  }
}
section.leadership-team .inner-section .team .team-profile {
  display: flex;
  width: 283px;
  flex-direction: column;
}
section.leadership-team .inner-section .team .team-profile .team-image {
  aspect-ratio: 283/347;
}
section.leadership-team .inner-section .team .team-profile .team-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.leadership-team .inner-section .team .team-profile .name-panel {
  flex-grow: 1;
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.leadership-team .inner-section .team .team-profile .name-panel .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.leadership-team .inner-section .team .team-profile .name-panel .role {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.contact-us {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
}
section.contact-us .hexton-h {
  position: absolute;
  right: 0px;
  top: -20px;
  z-index: 1000;
  height: calc(100% + 20px);
}
section.contact-us .hexton-h svg {
  height: 100%;
  width: auto;
}
section.contact-us:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 21px;
  width: 100%;
  --tw-translate-y: calc(calc(100% - 1px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
section.contact-us .inner-section {
  position: relative;
  z-index: 1550;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  section.contact-us .inner-section {
    gap: 20px;
  }
}
@media (min-width: 1024px) {

  section.contact-us .inner-section {
    padding-left: 74px;
    padding-right: 74px;
  }
}
section.contact-us .inner-section h2 {
  padding-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.contact-us .inner-section .left-column, section.contact-us .inner-section .right-column {
  grid-column: span 12 / span 12;
  margin-top: 50px;
}
@media (min-width: 1280px) {

  section.contact-us .inner-section .left-column, section.contact-us .inner-section .right-column {
    grid-column: span 5 / span 5;
  }
}
section.contact-us .inner-section .left-column {
  grid-column-start: 1;
  margin-top: 5px;
}
section.contact-us .inner-section .left-column h2 {
  padding-left: 2.125%;
}
@media (min-width: 1280px) {

  section.contact-us .inner-section .left-column h2 {
    padding-left: 4.25%;
  }
}
section.contact-us .inner-section .left-column .intro-text {
  margin-top: 0px;
  padding-left: 2.125%;
}
@media (min-width: 1280px) {

  section.contact-us .inner-section .left-column .intro-text {
    padding-left: 4.25%;
  }
}
section.contact-us .inner-section .left-column .intro-text p {
  margin-bottom: 1.5em;
  padding-right: 10%;
  padding-left: 0px;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.contact-us .inner-section .left-column .intro-text p {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  section.contact-us .inner-section .left-column .intro-text p {
    font-size: 40px;
  }
}
section.contact-us .inner-section .right-column {
  grid-column: span 12 / span 12;
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 0;
}
@media (min-width: 1280px) {

  section.contact-us .inner-section .right-column {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
    padding-top: 50px;
  }
}
@media (min-width: 1687px) {

  section.contact-us .inner-section .right-column {
    padding-left: 298px;
  }
}
section.contact-us .inner-section .right-column .contact-box {
  position: relative;
  margin-right: 33px;
  margin-bottom: 20px;
  display: flex;
  aspect-ratio: 1/1;
  height: 283px;
  width: 250px;
  flex-direction: column;
  justify-content: flex-end;
  border-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0);
  padding: 20px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.contact-us .inner-section .right-column .contact-box:hover {
  background-color: rgb(255 255 255 / 0.1);
}
section.contact-us .inner-section .right-column .contact-box:after {
  position: absolute;
  top: 9px;
  right: -25px;
  height: 49px;
  width: 50px;
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 50% 50%);
}
section.contact-us .inner-section .right-column .contact-box:before {
  position: absolute;
  bottom: -1px;
  right: 0px;
  height: calc(100% - 32px);
  width: 34px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
section.contact-us .inner-section .right-column .contact-box:hover:before, section.contact-us .inner-section .right-column .contact-box:hover:after {
  background-color: rgb(255 255 255 / 0.1);
}
section.contact-us .inner-section .right-column .contact-box .icon {
  width: 80px;
}
section.contact-us .inner-section .right-column .contact-box .text {
  margin-top: 80px;
  font-size: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.contact-us .inner-section .right-column .contact-box.email .text {
  margin-top: 56px;
}

/********
 * Cards
 **/
.box {
  position: relative;
  grid-column: span 12 / span 12;
  display: flex;
  overflow: clip;
  opacity: 0;
}
@media (min-width: 640px) {

  .box {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {

  .box {
    grid-column: span 3 / span 3;
  }
}
.box .inner-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  padding-left: 8.5%;
  padding-right: 8.5%;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (min-width: 640px) {

  .box .inner-box {
    padding-top: 20%;
  }
}
.box:after {
  position: absolute;
  top: 0px;
  right: 0px;
  aspect-ratio: 1/1;
  width: 17.5%;
  transform-origin: center;
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.box .icon {
  display: flex;
  aspect-ratio: 1/1;
  width: 50%;
  align-items: flex-end;
}
.box .icon svg {
  height: auto;
  width: 100%;
  overflow: visible;
}
.box .text {
  padding-top: 12%;
  padding-right: 2.5%;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .box .text {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {

  .box .text {
    font-size: 1.5vw;
  }
}
.box svg .outline {
  stroke-width: 1.6%;
  stroke: #999aa1;
  transform: translateY(-1%);
}

.small-box {
  position: relative;
  grid-column: span 12 / span 12;
  display: flex;
  overflow: clip;
}

@media (min-width: 640px) {

  .small-box {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {

  .small-box {
    grid-column: span 3 / span 3;
  }
}
.small-box .inner-box {
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
}
.small-box:after {
  position: absolute;
  top: 0px;
  right: 0px;
  aspect-ratio: 1/1;
  width: 17.5%;
  transform-origin: center;
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.small-box .icon {
  width: 45%;
}
.small-box .icon img {
  height: auto;
  width: 100%;
}
.small-box .text {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 12%;
  padding-bottom: 10%;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .small-box .text {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {

  .small-box .text {
    font-size: 2.1vw;
  }
}
@media (min-width: 1024px) {

  .small-box .text {
    font-size: 1.6vw;
  }
}
@media (min-width: 1440px) {

  .small-box .text {
    font-size: 1.4vw;
  }
}



section .inner-section.grey-bg .section-fixed {
  border-top: 1px solid #e2231a;
  left: -40px;
  width: 100vw;
}

@media (min-width: 1024px) {
  section .inner-section.grey-bg .section-fixed {
    left: -74px;
  }
}

section .inner-section.grey-bg .section-fixed:after {
  display:none
}

section .inner-section.grey-bg .section-fixed svg {
  left: 40px;
}

@media (min-width: 1024px) {
  section .inner-section.grey-bg .section-fixed svg {
    left: 74px;
  }
}