<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

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

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * This injects any component classes registered by Tailwind plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.container{
  width: 100%;
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1336px){
  .container{
    max-width: 1336px;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

/** Import theme styles */

@font-face {
  font-family: "Font Awesome 5 Brands";

  src: url(/app/themes/sage/dist/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(/app/themes/sage/dist/fonts/fontawesome/fa-brands-400.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro Light";

  src: url(/app/themes/sage/dist/fonts/fontawesome/fa-light-300.woff2) format("woff2"), url(/app/themes/sage/dist/fonts/fontawesome/fa-light-300.woff) format("woff");

  font-style: normal;

  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro Regular";

  src: url(/app/themes/sage/dist/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(/app/themes/sage/dist/fonts/fontawesome/fa-regular-400.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro Solid";

  src: url(/app/themes/sage/dist/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(/app/themes/sage/dist/fonts/fontawesome/fa-solid-900.woff) format("woff");

  font-style: normal;

  font-weight: 900;
}

@font-face {
  font-family: "gloucester-regular";

  src: url(/app/themes/sage/dist/fonts/gloucester/GloucesterMT-ExtraCondensed.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "carlito-regular";

  src: url(/app/themes/sage/dist/fonts/carlito/Carlito.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "carlito-italic";

  src: url(/app/themes/sage/dist/fonts/carlito/Carlito-Italic.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "carlito-bold";

  src: url(/app/themes/sage/dist/fonts/carlito/Carlito-Bold.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "carlito-bolditalic";

  src: url(/app/themes/sage/dist/fonts/carlito/Carlito-BoldItalic.woff) format("woff");

  font-style: normal;

  font-weight: 400;
}

/* line 3, resources/assets/styles/common/_global.scss */

:root {
  --white: #fff;
  --primary-1: #e77c37;
  --primary-2: #3a3a3a;
  --primary-3: #633115;
  --primary-4: #e77c37;
}

/* line 11, resources/assets/styles/common/_global.scss */

body {
  color: #323232;
  background-color: #fff;
  color: #05264a;
  font-size: 23px;
  font-family: carlito-regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 19, resources/assets/styles/common/_global.scss */

html {
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  /* line 23, resources/assets/styles/common/_global.scss */

  .section--full {
    padding: 30px 0 !important;
  }
}

/* line 31, resources/assets/styles/common/_global.scss */

.error404 .section--main {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

/* line 38, resources/assets/styles/common/_global.scss */

.template-accessibility .section--main,
.template-privacy .section--main {
  padding-top: 90px;
  padding-bottom: 30px;
}

@media (max-width: 1023px) {
  /* line 38, resources/assets/styles/common/_global.scss */

  .template-accessibility .section--main,
    .template-privacy .section--main {
    padding-top: 45px;
  }
}

/* line 47, resources/assets/styles/common/_global.scss */

.nav-is-open {
  height: 100vh;
}

/* line 51, resources/assets/styles/common/_global.scss */

footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 55, resources/assets/styles/common/_global.scss */

footer .copyright span,
  footer .copyright a {
  color: #05264a;
  font-family: carlito-regular;
  text-decoration: none;
  font-size: 18px;
}

/* line 64, resources/assets/styles/common/_global.scss */

.gradient-bl-tr {
  background: -webkit-linear-gradient(45deg, var(--primary-1) 0%, var(--primary-3) 100%);
  background: -o-linear-gradient(45deg, var(--primary-1) 0%, var(--primary-3) 100%);
  background: linear-gradient(45deg, var(--primary-1) 0%, var(--primary-3) 100%);
}

/* line 68, resources/assets/styles/common/_global.scss */

.gradient-br-tl {
  background: -webkit-linear-gradient(315deg, var(--primary-1) 0%, var(--primary-3) 100%);
  background: -o-linear-gradient(315deg, var(--primary-1) 0%, var(--primary-3) 100%);
  background: linear-gradient(135deg, var(--primary-1) 0%, var(--primary-3) 100%);
}

/* line 72, resources/assets/styles/common/_global.scss */

.gradient-l-r {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--primary-3)), color-stop(70%, var(--primary-1)));
  background: -webkit-linear-gradient(left, var(--primary-3) 30%, var(--primary-1) 70%);
  background: -o-linear-gradient(left, var(--primary-3) 30%, var(--primary-1) 70%);
  background: linear-gradient(90deg, var(--primary-3) 30%, var(--primary-1) 70%);
}

/* line 76, resources/assets/styles/common/_global.scss */

hr {
  display: block;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #E6E9EC;
  clear: both;
}

@media (min-width: 1024px) {
  /* line 76, resources/assets/styles/common/_global.scss */

  hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

/* line 86, resources/assets/styles/common/_global.scss */

body.blog .section--main hr:last-of-type {
  display: none;
}

/* line 92, resources/assets/styles/common/_global.scss */

body.blog .page-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, resources/assets/styles/common/_global.scss */

.shadow-none {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1024px) {
  /* line 102, resources/assets/styles/common/_global.scss */

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

@media (max-width: 1023px) {
  /* line 108, resources/assets/styles/common/_global.scss */

  .mobile-none {
    display: none !important;
  }
}

/* line 114, resources/assets/styles/common/_global.scss */

address {
  font-style: normal;
  line-height: 1.5;
}

/* line 117, resources/assets/styles/common/_global.scss */

address span:first-child {
  display: block;
}

/* line 122, resources/assets/styles/common/_global.scss */

iframe {
  display: block;
}

/* line 126, resources/assets/styles/common/_global.scss */

ol:not([class]),
ul:not([class]) {
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

/* line 135, resources/assets/styles/common/_global.scss */

li:not([class]) + li:not([class]) {
  margin-top: 0.75rem;
}

@media (min-width: 1024px) {
  /* line 140, resources/assets/styles/common/_global.scss */

  .menu-item-416 {
    display: none;
  }
}

/* line 155, resources/assets/styles/common/_global.scss */

.bg-primary-1 h1,
.bg-primary-1 h2,
.bg-primary-1 h3,
.bg-primary-1 h4,
.bg-primary-1 h5,
.bg-primary-1 h6,
.bg-primary-1 ul:not([class]),
.bg-primary-1 p,
.bg-primary-1 a:not([class]),
.bg-primary-1 span:not([class]),
.bg-primary-1 label,
.bg-primary-1 small,
.bg-primary-1 svg,
.bg-primary-2 h1,
.bg-primary-2 h2,
.bg-primary-2 h3,
.bg-primary-2 h4,
.bg-primary-2 h5,
.bg-primary-2 h6,
.bg-primary-2 ul:not([class]),
.bg-primary-2 p,
.bg-primary-2 a:not([class]),
.bg-primary-2 span:not([class]),
.bg-primary-2 label,
.bg-primary-2 small,
.bg-primary-2 svg,
.bg-primary-3 h1,
.bg-primary-3 h2,
.bg-primary-3 h3,
.bg-primary-3 h4,
.bg-primary-3 h5,
.bg-primary-3 h6,
.bg-primary-3 ul:not([class]),
.bg-primary-3 p,
.bg-primary-3 a:not([class]),
.bg-primary-3 span:not([class]),
.bg-primary-3 label,
.bg-primary-3 small,
.bg-primary-3 svg,
.bg-primary-5 h1,
.bg-primary-5 h2,
.bg-primary-5 h3,
.bg-primary-5 h4,
.bg-primary-5 h5,
.bg-primary-5 h6,
.bg-primary-5 ul:not([class]),
.bg-primary-5 p,
.bg-primary-5 a:not([class]),
.bg-primary-5 span:not([class]),
.bg-primary-5 label,
.bg-primary-5 small,
.bg-primary-5 svg,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white ul:not([class]),
.text-white p,
.text-white a:not([class]),
.text-white span:not([class]),
.text-white label,
.text-white small,
.text-white svg,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black ul:not([class]),
.bg-black p,
.bg-black a:not([class]),
.bg-black span:not([class]),
.bg-black label,
.bg-black small,
.bg-black svg,
.hover--state h1,
.hover--state h2,
.hover--state h3,
.hover--state h4,
.hover--state h5,
.hover--state h6,
.hover--state ul:not([class]),
.hover--state p,
.hover--state a:not([class]),
.hover--state span:not([class]),
.hover--state label,
.hover--state small,
.hover--state svg,
.gradient-l-r h1,
.gradient-l-r h2,
.gradient-l-r h3,
.gradient-l-r h4,
.gradient-l-r h5,
.gradient-l-r h6,
.gradient-l-r ul:not([class]),
.gradient-l-r p,
.gradient-l-r a:not([class]),
.gradient-l-r span:not([class]),
.gradient-l-r label,
.gradient-l-r small,
.gradient-l-r svg {
  color: #fff;
  fill: white !important;
}

@media (min-width: 1024px) {
  /* line 6, resources/assets/styles/common/animations.scss */

  .fade {
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  /* line 12, resources/assets/styles/common/animations.scss */

  .animate-right,
  .animate-left,
  .animate-bottom,
  .animate-top {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
  }

  /* line 21, resources/assets/styles/common/animations.scss */

  .animate-right {
    right: -50px;
  }

  /* line 26, resources/assets/styles/common/animations.scss */

  .animate-left {
    left: -50px;
  }

  /* line 30, resources/assets/styles/common/animations.scss */

  .animate-top {
    top: -50px;
  }

  /* line 34, resources/assets/styles/common/animations.scss */

  .animate-bottom {
    bottom: -50px;
  }

  /* line 39, resources/assets/styles/common/animations.scss */

  .slide-in-right {
    right: 0 !important;
    opacity: 1 !important;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  /* line 44, resources/assets/styles/common/animations.scss */

  .slide-in-right::after {
    height: 100% !important;
  }

  /* line 48, resources/assets/styles/common/animations.scss */

  .slide-in-right::before {
    width: 75% !important;
  }

  /* line 53, resources/assets/styles/common/animations.scss */

  .slide-in-left {
    left: 0 !important;
    opacity: 1 !important;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  /* line 58, resources/assets/styles/common/animations.scss */

  .slide-in-left::after {
    height: 100% !important;
  }

  /* line 62, resources/assets/styles/common/animations.scss */

  .slide-in-left::before {
    width: 75% !important;
  }

  /* line 67, resources/assets/styles/common/animations.scss */

  .slide-in-top {
    top: 0 !important;
    opacity: 1 !important;
  }

  /* line 71, resources/assets/styles/common/animations.scss */

  .slide-in-top::after {
    height: 100% !important;
  }

  /* line 75, resources/assets/styles/common/animations.scss */

  .slide-in-top::before {
    width: 75% !important;
  }

  /* line 80, resources/assets/styles/common/animations.scss */

  .slide-in-bottom {
    bottom: 0 !important;
    opacity: 1 !important;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  /* line 85, resources/assets/styles/common/animations.scss */

  .slide-in-bottom::after {
    height: 100% !important;
  }

  /* line 89, resources/assets/styles/common/animations.scss */

  .slide-in-bottom::before {
    width: 75% !important;
  }

  /* line 96, resources/assets/styles/common/animations.scss */

  .animate-h h1,
  .animate-h h2,
  .animate-h h3,
  .animate-h h4,
  .animate-h h5,
  .animate-h h6 {
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
  }

  /* line 109, resources/assets/styles/common/animations.scss */

  .animate-h-left h1,
  .animate-h-left h2,
  .animate-h-left h3,
  .animate-h-left h4,
  .animate-h-left h5,
  .animate-h-left h6 {
    left: -100px;
  }

  /* line 120, resources/assets/styles/common/animations.scss */

  .animate-h-right h1,
  .animate-h-right h2,
  .animate-h-right h3,
  .animate-h-right h4,
  .animate-h-right h5,
  .animate-h-right h6 {
    right: -100px;
  }

  /* line 131, resources/assets/styles/common/animations.scss */

  .animate-h-top h1,
  .animate-h-top h2,
  .animate-h-top h3,
  .animate-h-top h4,
  .animate-h-top h5,
  .animate-h-top h6 {
    top: -100px;
  }

  /* line 142, resources/assets/styles/common/animations.scss */

  .animate-h-bottom h1,
  .animate-h-bottom h2,
  .animate-h-bottom h3,
  .animate-h-bottom h4,
  .animate-h-bottom h5,
  .animate-h-bottom h6 {
    bottom: -100px;
  }

  /* line 154, resources/assets/styles/common/animations.scss */

  .animate-p p {
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
  }

  /* line 162, resources/assets/styles/common/animations.scss */

  .animate-p-left p {
    left: -100px;
  }

  /* line 168, resources/assets/styles/common/animations.scss */

  .animate-p-right p {
    right: -100px;
  }

  /* line 174, resources/assets/styles/common/animations.scss */

  .animate-p-top p {
    top: -100px;
  }

  /* line 180, resources/assets/styles/common/animations.scss */

  .animate-p-bottom p {
    bottom: -100px;
  }
}

/* line 186, resources/assets/styles/common/animations.scss */

.bounce-in-left {
  opacity: 1;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

/* line 190, resources/assets/styles/common/animations.scss */

.bounce-in-left h1,
  .bounce-in-left h2,
  .bounce-in-left h3,
  .bounce-in-left p,
  .bounce-in-left .button,
  .bounce-in-left .card {
  position: relative;
  left: 0;
  -webkit-transform: skewX(0deg);
       -o-transform: skewX(0deg);
          transform: skewX(0deg);
}

/* line 201, resources/assets/styles/common/animations.scss */

.bounce-in-left h1 {
  -webkit-animation: bounce-left 1s 1;
}

/* line 205, resources/assets/styles/common/animations.scss */

.bounce-in-left h2 {
  -webkit-animation: bounce-left 1.1s 1;
}

/* line 209, resources/assets/styles/common/animations.scss */

.bounce-in-left h3 {
  -webkit-animation: bounce-left 1.2s 1;
}

/* line 213, resources/assets/styles/common/animations.scss */

.bounce-in-left p {
  -webkit-animation: bounce-left 1.3s 1;
}

/* line 217, resources/assets/styles/common/animations.scss */

.bounce-in-left .button {
  -webkit-animation: bounce-left 1.4s 1;
}

@-webkit-keyframes bounce-left {
  0% {
    left: -50px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

/* line 234, resources/assets/styles/common/animations.scss */

.bounce-in-right {
  opacity: 1;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

/* line 238, resources/assets/styles/common/animations.scss */

.bounce-in-right h1,
  .bounce-in-right h2,
  .bounce-in-right h3,
  .bounce-in-right p,
  .bounce-in-right .button,
  .bounce-in-right .card {
  opacity: 1;
  position: relative;
  right: 0;
  -webkit-transform: skewX(0deg);
       -o-transform: skewX(0deg);
          transform: skewX(0deg);
}

/* line 250, resources/assets/styles/common/animations.scss */

.bounce-in-right h1 {
  -webkit-animation: bounce-right 1s 1;
}

/* line 254, resources/assets/styles/common/animations.scss */

.bounce-in-right h2 {
  -webkit-animation: bounce-right 1.2s 1;
}

/* line 258, resources/assets/styles/common/animations.scss */

.bounce-in-right h3 {
  -webkit-animation: bounce-right 1.2s 1;
}

/* line 262, resources/assets/styles/common/animations.scss */

.bounce-in-right p {
  -webkit-animation: bounce-right 1.4s 1;
}

/* line 266, resources/assets/styles/common/animations.scss */

.bounce-in-right .button {
  -webkit-animation: bounce-right 1.6s 1;
}

@-webkit-keyframes bounce-right {
  0% {
    right: 0;
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
  }

  25% {
    right: 50px;
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }

  50% {
    right: -50px;
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }

  100% {
    right: 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

/* line 295, resources/assets/styles/common/animations.scss */

.bounce-in-top h1,
.bounce-in-top h2,
.bounce-in-top h3,
.bounce-in-top p,
.bounce-in-top .button,
.bounce-in-top .card {
  position: relative;
  left: 0;
  -webkit-transform: skewX(0deg);
       -o-transform: skewX(0deg);
          transform: skewX(0deg);
}

/* line 306, resources/assets/styles/common/animations.scss */

.bounce-in-top h1 {
  -webkit-animation: bounce-top 1s 1;
}

/* line 310, resources/assets/styles/common/animations.scss */

.bounce-in-top h2 {
  -webkit-animation: bounce-top 1.1s 1;
}

/* line 314, resources/assets/styles/common/animations.scss */

.bounce-in-top h3 {
  -webkit-animation: bounce-top 1.2s 1;
}

/* line 318, resources/assets/styles/common/animations.scss */

.bounce-in-top p {
  -webkit-animation: bounce-top 1.3s 1;
}

/* line 322, resources/assets/styles/common/animations.scss */

.bounce-in-top .button {
  -webkit-animation: bounce-top 1.4s 1;
}

@-webkit-keyframes bounce-top {
  0% {
    top: -50px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

/* line 341, resources/assets/styles/common/animations.scss */

.bounce-in-bottom h1,
.bounce-in-bottom h2,
.bounce-in-bottom h3,
.bounce-in-bottom p,
.bounce-in-bottom .button,
.bounce-in-bottom .card {
  position: relative;
  left: 0;
  -webkit-transform: skewX(0deg);
       -o-transform: skewX(0deg);
          transform: skewX(0deg);
}

/* line 352, resources/assets/styles/common/animations.scss */

.bounce-in-bottom h1 {
  -webkit-animation: bounce-bottom 1s 1;
}

/* line 356, resources/assets/styles/common/animations.scss */

.bounce-in-bottom h2 {
  -webkit-animation: bounce-bottom 1.1s 1;
}

/* line 360, resources/assets/styles/common/animations.scss */

.bounce-in-bottom h3 {
  -webkit-animation: bounce-bottom 1.2s 1;
}

/* line 364, resources/assets/styles/common/animations.scss */

.bounce-in-bottom p {
  -webkit-animation: bounce-bottom 1.3s 1;
}

/* line 368, resources/assets/styles/common/animations.scss */

.bounce-in-bottom .button {
  -webkit-animation: bounce-bottom 1.4s 1;
}

@-webkit-keyframes bounce-bottom {
  0% {
    bottom: -50px;
    opacity: 0;
  }

  100% {
    bottom: 0;
    opacity: 1;
  }
}

/* line 388, resources/assets/styles/common/animations.scss */

.border-style-left::after {
  background-color: #E6E9EC;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  bottom: -30px;
  right: -30px;
}

@media (max-width: 1023px) {
  /* line 388, resources/assets/styles/common/animations.scss */

  .border-style-left::after {
    right: -30px;
    height: 100%;
  }
}

/* line 404, resources/assets/styles/common/animations.scss */

.section--full .border-style-left::after {
  right: -30px;
}

/* line 409, resources/assets/styles/common/animations.scss */

.border-style-left::before {
  background-color: #E6E9EC;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -30px;
  right: -30px;
}

@media (max-width: 1023px) {
  /* line 409, resources/assets/styles/common/animations.scss */

  .border-style-left::before {
    width: 100%;
  }
}

/* line 424, resources/assets/styles/common/animations.scss */

.section--full .border-style-left::before {
  right: -30px;
}

@media (max-width: 1023px) {
  /* line 387, resources/assets/styles/common/animations.scss */

  .border-style-left {
    padding-right: 45px !important;
  }

  /* line 432, resources/assets/styles/common/animations.scss */

  .border-style-left::after {
    right: 15px;
  }

  /* line 436, resources/assets/styles/common/animations.scss */

  .border-style-left::before {
    right: 15px;
  }
}

/* line 443, resources/assets/styles/common/animations.scss */

.border-style-right::after {
  background-color: #E6E9EC;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  bottom: -30px;
  left: -30px;
}

@media (max-width: 1023px) {
  /* line 443, resources/assets/styles/common/animations.scss */

  .border-style-right::after {
    height: 100%;
  }
}

/* line 459, resources/assets/styles/common/animations.scss */

.border-style-right::before {
  background-color: #E6E9EC;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -30px;
  left: -30px;
}

@media (max-width: 1023px) {
  /* line 459, resources/assets/styles/common/animations.scss */

  .border-style-right::before {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  /* line 442, resources/assets/styles/common/animations.scss */

  .border-style-right {
    padding-left: 45px !important;
  }

  /* line 478, resources/assets/styles/common/animations.scss */

  .border-style-right::after {
    left: 15px;
  }

  /* line 482, resources/assets/styles/common/animations.scss */

  .border-style-right::before {
    left: 15px;
  }
}

/* line 489, resources/assets/styles/common/animations.scss */

.border-style-left,
.border-style-right {
  position: relative;
}

/* line 493, resources/assets/styles/common/animations.scss */

.border-style-left h3,
  .border-style-right h3 {
  margin-bottom: 45px;
  position: relative;
}

/* line 496, resources/assets/styles/common/animations.scss */

.border-style-left h3::before,
    .border-style-right h3::before {
  background-color: #E6E9EC;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 2px;
}

/* line 507, resources/assets/styles/common/animations.scss */

.section--full .border-style-left h3, .section--full
    .border-style-right h3 {
  margin-bottom: 15px;
}

/* line 510, resources/assets/styles/common/animations.scss */

.section--full .border-style-left h3::before, .section--full
      .border-style-right h3::before {
  display: none;
}

/* line 1, resources/assets/styles/common/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  line-height: 1.25;
  color: #fba614;
}

/* line 10, resources/assets/styles/common/_type.scss */

h1,
h2,
h3,
h4 {
  font-family: gloucester-regular;
}

/* line 17, resources/assets/styles/common/_type.scss */

h5,
h6 {
  font-family: carlito-bold;
}

/* line 22, resources/assets/styles/common/_type.scss */

h1 {
  font-size: 45px;
  color: #0b56aa;
  letter-spacing: 1px;
}

/* line 27, resources/assets/styles/common/_type.scss */

.section-brm--hero h1 {
  font-size: 65px;
  line-height: 1;
}

@media (min-width: 1024px) {
  /* line 22, resources/assets/styles/common/_type.scss */

  h1 {
    font-size: 75px;
  }

  /* line 34, resources/assets/styles/common/_type.scss */

  .section-brm--hero h1 {
    font-size: 100px;
  }
}

/* line 40, resources/assets/styles/common/_type.scss */

h2 {
  font-size: 68px;
}

/* line 44, resources/assets/styles/common/_type.scss */

h3 {
  font-size: 54px;
  letter-spacing: 1.5px;
}

@media (min-width: 1024px) {
  /* line 44, resources/assets/styles/common/_type.scss */

  h3 {
    font-size: 54px;
  }
}

/* line 54, resources/assets/styles/common/_type.scss */

h4 {
  font-size: 44px;
  color: #0b56aa;
}

/* line 58, resources/assets/styles/common/_type.scss */

h5 {
  font-size: 36px;
  color: #0b56aa;
}

/* line 62, resources/assets/styles/common/_type.scss */

h6 {
  font-size: 33px;
}

/* line 66, resources/assets/styles/common/_type.scss */

p,
ul:not([class]) {
  margin-bottom: 15px;
  font-size: 23px;
  color: #05264a;
  line-height: 1.5;
  font-family: carlito-regular;
}

/* line 70, resources/assets/styles/common/_type.scss */

p:last-child,
  ul:not([class]):last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  /* line 66, resources/assets/styles/common/_type.scss */

  p,
    ul:not([class]) {
    font-size: 23px;
  }
}

/* line 78, resources/assets/styles/common/_type.scss */

.section-brm--hero p, .section-brm--hero
  ul:not([class]) {
  font-size: 24px;
}

/* line 83, resources/assets/styles/common/_type.scss */

b,
strong,
span {
  font-family: carlito-bold;
}

/* line 89, resources/assets/styles/common/_type.scss */

a:not([class]) {
  color: #05264a;
  font-family: carlito-bold;
  text-decoration: underline;
}

/* line 93, resources/assets/styles/common/_type.scss */

small,
.small-style {
  color: #0b56aa;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 97, resources/assets/styles/common/_type.scss */

.section-brm--hero small, .section-brm--hero
  .small-style {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

/* line 1, resources/assets/styles/common/_header-type-a.scss */

.header-a {
  margin-top: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 100;
}

/* line 8, resources/assets/styles/common/_header-type-a.scss */

.header-a .header__branding img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1200px) {
  /* line 8, resources/assets/styles/common/_header-type-a.scss */

  .header-a .header__branding img {
    max-width: 250px;
  }
}

@media (max-width: 1023px) {
  /* line 8, resources/assets/styles/common/_header-type-a.scss */

  .header-a .header__branding img {
    max-width: 200px;
  }
}

/* line 24, resources/assets/styles/common/_header-type-a.scss */

.header-a .header__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fba614;
}

/* line 29, resources/assets/styles/common/_header-type-a.scss */

.header-a .w-hamburger {
  background-color: #fff;
  position: relative;
}

/* line 32, resources/assets/styles/common/_header-type-a.scss */

.nav-is-open .header-a .w-hamburger {
  background-color: #0b56aa;
}

/* line 38, resources/assets/styles/common/_header-type-a.scss */

.header-a .nav-toggle span {
  background-color: #fff;
}

/* line 41, resources/assets/styles/common/_header-type-a.scss */

.header-a .nav-toggle span::before, .header-a .nav-toggle span::after {
  background-color: #fff;
}

/* line 45, resources/assets/styles/common/_header-type-a.scss */

.nav-is-open .header-a .nav-toggle span::before, .nav-is-open .header-a .nav-toggle span::after {
  opacity: 1;
}

/* line 53, resources/assets/styles/common/_header-type-a.scss */

.header-a nav {
  z-index: 100;
}

@media (max-width: 1023px) {
  /* line 53, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav {
    display: none;
  }

  /* line 61, resources/assets/styles/common/_header-type-a.scss */

  .nav-is-open .header-a nav {
    display: block;
    margin-top: 120px;
    padding: 30px;
    position: absolute;
    width: 100%;
    background-color: #0b56aa;
    left: 0;
    top: 0;
    height: 100vh;
  }

  /* line 68, resources/assets/styles/common/_header-type-a.scss */

  .nav-is-open .header-a nav a {
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
    font-family: carlito-bold;
  }

  /* line 71, resources/assets/styles/common/_header-type-a.scss */

  .nav-is-open .header-a nav a span {
    padding-left: 0.5rem;
    font-family: carlito-bold;
  }
}

@media (min-width: 1024px) {
  /* line 78, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav .primary-nav-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  /* line 78, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav .primary-nav-a {
    position: relative;
    margin-bottom: 30px;
  }

  /* line 86, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav .primary-nav-a::after {
    background-color: #fff;
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    bottom: -15px;
  }
}

@media (min-width: 1024px) {
  /* line 97, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav li {
    margin-left: 15px;
  }
}

@media (max-width: 1023px) {
  /* line 97, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav li {
    margin-top: 0.5rem;
  }
}

/* line 106, resources/assets/styles/common/_header-type-a.scss */

.header-a nav li a {
  text-transform: uppercase;
  line-height: 1.5;
  color: #72777b;
  font-size: 18px;
}

@media (max-width: 1200px) {
  /* line 106, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav li a {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  /* line 106, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav li a {
    color: #fff;
    font-size: 24px;
  }
}

/* line 124, resources/assets/styles/common/_header-type-a.scss */

.header-a nav .menu-item-122 {
  border-width: 2px;
  border-color: #fba614;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 127, resources/assets/styles/common/_header-type-a.scss */

.header-a nav .menu-item-122 a {
  padding: 15px;
  color: #fba614;
}

@media (min-width: 1024px) {
  /* line 133, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav .page-item-2 {
    display: none;
  }
}

/* line 140, resources/assets/styles/common/_header-type-a.scss */

.header-a nav .sub-menu {
  background-color: #fff;
}

@media (min-width: 1024px) {
  /* line 140, resources/assets/styles/common/_header-type-a.scss */

  .header-a nav .sub-menu {
    left: -15px !important;
  }
}

/* line 147, resources/assets/styles/common/_header-type-a.scss */

.header-a nav .sub-menu a {
  text-transform: capitalize;
}

/* line 152, resources/assets/styles/common/_header-type-a.scss */

.header-a nav [data-state="open"] .sub-menu {
  padding: 0;
  margin: 0;
}

/* line 159, resources/assets/styles/common/_header-type-a.scss */

.header-a .header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 159, resources/assets/styles/common/_header-type-a.scss */

  .header-a .header__top .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 169, resources/assets/styles/common/_header-type-a.scss */

.header-a .header__top .container a span,
    .header-a .header__top .container a svg {
  margin-left: 0.5rem;
  font-family: carlito-bold;
}

@media (min-width: 1024px) {
  /* line 168, resources/assets/styles/common/_header-type-a.scss */

  .header-a .header__top .container a {
    margin-left: 30px;
    color: #fff;
    font-family: carlito-bold;
  }
}

/* line 179, resources/assets/styles/common/_header-type-a.scss */

.header-a .header__top .container h6 {
  margin: 0;
}

/* line 186, resources/assets/styles/common/_header-type-a.scss */

#header-fixed .header-a {
  position: fixed;
  width: 100%;
  margin-top: 0;
  top: 0;
}

@media (min-width: 1024px) {
  /* line 196, resources/assets/styles/common/_header-type-a.scss */

  #header-fixed .scroll-head--a {
    margin-top: -60px !important;
  }

  /* line 200, resources/assets/styles/common/_header-type-a.scss */

  #header-fixed .scroll-head--a .header__branding img {
    max-width: 200px;
  }
}

/* line 4, resources/assets/styles/common/_header-type-b.scss */

.header-b {
  padding-bottom: 0.25rem;
  position: relative;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 500;
}

/* line 11, resources/assets/styles/common/_header-type-b.scss */

.header-b .col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, resources/assets/styles/common/_header-type-b.scss */

.nav-is-open .header-b .col--right {
  display: block;
  width: 100%;
}

/* line 19, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__top {
  background-color: #0b56aa;
}

/* line 23, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__top .col--right svg {
  color: #fba614;
}

/* line 27, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__top .col--right .button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 33, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__top .col--left .header--tele,
    .header-b .header__top .col--left .header--dir {
  font-family: carlito-regular;
  font-size: 18px;
  color: #fff;
}

/* line 37, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__top .col--left .header--tele svg,
      .header-b .header__top .col--left .header--dir svg {
  color: #fff;
}

/* line 45, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__bottom {
  padding-top: 15px;
}

@media (max-width: 1023px) {
  /* line 45, resources/assets/styles/common/_header-type-b.scss */

  .header-b .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }

  /* line 51, resources/assets/styles/common/_header-type-b.scss */

  .header-b .header__bottom .mobile--tele {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }

  /* line 54, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b .header__bottom .mobile--tele {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  /* line 57, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b .header__bottom .mobile--tele span {
    display: block;
    font-family: carlito-regular;
    font-size: 24px;
  }

  /* line 66, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b .header__bottom .button {
    display: block;
    margin: 0;
    margin-top: 15px;
    font-size: 28px;
  }
}

/* line 75, resources/assets/styles/common/_header-type-b.scss */

.nav-is-open .header-b .header__bottom {
  position: fixed;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  z-index: 50;
  top: 0;
  left: 0;
}

/* line 86, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__branding {
  width: 20%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  margin-top: -30px;
}

/* line 91, resources/assets/styles/common/_header-type-b.scss */

.header-b .header__branding img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 1023px) {
  /* line 86, resources/assets/styles/common/_header-type-b.scss */

  .header-b .header__branding {
    width: auto;
    margin-top: 0;
    position: absolute;
    max-width: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 105, resources/assets/styles/common/_header-type-b.scss */

.nav-is-open .header-b .header__branding {
  display: none;
}

/* line 111, resources/assets/styles/common/_header-type-b.scss */

.header-b nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 111, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav {
    height: 90px;
  }
}

/* line 121, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav {
  width: 40%;
}

@media (max-width: 1023px) {
  /* line 121, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 129, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b nav .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 137, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav--right,
    .header-b nav .nav--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 137, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--right,
        .header-b nav .nav--left {
    display: none;
  }

  /* line 146, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b nav .nav--right, .nav-is-open
          .header-b nav .nav--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 151, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav--right a,
      .header-b nav .nav--left a {
  font-family: carlito-bold;
  color: #05264a;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 1023px) {
  /* line 151, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--right a,
          .header-b nav .nav--left a {
    font-size: 28px;
  }
}

/* line 160, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .sub-menu {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

/* line 163, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .sub-menu a {
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  /* line 163, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .sub-menu a {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
  }
}

/* line 174, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 177, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav--right .sub-menu {
  left: 15px;
}

@media (min-width: 1024px) {
  /* line 181, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--right a {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  /* line 181, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--right a {
    margin-left: 60px;
  }
}

/* line 193, resources/assets/styles/common/_header-type-b.scss */

.header-b nav .nav--left .sub-menu {
  left: -15px;
}

@media (min-width: 1024px) {
  /* line 197, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--left a {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  /* line 197, resources/assets/styles/common/_header-type-b.scss */

  .header-b nav .nav--left a {
    margin-right: 60px;
  }
}

/* line 210, resources/assets/styles/common/_header-type-b.scss */

.header-b .w-hamburger {
  background-color: #0b56aa;
}

/* line 213, resources/assets/styles/common/_header-type-b.scss */

.nav-is-open .header-b .w-hamburger {
  background-color: #fff;
  margin-bottom: 30px;
}

/* line 219, resources/assets/styles/common/_header-type-b.scss */

.header-b .nav-toggle span {
  background-color: #0b56aa;
}

/* line 222, resources/assets/styles/common/_header-type-b.scss */

.header-b .nav-toggle span::before, .header-b .nav-toggle span::after {
  background-color: #0b56aa;
}

/* line 226, resources/assets/styles/common/_header-type-b.scss */

.nav-is-open .header-b .nav-toggle span::before, .nav-is-open .header-b .nav-toggle span::after {
  opacity: 1;
}

@media (max-width: 1023px) {
  /* line 234, resources/assets/styles/common/_header-type-b.scss */

  .header-b #menu-nav-type-b-left.nav,
    .header-b #menu-nav-type-b-right.nav {
    display: none;
  }

  /* line 239, resources/assets/styles/common/_header-type-b.scss */

  .nav-is-open .header-b #menu-nav-type-b-left.nav, .nav-is-open
      .header-b #menu-nav-type-b-right.nav {
    display: block;
  }
}

/* line 246, resources/assets/styles/common/_header-type-b.scss */

#header-fixed .header-b {
  position: fixed;
  width: 100%;
  background-color: #fba614;
  margin-top: 0;
  top: 0;
}

@media (min-width: 1024px) {
  /* line 256, resources/assets/styles/common/_header-type-b.scss */

  #header-fixed .scroll-head--b {
    margin-top: -60px !important;
  }

  /* line 260, resources/assets/styles/common/_header-type-b.scss */

  #header-fixed .scroll-head--b .header__branding {
    width: 15%;
    margin-top: 15px;
  }
}

/* line 4, resources/assets/styles/common/_header-type-c.scss */

.header-c {
  position: relative;
  margin-top: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 100;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.7);
}

/* line 12, resources/assets/styles/common/_header-type-c.scss */

.header-c .header__left {
  position: relative;
}

@media (max-width: 1023px) {
  /* line 12, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1024px) {
  /* line 20, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__left::after {
    position: absolute;
    content: "";
    left: 100%;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 115px solid white;
    border-right: 110px solid transparent;
  }

  /* line 31, resources/assets/styles/common/_header-type-c.scss */

  #header-fixed .header-c .header__left::after {
    border-top: 116px solid white;
  }
}

/* line 37, resources/assets/styles/common/_header-type-c.scss */

.header-c .header__left .logo__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  display: block;
  padding-left: 15px;
  padding-right: 45px;
  max-width: 350px;
}

@media (max-width: 1023px) {
  /* line 37, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__left .logo__container {
    margin-right: auto;
    margin-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
}

/* line 46, resources/assets/styles/common/_header-type-c.scss */

.header-c .header__left .logo__container .header__branding {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
}

/* line 49, resources/assets/styles/common/_header-type-c.scss */

.header-c .header__left .logo__container .header__branding img {
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  padding-right: 15px;
  margin-top: 30px;
  max-width: 250px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1023px) {
  /* line 49, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__left .logo__container .header__branding img {
    margin-left: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 150px;
  }
}

/* line 65, resources/assets/styles/common/_header-type-c.scss */

.header-c .inner__block {
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 1023px) {
  /* line 65, resources/assets/styles/common/_header-type-c.scss */

  .header-c .inner__block {
    padding-right: 0;
  }
}

/* line 77, resources/assets/styles/common/_header-type-c.scss */

.header-c .header__top h6 {
  margin: 0;
}

@media (min-width: 1024px) {
  /* line 76, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 86, resources/assets/styles/common/_header-type-c.scss */

  .header-c .header__top a {
    margin-left: 30px;
  }
}

/* line 92, resources/assets/styles/common/_header-type-c.scss */

.header-c [data-state="open"] .sub-menu {
  padding: 0;
  margin: 0;
}

/* line 97, resources/assets/styles/common/_header-type-c.scss */

.header-c .w-hamburger {
  background-color: #fff;
  position: absolute;
  right: 15px;
  margin-top: 35px;
  z-index: 100;
}

/* line 104, resources/assets/styles/common/_header-type-c.scss */

.nav-is-open .header-c .w-hamburger {
  background-color: #0b56aa;
  margin-bottom: 30px;
}

/* line 109, resources/assets/styles/common/_header-type-c.scss */

.header-c .nav-toggle {
  z-index: 500;
}

/* line 112, resources/assets/styles/common/_header-type-c.scss */

.header-c .nav-toggle span {
  background-color: #0b56aa;
}

/* line 115, resources/assets/styles/common/_header-type-c.scss */

.header-c .nav-toggle span::before, .header-c .nav-toggle span::after {
  background-color: #0b56aa;
}

/* line 119, resources/assets/styles/common/_header-type-c.scss */

.nav-is-open .header-c .nav-toggle span::before, .nav-is-open .header-c .nav-toggle span::after {
  background-color: #fff;
  opacity: 1;
}

/* line 130, resources/assets/styles/common/_header-type-c.scss */

.header-c nav .primary-nav-c {
  z-index: 100;
}

/* line 133, resources/assets/styles/common/_header-type-c.scss */

.header-c nav .primary-nav-c li {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  /* line 130, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav .primary-nav-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }

  /* line 140, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav .primary-nav-c li {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 145, resources/assets/styles/common/_header-type-c.scss */

.header-c nav .primary-nav-c a {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 1023px) {
  /* line 145, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav .primary-nav-c a {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  /* line 156, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav .primary-nav-c .sub-menu {
    left: -15px !important;
    background: -webkit-linear-gradient(315deg, var(--primary-3) 40%, var(--primary-1) 100%);
    background: -o-linear-gradient(315deg, var(--primary-3) 40%, var(--primary-1) 100%);
    background: linear-gradient(135deg, var(--primary-3) 40%, var(--primary-1) 100%);
  }

  /* line 161, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav .primary-nav-c .sub-menu li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  /* line 129, resources/assets/styles/common/_header-type-c.scss */

  .header-c nav {
    display: none;
  }

  /* line 173, resources/assets/styles/common/_header-type-c.scss */

  .nav-is-open .header-c nav {
    display: block;
    margin-top: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    background: -webkit-linear-gradient(315deg, var(--primary-3) 0%, var(--primary-1) 100%);
    background: -o-linear-gradient(315deg, var(--primary-3) 0%, var(--primary-1) 100%);
    background: linear-gradient(135deg, var(--primary-3) 0%, var(--primary-1) 100%);
  }

  /* line 180, resources/assets/styles/common/_header-type-c.scss */

  .nav-is-open .header-c nav a {
    text-transform: uppercase;
    line-height: 1.5;
  }
}

/* line 187, resources/assets/styles/common/_header-type-c.scss */

.logged-in .header-c {
  margin-top: 30px !important;
}

/* line 192, resources/assets/styles/common/_header-type-c.scss */

#header-fixed .header-c {
  position: fixed;
  width: 100%;
  margin-top: 0;
  top: 0;
}

@media (min-width: 1024px) {
  /* line 202, resources/assets/styles/common/_header-type-c.scss */

  #header-fixed .scroll-head--c {
    margin-top: -60px !important;
  }

  /* line 206, resources/assets/styles/common/_header-type-c.scss */

  #header-fixed .scroll-head--c .header__branding img {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
}

/* line 4, resources/assets/styles/common/_header-type-d.scss */

.header-d {
  position: relative;
  margin-top: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 20;
}

/* line 10, resources/assets/styles/common/_header-type-d.scss */

.header-d [data-state="open"] .sub-menu {
  padding: 0;
  margin: 0;
}

/* line 14, resources/assets/styles/common/_header-type-d.scss */

.header-d .header__branding img {
  max-width: 340px;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (max-width: 1185px) {
  /* line 14, resources/assets/styles/common/_header-type-d.scss */

  .header-d .header__branding img {
    max-width: 200px;
  }
}

/* line 24, resources/assets/styles/common/_header-type-d.scss */

.header-d .w-hamburger {
  background-color: #fff;
  margin-right: 0;
  margin-left: auto;
  right: 15px;
  margin-top: 0;
  z-index: 100;
}

/* line 31, resources/assets/styles/common/_header-type-d.scss */

.nav-is-open .header-d .w-hamburger {
  background-color: transparent;
}

/* line 36, resources/assets/styles/common/_header-type-d.scss */

.header-d .nav-toggle {
  z-index: 500;
}

/* line 39, resources/assets/styles/common/_header-type-d.scss */

.header-d .nav-toggle span {
  background-color: #fff;
}

/* line 42, resources/assets/styles/common/_header-type-d.scss */

.header-d .nav-toggle span::before, .header-d .nav-toggle span::after {
  background-color: #fff;
}

/* line 46, resources/assets/styles/common/_header-type-d.scss */

.nav-is-open .header-d .nav-toggle span::before, .nav-is-open .header-d .nav-toggle span::after {
  background-color: #fff;
  opacity: 1;
  background-color: white !important;
}

@media (min-width: 1024px) {
  /* line 56, resources/assets/styles/common/_header-type-d.scss */

  .header-d .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 60, resources/assets/styles/common/_header-type-d.scss */

  .header-d .header__contact .button {
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 65, resources/assets/styles/common/_header-type-d.scss */

.header-d .header__contact a {
  color: #fff;
  font-family: carlito-bold;
  font-size: 24px;
}

@media (max-width: 1370px) {
  /* line 65, resources/assets/styles/common/_header-type-d.scss */

  .header-d .header__contact a {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  /* line 65, resources/assets/styles/common/_header-type-d.scss */

  .header-d .header__contact a {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  /* line 80, resources/assets/styles/common/_header-type-d.scss */

  .header-d .current_page_item,
    .header-d .current_page_parent {
    position: relative;
  }

  /* line 86, resources/assets/styles/common/_header-type-d.scss */

  .header-d .current_page_item a::after,
      .header-d .current_page_parent a::after {
    position: absolute;
    width: 100%;
    background-color: #E6E9EC;
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: "";
    height: 2px;
    bottom: 10px;
    left: 7px;
    right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1023px) {
  /* line 86, resources/assets/styles/common/_header-type-d.scss */

  .header-d .current_page_item a::after,
      .header-d .current_page_parent a::after {
    left: 0;
  }
}

@media (min-width: 1024px) {
  /* line 101, resources/assets/styles/common/_header-type-d.scss */

  .header-d .current_page_item .sub-menu a::after,
      .header-d .current_page_parent .sub-menu a::after {
    display: none;
  }
}

/* line 108, resources/assets/styles/common/_header-type-d.scss */

.header-d nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  /* line 108, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 115, resources/assets/styles/common/_header-type-d.scss */

.header-d nav .primary-nav-a {
  z-index: 100;
}

/* line 118, resources/assets/styles/common/_header-type-d.scss */

.header-d nav .primary-nav-a li {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  /* line 115, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-right: 60px;
  }

  /* line 125, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a li {
    margin-left: 0.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1370px) {
  /* line 115, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a {
    margin-right: 15px;
  }

  /* line 133, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

/* line 138, resources/assets/styles/common/_header-type-d.scss */

.header-d nav .primary-nav-a a {
  text-transform: uppercase;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1185px) {
  /* line 138, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a a {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  /* line 138, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a a {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  /* line 153, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a .sub-menu {
    background-color: #fff;
    left: -15px !important;
  }

  /* line 159, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav .primary-nav-a .sub-menu li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  /* line 108, resources/assets/styles/common/_header-type-d.scss */

  .header-d nav {
    display: none;
  }

  /* line 171, resources/assets/styles/common/_header-type-d.scss */

  .nav-is-open .header-d nav {
    display: block;
    margin-top: 0;
    padding: 30px;
    position: fixed;
    width: 100%;
    background-color: #fba614;
    left: 0;
    top: 0;
    height: 100vh;
  }

  /* line 178, resources/assets/styles/common/_header-type-d.scss */

  .nav-is-open .header-d nav a {
    text-transform: uppercase;
    line-height: 1.5;
  }
}

/* line 185, resources/assets/styles/common/_header-type-d.scss */

.logged-in .header-d {
  margin-top: 30px !important;
}

/* line 189, resources/assets/styles/common/_header-type-d.scss */

.header-d .contact-icon {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

@media (min-width: 1024px) {
  /* line 193, resources/assets/styles/common/_header-type-d.scss */

  .header-d:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  }

  /* line 199, resources/assets/styles/common/_header-type-d.scss */

  .header-d:hover .header__branding img,
      .header-d:hover .contact-icon {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }

  /* line 204, resources/assets/styles/common/_header-type-d.scss */

  .header-d:hover .primary-nav-a a,
      .header-d:hover .header__contact a {
    color: #fba614;
  }

  /* line 209, resources/assets/styles/common/_header-type-d.scss */

  .header-d:hover .button {
    color: white !important;
  }
}

/* line 216, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .header-d {
  position: fixed;
  width: 100%;
  margin-top: 0;
  top: 0;
}

/* line 226, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .scroll-head--d {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

/* line 231, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .scroll-head--d .header__branding img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

@media (min-width: 1024px) {
  /* line 236, resources/assets/styles/common/_header-type-d.scss */

  #header-fixed .scroll-head--d .primary-nav-a a {
    color: #fba614;
  }

  /* line 241, resources/assets/styles/common/_header-type-d.scss */

  #header-fixed .scroll-head--d .header__contact a {
    color: #fba614;
  }

  /* line 245, resources/assets/styles/common/_header-type-d.scss */

  #header-fixed .scroll-head--d .header__contact .button {
    color: white;
  }

  /* line 250, resources/assets/styles/common/_header-type-d.scss */

  #header-fixed .scroll-head--d .sub-menu {
    background-color: #fff;
  }
}

/* line 256, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .scroll-head--d .w-hamburger span {
  background-color: #fba614;
}

/* line 259, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .scroll-head--d .w-hamburger span::before, #header-fixed .scroll-head--d .w-hamburger span::after {
  background-color: #fba614;
}

/* line 266, resources/assets/styles/common/_header-type-d.scss */

#header-fixed .scroll-head--d .contact-icon {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/* line 273, resources/assets/styles/common/_header-type-d.scss */

.form__toggle {
  width: 100%;
  position: fixed;
  overflow: scroll;
  right: -100%;
  z-index: 30;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1023px) {
  /* line 273, resources/assets/styles/common/_header-type-d.scss */

  .form__toggle {
    padding-bottom: 90px;
    max-height: 1000px;
  }
}

/* line 288, resources/assets/styles/common/_header-type-d.scss */

.form__toggle p {
  font-size: 18px;
}

/* line 292, resources/assets/styles/common/_header-type-d.scss */

.form__toggle .form__toggle--inner {
  max-width: 90%;
}

/* line 296, resources/assets/styles/common/_header-type-d.scss */

.display_form .form__toggle {
  right: 0;
}

/* line 302, resources/assets/styles/common/_header-type-d.scss */

.form__toggle .gfield_required {
  color: white !important;
}

/* line 306, resources/assets/styles/common/_header-type-d.scss */

.form__toggle input,
  .form__toggle select,
  .form__toggle textarea {
  margin-bottom: 15px;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid white !important;
  color: white;
}

/* line 316, resources/assets/styles/common/_header-type-d.scss */

.form__toggle textarea {
  height: 100px !important;
}

/* line 320, resources/assets/styles/common/_header-type-d.scss */

.form__toggle .gform_button {
  padding: 15px 30px;
  padding-top: 20px;
  background-color: #feba12 !important;
  border: none !important;
}

/* line 328, resources/assets/styles/common/_header-type-d.scss */

.pop__icon {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

/* line 332, resources/assets/styles/common/_header-type-d.scss */

.button--close {
  position: absolute;
  color: #fff;
  font-size: 54px;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

/* line 2, resources/assets/styles/components/_hero.scss */

.brm-hero .w-ful {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 6, resources/assets/styles/components/_hero.scss */

.brm-hero .slick-list {
  width: 100%;
}

/* line 14, resources/assets/styles/components/_hero.scss */

.home .section-brm--hero .container,
.wp-core-ui .section-brm--hero .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 19, resources/assets/styles/components/_hero.scss */

#header-fixed .home .section-brm--hero, #header-fixed
.wp-core-ui .section-brm--hero {
  margin-top: 60px;
}

@media (min-width: 1024px) {
  /* line 19, resources/assets/styles/components/_hero.scss */

  #header-fixed .home .section-brm--hero, #header-fixed
    .wp-core-ui .section-brm--hero {
    margin-top: 105px;
  }
}

/* line 28, resources/assets/styles/components/_hero.scss */

.section-brm--hero .hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: right;
  height: auto;
}

@media (max-width: 1023px) {
  /* line 28, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .hero_content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 37, resources/assets/styles/components/_hero.scss */

.section-brm--hero .hero_content h1 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 42, resources/assets/styles/components/_hero.scss */

.section-brm--hero .hero_content--container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 47, resources/assets/styles/components/_hero.scss */

.section-brm--hero .ml-0 .hero_content--container {
  margin-right: 0;
  padding-left: 15px;
  max-width: 720px;
}

@media (max-width: 1023px) {
  /* line 47, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .ml-0 .hero_content--container {
    max-width: 100%;
  }

  /* line 55, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .ml-0 .hero_content--container img {
    display: inline-block;
  }
}

/* line 62, resources/assets/styles/components/_hero.scss */

.section-brm--hero .mr-0 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 65, resources/assets/styles/components/_hero.scss */

.section-brm--hero .mr-0 .hero_content--container {
  margin-right: 0;
  text-align: right;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  max-width: 750px;
}

@media (max-width: 1023px) {
  /* line 65, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .mr-0 .hero_content--container {
    text-align: left;
  }
}

/* line 75, resources/assets/styles/components/_hero.scss */

.section-brm--hero .mr-0 .hero_content--container img {
  display: inline-block;
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

@media (max-width: 1023px) {
  /* line 75, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .mr-0 .hero_content--container img {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  /* line 65, resources/assets/styles/components/_hero.scss */

  .section-brm--hero .mr-0 .hero_content--container {
    max-width: 100%;
  }
}

/* line 1, resources/assets/styles/common/_hero-type-a.scss */

.section-brm--hero {
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  /* line 1, resources/assets/styles/common/_hero-type-a.scss */

  .section-brm--hero {
    min-height: 350px !important;
  }

  /* line 7, resources/assets/styles/common/_hero-type-a.scss */

  .home .section-brm--hero {
    padding: 60px 0;
  }
}

/* line 12, resources/assets/styles/common/_hero-type-a.scss */

.section-brm--hero .slick-dots {
  position: relative;
  text-align: center;
  margin-top: -45px;
}

@media (min-width: 1024px) {
  /* line 12, resources/assets/styles/common/_hero-type-a.scss */

  .section-brm--hero .slick-dots {
    margin-top: -75px;
  }
}

/* line 24, resources/assets/styles/common/_hero-type-a.scss */

#header-fixed .brm-hero {
  margin-top: 90px;
}

/* line 1, resources/assets/styles/common/_hero-type-b.scss */

.section-brm--hero {
  width: 100%;
  overflow: hidden;
}

/* line 6, resources/assets/styles/common/_hero-type-b.scss */

.section-brm--hero .hero__video {
  width: 100%;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 20, resources/assets/styles/common/_hero-type-b.scss */

.section-brm--hero .hero_content {
  position: relative;
  z-index: 10;
}

@media (max-width: 1023px) {
  /* line 20, resources/assets/styles/common/_hero-type-b.scss */

  .section-brm--hero .hero_content {
    min-height: auto !important;
  }
}

@media (max-width: 1023px) {
  /* line 1, resources/assets/styles/common/_hero-type-c.scss */

  .hero__type--c {
    max-height: auto !important;
  }
}

/* line 8, resources/assets/styles/common/_hero-type-c.scss */

.hero__carousel__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media (max-width: 1023px) {
  /* line 8, resources/assets/styles/common/_hero-type-c.scss */

  .hero__carousel__image {
    min-height: 350px !important;
  }
}

/* line 1, resources/assets/styles/common/_hero-type-d.scss */

.hero__video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1023px) {
  /* line 15, resources/assets/styles/common/_hero-type-d.scss */

  .hero__type--c {
    min-height: 350px !important;
  }
}

/* line 20, resources/assets/styles/common/_hero-type-d.scss */

.hero__type--c .slick-arrow {
  top: 20%;
}

/* line 24, resources/assets/styles/common/_hero-type-d.scss */

.hero__type--c .hero_content--container {
  text-align: center;
}

@media (max-width: 1023px) {
  /* line 24, resources/assets/styles/common/_hero-type-d.scss */

  .hero__type--c .hero_content--container {
    text-align: left;
  }
}

/* line 1, resources/assets/styles/common/_contact-type-a.scss */

.max-contained .contact--inner {
  padding: 0 15px !important;
}

/* line 6, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 6, resources/assets/styles/common/_contact-type-a.scss */

  .contact-a .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 15, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container .contact-info,
  .contact-a .container iframe {
  width: 50%;
}

@media (max-width: 1023px) {
  /* line 15, resources/assets/styles/common/_contact-type-a.scss */

  .contact-a .container .contact-info,
      .contact-a .container iframe {
    width: 100%;
  }
}

/* line 24, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container .contact--inner {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  max-width: 715px;
}

@media (max-width: 1023px) {
  /* line 24, resources/assets/styles/common/_contact-type-a.scss */

  .contact-a .container .contact--inner {
    margin-left: initial;
  }
}

/* line 34, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container address,
  .contact-a .container .contact-info--tel,
  .contact-a .container .contact-info--email,
  .contact-a .container .contact-info--hours {
  position: relative;
  font-size: 23px;
}

/* line 40, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container address a,
    .contact-a .container address span,
    .contact-a .container .contact-info--tel a,
    .contact-a .container .contact-info--tel span,
    .contact-a .container .contact-info--email a,
    .contact-a .container .contact-info--email span,
    .contact-a .container .contact-info--hours a,
    .contact-a .container .contact-info--hours span {
  color: #05264a;
  font-family: carlito-regular;
  text-decoration: none;
}

/* line 46, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container h3 {
  color: #05264a;
}

/* line 50, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container .site__title {
  margin-bottom: 0;
  color: #05264a;
  font-family: carlito-bold;
}

/* line 54, resources/assets/styles/common/_contact-type-a.scss */

.contact-a .container .contact-info--directions {
  text-decoration: underline;
}

/* line 2, resources/assets/styles/common/_contact-type-b.scss */

.contact-b strong {
  text-transform: uppercase;
}

/* line 6, resources/assets/styles/common/_contact-type-b.scss */

.contact-b textarea {
  height: 80px !important;
}

@media (max-width: 1023px) {
  /* line 10, resources/assets/styles/common/_contact-type-b.scss */

  .contact-b .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 15, resources/assets/styles/common/_contact-type-b.scss */

.contact-b .section .phone--icon {
  color: #fff;
  padding-left: 30px;
  position: relative;
}

/* line 18, resources/assets/styles/common/_contact-type-b.scss */

.contact-b .section .phone--icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(/app/themes/sage/resources/assets/images/phone-white.svg);
}

@media (min-width: 1024px) {
  /* line 31, resources/assets/styles/common/_contact-type-b.scss */

  .contact-b .contact__info {
    padding-left: 20%;
  }
}

/* line 7, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_branding {
  max-width: 300px;
}

@media (max-width: 1200px) {
  /* line 7, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_branding {
    max-width: 250px;
  }
}

@media (max-width: 1023px) {
  /* line 7, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_branding {
    max-width: 100%;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  /* line 19, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 28, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .copyright {
  color: #E6E9EC;
  text-align: right;
}

@media (max-width: 1023px) {
  /* line 28, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .copyright {
    text-align: center;
  }
}

/* line 35, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .copyright a,
  .footer-a .copyright span {
  color: #E6E9EC;
}

/* line 41, resources/assets/styles/common/_footer-type-a.scss */

.footer-a nav {
  width: 100%;
}

/* line 47, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .menu-item-208 a,
.footer-a .menu-item-209 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

@media (max-width: 1023px) {
  /* line 45, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .menu-item-208,
  .footer-a .menu-item-209 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* line 57, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1023px) {
  /* line 57, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_nav {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 68, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_nav li + li {
  margin-left: 30px;
}

@media (max-width: 1336px) {
  /* line 68, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_nav li + li {
    margin-left: 15px;
  }
}

@media (max-width: 1023px) {
  /* line 68, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_nav li + li {
    margin-left: 0;
  }
}

/* line 80, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_nav a {
  text-transform: uppercase;
  color: #E6E9EC;
  font-size: 16px;
}

@media (max-width: 1023px) {
  /* line 80, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_nav a {
    font-size: 20px;
  }
}

/* line 90, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_nav .menu-item-437 {
  padding: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 2px;
  border-color: #fba614;
  border-radius: 20px;
  max-width: 175px;
  margin-top: -10px;
}

@media (max-width: 1023px) {
  /* line 90, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .footer_nav .menu-item-437 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

/* line 101, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .footer_nav .menu-item-437 a {
  color: #fba614;
}

@media (max-width: 1023px) {
  /* line 107, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 112, resources/assets/styles/common/_footer-type-a.scss */

.footer-a .social_icons .social-icon {
  height: auto;
  width: 30px;
}

@media (max-width: 1023px) {
  /* line 112, resources/assets/styles/common/_footer-type-a.scss */

  .footer-a .social_icons .social-icon {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (max-width: 1023px) {
  /* line 2, resources/assets/styles/common/_footer-type-b.scss */

  .footer-b .column {
    margin-top: 30px;
  }

  /* line 6, resources/assets/styles/common/_footer-type-b.scss */

  .footer-b .column:nth-child(1) {
    display: none;
  }
}

/* line 12, resources/assets/styles/common/_footer-type-b.scss */

.footer-b .footer_branding img {
  padding-right: 15px;
}

/* line 16, resources/assets/styles/common/_footer-type-b.scss */

.footer-b p,
.footer-b a,
.footer-b span {
  font-family: carlito-bold;
  color: #72777b;
  font-size: 18px;
}

@media (max-width: 1200px) {
  /* line 16, resources/assets/styles/common/_footer-type-b.scss */

  .footer-b p,
    .footer-b a,
    .footer-b span {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  /* line 16, resources/assets/styles/common/_footer-type-b.scss */

  .footer-b p,
    .footer-b a,
    .footer-b span {
    font-size: 18px;
  }
}

/* line 32, resources/assets/styles/common/_footer-type-b.scss */

.footer-b .button {
  color: #fff;
}

/* line 37, resources/assets/styles/common/_footer-type-b.scss */

.footer-b address span {
  margin: 0;
}

/* line 42, resources/assets/styles/common/_footer-type-b.scss */

.footer-b .copyright,
.footer-b .copyright span,
.footer-b .copyright a {
  font-family: carlito-regular;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

/* line 50, resources/assets/styles/common/_footer-type-b.scss */

.footer-b .copyright {
  width: 100%;
}

@media (max-width: 1023px) {
  /* line 50, resources/assets/styles/common/_footer-type-b.scss */

  .footer-b .copyright {
    margin-top: 15px;
    width: 75%;
  }
}

/* line 2, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media (max-width: 1023px) {
  /* line 2, resources/assets/styles/common/_footer-type-c.scss */

  .footer-c .footer_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 13, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_nav li {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 16, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_nav li a {
  color: #05264a;
  font-family: carlito-bold;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 20, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_nav li .sub-menu {
  display: none;
}

/* line 25, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_nav .menu-item-has-children &gt; a::after {
  display: none;
}

/* line 31, resources/assets/styles/common/_footer-type-c.scss */

.footer-c .footer_branding img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.button {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-family: carlito-bold;
}

/* line 5, resources/assets/styles/components/_buttons.scss */

.button--primary {
  color: #fff;
  background-color: #0b56aa;
}

@media (hover: hover) {
  /* line 10, resources/assets/styles/components/_buttons.scss */

  .button--primary:hover {
    background-color: #0b56aa;
  }
}

/* line 16, resources/assets/styles/components/_buttons.scss */

.button--secondary,
.gform_button {
  position: relative;
  color: #fff;
  background-color: #fba614;
}

@media (hover: hover) {
  /* line 22, resources/assets/styles/components/_buttons.scss */

  .button--secondary:hover,
    .gform_button:hover {
    background-color: #fba614;
  }
}

/* line 28, resources/assets/styles/components/_buttons.scss */

.button--white {
  color: #0b56aa;
  background-color: #fff;
}

@media (hover: hover) {
  /* line 33, resources/assets/styles/components/_buttons.scss */

  .button--white:hover {
    background-color: #fff;
  }
}

/* line 1, resources/assets/styles/components/_nav.scss */

.menu-item {
  position: relative;
}

@media (max-width: 1023px) {
  /* line 8, resources/assets/styles/components/_nav.scss */

  #menu-nav-header-type-a .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  /* line 14, resources/assets/styles/components/_nav.scss */

  .menu-item-200 {
    display: none;
  }
}

/* line 20, resources/assets/styles/components/_nav.scss */

.sub-menu {
  display: none;
}

/* line 23, resources/assets/styles/components/_nav.scss */

[data-state="open"] .sub-menu {
  display: block;
  margin-bottom: 0.75rem;
  padding-left: 0;
  padding-top: 15px;
}

@media (min-width: 1024px) {
  /* line 28, resources/assets/styles/components/_nav.scss */

  .menu-item:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: -15px;
    padding-left: 0;
    left: 0;
    min-width: 275px;
  }
}

/* line 37, resources/assets/styles/components/_nav.scss */

.sub-menu li {
  padding: 0;
}

/* line 43, resources/assets/styles/components/_nav.scss */

.nav-toggle span {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

/* line 47, resources/assets/styles/components/_nav.scss */

.nav-toggle span::before, .nav-toggle span::after {
  content: "";
  -webkit-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.25rem;
}

/* line 55, resources/assets/styles/components/_nav.scss */

.nav-toggle span::before {
  top: -10px;
  -webkit-transition: top 0.2s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.2s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.2s ease-in 0.25s, opacity 0.1s ease-in;
}

/* line 60, resources/assets/styles/components/_nav.scss */

.nav-is-open .nav-toggle span::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s ease-out, opacity 0.1s ease-out 0.12s;
  -o-transition: top 0.2s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.2s ease-out, opacity 0.1s ease-out 0.12s;
}

/* line 67, resources/assets/styles/components/_nav.scss */

.nav-toggle span::after {
  bottom: -10px;
  -webkit-transition: bottom 0.2s ease-in 0.25s, -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s ease-in 0.25s, -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.2s ease-in 0.25s, -o-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s ease-in 0.25s, transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s ease-in 0.25s, transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 72, resources/assets/styles/components/_nav.scss */

.nav-is-open .nav-toggle span::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.2s ease-out, -webkit-transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.2s ease-out, -webkit-transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.2s ease-out, -o-transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.2s ease-out, transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.2s ease-out, transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -o-transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

/* line 80, resources/assets/styles/components/_nav.scss */

.nav-is-open .nav-toggle span {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 88, resources/assets/styles/components/_nav.scss */

.nav {
  padding-left: 0;
  list-style-type: none;
}

/* line 94, resources/assets/styles/components/_nav.scss */

#menu-primary-navigation.nav .sub-menu a,
#menu-footer-navigation.nav .sub-menu a {
  text-transform: capitalize;
  line-height: 1;
}

@media (min-width: 1024px) {
  /* line 100, resources/assets/styles/components/_nav.scss */

  .footer-b #menu-primary-navigation.nav, .footer-b
  #menu-footer-navigation.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  /* line 106, resources/assets/styles/components/_nav.scss */

  #menu-primary-navigation.nav li,
  #menu-footer-navigation.nav li {
    padding-left: 15px;
  }

  /* line 107, resources/assets/styles/components/_nav.scss */

  .footer-b #menu-primary-navigation.nav li, .footer-b
    #menu-footer-navigation.nav li {
    margin: 0;
    padding: 0;
  }
}

/* line 116, resources/assets/styles/components/_nav.scss */

#menu-pagination-navigation.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.5rem;
}

/* line 119, resources/assets/styles/components/_nav.scss */

#menu-pagination-navigation.nav li + li {
  margin-left: 1.25rem;
}

@media (max-width: 1023px) {
  /* line 129, resources/assets/styles/components/_nav.scss */

  .menu-item-has-children &gt; a::after {
    display: inline-block;
    color: #0b56aa;
    margin-left: 0.5rem;
    font-family: Font Awesome\ 5 Pro Solid;
    content: "\F078";
  }

  /* line 137, resources/assets/styles/components/_nav.scss */

  .menu-item-has-children[data-state=open] &gt; a::after {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* line 1, resources/assets/styles/components/_sections.scss */

.section,
.section--contained {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  /* line 1, resources/assets/styles/components/_sections.scss */

  .section,
    .section--contained {
    padding: 0;
  }
}

/* line 10, resources/assets/styles/components/_sections.scss */

.section--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 10, resources/assets/styles/components/_sections.scss */

  .section--split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 19, resources/assets/styles/components/_sections.scss */

.section--split .section__bg {
  min-height: 300px;
}

@media (min-width: 1024px) {
  /* line 19, resources/assets/styles/components/_sections.scss */

  .section--split .section__bg {
    min-height: 450px;
  }
}

/* line 28, resources/assets/styles/components/_sections.scss */

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 31, resources/assets/styles/components/_sections.scss */

.section--contained .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 37, resources/assets/styles/components/_sections.scss */

.section__content__inner {
  padding-right: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  max-width: 690px;
}

/* line 42, resources/assets/styles/components/_sections.scss */

.two-thirds .section__content__inner {
  max-width: 1270px;
}

/* line 46, resources/assets/styles/components/_sections.scss */

.three-fourth .section__content__inner {
  max-width: 1270px;
}

/* line 50, resources/assets/styles/components/_sections.scss */

.full .section__content__inner {
  max-width: 100%;
}

@media (max-width: 1023px) {
  /* line 37, resources/assets/styles/components/_sections.scss */

  .section__content__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}

/* line 60, resources/assets/styles/components/_sections.scss */

.flip .section__content__inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 30px;
}

/* line 67, resources/assets/styles/components/_sections.scss */

.home .section--full img {
  margin-bottom: 15px;
}

/* line 71, resources/assets/styles/components/_sections.scss */

.home .section--full h4 {
  margin-bottom: 30px;
}

/* line 79, resources/assets/styles/components/_sections.scss */

.has-action {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 1023px) {
  /* line 85, resources/assets/styles/components/_sections.scss */

  .section__content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    left: auto !important;
    right: auto !important;
  }
}

/* line 95, resources/assets/styles/components/_sections.scss */

.flip .section__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 99, resources/assets/styles/components/_sections.scss */

.flip .section__bg,
.flip .slider--images {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) {
  /* line 107, resources/assets/styles/components/_sections.scss */

  .normal .section__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 111, resources/assets/styles/components/_sections.scss */

  .normal .section__bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 118, resources/assets/styles/components/_sections.scss */

.row {
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 123, resources/assets/styles/components/_sections.scss */

  .row .column {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 131, resources/assets/styles/components/_sections.scss */

  .social-icon {
    margin-right: 15px;
  }
}

/* line 136, resources/assets/styles/components/_sections.scss */

.social-icon svg {
  height: 45px;
  width: 45px;
  fill: #0b56aa;
}

@media (min-width: 768px) {
  @apply mr-30;

  /* line 146, resources/assets/styles/components/_sections.scss */

  .edit-post-visual-editor .editor-post-title,
  .edit-post-visual-editor .editor-block-list__block {
    max-width: 1100px;
  }
}

/* line 152, resources/assets/styles/components/_sections.scss */

.slide--image {
  background-size: cover;
  background-position: center;
  padding-bottom: 25%;
}

/* line 2, resources/assets/styles/components/_cta.scss */

.brm-cta h1,
.brm-cta h2,
.brm-cta h3,
.brm-cta h4,
.brm-cta h5,
.brm-cta h6 {
  color: #fff;
}

/* line 4, resources/assets/styles/components/_landing.scss */

.page-template-template-landing #menu-nav-header-type-a li,
.page-template-template-landing #menu-footer-type-a li {
  display: none;
}

/* line 7, resources/assets/styles/components/_landing.scss */

.page-template-template-landing #menu-nav-header-type-a li:nth-last-child(1), .page-template-template-landing #menu-nav-header-type-a li:nth-last-child(2),
  .page-template-template-landing #menu-footer-type-a li:nth-last-child(1),
  .page-template-template-landing #menu-footer-type-a li:nth-last-child(2) {
  display: block;
}

/* line 15, resources/assets/styles/components/_landing.scss */

.page-template-template-landing .social-icon,
.page-template-template-landing .w-hamburger {
  display: none;
}

/* line 2, resources/assets/styles/components/_property.scss */

.property__contact {
  padding: 0;
  color: #000;
  position: relative;
  height: 100%;
}

/* line 8, resources/assets/styles/components/_property.scss */

.property__contact p,
  .property__contact div,
  .property__contact a,
  .property__contact strong,
  .property__contact label {
  position: relative;
  z-index: 40;
  color: #fff;
}

@media (max-width: 1023px) {
  /* line 2, resources/assets/styles/components/_property.scss */

  .property__contact {
    margin-top: 0.25rem;
  }
}

@media (min-width: 1024px) {
  /* line 2, resources/assets/styles/components/_property.scss */

  .property__contact {
    width: calc(33.3333333333% - 15px);
  }
}

/* line 26, resources/assets/styles/components/_property.scss */

.property__contact form {
  padding: 0;
}

/* line 29, resources/assets/styles/components/_property.scss */

.property__contact form input {
  margin: 15px 0 !important;
}

/* line 33, resources/assets/styles/components/_property.scss */

.property__contact form .gfield {
  padding: 0 !important;
}

/* line 37, resources/assets/styles/components/_property.scss */

.property__contact form textarea {
  margin-top: 15px;
}

/* line 42, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents {
  background-color: #fba614;
  padding: 15px;
}

/* line 45, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent {
  margin-bottom: 15px;
}

/* line 48, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent:nth-last-child(1) {
  margin-bottom: 0;
}

/* line 52, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent .tele__agent,
      .property__contact .property__contact--agents .property__contact--agent .email__agent {
  padding-left: 30px;
  position: relative;
}

/* line 56, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent .tele__agent::before,
        .property__contact .property__contact--agents .property__contact--agent .email__agent::before {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  left: 0;
  top: 10px;
}

/* line 66, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent .tele__agent::before {
  background-image: url(/app/themes/sage/resources/assets/images/phone-white.svg);
}

/* line 72, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--agents .property__contact--agent .email__agent::before {
  background-image: url(/app/themes/sage/resources/assets/images/envelope-white.svg);
}

/* line 79, resources/assets/styles/components/_property.scss */

.property__contact .property__contact--form {
  background-color: #0b56aa;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 84, resources/assets/styles/components/_property.scss */

.section-home-blurb {
  padding-top: 45px;
}

/* line 91, resources/assets/styles/components/_property.scss */

.properties {
  padding-bottom: 60px;
}

/* line 95, resources/assets/styles/components/_property.scss */

.property {
  padding: 30px;
  background-color: #72777b;
}

/* line 98, resources/assets/styles/components/_property.scss */

.single .property {
  background-color: #fff;
  padding: 0;
  padding-top: 30px;
  margin-top: 30px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #E6E9EC;
}

/* line 102, resources/assets/styles/components/_property.scss */

.properties .property {
  width: 100%;
  padding: 15px;
}

@media (min-width: 768px) {
  /* line 102, resources/assets/styles/components/_property.scss */

  .properties .property {
    margin-bottom: 0;
    padding: 30px;
    width: 50%;
  }
}

@media (min-width: 1030px) {
  /* line 102, resources/assets/styles/components/_property.scss */

  .properties .property {
    width: 33.3333%;
  }
}

/* line 127, resources/assets/styles/components/_property.scss */

.hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  top: 0;
  background-color: rgba(54, 134, 65, 0.5);
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 141, resources/assets/styles/components/_property.scss */

.property__thumb {
  width: 100%;
  padding: 175px 0;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 141, resources/assets/styles/components/_property.scss */

  .property__thumb {
    padding: 120px 0;
  }
}

/* line 154, resources/assets/styles/components/_property.scss */

.property__thumb:hover .hover_content {
  top: 0;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 161, resources/assets/styles/components/_property.scss */

.property__title {
  text-align: left;
}

/* line 164, resources/assets/styles/components/_property.scss */

.single .property__title {
  text-align: center;
}

/* line 170, resources/assets/styles/components/_property.scss */

.property-slider {
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 1023px) {
  /* line 170, resources/assets/styles/components/_property.scss */

  .property-slider {
    padding-bottom: 45px;
  }
}

/* line 177, resources/assets/styles/components/_property.scss */

.property-slider .btn {
  margin-top: 45px;
}

/* line 182, resources/assets/styles/components/_property.scss */

.property-slider .property-slide {
  padding: 30px;
  text-align: left;
}

/* line 186, resources/assets/styles/components/_property.scss */

.property-slider .property-slide .property__thumb {
  background-position: center !important;
  background-size: cover !important;
}

/* line 191, resources/assets/styles/components/_property.scss */

.property-slider .property-slide p {
  margin: 0;
}

/* line 196, resources/assets/styles/components/_property.scss */

.property-slider .slick-dots {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}

/* line 199, resources/assets/styles/components/_property.scss */

.property-slider .slick-dots button {
  background-color: #0b56aa;
}

/* line 204, resources/assets/styles/components/_property.scss */

.property-slider .slick-dots .slick-active button {
  background-color: #fba614;
}

/* line 213, resources/assets/styles/components/_property.scss */

.meta_container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-height: 250px;
}

/* line 219, resources/assets/styles/components/_property.scss */

.meta_container h6 {
  margin: 0;
}

/* line 223, resources/assets/styles/components/_property.scss */

.meta_container .btn {
  margin: 0;
}

/* line 228, resources/assets/styles/components/_property.scss */

.property__meta {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 235, resources/assets/styles/components/_property.scss */

.property__meta span {
  color: #0b56aa;
}

/* line 240, resources/assets/styles/components/_property.scss */

.property__meta span:nth-child(2)::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

/* line 250, resources/assets/styles/components/_property.scss */

.property__meta span:nth-child(3)::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

/* line 259, resources/assets/styles/components/_property.scss */

.property__meta .property__meta span:nth-child(4)::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

/* line 270, resources/assets/styles/components/_property.scss */

.property__content {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  /* line 270, resources/assets/styles/components/_property.scss */

  .property__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  /* line 283, resources/assets/styles/components/_property.scss */

  .property__gallery {
    width: 66.666667%;
  }
}

/* line 292, resources/assets/styles/components/_property.scss */

.property__description {
  margin-top: 0.25rem;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 292, resources/assets/styles/components/_property.scss */

  .property__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

/* line 305, resources/assets/styles/components/_property.scss */

.property__left {
  width: 100%;
}

/* line 312, resources/assets/styles/components/_property.scss */

.property-documents {
  margin-top: 0.25rem;
}

/* line 318, resources/assets/styles/components/_property.scss */

.property__details {
  margin-top: 0;
  padding-top: 0.25rem;
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

/* line 326, resources/assets/styles/components/_property.scss */

.property__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid black;
  border-color: #72777b;
}

/* line 337, resources/assets/styles/components/_property.scss */

.single-properties .property__detail span:last-child {
  padding-left: 0.25rem;
  text-align: right;
}

/* line 346, resources/assets/styles/components/_property.scss */

.property__detail + .property__detail {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 1px;
}

/* line 351, resources/assets/styles/components/_property.scss */

.property__reduced {
  width: 100%;
}

/* line 356, resources/assets/styles/components/_property.scss */

.property__gallery__nav {
  margin-top: 0.25rem;
}

/* line 359, resources/assets/styles/components/_property.scss */

.property__gallery__nav img {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (max-width: 767px) {
  /* line 356, resources/assets/styles/components/_property.scss */

  .property__gallery__nav {
    display: none !important;
  }
}

/* line 370, resources/assets/styles/components/_property.scss */

.property__gallery__item {
  outline: none;
  min-height: 250px;
}

/* line 375, resources/assets/styles/components/_property.scss */

.large--slide {
  min-height: 600px;
}

@media (max-width: 767px) {
  /* line 375, resources/assets/styles/components/_property.scss */

  .large--slide {
    min-height: 400px;
  }
}

/* line 383, resources/assets/styles/components/_property.scss */

.property__gallery__large {
  margin-bottom: 15px;
}

/* line 387, resources/assets/styles/components/_property.scss */

.property__pagination li {
  margin-top: 0 !important;
}

/* line 392, resources/assets/styles/components/_property.scss */

.next-post,
.prev-post,
.all-posts {
  color: #fba614;
  position: relative;
}

/* line 397, resources/assets/styles/components/_property.scss */

.next-post::before, .next-post::after,
  .prev-post::before,
  .prev-post::after,
  .all-posts::before,
  .all-posts::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
}

/* line 410, resources/assets/styles/components/_property.scss */

.all-posts {
  padding-right: 30px;
}

/* line 413, resources/assets/styles/components/_property.scss */

.all-posts::after {
  right: 0;
  background-image: url(/app/themes/sage/resources/assets/images/arrow-circle.svg);
}

/* line 419, resources/assets/styles/components/_property.scss */

.next-post {
  padding-left: 30px;
}

/* line 422, resources/assets/styles/components/_property.scss */

.next-post::after {
  left: 0;
  background-image: url(/app/themes/sage/resources/assets/images/arrow-left.svg);
}

/* line 428, resources/assets/styles/components/_property.scss */

.prev-post {
  padding-right: 30px;
}

/* line 431, resources/assets/styles/components/_property.scss */

.prev-post::after {
  left: auto;
  right: 0;
  background-image: url(/app/themes/sage/resources/assets/images/arrow-right.svg);
}

/* line 438, resources/assets/styles/components/_property.scss */

.form--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  position: relative;
}

/* line 441, resources/assets/styles/components/_property.scss */

.form--simple::before {
  content: "\2193";
  position: absolute;
  top: 4px;
  right: 145px;
  z-index: 100;
}

/* line 449, resources/assets/styles/components/_property.scss */

.form--simple select {
  background-color: #fff;
  border-width: 1px;
  border-color: #E6E9EC;
  max-width: 200px;
}

/* line 455, resources/assets/styles/components/_property.scss */

.form--simple .button {
  margin-left: 15px;
  background-color: #fff;
  max-width: 125px;
}

/* line 460, resources/assets/styles/components/_property.scss */

.form--simple .button:hover {
  color: #fff;
  background-color: #fba614;
  cursor: pointer;
}

/* line 468, resources/assets/styles/components/_property.scss */

.result-pagination {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-top: 30px;
}

/* line 475, resources/assets/styles/components/_property.scss */

.result-pagination .next {
  float: right;
}

/* line 2, resources/assets/styles/components/partnership.scss */

.section--partnership .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 7, resources/assets/styles/components/partnership.scss */

.section--partnership .container .partnership__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 15px;
  margin-right: 15px;
  height: 50px;
  width: 150px;
}

@media (max-width: 1023px) {
  /* line 7, resources/assets/styles/components/partnership.scss */

  .section--partnership .container .partnership__image {
    width: 120px;
  }
}

/* line 2, resources/assets/styles/common/_testimonial-type-a.scss */

.testimonial--type-a .slick-arrow {
  top: 10%;
}

/* line 5, resources/assets/styles/common/_testimonial-type-a.scss */

.testimonial--type-a .slick-arrow svg {
  color: white;
}

/* line 10, resources/assets/styles/common/_testimonial-type-a.scss */

.testimonial--type-a .source__name {
  font-family: carlito-bold;
  font-size: 20px;
}

/* line 1, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 6, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__content {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 60%;
}

@media (max-width: 1023px) {
  /* line 6, resources/assets/styles/common/_testimonial-type-b.scss */

  .testimonial--type-b .testimonial__content {
    width: 100%;
  }
}

/* line 15, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__content .testimonial__content--inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 45px;
  max-width: 900px;
}

@media (max-width: 1023px) {
  /* line 15, resources/assets/styles/common/_testimonial-type-b.scss */

  .testimonial--type-b .testimonial__content .testimonial__content--inner {
    padding-right: 15px;
  }
}

/* line 24, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__content .testimonial__content--inner .brm-testimonial {
  padding-left: 45px;
  padding-right: 45px;
}

/* line 29, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__content .slick-arrow {
  top: 15%;
}

/* line 34, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__logos {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: bottom;
  width: 40%;
}

@media (max-width: 1023px) {
  /* line 34, resources/assets/styles/common/_testimonial-type-b.scss */

  .testimonial--type-b .testimonial__logos {
    width: 100%;
  }
}

/* line 43, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__logos .testimonial__logos--inner {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 43, resources/assets/styles/common/_testimonial-type-b.scss */

  .testimonial--type-b .testimonial__logos .testimonial__logos--inner {
    max-width: 100%;
  }
}

/* line 53, resources/assets/styles/common/_testimonial-type-b.scss */

.testimonial--type-b .testimonial__logos .testimonial__logos--inner .test__bg--image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50%;
  margin-bottom: 60px;
  height: 150px;
}

/* line 2, resources/assets/styles/components/_slick.scss */

.slick-dots {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  list-style-type: none;
  text-align: center;
}

/* line 5, resources/assets/styles/components/_slick.scss */

.slick-dots li {
  display: inline-block;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1;
}

/* line 9, resources/assets/styles/components/_slick.scss */

.slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}

/* line 13, resources/assets/styles/components/_slick.scss */

.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: #fba614;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
}

/* line 20, resources/assets/styles/components/_slick.scss */

.slick-dots .slick-active button {
  background-color: #fba614;
}

/* line 27, resources/assets/styles/components/_slick.scss */

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
}

/* line 32, resources/assets/styles/components/_slick.scss */

.slick-arrow svg {
  color: #E6E9EC;
  font-size: 45px;
}

/* line 39, resources/assets/styles/components/_slick.scss */

.prev {
  left: 0;
}

/* line 43, resources/assets/styles/components/_slick.scss */

.next {
  right: 0;
}

/* line 2, resources/assets/styles/components/_jquery.scss */

.ui-datepicker {
  display: none;
  padding: 0.75rem;
  color: #323232;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e8f0;
  z-index: 50 !important;
}

/* line 7, resources/assets/styles/components/_jquery.scss */

.ui-datepicker .ui-icon {
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 1024px) {
  /* line 15, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-group {
    width: calc(50% - 5px);
  }
}

@media (min-width: 1024px) {
  /* line 22, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-group-first {
    float: left;
  }
}

@media (min-width: 1024px) {
  /* line 29, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-group-last {
    float: right;
  }

  /* line 34, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-group-last .ui-datepicker-next {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

/* line 41, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-trigger {
  position: absolute;
  opacity: 0;
  top: 15px;
  right: 15px;
}

/* line 49, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  /* line 49, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 59, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* line 64, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-month,
.ui-datepicker-year {
  font-size: 1.125rem;
  color: #323232;
  background-color: transparent;
}

@media (min-width: 1024px) {
  /* line 64, resources/assets/styles/components/_jquery.scss */

  .ui-datepicker-month,
    .ui-datepicker-year {
    width: calc(50% - 15px);
  }
}

/* line 75, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-month {
  text-align: right;
}

/* line 81, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0.5rem;
}

/* line 86, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-calendar th {
  font-weight: 400;
}

/* line 90, resources/assets/styles/components/_jquery.scss */

.ui-datepicker-calendar a {
  color: #323232;
  text-decoration: none;
}

/* line 96, resources/assets/styles/components/_jquery.scss */

.ui-state-disabled,
.ui-datepicker-unselectable {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 102, resources/assets/styles/components/_jquery.scss */

.ui-state-disabled .ui-icon,
  .ui-datepicker-unselectable .ui-icon {
  cursor: not-allowed;
}

/* line 1, resources/assets/styles/blocks/_column-slider.scss */

.brm-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 4, resources/assets/styles/blocks/_column-slider.scss */

.brm-columns .column {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 9, resources/assets/styles/blocks/_column-slider.scss */

.width-25 {
  width: calc(25% - 15px);
}

@media (max-width: 1023px) {
  /* line 9, resources/assets/styles/blocks/_column-slider.scss */

  .width-25 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  /* line 9, resources/assets/styles/blocks/_column-slider.scss */

  .width-25 {
    width: 100%;
  }
}

/* line 21, resources/assets/styles/blocks/_column-slider.scss */

.width-33 {
  width: calc(33% - 15px);
}

@media (max-width: 1023px) {
  /* line 21, resources/assets/styles/blocks/_column-slider.scss */

  .width-33 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  /* line 21, resources/assets/styles/blocks/_column-slider.scss */

  .width-33 {
    width: 100%;
  }
}

/* line 33, resources/assets/styles/blocks/_column-slider.scss */

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

@media (max-width: 768px) {
  /* line 33, resources/assets/styles/blocks/_column-slider.scss */

  .width-50 {
    width: 100%;
  }
}

/* line 41, resources/assets/styles/blocks/_column-slider.scss */

.width-75 {
  width: calc(75% - 15px);
}

@media (max-width: 768px) {
  /* line 41, resources/assets/styles/blocks/_column-slider.scss */

  .width-75 {
    width: 100%;
  }
}

/* Column Builder */

/* line 2, resources/assets/styles/blocks/_column-builder.scss */

.section--c-builder {
  width: 100%;
}

/* line 5, resources/assets/styles/blocks/_column-builder.scss */

.section--c-builder .column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 1023px) {
  /* line 5, resources/assets/styles/blocks/_column-builder.scss */

  .section--c-builder .column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1023px) {
  /* line 14, resources/assets/styles/blocks/_column-builder.scss */

  .section--c-builder .column[style] {
    width: 100% !important;
  }
}

@media (min-width: 1023px) {
  /* line 20, resources/assets/styles/blocks/_column-builder.scss */

  .section--c-builder .column[style]:last-of-type {
    padding-right: 0% !important;
    padding-bottom: 0% !important;
  }
}

@media (min-width: 1023px) {
  /* line 27, resources/assets/styles/blocks/_column-builder.scss */

  .section--c-builder .column[style]:first-of-type {
    padding-left: 0% !important;
    padding-top: 0% !important;
  }
}

/* line 35, resources/assets/styles/blocks/_column-builder.scss */

.section--c-builder .column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* line 40, resources/assets/styles/blocks/_column-builder.scss */

.section--c-builder .column__content .content--inner {
  width: 100%;
}

/* line 3, resources/assets/styles/blocks/_card-builder.scss */

.card-content .content--inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 1024px) {
  /* line 3, resources/assets/styles/blocks/_card-builder.scss */

  .card-content .content--inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 45px;
    max-width: 720px;
  }

  /* line 12, resources/assets/styles/blocks/_card-builder.scss */

  .flex-col-reverse .card-content .content--inner {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-right: 15px !important;
    padding-left: 45px !important;
  }
}

@media (max-width: 1023px) {
  /* line 22, resources/assets/styles/blocks/_card-builder.scss */

  .card-image {
    padding-bottom: 50%;
  }
}

/* line 1, resources/assets/styles/blocks/_listing-featured.scss */

.brm-featured-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 767px) {
  /* line 1, resources/assets/styles/blocks/_listing-featured.scss */

  .brm-featured-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: -90px !important;
  }
}

/* line 11, resources/assets/styles/blocks/_listing-featured.scss */

.brm-featured-listing .featured__image {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 450px;
}

@media (max-width: 767px) {
  /* line 11, resources/assets/styles/blocks/_listing-featured.scss */

  .brm-featured-listing .featured__image {
    min-height: 300px;
  }
}

/* line 6, resources/assets/styles/blocks/_listing-carousel.scss */

.featured--carousel .js-listing--slider {
  padding: 0 45px;
}

/* line 9, resources/assets/styles/blocks/_listing-carousel.scss */

.featured--carousel .js-listing--slider .slick-arrow {
  top: 35% !important;
}

/* line 12, resources/assets/styles/blocks/_listing-carousel.scss */

.featured--carousel .js-listing--slider .slick-arrow svg {
  color: #474747 !important;
}

/* line 21, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container,
.featured--carousel .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 26, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-list .brm-featured--item,
  .featured--carousel .container .slick-slider .slick-list .brm-featured--item {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 30, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-list .brm-featured--item .column-featured-img .carousel-featured--image,
    .featured--carousel .container .slick-slider .slick-list .brm-featured--item .column-featured-img .carousel-featured--image {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  padding-bottom: 75%;
}

/* line 37, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-list .brm-featured--item .column-content,
    .featured--carousel .container .slick-slider .slick-list .brm-featured--item .column-content {
  width: 100%;
}

/* line 43, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-arrow,
  .featured--carousel .container .slick-slider .slick-arrow {
  top: 45%;
}

/* line 46, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-arrow svg,
    .featured--carousel .container .slick-slider .slick-arrow svg {
  color: #fff;
}

/* line 50, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-arrow .prev,
    .featured--carousel .container .slick-slider .slick-arrow .prev {
  left: 0;
}

/* line 54, resources/assets/styles/blocks/_listing-carousel.scss */

.section--carousel .container .slick-slider .slick-arrow .next,
    .featured--carousel .container .slick-slider .slick-arrow .next {
  right: 0;
}

/* line 2, resources/assets/styles/blocks/_portals.scss */

.design_3 .hover--state {
  display: block;
  margin: auto;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 50% !important;
  min-width: 193px;
  height: 30% !important;
  background-color: linear-gradient(135deg, #000 0%, #000 15%, #4e5b74 50%, #4e5b74 75%, #000 150%);
  background-size: 500%;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1023px) {
  /* line 2, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover--state {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important;
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    background-color: white;
  }
}

/* line 28, resources/assets/styles/blocks/_portals.scss */

.design_3 .hover--state .portal__a_c {
  display: block;
  text-transform: uppercase;
  position: absolute !important;
  line-height: 1;
  -webkit-transition: ease all 1s;
  -o-transition: ease all 1s;
  transition: ease all 1s;
  width: 150px;
}

@media (min-width: 1024px) {
  /* line 28, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover--state .portal__a_c {
    color: #fff;
  }
}

@media (max-width: 1023px) {
  /* line 28, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover--state .portal__a_c {
    margin-bottom: 15px;
    position: relative !important;
    width: auto;
  }
}

/* line 49, resources/assets/styles/blocks/_portals.scss */

.design_3 .hover__content {
  font-size: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: ease all 1s;
  -o-transition: ease all 1s;
  transition: ease all 1s;
}

@media (min-width: 1024px) {
  /* line 55, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover__content a,
    .design_3 .hover__content p {
    color: #fff;
  }
}

@media (max-width: 1023px) {
  /* line 49, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover__content {
    opacity: 1 !important;
    display: block !important;
    font-size: inherit;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  /* line 67, resources/assets/styles/blocks/_portals.scss */

  .design_3 .hover__content img {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 75, resources/assets/styles/blocks/_portals.scss */

  .design_3:hover .hover--state {
    width: 90% !important;
    height: 90% !important;
    background-position: 100% 100%;
  }

  /* line 80, resources/assets/styles/blocks/_portals.scss */

  .design_3:hover .hover--state .hover__content {
    font-size: inherit;
    height: auto;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    position: relative;
  }

  /* line 87, resources/assets/styles/blocks/_portals.scss */

  .design_3:hover .hover--state .portal__a_c {
    line-height: 15;
    opacity: 0;
  }
}

@media (max-width: 1023px) {
  /* line 97, resources/assets/styles/blocks/_portals.scss */

  .design-4 .hover--state {
    padding-bottom: 0 !important;
  }
}

/* line 103, resources/assets/styles/blocks/_portals.scss */

.design-4 .hover__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  pointer-events: none;
  position: absolute;
  bottom: -50px;
}

@media (max-width: 1023px) {
  /* line 103, resources/assets/styles/blocks/_portals.scss */

  .design-4 .hover__content {
    position: relative;
    background-color: #fff;
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 0;
    opacity: 1;
    bottom: 0;
    pointer-events: all;
  }
}

@media (min-width: 1024px) {
  /* line 124, resources/assets/styles/blocks/_portals.scss */

  .design-4:hover .hover--state {
    opacity: 0 !important;
    width: 50% !important;
    height: 30% !important;
  }

  /* line 129, resources/assets/styles/blocks/_portals.scss */

  .design-4:hover .hover--state .portal__a_c {
    display: none;
  }

  /* line 134, resources/assets/styles/blocks/_portals.scss */

  .design-4:hover .hover__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fba614;
    font-size: inherit;
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    z-index: 10;
    pointer-events: all;
  }
}

/* line 150, resources/assets/styles/blocks/_portals.scss */

.section--portals .portal-hover--container {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  height: 300px;
}

@media (max-width: 1023px) {
  /* line 150, resources/assets/styles/blocks/_portals.scss */

  .section--portals .portal-hover--container {
    height: auto;
    background-image: none !important;
  }
}

/* line 161, resources/assets/styles/blocks/_portals.scss */

.section--portals .portal-hover--container .hover--state {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4e5b74;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  z-index: 10;
  top: 60%;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1023px) {
  /* line 161, resources/assets/styles/blocks/_portals.scss */

  .section--portals .portal-hover--container .hover--state {
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    display: none;
  }
}

/* line 179, resources/assets/styles/blocks/_portals.scss */

.section--portals .portal-hover--container .hover--state p {
  margin-bottom: 15px;
}

/* line 185, resources/assets/styles/blocks/_portals.scss */

.section--portals .portal-hover--container:hover .hover--state {
  top: 0;
  opacity: 1;
}

/* line 192, resources/assets/styles/blocks/_portals.scss */

.section--portals img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* line 196, resources/assets/styles/blocks/_portals.scss */

.section--portals .brm-portals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 201, resources/assets/styles/blocks/_portals.scss */

.section--portals .brm-portals .portal {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  /* line 201, resources/assets/styles/blocks/_portals.scss */

  .section--portals .brm-portals .portal {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  /* line 201, resources/assets/styles/blocks/_portals.scss */

  .section--portals .brm-portals .portal {
    width: 100%;
    padding: 0;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  /* line 214, resources/assets/styles/blocks/_portals.scss */

  .section--portals .brm-portals .portal .button--arrow::after {
    -webkit-filter: brightness(1000%);
            filter: brightness(1000%);
  }
}

/* line 4, resources/assets/styles/blocks/_our-team.scss */

.section--team .team--roster .js-team--slider .team--members {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 768px) {
  /* line 4, resources/assets/styles/blocks/_our-team.scss */

  .section--team .team--roster .js-team--slider .team--members {
    padding-left: 0;
    padding-right: 0;
    padding-right: 30px;
  }
}

/* line 12, resources/assets/styles/blocks/_our-team.scss */

.section--team .team--roster .js-team--slider .team--members .column-member-img .member--image {
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  padding-bottom: 75%;
}

/* line 20, resources/assets/styles/blocks/_our-team.scss */

.section--team .team--roster .js-team--slider .team--members .column-content strong {
  font-size: 24px;
}

/* line 24, resources/assets/styles/blocks/_our-team.scss */

.section--team .team--roster .js-team--slider .team--members .column-content a {
  display: block;
}

/* line 32, resources/assets/styles/blocks/_our-team.scss */

.section--team .slick-arrow {
  top: 30%;
}

/* line 35, resources/assets/styles/blocks/_our-team.scss */

.section--team .slick-arrow svg {
  color: #0b56aa;
}

/* line 1, resources/assets/styles/blocks/_our-team-b.scss */

.fancy-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}

/* line 6, resources/assets/styles/blocks/_our-team-b.scss */

.fancy-content .fancy-box--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 11, resources/assets/styles/blocks/_our-team-b.scss */

.fancy-content .fancy-box--inner .member--image {
  width: 25%;
  background-size: cover;
  background-position: center;
  padding-bottom: 25%;
}

/* line 17, resources/assets/styles/blocks/_our-team-b.scss */

.fancy-content .fancy-box--inner .member--bio {
  width: 75%;
}

/* line 24, resources/assets/styles/blocks/_our-team-b.scss */

.team--roster-b .js-team--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 29, resources/assets/styles/blocks/_our-team-b.scss */

.team--roster-b .js-team--slider .team--members {
  width: 25%;
  padding: 15px;
}

@media (max-width: 1023px) {
  /* line 29, resources/assets/styles/blocks/_our-team-b.scss */

  .team--roster-b .js-team--slider .team--members {
    width: 33.333333%;
  }
}

@media (max-width: 768px) {
  /* line 29, resources/assets/styles/blocks/_our-team-b.scss */

  .team--roster-b .js-team--slider .team--members {
    width: 50%;
  }
}

/* line 40, resources/assets/styles/blocks/_our-team-b.scss */

.team--roster-b .js-team--slider .team--members .member--image {
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  padding-bottom: 100%;
}

/* line 52, resources/assets/styles/blocks/_our-team-b.scss */

.team--roster-b .slick-arrow {
  top: 30%;
}

/* line 55, resources/assets/styles/blocks/_our-team-b.scss */

.team--roster-b .slick-arrow svg {
  color: #0b56aa;
}

/* line 1, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container {
  padding: 45px 200px;
}

@media (max-width: 1023px) {
  /* line 4, resources/assets/styles/blocks/_testimonials.scss */

  .section--testimonials .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 11, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container .slick-arrow {
  top: 30%;
}

/* line 14, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container .slick-arrow svg {
  color: #0b56aa;
}

/* line 19, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container .prev {
  left: -90px;
}

/* line 23, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container .next {
  right: -90px;
}

/* line 27, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container span p {
  font-size: 28px;
}

/* line 31, resources/assets/styles/blocks/_testimonials.scss */

.section--testimonials .container .source__name {
  font-size: 24px;
}

/* line 11, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img {
  overflow: hidden;
}

/* line 14, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .property--image {
  position: relative;
  min-height: 250px;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

/* line 21, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .property--image::after {
  height: 45px;
  position: absolute;
  width: 100%;
  text-transform: capitalize;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  z-index: 40;
  color: #fff;
  content: "";
  top: 10%;
  right: -35%;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* line 31, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .property--image:hover {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 34, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .property--image:hover::after {
  top: 20%;
  right: -25%;
}

/* line 42, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .for-sale-by-owner::after {
  background-color: #0b56aa;
  content: "owner";
}

/* line 50, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .rentals::after {
  background-color: #fba614;
  color: #0b56aa;
  content: "For Rent";
}

/* line 58, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-property-img .sales::after {
  background-color: #72777b;
  color: #fff;
  content: "For Sale";
}

/* line 66, resources/assets/styles/blocks/_properties.scss */

.property__listings .section--homesale .column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-height: 250px;
}

/*
* @link http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/

/* line 22, resources/assets/styles/wordpress/_default.scss */

.aligncenter {
  display: block;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, resources/assets/styles/wordpress/_default.scss */

.alignleft,
.alignright {
  height: auto;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  /* line 33, resources/assets/styles/wordpress/_default.scss */

  .alignleft {
    margin-right: 1rem;
    float: left;
  }
}

@media (min-width: 1024px) {
  /* line 41, resources/assets/styles/wordpress/_default.scss */

  .alignright {
    margin-left: 1rem;
    float: right;
  }
}

/* line 49, resources/assets/styles/wordpress/_default.scss */

.wp-caption {
  display: inline-block;
  margin-bottom: 1rem;
}

/* line 52, resources/assets/styles/wordpress/_default.scss */

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

/* line 58, resources/assets/styles/wordpress/_default.scss */

.wp-caption-text {
  font-size: 1.125rem;
  color: #323232;
}

/* line 63, resources/assets/styles/wordpress/_default.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

/* line 70, resources/assets/styles/wordpress/_default.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
  clip: auto;
}

/* line 80, resources/assets/styles/wordpress/_default.scss */

.gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

@media (max-width: 1023px) {
  /* line 80, resources/assets/styles/wordpress/_default.scss */

  .gallery-item {
    min-height: 250px;
  }
}

/* line 93, resources/assets/styles/wordpress/_default.scss */

.gallery-item img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 300px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 1023px) {
  /* line 93, resources/assets/styles/wordpress/_default.scss */

  .gallery-item img {
    min-width: 200px;
  }
}

/* line 108, resources/assets/styles/wordpress/_default.scss */

div.gallery {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

/* line 115, resources/assets/styles/wordpress/_default.scss */

div.gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 120, resources/assets/styles/wordpress/_default.scss */

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

@media (min-width: 1024px) {
  /* line 127, resources/assets/styles/wordpress/_default.scss */

  div.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 134, resources/assets/styles/wordpress/_default.scss */

  div.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 141, resources/assets/styles/wordpress/_default.scss */

  div.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* line 148, resources/assets/styles/wordpress/_default.scss */

div.gallery-columns-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  /* line 148, resources/assets/styles/wordpress/_default.scss */

  div.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

/* line 156, resources/assets/styles/wordpress/_default.scss */

div.gallery-columns-7 .gallery-item {
  min-height: 100px;
}

/* line 159, resources/assets/styles/wordpress/_default.scss */

div.gallery-columns-7 .gallery-item img {
  height: auto;
  width: auto;
  min-width: auto;
}

/* line 169, resources/assets/styles/wordpress/_default.scss */

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 174, resources/assets/styles/wordpress/_default.scss */

.cards .card {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 30%;
  min-height: 222px;
  background-image: url(/app/themes/sage/resources/assets/images/oktoberfest-pattern-green.png);
}

@media (max-width: 900px) {
  /* line 174, resources/assets/styles/wordpress/_default.scss */

  .cards .card {
    width: 100%;
    min-height: 175px;
  }
}

/* line 187, resources/assets/styles/wordpress/_default.scss */

.cards .card h6 {
  margin-bottom: 30px;
  position: relative;
}

/* line 190, resources/assets/styles/wordpress/_default.scss */

.cards .card h6::after {
  position: absolute;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: "";
  left: 0;
  right: 0;
  width: 90%;
  height: 2px;
  bottom: -15px;
}

/* line 202, resources/assets/styles/wordpress/_default.scss */

.cards .card h3 {
  font-family: carlito-bold;
  margin-bottom: 30px;
  font-size: 40px;
}

/* line 208, resources/assets/styles/wordpress/_default.scss */

.cards .card br {
  display: none;
}

/* line 215, resources/assets/styles/wordpress/_default.scss */

.special {
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  padding: 45px;
  padding-right: 40%;
  background-image: url(/app/themes/sage/resources/assets/images/coupon-box.jpg);
}

@media (max-width: 768px) {
  /* line 215, resources/assets/styles/wordpress/_default.scss */

  .special {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  /* line 225, resources/assets/styles/wordpress/_default.scss */

  .special h1 {
    font-size: 78px;
  }
}

/* line 1, resources/assets/styles/wordpress/_blocks.scss */

.wp-block {
  max-width: 100%;
}

/* line 1, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields {
  max-width: 100%;
}

/* line 4, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields input {
  width: auto;
}

/* line 8, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .acf-editor-wrap .button {
  background-color: grey;
}

/* line 11, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .acf-editor-wrap .button:hover {
  color: black;
}

/* line 16, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .acf-block-preview {
  background: white;
  color: inherit;
}

/* line 20, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .acf-block-preview .brm-hero {
  overflow-x: hidden !important;
}

/* line 25, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .block-list-appender {
  z-index: 105;
  position: relative;
}

/* line 30, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields .wp-block {
  position: relative;
  z-index: 100;
}

/* line 35, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields p,
  .acf-block-fields input,
  .acf-block-fields select {
  font-size: 16px !important;
}

/* line 41, resources/assets/styles/wordpress/_acf.scss */

.acf-block-fields h1,
  .acf-block-fields h2,
  .acf-block-fields h3,
  .acf-block-fields h4,
  .acf-block-fields h5,
  .acf-block-fields h6,
  .acf-block-fields p,
  .acf-block-fields span,
  .acf-block-fields strong,
  .acf-block-fields ul {
  color: black;
}

/* line 55, resources/assets/styles/wordpress/_acf.scss */

.acf-block-panel .acf-block-fields {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 60, resources/assets/styles/wordpress/_acf.scss */

#adminmenuback {
  background-color: blue !important;
}

/* line 64, resources/assets/styles/wordpress/_acf.scss */

.block-editor-block-list__layout {
  width: 78.5%;
  padding-left: 0;
  padding-right: 5px;
}

/* line 70, resources/assets/styles/wordpress/_acf.scss */

.editor-post-title {
  z-index: 100 !important;
  position: relative;
  left: 0;
}

/* line 76, resources/assets/styles/wordpress/_acf.scss */

.acf-block-body .acf-block-preview {
  pointer-events: none;
}

/* line 80, resources/assets/styles/wordpress/_acf.scss */

.components-popover {
  left: 230px !important;
  z-index: 100;
}

/* line 85, resources/assets/styles/wordpress/_acf.scss */

.components-notice-list,
.edit-post-layout__metaboxes {
  max-width: 78% !important;
}

/* line 90, resources/assets/styles/wordpress/_acf.scss */

.block-editor-block-list__block {
  margin-left: 0;
}

/* line 5, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_description {
  display: block;
  margin-bottom: 2.5rem;
}

/* line 10, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_fields {
  padding-left: 0;
  list-style-type: none;
}

@media (min-width: 1024px) {
  /* line 10, resources/assets/styles/wordpress/_gravityforms.scss */

  .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

/* line 20, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_fields::after {
  display: table;
  content: "";
  clear: both;
}

/* line 29, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield {
  position: relative;
  margin: 0;
  overflow: hidden;
}

/* line 32, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield input,
  .gfield textarea,
  .gfield select {
  background-color: #fff !important;
  border-width: 1px !important;
  border-color: #0b56aa !important;
  height: 45px !important;
  font-family: carlito-regular !important;
  width: 100% !important;
}

/* line 40, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 45, resources/assets/styles/wordpress/_gravityforms.scss */

label {
  font-family: carlito-bold;
  color: #05264a;
  font-weight: 400;
}

/* line 52, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield_label,
.ginput_complex.ginput_container label {
  display: block;
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: 400 !important;
}

/* line 59, resources/assets/styles/wordpress/_gravityforms.scss */

.hidden_label .gfield_label, .hidden_label
  .ginput_complex.ginput_container label {
  display: none;
}

/* line 65, resources/assets/styles/wordpress/_gravityforms.scss */

.gf_left_half,
.gf_right_half {
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 65, resources/assets/styles/wordpress/_gravityforms.scss */

  .gf_left_half,
    .gf_right_half {
    width: calc(50% - 15px);
  }
}

/* line 76, resources/assets/styles/wordpress/_gravityforms.scss */

.gf_clear {
  width: 100%;
  clear: both;
}

/* line 83, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield_select {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(100% - 15px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-size: 15px;
}

/* line 92, resources/assets/styles/wordpress/_gravityforms.scss */

.ginput_container_date {
  position: relative;
  cursor: pointer;
}

/* line 97, resources/assets/styles/wordpress/_gravityforms.scss */

.ginput_container_date::after {
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  content: "";
  top: 8px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(/app/themes/sage/resources/assets/images/calendar-icon.svg);
}

/* line 110, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker-next,
.ui-datepicker-prev {
  line-height: 0 !important;
  background-image: none !important;
}

/* line 118, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_body::after {
  display: table;
  content: "";
  clear: both;
}

/* line 126, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker {
  width: 250px !important;
}

/* line 129, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker .ui-datepicker-title {
  margin: 0;
}

/* line 132, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker .ui-datepicker-title select {
  color: white !important;
}

/* line 137, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker span {
  color: white;
}

/* line 141, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
  height: auto;
  width: auto;
}

/* line 149, resources/assets/styles/wordpress/_gravityforms.scss */

.ui-datepicker-calendar span {
  color: black;
}

/* line 155, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_footer {
  margin-top: 1.25rem;
  position: relative;
  clear: both;
  margin: 0 !important;
  display: table !important;
  width: auto !important;
}

/* line 163, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_footer .button {
  color: #fff;
  background-color: #fba614;
}

/* line 166, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_footer .button:hover {
  background-color: #fba614;
}

/* line 173, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_button {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-family: carlito-bold;
  width: auto;
  background-color: #72777b;
  cursor: pointer;
}

@media (hover: hover) {
  /* line 178, resources/assets/styles/wordpress/_gravityforms.scss */

  .gform_button:hover {
    background-color: #72777b;
  }
}

/* line 187, resources/assets/styles/wordpress/_gravityforms.scss */

.gfield_required {
  display: inline-block;
  margin-left: 1px;
  color: #f56565;
}

/* line 192, resources/assets/styles/wordpress/_gravityforms.scss */

.validation_error,
.gform_confirmation_message {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  font-size: 1.25rem;
  color: #fff;
}

/* line 198, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_confirmation_message {
  background-color: #48bb78;
}

/* line 203, resources/assets/styles/wordpress/_gravityforms.scss */

.validation_error {
  background-color: #e53e3e;
}

/* line 207, resources/assets/styles/wordpress/_gravityforms.scss */

.validation_message {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #e53e3e;
  clear: both;
}

/* line 214, resources/assets/styles/wordpress/_gravityforms.scss */

.gform_validation_container {
  display: none;
}

/* line 220, resources/assets/styles/wordpress/_gravityforms.scss */

.ginput_container_name span {
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 220, resources/assets/styles/wordpress/_gravityforms.scss */

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

@media (min-width: 1024px) {
  /* line 229, resources/assets/styles/wordpress/_gravityforms.scss */

  .ginput_container_name span:first-child {
    float: left;
  }
}

@media (min-width: 1024px) {
  /* line 236, resources/assets/styles/wordpress/_gravityforms.scss */

  .ginput_container_name span:last-child {
    float: right;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

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

.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-transparent{
  background-color: transparent;
}

.bg-black{
  background-color: #000;
}

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

.bg-gray-100{
  background-color: #e7e9e6;
}

.bg-gray-200{
  background-color: #edf2f7;
}

.bg-gray-300{
  background-color: #e2e8f0;
}

.bg-gray-400{
  background-color: #cbd5e0;
}

.bg-gray-500{
  background-color: #a0aec0;
}

.bg-gray-600{
  background-color: #718096;
}

.bg-gray-700{
  background-color: #4a5568;
}

.bg-gray-800{
  background-color: #2d3748;
}

.bg-gray-900{
  background-color: #323232;
}

.bg-red-100{
  background-color: #fff5f5;
}

.bg-red-200{
  background-color: #fed7d7;
}

.bg-red-300{
  background-color: #feb2b2;
}

.bg-red-400{
  background-color: #fc8181;
}

.bg-red-500{
  background-color: #f56565;
}

.bg-red-600{
  background-color: #e53e3e;
}

.bg-red-700{
  background-color: #c53030;
}

.bg-red-800{
  background-color: #9b2c2c;
}

.bg-red-900{
  background-color: #742a2a;
}

.bg-yellow-100{
  background-color: #fffff0;
}

.bg-yellow-200{
  background-color: #fefcbf;
}

.bg-yellow-300{
  background-color: #faf089;
}

.bg-yellow-400{
  background-color: #f6e05e;
}

.bg-yellow-500{
  background-color: #ecc94b;
}

.bg-yellow-600{
  background-color: #d69e2e;
}

.bg-yellow-700{
  background-color: #b7791f;
}

.bg-yellow-800{
  background-color: #975a16;
}

.bg-yellow-900{
  background-color: #744210;
}

.bg-green-100{
  background-color: #f0fff4;
}

.bg-green-200{
  background-color: #c6f6d5;
}

.bg-green-300{
  background-color: #9ae6b4;
}

.bg-green-400{
  background-color: #68d391;
}

.bg-green-500{
  background-color: #48bb78;
}

.bg-green-600{
  background-color: #38a169;
}

.bg-green-700{
  background-color: #2f855a;
}

.bg-green-800{
  background-color: #276749;
}

.bg-green-900{
  background-color: #22543d;
}

.bg-blue-100{
  background-color: #ebf8ff;
}

.bg-blue-200{
  background-color: #bee3f8;
}

.bg-blue-300{
  background-color: #90cdf4;
}

.bg-blue-400{
  background-color: #63b3ed;
}

.bg-blue-500{
  background-color: #4299e1;
}

.bg-blue-600{
  background-color: #3182ce;
}

.bg-blue-700{
  background-color: #2b6cb0;
}

.bg-blue-800{
  background-color: #2c5282;
}

.bg-blue-900{
  background-color: #2a4365;
}

.bg-primary-1{
  background-color: #0b56aa;
}

.bg-primary-2{
  background-color: #fba614;
}

.bg-primary-3{
  background-color: #72777b;
}

.bg-primary-4{
  background-color: #E6E9EC;
}

.bg-primary-5{
  background-color: #05264a;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.border-transparent{
  border-color: transparent;
}

.border-black{
  border-color: #000;
}

.border-white{
  border-color: #fff;
}

.border-gray-100{
  border-color: #e7e9e6;
}

.border-gray-200{
  border-color: #edf2f7;
}

.border-gray-300{
  border-color: #e2e8f0;
}

.border-gray-400{
  border-color: #cbd5e0;
}

.border-gray-500{
  border-color: #a0aec0;
}

.border-gray-600{
  border-color: #718096;
}

.border-gray-700{
  border-color: #4a5568;
}

.border-gray-800{
  border-color: #2d3748;
}

.border-gray-900{
  border-color: #323232;
}

.border-red-100{
  border-color: #fff5f5;
}

.border-red-200{
  border-color: #fed7d7;
}

.border-red-300{
  border-color: #feb2b2;
}

.border-red-400{
  border-color: #fc8181;
}

.border-red-500{
  border-color: #f56565;
}

.border-red-600{
  border-color: #e53e3e;
}

.border-red-700{
  border-color: #c53030;
}

.border-red-800{
  border-color: #9b2c2c;
}

.border-red-900{
  border-color: #742a2a;
}

.border-yellow-100{
  border-color: #fffff0;
}

.border-yellow-200{
  border-color: #fefcbf;
}

.border-yellow-300{
  border-color: #faf089;
}

.border-yellow-400{
  border-color: #f6e05e;
}

.border-yellow-500{
  border-color: #ecc94b;
}

.border-yellow-600{
  border-color: #d69e2e;
}

.border-yellow-700{
  border-color: #b7791f;
}

.border-yellow-800{
  border-color: #975a16;
}

.border-yellow-900{
  border-color: #744210;
}

.border-green-100{
  border-color: #f0fff4;
}

.border-green-200{
  border-color: #c6f6d5;
}

.border-green-300{
  border-color: #9ae6b4;
}

.border-green-400{
  border-color: #68d391;
}

.border-green-500{
  border-color: #48bb78;
}

.border-green-600{
  border-color: #38a169;
}

.border-green-700{
  border-color: #2f855a;
}

.border-green-800{
  border-color: #276749;
}

.border-green-900{
  border-color: #22543d;
}

.border-blue-100{
  border-color: #ebf8ff;
}

.border-blue-200{
  border-color: #bee3f8;
}

.border-blue-300{
  border-color: #90cdf4;
}

.border-blue-400{
  border-color: #63b3ed;
}

.border-blue-500{
  border-color: #4299e1;
}

.border-blue-600{
  border-color: #3182ce;
}

.border-blue-700{
  border-color: #2b6cb0;
}

.border-blue-800{
  border-color: #2c5282;
}

.border-blue-900{
  border-color: #2a4365;
}

.border-primary-1{
  border-color: #0b56aa;
}

.border-primary-2{
  border-color: #fba614;
}

.border-primary-3{
  border-color: #72777b;
}

.border-primary-4{
  border-color: #E6E9EC;
}

.border-primary-5{
  border-color: #05264a;
}

.rounded-none{
  border-radius: 0;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none{
  border-top-left-radius: 0;
}

.rounded-tr-none{
  border-top-right-radius: 0;
}

.rounded-br-none{
  border-bottom-right-radius: 0;
}

.rounded-bl-none{
  border-bottom-left-radius: 0;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full{
  border-top-left-radius: 9999px;
}

.rounded-tr-full{
  border-top-right-radius: 9999px;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-none{
  border-style: none;
}

.border-0{
  border-width: 0;
}

.border-1{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-8{
  border-width: 8px;
}

.border{
  border-width: 1px;
}

.border-t-0{
  border-top-width: 0;
}

.border-r-0{
  border-right-width: 0;
}

.border-b-0{
  border-bottom-width: 0;
}

.border-l-0{
  border-left-width: 0;
}

.border-t-1{
  border-top-width: 1px;
}

.border-r-1{
  border-right-width: 1px;
}

.border-b-1{
  border-bottom-width: 1px;
}

.border-l-1{
  border-left-width: 1px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-r-8{
  border-right-width: 8px;
}

.border-b-8{
  border-bottom-width: 8px;
}

.border-l-8{
  border-left-width: 8px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

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

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

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.table-cell{
  display: table-cell;
}

.hidden{
  display: none;
}

.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.flex-wrap-reverse{
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-no-wrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

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

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

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

.self-auto{
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start{
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end{
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.self-stretch{
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

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

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

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

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

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

.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start{
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end{
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between{
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

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

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

.flex-auto{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.flex-none{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow-0{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4{
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5{
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6{
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7{
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8{
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9{
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10{
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11{
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12{
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first{
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last{
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none{
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

.font-fontawesome-regular{
  font-family: Font Awesome\ 5 Pro Regular;
}

.font-fontawesome-solid{
  font-family: Font Awesome\ 5 Pro Solid;
}

.font-gloucester-regular{
  font-family: gloucester-regular;
}

.font-carlito-regular{
  font-family: carlito-regular;
}

.font-carlito-italic{
  font-family: carlito-italic;
}

.font-carlito-bold{
  font-family: carlito-bold;
}

.font-carlito-bolditalic{
  font-family: carlito-bolditalic;
}

.font-sans{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-serif{
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
}

.font-roboto-regular{
  font-family: roboto-regular, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.font-trade-gothic-lt-bold{
  font-family: trade-gothic-lt-bold, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.font-trade-gothic-lt{
  font-family: trade-gothic-lt, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.font-hairline{
  font-weight: 100;
}

.font-thin{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-black{
  font-weight: 900;
}

.h-0{
  height: 0;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-15{
  height: 15px;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-30{
  height: 30px;
}

.h-32{
  height: 8rem;
}

.h-40{
  height: 10rem;
}

.h-45{
  height: 45px;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-60{
  height: 60px;
}

.h-64{
  height: 16rem;
}

.h-75{
  height: 75px;
}

.h-90{
  height: 90px;
}

.h-105{
  height: 105px;
}

.h-120{
  height: 120px;
}

.h-135{
  height: 135px;
}

.h-150{
  height: 150px;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-buffer{
  height: 0.9375rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-hero{
  height: 775px;
}

.h-hero_mobile{
  height: 360px;
}

.h-hero_secondary{
  height: 400px;
}

.h-hero_secondary_mobile{
  height: 300px;
}

.h-icon{
  height: 45px;
}

.h-dot{
  height: 15px;
}

.h-hamburger{
  height: 4px;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-loose{
  line-height: 2;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-8{
  margin: 2rem;
}

.m-10{
  margin: 2.5rem;
}

.m-12{
  margin: 3rem;
}

.m-15{
  margin: 15px;
}

.m-16{
  margin: 4rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-30{
  margin: 30px;
}

.m-32{
  margin: 8rem;
}

.m-40{
  margin: 10rem;
}

.m-45{
  margin: 45px;
}

.m-48{
  margin: 12rem;
}

.m-56{
  margin: 14rem;
}

.m-60{
  margin: 60px;
}

.m-64{
  margin: 16rem;
}

.m-75{
  margin: 75px;
}

.m-90{
  margin: 90px;
}

.m-105{
  margin: 105px;
}

.m-120{
  margin: 120px;
}

.m-135{
  margin: 135px;
}

.m-150{
  margin: 150px;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-buffer{
  margin: 0.9375rem;
}

.-m-1{
  margin: -0.25rem;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.-m-5{
  margin: -1.25rem;
}

.-m-6{
  margin: -1.5rem;
}

.-m-8{
  margin: -2rem;
}

.-m-10{
  margin: -2.5rem;
}

.-m-12{
  margin: -3rem;
}

.-m-15{
  margin: -15px;
}

.-m-16{
  margin: -4rem;
}

.-m-20{
  margin: -5rem;
}

.-m-24{
  margin: -6rem;
}

.-m-30{
  margin: -30px;
}

.-m-32{
  margin: -8rem;
}

.-m-40{
  margin: -10rem;
}

.-m-45{
  margin: -45px;
}

.-m-48{
  margin: -12rem;
}

.-m-56{
  margin: -14rem;
}

.-m-60{
  margin: -60px;
}

.-m-64{
  margin: -16rem;
}

.-m-75{
  margin: -75px;
}

.-m-90{
  margin: -90px;
}

.-m-105{
  margin: -105px;
}

.-m-120{
  margin: -120px;
}

.-m-135{
  margin: -135px;
}

.-m-150{
  margin: -150px;
}

.-m-px{
  margin: -1px;
}

.-m-buffer{
  margin: -0.9375rem;
}

.my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0{
  margin-left: 0;
  margin-right: 0;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-15{
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15{
  margin-left: 15px;
  margin-right: 15px;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30{
  margin-left: 30px;
  margin-right: 30px;
}

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-45{
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45{
  margin-left: 45px;
  margin-right: 45px;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-60{
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60{
  margin-left: 60px;
  margin-right: 60px;
}

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-75{
  margin-top: 75px;
  margin-bottom: 75px;
}

.mx-75{
  margin-left: 75px;
  margin-right: 75px;
}

.my-90{
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-90{
  margin-left: 90px;
  margin-right: 90px;
}

.my-105{
  margin-top: 105px;
  margin-bottom: 105px;
}

.mx-105{
  margin-left: 105px;
  margin-right: 105px;
}

.my-120{
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120{
  margin-left: 120px;
  margin-right: 120px;
}

.my-135{
  margin-top: 135px;
  margin-bottom: 135px;
}

.mx-135{
  margin-left: 135px;
  margin-right: 135px;
}

.my-150{
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx-150{
  margin-left: 150px;
  margin-right: 150px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.my-buffer{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-buffer{
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-15{
  margin-top: -15px;
  margin-bottom: -15px;
}

.-mx-15{
  margin-left: -15px;
  margin-right: -15px;
}

.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-30{
  margin-top: -30px;
  margin-bottom: -30px;
}

.-mx-30{
  margin-left: -30px;
  margin-right: -30px;
}

.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-45{
  margin-top: -45px;
  margin-bottom: -45px;
}

.-mx-45{
  margin-left: -45px;
  margin-right: -45px;
}

.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-60{
  margin-top: -60px;
  margin-bottom: -60px;
}

.-mx-60{
  margin-left: -60px;
  margin-right: -60px;
}

.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-75{
  margin-top: -75px;
  margin-bottom: -75px;
}

.-mx-75{
  margin-left: -75px;
  margin-right: -75px;
}

.-my-90{
  margin-top: -90px;
  margin-bottom: -90px;
}

.-mx-90{
  margin-left: -90px;
  margin-right: -90px;
}

.-my-105{
  margin-top: -105px;
  margin-bottom: -105px;
}

.-mx-105{
  margin-left: -105px;
  margin-right: -105px;
}

.-my-120{
  margin-top: -120px;
  margin-bottom: -120px;
}

.-mx-120{
  margin-left: -120px;
  margin-right: -120px;
}

.-my-135{
  margin-top: -135px;
  margin-bottom: -135px;
}

.-mx-135{
  margin-left: -135px;
  margin-right: -135px;
}

.-my-150{
  margin-top: -150px;
  margin-bottom: -150px;
}

.-mx-150{
  margin-left: -150px;
  margin-right: -150px;
}

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.-my-buffer{
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.-mx-buffer{
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.mt-0{
  margin-top: 0;
}

.mr-0{
  margin-right: 0;
}

.mb-0{
  margin-bottom: 0;
}

.ml-0{
  margin-left: 0;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mr-12{
  margin-right: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.ml-12{
  margin-left: 3rem;
}

.mt-15{
  margin-top: 15px;
}

.mr-15{
  margin-right: 15px;
}

.mb-15{
  margin-bottom: 15px;
}

.ml-15{
  margin-left: 15px;
}

.mt-16{
  margin-top: 4rem;
}

.mr-16{
  margin-right: 4rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.ml-16{
  margin-left: 4rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.ml-20{
  margin-left: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mr-24{
  margin-right: 6rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.ml-24{
  margin-left: 6rem;
}

.mt-30{
  margin-top: 30px;
}

.mr-30{
  margin-right: 30px;
}

.mb-30{
  margin-bottom: 30px;
}

.ml-30{
  margin-left: 30px;
}

.mt-32{
  margin-top: 8rem;
}

.mr-32{
  margin-right: 8rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.ml-32{
  margin-left: 8rem;
}

.mt-40{
  margin-top: 10rem;
}

.mr-40{
  margin-right: 10rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.ml-40{
  margin-left: 10rem;
}

.mt-45{
  margin-top: 45px;
}

.mr-45{
  margin-right: 45px;
}

.mb-45{
  margin-bottom: 45px;
}

.ml-45{
  margin-left: 45px;
}

.mt-48{
  margin-top: 12rem;
}

.mr-48{
  margin-right: 12rem;
}

.mb-48{
  margin-bottom: 12rem;
}

.ml-48{
  margin-left: 12rem;
}

.mt-56{
  margin-top: 14rem;
}

.mr-56{
  margin-right: 14rem;
}

.mb-56{
  margin-bottom: 14rem;
}

.ml-56{
  margin-left: 14rem;
}

.mt-60{
  margin-top: 60px;
}

.mr-60{
  margin-right: 60px;
}

.mb-60{
  margin-bottom: 60px;
}

.ml-60{
  margin-left: 60px;
}

.mt-64{
  margin-top: 16rem;
}

.mr-64{
  margin-right: 16rem;
}

.mb-64{
  margin-bottom: 16rem;
}

.ml-64{
  margin-left: 16rem;
}

.mt-75{
  margin-top: 75px;
}

.mr-75{
  margin-right: 75px;
}

.mb-75{
  margin-bottom: 75px;
}

.ml-75{
  margin-left: 75px;
}

.mt-90{
  margin-top: 90px;
}

.mr-90{
  margin-right: 90px;
}

.mb-90{
  margin-bottom: 90px;
}

.ml-90{
  margin-left: 90px;
}

.mt-105{
  margin-top: 105px;
}

.mr-105{
  margin-right: 105px;
}

.mb-105{
  margin-bottom: 105px;
}

.ml-105{
  margin-left: 105px;
}

.mt-120{
  margin-top: 120px;
}

.mr-120{
  margin-right: 120px;
}

.mb-120{
  margin-bottom: 120px;
}

.ml-120{
  margin-left: 120px;
}

.mt-135{
  margin-top: 135px;
}

.mr-135{
  margin-right: 135px;
}

.mb-135{
  margin-bottom: 135px;
}

.ml-135{
  margin-left: 135px;
}

.mt-150{
  margin-top: 150px;
}

.mr-150{
  margin-right: 150px;
}

.mb-150{
  margin-bottom: 150px;
}

.ml-150{
  margin-left: 150px;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-auto{
  margin-left: auto;
}

.mt-px{
  margin-top: 1px;
}

.mr-px{
  margin-right: 1px;
}

.mb-px{
  margin-bottom: 1px;
}

.ml-px{
  margin-left: 1px;
}

.mt-buffer{
  margin-top: 0.9375rem;
}

.mr-buffer{
  margin-right: 0.9375rem;
}

.mb-buffer{
  margin-bottom: 0.9375rem;
}

.ml-buffer{
  margin-left: 0.9375rem;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-ml-2{
  margin-left: -0.5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mr-5{
  margin-right: -1.25rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-ml-5{
  margin-left: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mr-6{
  margin-right: -1.5rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mr-8{
  margin-right: -2rem;
}

.-mb-8{
  margin-bottom: -2rem;
}

.-ml-8{
  margin-left: -2rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mr-10{
  margin-right: -2.5rem;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-mb-12{
  margin-bottom: -3rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-mt-15{
  margin-top: -15px;
}

.-mr-15{
  margin-right: -15px;
}

.-mb-15{
  margin-bottom: -15px;
}

.-ml-15{
  margin-left: -15px;
}

.-mt-16{
  margin-top: -4rem;
}

.-mr-16{
  margin-right: -4rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mr-24{
  margin-right: -6rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-mt-30{
  margin-top: -30px;
}

.-mr-30{
  margin-right: -30px;
}

.-mb-30{
  margin-bottom: -30px;
}

.-ml-30{
  margin-left: -30px;
}

.-mt-32{
  margin-top: -8rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mr-40{
  margin-right: -10rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-mt-45{
  margin-top: -45px;
}

.-mr-45{
  margin-right: -45px;
}

.-mb-45{
  margin-bottom: -45px;
}

.-ml-45{
  margin-left: -45px;
}

.-mt-48{
  margin-top: -12rem;
}

.-mr-48{
  margin-right: -12rem;
}

.-mb-48{
  margin-bottom: -12rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-mt-56{
  margin-top: -14rem;
}

.-mr-56{
  margin-right: -14rem;
}

.-mb-56{
  margin-bottom: -14rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-mt-60{
  margin-top: -60px;
}

.-mr-60{
  margin-right: -60px;
}

.-mb-60{
  margin-bottom: -60px;
}

.-ml-60{
  margin-left: -60px;
}

.-mt-64{
  margin-top: -16rem;
}

.-mr-64{
  margin-right: -16rem;
}

.-mb-64{
  margin-bottom: -16rem;
}

.-ml-64{
  margin-left: -16rem;
}

.-mt-75{
  margin-top: -75px;
}

.-mr-75{
  margin-right: -75px;
}

.-mb-75{
  margin-bottom: -75px;
}

.-ml-75{
  margin-left: -75px;
}

.-mt-90{
  margin-top: -90px;
}

.-mr-90{
  margin-right: -90px;
}

.-mb-90{
  margin-bottom: -90px;
}

.-ml-90{
  margin-left: -90px;
}

.-mt-105{
  margin-top: -105px;
}

.-mr-105{
  margin-right: -105px;
}

.-mb-105{
  margin-bottom: -105px;
}

.-ml-105{
  margin-left: -105px;
}

.-mt-120{
  margin-top: -120px;
}

.-mr-120{
  margin-right: -120px;
}

.-mb-120{
  margin-bottom: -120px;
}

.-ml-120{
  margin-left: -120px;
}

.-mt-135{
  margin-top: -135px;
}

.-mr-135{
  margin-right: -135px;
}

.-mb-135{
  margin-bottom: -135px;
}

.-ml-135{
  margin-left: -135px;
}

.-mt-150{
  margin-top: -150px;
}

.-mr-150{
  margin-right: -150px;
}

.-mb-150{
  margin-bottom: -150px;
}

.-ml-150{
  margin-left: -150px;
}

.-mt-px{
  margin-top: -1px;
}

.-mr-px{
  margin-right: -1px;
}

.-mb-px{
  margin-bottom: -1px;
}

.-ml-px{
  margin-left: -1px;
}

.-mt-buffer{
  margin-top: -0.9375rem;
}

.-mr-buffer{
  margin-right: -0.9375rem;
}

.-mb-buffer{
  margin-bottom: -0.9375rem;
}

.-ml-buffer{
  margin-left: -0.9375rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-h-icon{
  max-height: 30px;
}

.max-h-phone{
  max-height: 32px;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 44rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-10xl{
  max-width: 90rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-brand{
  max-width: 216px;
}

.max-w-initial{
  max-width: initial;
}

.max-w-contained{
  max-width: 1170px;
}

.min-h-0{
  min-height: 0;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.outline-none{
  outline: 0;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto;
}

.p-0{
  padding: 0;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-15{
  padding: 15px;
}

.p-16{
  padding: 4rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-30{
  padding: 30px;
}

.p-32{
  padding: 8rem;
}

.p-40{
  padding: 10rem;
}

.p-45{
  padding: 45px;
}

.p-48{
  padding: 12rem;
}

.p-56{
  padding: 14rem;
}

.p-60{
  padding: 60px;
}

.p-64{
  padding: 16rem;
}

.p-75{
  padding: 75px;
}

.p-90{
  padding: 90px;
}

.p-105{
  padding: 105px;
}

.p-120{
  padding: 120px;
}

.p-135{
  padding: 135px;
}

.p-150{
  padding: 150px;
}

.p-px{
  padding: 1px;
}

.p-buffer{
  padding: 0.9375rem;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15{
  padding-left: 15px;
  padding-right: 15px;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30{
  padding-left: 30px;
  padding-right: 30px;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-45{
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45{
  padding-left: 45px;
  padding-right: 45px;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60{
  padding-left: 60px;
  padding-right: 60px;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

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

.px-75{
  padding-left: 75px;
  padding-right: 75px;
}

.py-90{
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90{
  padding-left: 90px;
  padding-right: 90px;
}

.py-105{
  padding-top: 105px;
  padding-bottom: 105px;
}

.px-105{
  padding-left: 105px;
  padding-right: 105px;
}

.py-120{
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120{
  padding-left: 120px;
  padding-right: 120px;
}

.py-135{
  padding-top: 135px;
  padding-bottom: 135px;
}

.px-135{
  padding-left: 135px;
  padding-right: 135px;
}

.py-150{
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150{
  padding-left: 150px;
  padding-right: 150px;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-buffer{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-buffer{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.pt-0{
  padding-top: 0;
}

.pr-0{
  padding-right: 0;
}

.pb-0{
  padding-bottom: 0;
}

.pl-0{
  padding-left: 0;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pr-8{
  padding-right: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-15{
  padding-top: 15px;
}

.pr-15{
  padding-right: 15px;
}

.pb-15{
  padding-bottom: 15px;
}

.pl-15{
  padding-left: 15px;
}

.pt-16{
  padding-top: 4rem;
}

.pr-16{
  padding-right: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-16{
  padding-left: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pr-24{
  padding-right: 6rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pl-24{
  padding-left: 6rem;
}

.pt-30{
  padding-top: 30px;
}

.pr-30{
  padding-right: 30px;
}

.pb-30{
  padding-bottom: 30px;
}

.pl-30{
  padding-left: 30px;
}

.pt-32{
  padding-top: 8rem;
}

.pr-32{
  padding-right: 8rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pl-32{
  padding-left: 8rem;
}

.pt-40{
  padding-top: 10rem;
}

.pr-40{
  padding-right: 10rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pl-40{
  padding-left: 10rem;
}

.pt-45{
  padding-top: 45px;
}

.pr-45{
  padding-right: 45px;
}

.pb-45{
  padding-bottom: 45px;
}

.pl-45{
  padding-left: 45px;
}

.pt-48{
  padding-top: 12rem;
}

.pr-48{
  padding-right: 12rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pl-48{
  padding-left: 12rem;
}

.pt-56{
  padding-top: 14rem;
}

.pr-56{
  padding-right: 14rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pl-56{
  padding-left: 14rem;
}

.pt-60{
  padding-top: 60px;
}

.pr-60{
  padding-right: 60px;
}

.pb-60{
  padding-bottom: 60px;
}

.pl-60{
  padding-left: 60px;
}

.pt-64{
  padding-top: 16rem;
}

.pr-64{
  padding-right: 16rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pl-64{
  padding-left: 16rem;
}

.pt-75{
  padding-top: 75px;
}

.pr-75{
  padding-right: 75px;
}

.pb-75{
  padding-bottom: 75px;
}

.pl-75{
  padding-left: 75px;
}

.pt-90{
  padding-top: 90px;
}

.pr-90{
  padding-right: 90px;
}

.pb-90{
  padding-bottom: 90px;
}

.pl-90{
  padding-left: 90px;
}

.pt-105{
  padding-top: 105px;
}

.pr-105{
  padding-right: 105px;
}

.pb-105{
  padding-bottom: 105px;
}

.pl-105{
  padding-left: 105px;
}

.pt-120{
  padding-top: 120px;
}

.pr-120{
  padding-right: 120px;
}

.pb-120{
  padding-bottom: 120px;
}

.pl-120{
  padding-left: 120px;
}

.pt-135{
  padding-top: 135px;
}

.pr-135{
  padding-right: 135px;
}

.pb-135{
  padding-bottom: 135px;
}

.pl-135{
  padding-left: 135px;
}

.pt-150{
  padding-top: 150px;
}

.pr-150{
  padding-right: 150px;
}

.pb-150{
  padding-bottom: 150px;
}

.pl-150{
  padding-left: 150px;
}

.pt-px{
  padding-top: 1px;
}

.pr-px{
  padding-right: 1px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-px{
  padding-left: 1px;
}

.pt-buffer{
  padding-top: 0.9375rem;
}

.pr-buffer{
  padding-right: 0.9375rem;
}

.pb-buffer{
  padding-bottom: 0.9375rem;
}

.pl-buffer{
  padding-left: 0.9375rem;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder{
  color: #000;
}

.placeholder-black::-moz-placeholder{
  color: #000;
}

.placeholder-black::-ms-input-placeholder{
  color: #000;
}

.placeholder-black::placeholder{
  color: #000;
}

.placeholder-white::-webkit-input-placeholder{
  color: #fff;
}

.placeholder-white::-moz-placeholder{
  color: #fff;
}

.placeholder-white::-ms-input-placeholder{
  color: #fff;
}

.placeholder-white::placeholder{
  color: #fff;
}

.placeholder-gray-100::-webkit-input-placeholder{
  color: #e7e9e6;
}

.placeholder-gray-100::-moz-placeholder{
  color: #e7e9e6;
}

.placeholder-gray-100::-ms-input-placeholder{
  color: #e7e9e6;
}

.placeholder-gray-100::placeholder{
  color: #e7e9e6;
}

.placeholder-gray-200::-webkit-input-placeholder{
  color: #edf2f7;
}

.placeholder-gray-200::-moz-placeholder{
  color: #edf2f7;
}

.placeholder-gray-200::-ms-input-placeholder{
  color: #edf2f7;
}

.placeholder-gray-200::placeholder{
  color: #edf2f7;
}

.placeholder-gray-300::-webkit-input-placeholder{
  color: #e2e8f0;
}

.placeholder-gray-300::-moz-placeholder{
  color: #e2e8f0;
}

.placeholder-gray-300::-ms-input-placeholder{
  color: #e2e8f0;
}

.placeholder-gray-300::placeholder{
  color: #e2e8f0;
}

.placeholder-gray-400::-webkit-input-placeholder{
  color: #cbd5e0;
}

.placeholder-gray-400::-moz-placeholder{
  color: #cbd5e0;
}

.placeholder-gray-400::-ms-input-placeholder{
  color: #cbd5e0;
}

.placeholder-gray-400::placeholder{
  color: #cbd5e0;
}

.placeholder-gray-500::-webkit-input-placeholder{
  color: #a0aec0;
}

.placeholder-gray-500::-moz-placeholder{
  color: #a0aec0;
}

.placeholder-gray-500::-ms-input-placeholder{
  color: #a0aec0;
}

.placeholder-gray-500::placeholder{
  color: #a0aec0;
}

.placeholder-gray-600::-webkit-input-placeholder{
  color: #718096;
}

.placeholder-gray-600::-moz-placeholder{
  color: #718096;
}

.placeholder-gray-600::-ms-input-placeholder{
  color: #718096;
}

.placeholder-gray-600::placeholder{
  color: #718096;
}

.placeholder-gray-700::-webkit-input-placeholder{
  color: #4a5568;
}

.placeholder-gray-700::-moz-placeholder{
  color: #4a5568;
}

.placeholder-gray-700::-ms-input-placeholder{
  color: #4a5568;
}

.placeholder-gray-700::placeholder{
  color: #4a5568;
}

.placeholder-gray-800::-webkit-input-placeholder{
  color: #2d3748;
}

.placeholder-gray-800::-moz-placeholder{
  color: #2d3748;
}

.placeholder-gray-800::-ms-input-placeholder{
  color: #2d3748;
}

.placeholder-gray-800::placeholder{
  color: #2d3748;
}

.placeholder-gray-900::-webkit-input-placeholder{
  color: #323232;
}

.placeholder-gray-900::-moz-placeholder{
  color: #323232;
}

.placeholder-gray-900::-ms-input-placeholder{
  color: #323232;
}

.placeholder-gray-900::placeholder{
  color: #323232;
}

.placeholder-red-100::-webkit-input-placeholder{
  color: #fff5f5;
}

.placeholder-red-100::-moz-placeholder{
  color: #fff5f5;
}

.placeholder-red-100::-ms-input-placeholder{
  color: #fff5f5;
}

.placeholder-red-100::placeholder{
  color: #fff5f5;
}

.placeholder-red-200::-webkit-input-placeholder{
  color: #fed7d7;
}

.placeholder-red-200::-moz-placeholder{
  color: #fed7d7;
}

.placeholder-red-200::-ms-input-placeholder{
  color: #fed7d7;
}

.placeholder-red-200::placeholder{
  color: #fed7d7;
}

.placeholder-red-300::-webkit-input-placeholder{
  color: #feb2b2;
}

.placeholder-red-300::-moz-placeholder{
  color: #feb2b2;
}

.placeholder-red-300::-ms-input-placeholder{
  color: #feb2b2;
}

.placeholder-red-300::placeholder{
  color: #feb2b2;
}

.placeholder-red-400::-webkit-input-placeholder{
  color: #fc8181;
}

.placeholder-red-400::-moz-placeholder{
  color: #fc8181;
}

.placeholder-red-400::-ms-input-placeholder{
  color: #fc8181;
}

.placeholder-red-400::placeholder{
  color: #fc8181;
}

.placeholder-red-500::-webkit-input-placeholder{
  color: #f56565;
}

.placeholder-red-500::-moz-placeholder{
  color: #f56565;
}

.placeholder-red-500::-ms-input-placeholder{
  color: #f56565;
}

.placeholder-red-500::placeholder{
  color: #f56565;
}

.placeholder-red-600::-webkit-input-placeholder{
  color: #e53e3e;
}

.placeholder-red-600::-moz-placeholder{
  color: #e53e3e;
}

.placeholder-red-600::-ms-input-placeholder{
  color: #e53e3e;
}

.placeholder-red-600::placeholder{
  color: #e53e3e;
}

.placeholder-red-700::-webkit-input-placeholder{
  color: #c53030;
}

.placeholder-red-700::-moz-placeholder{
  color: #c53030;
}

.placeholder-red-700::-ms-input-placeholder{
  color: #c53030;
}

.placeholder-red-700::placeholder{
  color: #c53030;
}

.placeholder-red-800::-webkit-input-placeholder{
  color: #9b2c2c;
}

.placeholder-red-800::-moz-placeholder{
  color: #9b2c2c;
}

.placeholder-red-800::-ms-input-placeholder{
  color: #9b2c2c;
}

.placeholder-red-800::placeholder{
  color: #9b2c2c;
}

.placeholder-red-900::-webkit-input-placeholder{
  color: #742a2a;
}

.placeholder-red-900::-moz-placeholder{
  color: #742a2a;
}

.placeholder-red-900::-ms-input-placeholder{
  color: #742a2a;
}

.placeholder-red-900::placeholder{
  color: #742a2a;
}

.placeholder-yellow-100::-webkit-input-placeholder{
  color: #fffff0;
}

.placeholder-yellow-100::-moz-placeholder{
  color: #fffff0;
}

.placeholder-yellow-100::-ms-input-placeholder{
  color: #fffff0;
}

.placeholder-yellow-100::placeholder{
  color: #fffff0;
}

.placeholder-yellow-200::-webkit-input-placeholder{
  color: #fefcbf;
}

.placeholder-yellow-200::-moz-placeholder{
  color: #fefcbf;
}

.placeholder-yellow-200::-ms-input-placeholder{
  color: #fefcbf;
}

.placeholder-yellow-200::placeholder{
  color: #fefcbf;
}

.placeholder-yellow-300::-webkit-input-placeholder{
  color: #faf089;
}

.placeholder-yellow-300::-moz-placeholder{
  color: #faf089;
}

.placeholder-yellow-300::-ms-input-placeholder{
  color: #faf089;
}

.placeholder-yellow-300::placeholder{
  color: #faf089;
}

.placeholder-yellow-400::-webkit-input-placeholder{
  color: #f6e05e;
}

.placeholder-yellow-400::-moz-placeholder{
  color: #f6e05e;
}

.placeholder-yellow-400::-ms-input-placeholder{
  color: #f6e05e;
}

.placeholder-yellow-400::placeholder{
  color: #f6e05e;
}

.placeholder-yellow-500::-webkit-input-placeholder{
  color: #ecc94b;
}

.placeholder-yellow-500::-moz-placeholder{
  color: #ecc94b;
}

.placeholder-yellow-500::-ms-input-placeholder{
  color: #ecc94b;
}

.placeholder-yellow-500::placeholder{
  color: #ecc94b;
}

.placeholder-yellow-600::-webkit-input-placeholder{
  color: #d69e2e;
}

.placeholder-yellow-600::-moz-placeholder{
  color: #d69e2e;
}

.placeholder-yellow-600::-ms-input-placeholder{
  color: #d69e2e;
}

.placeholder-yellow-600::placeholder{
  color: #d69e2e;
}

.placeholder-yellow-700::-webkit-input-placeholder{
  color: #b7791f;
}

.placeholder-yellow-700::-moz-placeholder{
  color: #b7791f;
}

.placeholder-yellow-700::-ms-input-placeholder{
  color: #b7791f;
}

.placeholder-yellow-700::placeholder{
  color: #b7791f;
}

.placeholder-yellow-800::-webkit-input-placeholder{
  color: #975a16;
}

.placeholder-yellow-800::-moz-placeholder{
  color: #975a16;
}

.placeholder-yellow-800::-ms-input-placeholder{
  color: #975a16;
}

.placeholder-yellow-800::placeholder{
  color: #975a16;
}

.placeholder-yellow-900::-webkit-input-placeholder{
  color: #744210;
}

.placeholder-yellow-900::-moz-placeholder{
  color: #744210;
}

.placeholder-yellow-900::-ms-input-placeholder{
  color: #744210;
}

.placeholder-yellow-900::placeholder{
  color: #744210;
}

.placeholder-green-100::-webkit-input-placeholder{
  color: #f0fff4;
}

.placeholder-green-100::-moz-placeholder{
  color: #f0fff4;
}

.placeholder-green-100::-ms-input-placeholder{
  color: #f0fff4;
}

.placeholder-green-100::placeholder{
  color: #f0fff4;
}

.placeholder-green-200::-webkit-input-placeholder{
  color: #c6f6d5;
}

.placeholder-green-200::-moz-placeholder{
  color: #c6f6d5;
}

.placeholder-green-200::-ms-input-placeholder{
  color: #c6f6d5;
}

.placeholder-green-200::placeholder{
  color: #c6f6d5;
}

.placeholder-green-300::-webkit-input-placeholder{
  color: #9ae6b4;
}

.placeholder-green-300::-moz-placeholder{
  color: #9ae6b4;
}

.placeholder-green-300::-ms-input-placeholder{
  color: #9ae6b4;
}

.placeholder-green-300::placeholder{
  color: #9ae6b4;
}

.placeholder-green-400::-webkit-input-placeholder{
  color: #68d391;
}

.placeholder-green-400::-moz-placeholder{
  color: #68d391;
}

.placeholder-green-400::-ms-input-placeholder{
  color: #68d391;
}

.placeholder-green-400::placeholder{
  color: #68d391;
}

.placeholder-green-500::-webkit-input-placeholder{
  color: #48bb78;
}

.placeholder-green-500::-moz-placeholder{
  color: #48bb78;
}

.placeholder-green-500::-ms-input-placeholder{
  color: #48bb78;
}

.placeholder-green-500::placeholder{
  color: #48bb78;
}

.placeholder-green-600::-webkit-input-placeholder{
  color: #38a169;
}

.placeholder-green-600::-moz-placeholder{
  color: #38a169;
}

.placeholder-green-600::-ms-input-placeholder{
  color: #38a169;
}

.placeholder-green-600::placeholder{
  color: #38a169;
}

.placeholder-green-700::-webkit-input-placeholder{
  color: #2f855a;
}

.placeholder-green-700::-moz-placeholder{
  color: #2f855a;
}

.placeholder-green-700::-ms-input-placeholder{
  color: #2f855a;
}

.placeholder-green-700::placeholder{
  color: #2f855a;
}

.placeholder-green-800::-webkit-input-placeholder{
  color: #276749;
}

.placeholder-green-800::-moz-placeholder{
  color: #276749;
}

.placeholder-green-800::-ms-input-placeholder{
  color: #276749;
}

.placeholder-green-800::placeholder{
  color: #276749;
}

.placeholder-green-900::-webkit-input-placeholder{
  color: #22543d;
}

.placeholder-green-900::-moz-placeholder{
  color: #22543d;
}

.placeholder-green-900::-ms-input-placeholder{
  color: #22543d;
}

.placeholder-green-900::placeholder{
  color: #22543d;
}

.placeholder-blue-100::-webkit-input-placeholder{
  color: #ebf8ff;
}

.placeholder-blue-100::-moz-placeholder{
  color: #ebf8ff;
}

.placeholder-blue-100::-ms-input-placeholder{
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder{
  color: #ebf8ff;
}

.placeholder-blue-200::-webkit-input-placeholder{
  color: #bee3f8;
}

.placeholder-blue-200::-moz-placeholder{
  color: #bee3f8;
}

.placeholder-blue-200::-ms-input-placeholder{
  color: #bee3f8;
}

.placeholder-blue-200::placeholder{
  color: #bee3f8;
}

.placeholder-blue-300::-webkit-input-placeholder{
  color: #90cdf4;
}

.placeholder-blue-300::-moz-placeholder{
  color: #90cdf4;
}

.placeholder-blue-300::-ms-input-placeholder{
  color: #90cdf4;
}

.placeholder-blue-300::placeholder{
  color: #90cdf4;
}

.placeholder-blue-400::-webkit-input-placeholder{
  color: #63b3ed;
}

.placeholder-blue-400::-moz-placeholder{
  color: #63b3ed;
}

.placeholder-blue-400::-ms-input-placeholder{
  color: #63b3ed;
}

.placeholder-blue-400::placeholder{
  color: #63b3ed;
}

.placeholder-blue-500::-webkit-input-placeholder{
  color: #4299e1;
}

.placeholder-blue-500::-moz-placeholder{
  color: #4299e1;
}

.placeholder-blue-500::-ms-input-placeholder{
  color: #4299e1;
}

.placeholder-blue-500::placeholder{
  color: #4299e1;
}

.placeholder-blue-600::-webkit-input-placeholder{
  color: #3182ce;
}

.placeholder-blue-600::-moz-placeholder{
  color: #3182ce;
}

.placeholder-blue-600::-ms-input-placeholder{
  color: #3182ce;
}

.placeholder-blue-600::placeholder{
  color: #3182ce;
}

.placeholder-blue-700::-webkit-input-placeholder{
  color: #2b6cb0;
}

.placeholder-blue-700::-moz-placeholder{
  color: #2b6cb0;
}

.placeholder-blue-700::-ms-input-placeholder{
  color: #2b6cb0;
}

.placeholder-blue-700::placeholder{
  color: #2b6cb0;
}

.placeholder-blue-800::-webkit-input-placeholder{
  color: #2c5282;
}

.placeholder-blue-800::-moz-placeholder{
  color: #2c5282;
}

.placeholder-blue-800::-ms-input-placeholder{
  color: #2c5282;
}

.placeholder-blue-800::placeholder{
  color: #2c5282;
}

.placeholder-blue-900::-webkit-input-placeholder{
  color: #2a4365;
}

.placeholder-blue-900::-moz-placeholder{
  color: #2a4365;
}

.placeholder-blue-900::-ms-input-placeholder{
  color: #2a4365;
}

.placeholder-blue-900::placeholder{
  color: #2a4365;
}

.placeholder-primary-1::-webkit-input-placeholder{
  color: #0b56aa;
}

.placeholder-primary-1::-moz-placeholder{
  color: #0b56aa;
}

.placeholder-primary-1::-ms-input-placeholder{
  color: #0b56aa;
}

.placeholder-primary-1::placeholder{
  color: #0b56aa;
}

.placeholder-primary-2::-webkit-input-placeholder{
  color: #fba614;
}

.placeholder-primary-2::-moz-placeholder{
  color: #fba614;
}

.placeholder-primary-2::-ms-input-placeholder{
  color: #fba614;
}

.placeholder-primary-2::placeholder{
  color: #fba614;
}

.placeholder-primary-3::-webkit-input-placeholder{
  color: #72777b;
}

.placeholder-primary-3::-moz-placeholder{
  color: #72777b;
}

.placeholder-primary-3::-ms-input-placeholder{
  color: #72777b;
}

.placeholder-primary-3::placeholder{
  color: #72777b;
}

.placeholder-primary-4::-webkit-input-placeholder{
  color: #E6E9EC;
}

.placeholder-primary-4::-moz-placeholder{
  color: #E6E9EC;
}

.placeholder-primary-4::-ms-input-placeholder{
  color: #E6E9EC;
}

.placeholder-primary-4::placeholder{
  color: #E6E9EC;
}

.placeholder-primary-5::-webkit-input-placeholder{
  color: #05264a;
}

.placeholder-primary-5::-moz-placeholder{
  color: #05264a;
}

.placeholder-primary-5::-ms-input-placeholder{
  color: #05264a;
}

.placeholder-primary-5::placeholder{
  color: #05264a;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-100{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-buffer{
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.inset-sticky{
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-half{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-slick-arrow{
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.inset-y-100{
  top: 100%;
  bottom: 100%;
}

.inset-x-100{
  right: 100%;
  left: 100%;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.inset-y-buffer{
  top: -15px;
  bottom: -15px;
}

.inset-x-buffer{
  right: -15px;
  left: -15px;
}

.inset-y-sticky{
  top: 15px;
  bottom: 15px;
}

.inset-x-sticky{
  right: 15px;
  left: 15px;
}

.inset-y-half{
  top: 50%;
  bottom: 50%;
}

.inset-x-half{
  right: 50%;
  left: 50%;
}

.inset-y-slick-arrow{
  top: 15px;
  bottom: 15px;
}

.inset-x-slick-arrow{
  right: 15px;
  left: 15px;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-100{
  top: 100%;
}

.right-100{
  right: 100%;
}

.bottom-100{
  bottom: 100%;
}

.left-100{
  left: 100%;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.top-buffer{
  top: -15px;
}

.right-buffer{
  right: -15px;
}

.bottom-buffer{
  bottom: -15px;
}

.left-buffer{
  left: -15px;
}

.top-sticky{
  top: 15px;
}

.right-sticky{
  right: 15px;
}

.bottom-sticky{
  bottom: 15px;
}

.left-sticky{
  left: 15px;
}

.top-half{
  top: 50%;
}

.right-half{
  right: 50%;
}

.bottom-half{
  bottom: 50%;
}

.left-half{
  left: 50%;
}

.top-slick-arrow{
  top: 15px;
}

.right-slick-arrow{
  right: 15px;
}

.bottom-slick-arrow{
  bottom: 15px;
}

.left-slick-arrow{
  left: 15px;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fill-current{
  fill: currentColor;
}

.fill-white{
  fill: #ffffff;
}

.stroke-current{
  stroke: currentColor;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-transparent{
  color: transparent;
}

.text-black{
  color: #000;
}

.text-white{
  color: #fff;
}

.text-gray-100{
  color: #e7e9e6;
}

.text-gray-200{
  color: #edf2f7;
}

.text-gray-300{
  color: #e2e8f0;
}

.text-gray-400{
  color: #cbd5e0;
}

.text-gray-500{
  color: #a0aec0;
}

.text-gray-600{
  color: #718096;
}

.text-gray-700{
  color: #4a5568;
}

.text-gray-800{
  color: #2d3748;
}

.text-gray-900{
  color: #323232;
}

.text-red-100{
  color: #fff5f5;
}

.text-red-200{
  color: #fed7d7;
}

.text-red-300{
  color: #feb2b2;
}

.text-red-400{
  color: #fc8181;
}

.text-red-500{
  color: #f56565;
}

.text-red-600{
  color: #e53e3e;
}

.text-red-700{
  color: #c53030;
}

.text-red-800{
  color: #9b2c2c;
}

.text-red-900{
  color: #742a2a;
}

.text-yellow-100{
  color: #fffff0;
}

.text-yellow-200{
  color: #fefcbf;
}

.text-yellow-300{
  color: #faf089;
}

.text-yellow-400{
  color: #f6e05e;
}

.text-yellow-500{
  color: #ecc94b;
}

.text-yellow-600{
  color: #d69e2e;
}

.text-yellow-700{
  color: #b7791f;
}

.text-yellow-800{
  color: #975a16;
}

.text-yellow-900{
  color: #744210;
}

.text-green-100{
  color: #f0fff4;
}

.text-green-200{
  color: #c6f6d5;
}

.text-green-300{
  color: #9ae6b4;
}

.text-green-400{
  color: #68d391;
}

.text-green-500{
  color: #48bb78;
}

.text-green-600{
  color: #38a169;
}

.text-green-700{
  color: #2f855a;
}

.text-green-800{
  color: #276749;
}

.text-green-900{
  color: #22543d;
}

.text-blue-100{
  color: #ebf8ff;
}

.text-blue-200{
  color: #bee3f8;
}

.text-blue-300{
  color: #90cdf4;
}

.text-blue-400{
  color: #63b3ed;
}

.text-blue-500{
  color: #4299e1;
}

.text-blue-600{
  color: #3182ce;
}

.text-blue-700{
  color: #2b6cb0;
}

.text-blue-800{
  color: #2c5282;
}

.text-blue-900{
  color: #2a4365;
}

.text-primary-1{
  color: #0b56aa;
}

.text-primary-2{
  color: #fba614;
}

.text-primary-3{
  color: #72777b;
}

.text-primary-4{
  color: #E6E9EC;
}

.text-primary-5{
  color: #05264a;
}

.text-drop{
  font-size: 24px;
}

.text-h1_hero{
  font-size: 100px;
}

.text-h1_hero_m{
  font-size: 65px;
}

.text-h1{
  font-size: 75px;
}

.text-h1_m{
  font-size: 45px;
}

.text-h2{
  font-size: 68px;
}

.text-h3{
  font-size: 54px;
}

.text-h3_m{
  font-size: 54px;
}

.text-h4{
  font-size: 44px;
}

.text-h5{
  font-size: 36px;
}

.text-h6{
  font-size: 33px;
}

.text-p{
  font-size: 23px;
}

.text-p_m{
  font-size: 23px;
}

.text-small{
  font-size: 18px;
}

.text-small_hero{
  font-size: 28px;
}

.text-hero_p{
  font-size: 24px;
}

.text-nav{
  font-size: 20px;
}

.text-button{
  font-size: 20px;
}

.text-xs{
  font-size: 1rem;
}

.text-sm{
  font-size: 1.125rem;
}

.text-base{
  font-size: 1.25rem;
}

.text-lg{
  font-size: 1.25rem;
}

.text-xl{
  font-size: 18px;
}

.text-2xl{
  font-size: 1.75rem;
}

.text-3xl{
  font-size: 2rem;
}

.text-4xl{
  font-size: 3rem;
}

.text-5xl{
  font-size: 2.5rem;
}

.text-md\:5xl{
  font-size: 3.375rem;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0{
  width: 0;
}

.w-1{
  width: 0.25rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-15{
  width: 15px;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-30{
  width: 30px;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-45{
  width: 45px;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 60px;
}

.w-64{
  width: 16rem;
}

.w-75{
  width: 75px;
}

.w-90{
  width: 90px;
}

.w-105{
  width: 105px;
}

.w-120{
  width: 120px;
}

.w-135{
  width: 135px;
}

.w-150{
  width: 150px;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-buffer{
  width: 0.9375rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-icon{
  width: 45px;
}

.w-dot{
  width: 15px;
}

.w-hamburger{
  width: 32px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

@media (min-width: 768px){
  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .sm\:table{
    display: table;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

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

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

  .sm\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

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

  .sm\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-15{
    height: 15px;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-30{
    height: 30px;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-45{
    height: 45px;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-60{
    height: 60px;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-75{
    height: 75px;
  }

  .sm\:h-90{
    height: 90px;
  }

  .sm\:h-105{
    height: 105px;
  }

  .sm\:h-120{
    height: 120px;
  }

  .sm\:h-135{
    height: 135px;
  }

  .sm\:h-150{
    height: 150px;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-buffer{
    height: 0.9375rem;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:h-hero{
    height: 775px;
  }

  .sm\:h-hero_mobile{
    height: 360px;
  }

  .sm\:h-hero_secondary{
    height: 400px;
  }

  .sm\:h-hero_secondary_mobile{
    height: 300px;
  }

  .sm\:h-icon{
    height: 45px;
  }

  .sm\:h-dot{
    height: 15px;
  }

  .sm\:h-hamburger{
    height: 4px;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-15{
    margin: 15px;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-30{
    margin: 30px;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-45{
    margin: 45px;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-60{
    margin: 60px;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-75{
    margin: 75px;
  }

  .sm\:m-90{
    margin: 90px;
  }

  .sm\:m-105{
    margin: 105px;
  }

  .sm\:m-120{
    margin: 120px;
  }

  .sm\:m-135{
    margin: 135px;
  }

  .sm\:m-150{
    margin: 150px;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-buffer{
    margin: 0.9375rem;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-15{
    margin: -15px;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-30{
    margin: -30px;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-45{
    margin: -45px;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-60{
    margin: -60px;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-75{
    margin: -75px;
  }

  .sm\:-m-90{
    margin: -90px;
  }

  .sm\:-m-105{
    margin: -105px;
  }

  .sm\:-m-120{
    margin: -120px;
  }

  .sm\:-m-135{
    margin: -135px;
  }

  .sm\:-m-150{
    margin: -150px;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-buffer{
    margin: -0.9375rem;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mx-45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-75{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm\:mx-75{
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:my-105{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .sm\:mx-105{
    margin-left: 105px;
    margin-right: 105px;
  }

  .sm\:my-120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:mx-120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm\:my-150{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm\:mx-150{
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-buffer{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:mx-buffer{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-75{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm\:-mx-75{
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:-my-105{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .sm\:-mx-105{
    margin-left: -105px;
    margin-right: -105px;
  }

  .sm\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm\:-my-150{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm\:-mx-150{
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-buffer{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:-mx-buffer{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-15{
    margin-top: 15px;
  }

  .sm\:mr-15{
    margin-right: 15px;
  }

  .sm\:mb-15{
    margin-bottom: 15px;
  }

  .sm\:ml-15{
    margin-left: 15px;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:mt-30{
    margin-top: 30px;
  }

  .sm\:mr-30{
    margin-right: 30px;
  }

  .sm\:mb-30{
    margin-bottom: 30px;
  }

  .sm\:ml-30{
    margin-left: 30px;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-45{
    margin-top: 45px;
  }

  .sm\:mr-45{
    margin-right: 45px;
  }

  .sm\:mb-45{
    margin-bottom: 45px;
  }

  .sm\:ml-45{
    margin-left: 45px;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-60{
    margin-top: 60px;
  }

  .sm\:mr-60{
    margin-right: 60px;
  }

  .sm\:mb-60{
    margin-bottom: 60px;
  }

  .sm\:ml-60{
    margin-left: 60px;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-75{
    margin-top: 75px;
  }

  .sm\:mr-75{
    margin-right: 75px;
  }

  .sm\:mb-75{
    margin-bottom: 75px;
  }

  .sm\:ml-75{
    margin-left: 75px;
  }

  .sm\:mt-90{
    margin-top: 90px;
  }

  .sm\:mr-90{
    margin-right: 90px;
  }

  .sm\:mb-90{
    margin-bottom: 90px;
  }

  .sm\:ml-90{
    margin-left: 90px;
  }

  .sm\:mt-105{
    margin-top: 105px;
  }

  .sm\:mr-105{
    margin-right: 105px;
  }

  .sm\:mb-105{
    margin-bottom: 105px;
  }

  .sm\:ml-105{
    margin-left: 105px;
  }

  .sm\:mt-120{
    margin-top: 120px;
  }

  .sm\:mr-120{
    margin-right: 120px;
  }

  .sm\:mb-120{
    margin-bottom: 120px;
  }

  .sm\:ml-120{
    margin-left: 120px;
  }

  .sm\:mt-135{
    margin-top: 135px;
  }

  .sm\:mr-135{
    margin-right: 135px;
  }

  .sm\:mb-135{
    margin-bottom: 135px;
  }

  .sm\:ml-135{
    margin-left: 135px;
  }

  .sm\:mt-150{
    margin-top: 150px;
  }

  .sm\:mr-150{
    margin-right: 150px;
  }

  .sm\:mb-150{
    margin-bottom: 150px;
  }

  .sm\:ml-150{
    margin-left: 150px;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mt-buffer{
    margin-top: 0.9375rem;
  }

  .sm\:mr-buffer{
    margin-right: 0.9375rem;
  }

  .sm\:mb-buffer{
    margin-bottom: 0.9375rem;
  }

  .sm\:ml-buffer{
    margin-left: 0.9375rem;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-mt-15{
    margin-top: -15px;
  }

  .sm\:-mr-15{
    margin-right: -15px;
  }

  .sm\:-mb-15{
    margin-bottom: -15px;
  }

  .sm\:-ml-15{
    margin-left: -15px;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-mt-30{
    margin-top: -30px;
  }

  .sm\:-mr-30{
    margin-right: -30px;
  }

  .sm\:-mb-30{
    margin-bottom: -30px;
  }

  .sm\:-ml-30{
    margin-left: -30px;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-45{
    margin-top: -45px;
  }

  .sm\:-mr-45{
    margin-right: -45px;
  }

  .sm\:-mb-45{
    margin-bottom: -45px;
  }

  .sm\:-ml-45{
    margin-left: -45px;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-60{
    margin-top: -60px;
  }

  .sm\:-mr-60{
    margin-right: -60px;
  }

  .sm\:-mb-60{
    margin-bottom: -60px;
  }

  .sm\:-ml-60{
    margin-left: -60px;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-75{
    margin-top: -75px;
  }

  .sm\:-mr-75{
    margin-right: -75px;
  }

  .sm\:-mb-75{
    margin-bottom: -75px;
  }

  .sm\:-ml-75{
    margin-left: -75px;
  }

  .sm\:-mt-90{
    margin-top: -90px;
  }

  .sm\:-mr-90{
    margin-right: -90px;
  }

  .sm\:-mb-90{
    margin-bottom: -90px;
  }

  .sm\:-ml-90{
    margin-left: -90px;
  }

  .sm\:-mt-105{
    margin-top: -105px;
  }

  .sm\:-mr-105{
    margin-right: -105px;
  }

  .sm\:-mb-105{
    margin-bottom: -105px;
  }

  .sm\:-ml-105{
    margin-left: -105px;
  }

  .sm\:-mt-120{
    margin-top: -120px;
  }

  .sm\:-mr-120{
    margin-right: -120px;
  }

  .sm\:-mb-120{
    margin-bottom: -120px;
  }

  .sm\:-ml-120{
    margin-left: -120px;
  }

  .sm\:-mt-135{
    margin-top: -135px;
  }

  .sm\:-mr-135{
    margin-right: -135px;
  }

  .sm\:-mb-135{
    margin-bottom: -135px;
  }

  .sm\:-ml-135{
    margin-left: -135px;
  }

  .sm\:-mt-150{
    margin-top: -150px;
  }

  .sm\:-mr-150{
    margin-right: -150px;
  }

  .sm\:-mb-150{
    margin-bottom: -150px;
  }

  .sm\:-ml-150{
    margin-left: -150px;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-buffer{
    margin-top: -0.9375rem;
  }

  .sm\:-mr-buffer{
    margin-right: -0.9375rem;
  }

  .sm\:-mb-buffer{
    margin-bottom: -0.9375rem;
  }

  .sm\:-ml-buffer{
    margin-left: -0.9375rem;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 44rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-10xl{
    max-width: 90rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-brand{
    max-width: 216px;
  }

  .sm\:max-w-initial{
    max-width: initial;
  }

  .sm\:max-w-contained{
    max-width: 1170px;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-15{
    padding: 15px;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-30{
    padding: 30px;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-45{
    padding: 45px;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-60{
    padding: 60px;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-75{
    padding: 75px;
  }

  .sm\:p-90{
    padding: 90px;
  }

  .sm\:p-105{
    padding: 105px;
  }

  .sm\:p-120{
    padding: 120px;
  }

  .sm\:p-135{
    padding: 135px;
  }

  .sm\:p-150{
    padding: 150px;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-buffer{
    padding: 0.9375rem;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-45{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:px-45{
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-75{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm\:px-75{
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:py-105{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .sm\:px-105{
    padding-left: 105px;
    padding-right: 105px;
  }

  .sm\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:px-120{
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm\:py-150{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm\:px-150{
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-buffer{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .sm\:px-buffer{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-15{
    padding-top: 15px;
  }

  .sm\:pr-15{
    padding-right: 15px;
  }

  .sm\:pb-15{
    padding-bottom: 15px;
  }

  .sm\:pl-15{
    padding-left: 15px;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-30{
    padding-top: 30px;
  }

  .sm\:pr-30{
    padding-right: 30px;
  }

  .sm\:pb-30{
    padding-bottom: 30px;
  }

  .sm\:pl-30{
    padding-left: 30px;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-45{
    padding-top: 45px;
  }

  .sm\:pr-45{
    padding-right: 45px;
  }

  .sm\:pb-45{
    padding-bottom: 45px;
  }

  .sm\:pl-45{
    padding-left: 45px;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-60{
    padding-top: 60px;
  }

  .sm\:pr-60{
    padding-right: 60px;
  }

  .sm\:pb-60{
    padding-bottom: 60px;
  }

  .sm\:pl-60{
    padding-left: 60px;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-75{
    padding-top: 75px;
  }

  .sm\:pr-75{
    padding-right: 75px;
  }

  .sm\:pb-75{
    padding-bottom: 75px;
  }

  .sm\:pl-75{
    padding-left: 75px;
  }

  .sm\:pt-90{
    padding-top: 90px;
  }

  .sm\:pr-90{
    padding-right: 90px;
  }

  .sm\:pb-90{
    padding-bottom: 90px;
  }

  .sm\:pl-90{
    padding-left: 90px;
  }

  .sm\:pt-105{
    padding-top: 105px;
  }

  .sm\:pr-105{
    padding-right: 105px;
  }

  .sm\:pb-105{
    padding-bottom: 105px;
  }

  .sm\:pl-105{
    padding-left: 105px;
  }

  .sm\:pt-120{
    padding-top: 120px;
  }

  .sm\:pr-120{
    padding-right: 120px;
  }

  .sm\:pb-120{
    padding-bottom: 120px;
  }

  .sm\:pl-120{
    padding-left: 120px;
  }

  .sm\:pt-135{
    padding-top: 135px;
  }

  .sm\:pr-135{
    padding-right: 135px;
  }

  .sm\:pb-135{
    padding-bottom: 135px;
  }

  .sm\:pl-135{
    padding-left: 135px;
  }

  .sm\:pt-150{
    padding-top: 150px;
  }

  .sm\:pr-150{
    padding-right: 150px;
  }

  .sm\:pb-150{
    padding-bottom: 150px;
  }

  .sm\:pl-150{
    padding-left: 150px;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-buffer{
    padding-top: 0.9375rem;
  }

  .sm\:pr-buffer{
    padding-right: 0.9375rem;
  }

  .sm\:pb-buffer{
    padding-bottom: 0.9375rem;
  }

  .sm\:pl-buffer{
    padding-left: 0.9375rem;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-buffer{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .sm\:inset-sticky{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm\:inset-half{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-slick-arrow{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-buffer{
    top: -15px;
    bottom: -15px;
  }

  .sm\:inset-x-buffer{
    right: -15px;
    left: -15px;
  }

  .sm\:inset-y-sticky{
    top: 15px;
    bottom: 15px;
  }

  .sm\:inset-x-sticky{
    right: 15px;
    left: 15px;
  }

  .sm\:inset-y-half{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-half{
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-slick-arrow{
    top: 15px;
    bottom: 15px;
  }

  .sm\:inset-x-slick-arrow{
    right: 15px;
    left: 15px;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-100{
    top: 100%;
  }

  .sm\:right-100{
    right: 100%;
  }

  .sm\:bottom-100{
    bottom: 100%;
  }

  .sm\:left-100{
    left: 100%;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-buffer{
    top: -15px;
  }

  .sm\:right-buffer{
    right: -15px;
  }

  .sm\:bottom-buffer{
    bottom: -15px;
  }

  .sm\:left-buffer{
    left: -15px;
  }

  .sm\:top-sticky{
    top: 15px;
  }

  .sm\:right-sticky{
    right: 15px;
  }

  .sm\:bottom-sticky{
    bottom: 15px;
  }

  .sm\:left-sticky{
    left: 15px;
  }

  .sm\:top-half{
    top: 50%;
  }

  .sm\:right-half{
    right: 50%;
  }

  .sm\:bottom-half{
    bottom: 50%;
  }

  .sm\:left-half{
    left: 50%;
  }

  .sm\:top-slick-arrow{
    top: 15px;
  }

  .sm\:right-slick-arrow{
    right: 15px;
  }

  .sm\:bottom-slick-arrow{
    bottom: 15px;
  }

  .sm\:left-slick-arrow{
    left: 15px;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-15{
    width: 15px;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-30{
    width: 30px;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-45{
    width: 45px;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-60{
    width: 60px;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-75{
    width: 75px;
  }

  .sm\:w-90{
    width: 90px;
  }

  .sm\:w-105{
    width: 105px;
  }

  .sm\:w-120{
    width: 120px;
  }

  .sm\:w-135{
    width: 135px;
  }

  .sm\:w-150{
    width: 150px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-buffer{
    width: 0.9375rem;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-icon{
    width: 45px;
  }

  .sm\:w-dot{
    width: 15px;
  }

  .sm\:w-hamburger{
    width: 32px;
  }
}

@media (min-width: 1024px){
  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .md\:table{
    display: table;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

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

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

  .md\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

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

  .md\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-15{
    height: 15px;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-30{
    height: 30px;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-45{
    height: 45px;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-60{
    height: 60px;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-75{
    height: 75px;
  }

  .md\:h-90{
    height: 90px;
  }

  .md\:h-105{
    height: 105px;
  }

  .md\:h-120{
    height: 120px;
  }

  .md\:h-135{
    height: 135px;
  }

  .md\:h-150{
    height: 150px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-buffer{
    height: 0.9375rem;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-hero{
    height: 775px;
  }

  .md\:h-hero_mobile{
    height: 360px;
  }

  .md\:h-hero_secondary{
    height: 400px;
  }

  .md\:h-hero_secondary_mobile{
    height: 300px;
  }

  .md\:h-icon{
    height: 45px;
  }

  .md\:h-dot{
    height: 15px;
  }

  .md\:h-hamburger{
    height: 4px;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-15{
    margin: 15px;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-30{
    margin: 30px;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-45{
    margin: 45px;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-60{
    margin: 60px;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-75{
    margin: 75px;
  }

  .md\:m-90{
    margin: 90px;
  }

  .md\:m-105{
    margin: 105px;
  }

  .md\:m-120{
    margin: 120px;
  }

  .md\:m-135{
    margin: 135px;
  }

  .md\:m-150{
    margin: 150px;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-buffer{
    margin: 0.9375rem;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-15{
    margin: -15px;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-30{
    margin: -30px;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-45{
    margin: -45px;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-60{
    margin: -60px;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-75{
    margin: -75px;
  }

  .md\:-m-90{
    margin: -90px;
  }

  .md\:-m-105{
    margin: -105px;
  }

  .md\:-m-120{
    margin: -120px;
  }

  .md\:-m-135{
    margin: -135px;
  }

  .md\:-m-150{
    margin: -150px;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-buffer{
    margin: -0.9375rem;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-75{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:mx-75{
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-105{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .md\:mx-105{
    margin-left: 105px;
    margin-right: 105px;
  }

  .md\:my-120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:my-150{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:mx-150{
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-buffer{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:mx-buffer{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-75{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:-mx-75{
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-105{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .md\:-mx-105{
    margin-left: -105px;
    margin-right: -105px;
  }

  .md\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:-my-150{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:-mx-150{
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-buffer{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:-mx-buffer{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mt-15{
    margin-top: 15px;
  }

  .md\:mr-15{
    margin-right: 15px;
  }

  .md\:mb-15{
    margin-bottom: 15px;
  }

  .md\:ml-15{
    margin-left: 15px;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-30{
    margin-top: 30px;
  }

  .md\:mr-30{
    margin-right: 30px;
  }

  .md\:mb-30{
    margin-bottom: 30px;
  }

  .md\:ml-30{
    margin-left: 30px;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:mt-45{
    margin-top: 45px;
  }

  .md\:mr-45{
    margin-right: 45px;
  }

  .md\:mb-45{
    margin-bottom: 45px;
  }

  .md\:ml-45{
    margin-left: 45px;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:mt-60{
    margin-top: 60px;
  }

  .md\:mr-60{
    margin-right: 60px;
  }

  .md\:mb-60{
    margin-bottom: 60px;
  }

  .md\:ml-60{
    margin-left: 60px;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:mt-75{
    margin-top: 75px;
  }

  .md\:mr-75{
    margin-right: 75px;
  }

  .md\:mb-75{
    margin-bottom: 75px;
  }

  .md\:ml-75{
    margin-left: 75px;
  }

  .md\:mt-90{
    margin-top: 90px;
  }

  .md\:mr-90{
    margin-right: 90px;
  }

  .md\:mb-90{
    margin-bottom: 90px;
  }

  .md\:ml-90{
    margin-left: 90px;
  }

  .md\:mt-105{
    margin-top: 105px;
  }

  .md\:mr-105{
    margin-right: 105px;
  }

  .md\:mb-105{
    margin-bottom: 105px;
  }

  .md\:ml-105{
    margin-left: 105px;
  }

  .md\:mt-120{
    margin-top: 120px;
  }

  .md\:mr-120{
    margin-right: 120px;
  }

  .md\:mb-120{
    margin-bottom: 120px;
  }

  .md\:ml-120{
    margin-left: 120px;
  }

  .md\:mt-135{
    margin-top: 135px;
  }

  .md\:mr-135{
    margin-right: 135px;
  }

  .md\:mb-135{
    margin-bottom: 135px;
  }

  .md\:ml-135{
    margin-left: 135px;
  }

  .md\:mt-150{
    margin-top: 150px;
  }

  .md\:mr-150{
    margin-right: 150px;
  }

  .md\:mb-150{
    margin-bottom: 150px;
  }

  .md\:ml-150{
    margin-left: 150px;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mt-buffer{
    margin-top: 0.9375rem;
  }

  .md\:mr-buffer{
    margin-right: 0.9375rem;
  }

  .md\:mb-buffer{
    margin-bottom: 0.9375rem;
  }

  .md\:ml-buffer{
    margin-left: 0.9375rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-mt-15{
    margin-top: -15px;
  }

  .md\:-mr-15{
    margin-right: -15px;
  }

  .md\:-mb-15{
    margin-bottom: -15px;
  }

  .md\:-ml-15{
    margin-left: -15px;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-mt-30{
    margin-top: -30px;
  }

  .md\:-mr-30{
    margin-right: -30px;
  }

  .md\:-mb-30{
    margin-bottom: -30px;
  }

  .md\:-ml-30{
    margin-left: -30px;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-mt-45{
    margin-top: -45px;
  }

  .md\:-mr-45{
    margin-right: -45px;
  }

  .md\:-mb-45{
    margin-bottom: -45px;
  }

  .md\:-ml-45{
    margin-left: -45px;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-mt-60{
    margin-top: -60px;
  }

  .md\:-mr-60{
    margin-right: -60px;
  }

  .md\:-mb-60{
    margin-bottom: -60px;
  }

  .md\:-ml-60{
    margin-left: -60px;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-mt-75{
    margin-top: -75px;
  }

  .md\:-mr-75{
    margin-right: -75px;
  }

  .md\:-mb-75{
    margin-bottom: -75px;
  }

  .md\:-ml-75{
    margin-left: -75px;
  }

  .md\:-mt-90{
    margin-top: -90px;
  }

  .md\:-mr-90{
    margin-right: -90px;
  }

  .md\:-mb-90{
    margin-bottom: -90px;
  }

  .md\:-ml-90{
    margin-left: -90px;
  }

  .md\:-mt-105{
    margin-top: -105px;
  }

  .md\:-mr-105{
    margin-right: -105px;
  }

  .md\:-mb-105{
    margin-bottom: -105px;
  }

  .md\:-ml-105{
    margin-left: -105px;
  }

  .md\:-mt-120{
    margin-top: -120px;
  }

  .md\:-mr-120{
    margin-right: -120px;
  }

  .md\:-mb-120{
    margin-bottom: -120px;
  }

  .md\:-ml-120{
    margin-left: -120px;
  }

  .md\:-mt-135{
    margin-top: -135px;
  }

  .md\:-mr-135{
    margin-right: -135px;
  }

  .md\:-mb-135{
    margin-bottom: -135px;
  }

  .md\:-ml-135{
    margin-left: -135px;
  }

  .md\:-mt-150{
    margin-top: -150px;
  }

  .md\:-mr-150{
    margin-right: -150px;
  }

  .md\:-mb-150{
    margin-bottom: -150px;
  }

  .md\:-ml-150{
    margin-left: -150px;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mt-buffer{
    margin-top: -0.9375rem;
  }

  .md\:-mr-buffer{
    margin-right: -0.9375rem;
  }

  .md\:-mb-buffer{
    margin-bottom: -0.9375rem;
  }

  .md\:-ml-buffer{
    margin-left: -0.9375rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 44rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-10xl{
    max-width: 90rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-brand{
    max-width: 216px;
  }

  .md\:max-w-initial{
    max-width: initial;
  }

  .md\:max-w-contained{
    max-width: 1170px;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-15{
    padding: 15px;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-30{
    padding: 30px;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-45{
    padding: 45px;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-60{
    padding: 60px;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-75{
    padding: 75px;
  }

  .md\:p-90{
    padding: 90px;
  }

  .md\:p-105{
    padding: 105px;
  }

  .md\:p-120{
    padding: 120px;
  }

  .md\:p-135{
    padding: 135px;
  }

  .md\:p-150{
    padding: 150px;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-buffer{
    padding: 0.9375rem;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-45{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45{
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-75{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75{
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-105{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .md\:px-105{
    padding-left: 105px;
    padding-right: 105px;
  }

  .md\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120{
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:py-150{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:px-150{
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-buffer{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .md\:px-buffer{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-15{
    padding-top: 15px;
  }

  .md\:pr-15{
    padding-right: 15px;
  }

  .md\:pb-15{
    padding-bottom: 15px;
  }

  .md\:pl-15{
    padding-left: 15px;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pt-30{
    padding-top: 30px;
  }

  .md\:pr-30{
    padding-right: 30px;
  }

  .md\:pb-30{
    padding-bottom: 30px;
  }

  .md\:pl-30{
    padding-left: 30px;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pt-45{
    padding-top: 45px;
  }

  .md\:pr-45{
    padding-right: 45px;
  }

  .md\:pb-45{
    padding-bottom: 45px;
  }

  .md\:pl-45{
    padding-left: 45px;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pt-60{
    padding-top: 60px;
  }

  .md\:pr-60{
    padding-right: 60px;
  }

  .md\:pb-60{
    padding-bottom: 60px;
  }

  .md\:pl-60{
    padding-left: 60px;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pt-75{
    padding-top: 75px;
  }

  .md\:pr-75{
    padding-right: 75px;
  }

  .md\:pb-75{
    padding-bottom: 75px;
  }

  .md\:pl-75{
    padding-left: 75px;
  }

  .md\:pt-90{
    padding-top: 90px;
  }

  .md\:pr-90{
    padding-right: 90px;
  }

  .md\:pb-90{
    padding-bottom: 90px;
  }

  .md\:pl-90{
    padding-left: 90px;
  }

  .md\:pt-105{
    padding-top: 105px;
  }

  .md\:pr-105{
    padding-right: 105px;
  }

  .md\:pb-105{
    padding-bottom: 105px;
  }

  .md\:pl-105{
    padding-left: 105px;
  }

  .md\:pt-120{
    padding-top: 120px;
  }

  .md\:pr-120{
    padding-right: 120px;
  }

  .md\:pb-120{
    padding-bottom: 120px;
  }

  .md\:pl-120{
    padding-left: 120px;
  }

  .md\:pt-135{
    padding-top: 135px;
  }

  .md\:pr-135{
    padding-right: 135px;
  }

  .md\:pb-135{
    padding-bottom: 135px;
  }

  .md\:pl-135{
    padding-left: 135px;
  }

  .md\:pt-150{
    padding-top: 150px;
  }

  .md\:pr-150{
    padding-right: 150px;
  }

  .md\:pb-150{
    padding-bottom: 150px;
  }

  .md\:pl-150{
    padding-left: 150px;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pt-buffer{
    padding-top: 0.9375rem;
  }

  .md\:pr-buffer{
    padding-right: 0.9375rem;
  }

  .md\:pb-buffer{
    padding-bottom: 0.9375rem;
  }

  .md\:pl-buffer{
    padding-left: 0.9375rem;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-buffer{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .md\:inset-sticky{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-half{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-slick-arrow{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-buffer{
    top: -15px;
    bottom: -15px;
  }

  .md\:inset-x-buffer{
    right: -15px;
    left: -15px;
  }

  .md\:inset-y-sticky{
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-sticky{
    right: 15px;
    left: 15px;
  }

  .md\:inset-y-half{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-half{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-slick-arrow{
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-slick-arrow{
    right: 15px;
    left: 15px;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-100{
    top: 100%;
  }

  .md\:right-100{
    right: 100%;
  }

  .md\:bottom-100{
    bottom: 100%;
  }

  .md\:left-100{
    left: 100%;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-buffer{
    top: -15px;
  }

  .md\:right-buffer{
    right: -15px;
  }

  .md\:bottom-buffer{
    bottom: -15px;
  }

  .md\:left-buffer{
    left: -15px;
  }

  .md\:top-sticky{
    top: 15px;
  }

  .md\:right-sticky{
    right: 15px;
  }

  .md\:bottom-sticky{
    bottom: 15px;
  }

  .md\:left-sticky{
    left: 15px;
  }

  .md\:top-half{
    top: 50%;
  }

  .md\:right-half{
    right: 50%;
  }

  .md\:bottom-half{
    bottom: 50%;
  }

  .md\:left-half{
    left: 50%;
  }

  .md\:top-slick-arrow{
    top: 15px;
  }

  .md\:right-slick-arrow{
    right: 15px;
  }

  .md\:bottom-slick-arrow{
    bottom: 15px;
  }

  .md\:left-slick-arrow{
    left: 15px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-15{
    width: 15px;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-30{
    width: 30px;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-45{
    width: 45px;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-60{
    width: 60px;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-75{
    width: 75px;
  }

  .md\:w-90{
    width: 90px;
  }

  .md\:w-105{
    width: 105px;
  }

  .md\:w-120{
    width: 120px;
  }

  .md\:w-135{
    width: 135px;
  }

  .md\:w-150{
    width: 150px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-buffer{
    width: 0.9375rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-icon{
    width: 45px;
  }

  .md\:w-dot{
    width: 15px;
  }

  .md\:w-hamburger{
    width: 32px;
  }
}

@media (min-width: 1336px){
  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .lg\:table{
    display: table;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

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

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

  .lg\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

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

  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-15{
    height: 15px;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-30{
    height: 30px;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-45{
    height: 45px;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-60{
    height: 60px;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-75{
    height: 75px;
  }

  .lg\:h-90{
    height: 90px;
  }

  .lg\:h-105{
    height: 105px;
  }

  .lg\:h-120{
    height: 120px;
  }

  .lg\:h-135{
    height: 135px;
  }

  .lg\:h-150{
    height: 150px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-buffer{
    height: 0.9375rem;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-hero{
    height: 775px;
  }

  .lg\:h-hero_mobile{
    height: 360px;
  }

  .lg\:h-hero_secondary{
    height: 400px;
  }

  .lg\:h-hero_secondary_mobile{
    height: 300px;
  }

  .lg\:h-icon{
    height: 45px;
  }

  .lg\:h-dot{
    height: 15px;
  }

  .lg\:h-hamburger{
    height: 4px;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-15{
    margin: 15px;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-30{
    margin: 30px;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-45{
    margin: 45px;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-60{
    margin: 60px;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-75{
    margin: 75px;
  }

  .lg\:m-90{
    margin: 90px;
  }

  .lg\:m-105{
    margin: 105px;
  }

  .lg\:m-120{
    margin: 120px;
  }

  .lg\:m-135{
    margin: 135px;
  }

  .lg\:m-150{
    margin: 150px;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-buffer{
    margin: 0.9375rem;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-15{
    margin: -15px;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-30{
    margin: -30px;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-45{
    margin: -45px;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-60{
    margin: -60px;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-75{
    margin: -75px;
  }

  .lg\:-m-90{
    margin: -90px;
  }

  .lg\:-m-105{
    margin: -105px;
  }

  .lg\:-m-120{
    margin: -120px;
  }

  .lg\:-m-135{
    margin: -135px;
  }

  .lg\:-m-150{
    margin: -150px;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-buffer{
    margin: -0.9375rem;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-75{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:mx-75{
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-105{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .lg\:mx-105{
    margin-left: 105px;
    margin-right: 105px;
  }

  .lg\:my-120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:my-150{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:mx-150{
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-buffer{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:mx-buffer{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-75{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:-mx-75{
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-105{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .lg\:-mx-105{
    margin-left: -105px;
    margin-right: -105px;
  }

  .lg\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:-my-150{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:-mx-150{
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-buffer{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:-mx-buffer{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:mt-15{
    margin-top: 15px;
  }

  .lg\:mr-15{
    margin-right: 15px;
  }

  .lg\:mb-15{
    margin-bottom: 15px;
  }

  .lg\:ml-15{
    margin-left: 15px;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mt-30{
    margin-top: 30px;
  }

  .lg\:mr-30{
    margin-right: 30px;
  }

  .lg\:mb-30{
    margin-bottom: 30px;
  }

  .lg\:ml-30{
    margin-left: 30px;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:mt-45{
    margin-top: 45px;
  }

  .lg\:mr-45{
    margin-right: 45px;
  }

  .lg\:mb-45{
    margin-bottom: 45px;
  }

  .lg\:ml-45{
    margin-left: 45px;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:mt-60{
    margin-top: 60px;
  }

  .lg\:mr-60{
    margin-right: 60px;
  }

  .lg\:mb-60{
    margin-bottom: 60px;
  }

  .lg\:ml-60{
    margin-left: 60px;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:mt-75{
    margin-top: 75px;
  }

  .lg\:mr-75{
    margin-right: 75px;
  }

  .lg\:mb-75{
    margin-bottom: 75px;
  }

  .lg\:ml-75{
    margin-left: 75px;
  }

  .lg\:mt-90{
    margin-top: 90px;
  }

  .lg\:mr-90{
    margin-right: 90px;
  }

  .lg\:mb-90{
    margin-bottom: 90px;
  }

  .lg\:ml-90{
    margin-left: 90px;
  }

  .lg\:mt-105{
    margin-top: 105px;
  }

  .lg\:mr-105{
    margin-right: 105px;
  }

  .lg\:mb-105{
    margin-bottom: 105px;
  }

  .lg\:ml-105{
    margin-left: 105px;
  }

  .lg\:mt-120{
    margin-top: 120px;
  }

  .lg\:mr-120{
    margin-right: 120px;
  }

  .lg\:mb-120{
    margin-bottom: 120px;
  }

  .lg\:ml-120{
    margin-left: 120px;
  }

  .lg\:mt-135{
    margin-top: 135px;
  }

  .lg\:mr-135{
    margin-right: 135px;
  }

  .lg\:mb-135{
    margin-bottom: 135px;
  }

  .lg\:ml-135{
    margin-left: 135px;
  }

  .lg\:mt-150{
    margin-top: 150px;
  }

  .lg\:mr-150{
    margin-right: 150px;
  }

  .lg\:mb-150{
    margin-bottom: 150px;
  }

  .lg\:ml-150{
    margin-left: 150px;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mt-buffer{
    margin-top: 0.9375rem;
  }

  .lg\:mr-buffer{
    margin-right: 0.9375rem;
  }

  .lg\:mb-buffer{
    margin-bottom: 0.9375rem;
  }

  .lg\:ml-buffer{
    margin-left: 0.9375rem;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-mt-15{
    margin-top: -15px;
  }

  .lg\:-mr-15{
    margin-right: -15px;
  }

  .lg\:-mb-15{
    margin-bottom: -15px;
  }

  .lg\:-ml-15{
    margin-left: -15px;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-mt-30{
    margin-top: -30px;
  }

  .lg\:-mr-30{
    margin-right: -30px;
  }

  .lg\:-mb-30{
    margin-bottom: -30px;
  }

  .lg\:-ml-30{
    margin-left: -30px;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-mt-45{
    margin-top: -45px;
  }

  .lg\:-mr-45{
    margin-right: -45px;
  }

  .lg\:-mb-45{
    margin-bottom: -45px;
  }

  .lg\:-ml-45{
    margin-left: -45px;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-mt-60{
    margin-top: -60px;
  }

  .lg\:-mr-60{
    margin-right: -60px;
  }

  .lg\:-mb-60{
    margin-bottom: -60px;
  }

  .lg\:-ml-60{
    margin-left: -60px;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-mt-75{
    margin-top: -75px;
  }

  .lg\:-mr-75{
    margin-right: -75px;
  }

  .lg\:-mb-75{
    margin-bottom: -75px;
  }

  .lg\:-ml-75{
    margin-left: -75px;
  }

  .lg\:-mt-90{
    margin-top: -90px;
  }

  .lg\:-mr-90{
    margin-right: -90px;
  }

  .lg\:-mb-90{
    margin-bottom: -90px;
  }

  .lg\:-ml-90{
    margin-left: -90px;
  }

  .lg\:-mt-105{
    margin-top: -105px;
  }

  .lg\:-mr-105{
    margin-right: -105px;
  }

  .lg\:-mb-105{
    margin-bottom: -105px;
  }

  .lg\:-ml-105{
    margin-left: -105px;
  }

  .lg\:-mt-120{
    margin-top: -120px;
  }

  .lg\:-mr-120{
    margin-right: -120px;
  }

  .lg\:-mb-120{
    margin-bottom: -120px;
  }

  .lg\:-ml-120{
    margin-left: -120px;
  }

  .lg\:-mt-135{
    margin-top: -135px;
  }

  .lg\:-mr-135{
    margin-right: -135px;
  }

  .lg\:-mb-135{
    margin-bottom: -135px;
  }

  .lg\:-ml-135{
    margin-left: -135px;
  }

  .lg\:-mt-150{
    margin-top: -150px;
  }

  .lg\:-mr-150{
    margin-right: -150px;
  }

  .lg\:-mb-150{
    margin-bottom: -150px;
  }

  .lg\:-ml-150{
    margin-left: -150px;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mt-buffer{
    margin-top: -0.9375rem;
  }

  .lg\:-mr-buffer{
    margin-right: -0.9375rem;
  }

  .lg\:-mb-buffer{
    margin-bottom: -0.9375rem;
  }

  .lg\:-ml-buffer{
    margin-left: -0.9375rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 44rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-10xl{
    max-width: 90rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-brand{
    max-width: 216px;
  }

  .lg\:max-w-initial{
    max-width: initial;
  }

  .lg\:max-w-contained{
    max-width: 1170px;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-15{
    padding: 15px;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-30{
    padding: 30px;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-45{
    padding: 45px;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-60{
    padding: 60px;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-75{
    padding: 75px;
  }

  .lg\:p-90{
    padding: 90px;
  }

  .lg\:p-105{
    padding: 105px;
  }

  .lg\:p-120{
    padding: 120px;
  }

  .lg\:p-135{
    padding: 135px;
  }

  .lg\:p-150{
    padding: 150px;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-buffer{
    padding: 0.9375rem;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-45{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45{
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-75{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75{
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-105{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .lg\:px-105{
    padding-left: 105px;
    padding-right: 105px;
  }

  .lg\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120{
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:py-150{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:px-150{
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-buffer{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:px-buffer{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-15{
    padding-top: 15px;
  }

  .lg\:pr-15{
    padding-right: 15px;
  }

  .lg\:pb-15{
    padding-bottom: 15px;
  }

  .lg\:pl-15{
    padding-left: 15px;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-30{
    padding-top: 30px;
  }

  .lg\:pr-30{
    padding-right: 30px;
  }

  .lg\:pb-30{
    padding-bottom: 30px;
  }

  .lg\:pl-30{
    padding-left: 30px;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pt-45{
    padding-top: 45px;
  }

  .lg\:pr-45{
    padding-right: 45px;
  }

  .lg\:pb-45{
    padding-bottom: 45px;
  }

  .lg\:pl-45{
    padding-left: 45px;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pt-60{
    padding-top: 60px;
  }

  .lg\:pr-60{
    padding-right: 60px;
  }

  .lg\:pb-60{
    padding-bottom: 60px;
  }

  .lg\:pl-60{
    padding-left: 60px;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pt-75{
    padding-top: 75px;
  }

  .lg\:pr-75{
    padding-right: 75px;
  }

  .lg\:pb-75{
    padding-bottom: 75px;
  }

  .lg\:pl-75{
    padding-left: 75px;
  }

  .lg\:pt-90{
    padding-top: 90px;
  }

  .lg\:pr-90{
    padding-right: 90px;
  }

  .lg\:pb-90{
    padding-bottom: 90px;
  }

  .lg\:pl-90{
    padding-left: 90px;
  }

  .lg\:pt-105{
    padding-top: 105px;
  }

  .lg\:pr-105{
    padding-right: 105px;
  }

  .lg\:pb-105{
    padding-bottom: 105px;
  }

  .lg\:pl-105{
    padding-left: 105px;
  }

  .lg\:pt-120{
    padding-top: 120px;
  }

  .lg\:pr-120{
    padding-right: 120px;
  }

  .lg\:pb-120{
    padding-bottom: 120px;
  }

  .lg\:pl-120{
    padding-left: 120px;
  }

  .lg\:pt-135{
    padding-top: 135px;
  }

  .lg\:pr-135{
    padding-right: 135px;
  }

  .lg\:pb-135{
    padding-bottom: 135px;
  }

  .lg\:pl-135{
    padding-left: 135px;
  }

  .lg\:pt-150{
    padding-top: 150px;
  }

  .lg\:pr-150{
    padding-right: 150px;
  }

  .lg\:pb-150{
    padding-bottom: 150px;
  }

  .lg\:pl-150{
    padding-left: 150px;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pt-buffer{
    padding-top: 0.9375rem;
  }

  .lg\:pr-buffer{
    padding-right: 0.9375rem;
  }

  .lg\:pb-buffer{
    padding-bottom: 0.9375rem;
  }

  .lg\:pl-buffer{
    padding-left: 0.9375rem;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-buffer{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .lg\:inset-sticky{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-half{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-slick-arrow{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-buffer{
    top: -15px;
    bottom: -15px;
  }

  .lg\:inset-x-buffer{
    right: -15px;
    left: -15px;
  }

  .lg\:inset-y-sticky{
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-sticky{
    right: 15px;
    left: 15px;
  }

  .lg\:inset-y-half{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-half{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-slick-arrow{
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-slick-arrow{
    right: 15px;
    left: 15px;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-100{
    top: 100%;
  }

  .lg\:right-100{
    right: 100%;
  }

  .lg\:bottom-100{
    bottom: 100%;
  }

  .lg\:left-100{
    left: 100%;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-buffer{
    top: -15px;
  }

  .lg\:right-buffer{
    right: -15px;
  }

  .lg\:bottom-buffer{
    bottom: -15px;
  }

  .lg\:left-buffer{
    left: -15px;
  }

  .lg\:top-sticky{
    top: 15px;
  }

  .lg\:right-sticky{
    right: 15px;
  }

  .lg\:bottom-sticky{
    bottom: 15px;
  }

  .lg\:left-sticky{
    left: 15px;
  }

  .lg\:top-half{
    top: 50%;
  }

  .lg\:right-half{
    right: 50%;
  }

  .lg\:bottom-half{
    bottom: 50%;
  }

  .lg\:left-half{
    left: 50%;
  }

  .lg\:top-slick-arrow{
    top: 15px;
  }

  .lg\:right-slick-arrow{
    right: 15px;
  }

  .lg\:bottom-slick-arrow{
    bottom: 15px;
  }

  .lg\:left-slick-arrow{
    left: 15px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-15{
    width: 15px;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-30{
    width: 30px;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-45{
    width: 45px;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-60{
    width: 60px;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-75{
    width: 75px;
  }

  .lg\:w-90{
    width: 90px;
  }

  .lg\:w-105{
    width: 105px;
  }

  .lg\:w-120{
    width: 120px;
  }

  .lg\:w-135{
    width: 135px;
  }

  .lg\:w-150{
    width: 150px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-buffer{
    width: 0.9375rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:w-icon{
    width: 45px;
  }

  .lg\:w-dot{
    width: 15px;
  }

  .lg\:w-hamburger{
    width: 32px;
  }
}

@media (min-width: 1920px){
  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .xl\:table{
    display: table;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

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

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

  .xl\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

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

  .xl\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-15{
    height: 15px;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-30{
    height: 30px;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-45{
    height: 45px;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-60{
    height: 60px;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-75{
    height: 75px;
  }

  .xl\:h-90{
    height: 90px;
  }

  .xl\:h-105{
    height: 105px;
  }

  .xl\:h-120{
    height: 120px;
  }

  .xl\:h-135{
    height: 135px;
  }

  .xl\:h-150{
    height: 150px;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-buffer{
    height: 0.9375rem;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:h-hero{
    height: 775px;
  }

  .xl\:h-hero_mobile{
    height: 360px;
  }

  .xl\:h-hero_secondary{
    height: 400px;
  }

  .xl\:h-hero_secondary_mobile{
    height: 300px;
  }

  .xl\:h-icon{
    height: 45px;
  }

  .xl\:h-dot{
    height: 15px;
  }

  .xl\:h-hamburger{
    height: 4px;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-15{
    margin: 15px;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-30{
    margin: 30px;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-45{
    margin: 45px;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-60{
    margin: 60px;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-75{
    margin: 75px;
  }

  .xl\:m-90{
    margin: 90px;
  }

  .xl\:m-105{
    margin: 105px;
  }

  .xl\:m-120{
    margin: 120px;
  }

  .xl\:m-135{
    margin: 135px;
  }

  .xl\:m-150{
    margin: 150px;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-buffer{
    margin: 0.9375rem;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-15{
    margin: -15px;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-30{
    margin: -30px;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-45{
    margin: -45px;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-60{
    margin: -60px;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-75{
    margin: -75px;
  }

  .xl\:-m-90{
    margin: -90px;
  }

  .xl\:-m-105{
    margin: -105px;
  }

  .xl\:-m-120{
    margin: -120px;
  }

  .xl\:-m-135{
    margin: -135px;
  }

  .xl\:-m-150{
    margin: -150px;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-buffer{
    margin: -0.9375rem;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-75{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xl\:mx-75{
    margin-left: 75px;
    margin-right: 75px;
  }

  .xl\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-105{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .xl\:mx-105{
    margin-left: 105px;
    margin-right: 105px;
  }

  .xl\:my-120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mx-120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xl\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .xl\:my-150{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xl\:mx-150{
    margin-left: 150px;
    margin-right: 150px;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-buffer{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:mx-buffer{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-75{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xl\:-mx-75{
    margin-left: -75px;
    margin-right: -75px;
  }

  .xl\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-105{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .xl\:-mx-105{
    margin-left: -105px;
    margin-right: -105px;
  }

  .xl\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xl\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .xl\:-my-150{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xl\:-mx-150{
    margin-left: -150px;
    margin-right: -150px;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-buffer{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:-mx-buffer{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:mt-15{
    margin-top: 15px;
  }

  .xl\:mr-15{
    margin-right: 15px;
  }

  .xl\:mb-15{
    margin-bottom: 15px;
  }

  .xl\:ml-15{
    margin-left: 15px;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:mt-30{
    margin-top: 30px;
  }

  .xl\:mr-30{
    margin-right: 30px;
  }

  .xl\:mb-30{
    margin-bottom: 30px;
  }

  .xl\:ml-30{
    margin-left: 30px;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:mt-45{
    margin-top: 45px;
  }

  .xl\:mr-45{
    margin-right: 45px;
  }

  .xl\:mb-45{
    margin-bottom: 45px;
  }

  .xl\:ml-45{
    margin-left: 45px;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:mt-60{
    margin-top: 60px;
  }

  .xl\:mr-60{
    margin-right: 60px;
  }

  .xl\:mb-60{
    margin-bottom: 60px;
  }

  .xl\:ml-60{
    margin-left: 60px;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:mt-75{
    margin-top: 75px;
  }

  .xl\:mr-75{
    margin-right: 75px;
  }

  .xl\:mb-75{
    margin-bottom: 75px;
  }

  .xl\:ml-75{
    margin-left: 75px;
  }

  .xl\:mt-90{
    margin-top: 90px;
  }

  .xl\:mr-90{
    margin-right: 90px;
  }

  .xl\:mb-90{
    margin-bottom: 90px;
  }

  .xl\:ml-90{
    margin-left: 90px;
  }

  .xl\:mt-105{
    margin-top: 105px;
  }

  .xl\:mr-105{
    margin-right: 105px;
  }

  .xl\:mb-105{
    margin-bottom: 105px;
  }

  .xl\:ml-105{
    margin-left: 105px;
  }

  .xl\:mt-120{
    margin-top: 120px;
  }

  .xl\:mr-120{
    margin-right: 120px;
  }

  .xl\:mb-120{
    margin-bottom: 120px;
  }

  .xl\:ml-120{
    margin-left: 120px;
  }

  .xl\:mt-135{
    margin-top: 135px;
  }

  .xl\:mr-135{
    margin-right: 135px;
  }

  .xl\:mb-135{
    margin-bottom: 135px;
  }

  .xl\:ml-135{
    margin-left: 135px;
  }

  .xl\:mt-150{
    margin-top: 150px;
  }

  .xl\:mr-150{
    margin-right: 150px;
  }

  .xl\:mb-150{
    margin-bottom: 150px;
  }

  .xl\:ml-150{
    margin-left: 150px;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mt-buffer{
    margin-top: 0.9375rem;
  }

  .xl\:mr-buffer{
    margin-right: 0.9375rem;
  }

  .xl\:mb-buffer{
    margin-bottom: 0.9375rem;
  }

  .xl\:ml-buffer{
    margin-left: 0.9375rem;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-mt-15{
    margin-top: -15px;
  }

  .xl\:-mr-15{
    margin-right: -15px;
  }

  .xl\:-mb-15{
    margin-bottom: -15px;
  }

  .xl\:-ml-15{
    margin-left: -15px;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-mt-30{
    margin-top: -30px;
  }

  .xl\:-mr-30{
    margin-right: -30px;
  }

  .xl\:-mb-30{
    margin-bottom: -30px;
  }

  .xl\:-ml-30{
    margin-left: -30px;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-mt-45{
    margin-top: -45px;
  }

  .xl\:-mr-45{
    margin-right: -45px;
  }

  .xl\:-mb-45{
    margin-bottom: -45px;
  }

  .xl\:-ml-45{
    margin-left: -45px;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-mt-60{
    margin-top: -60px;
  }

  .xl\:-mr-60{
    margin-right: -60px;
  }

  .xl\:-mb-60{
    margin-bottom: -60px;
  }

  .xl\:-ml-60{
    margin-left: -60px;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-mt-75{
    margin-top: -75px;
  }

  .xl\:-mr-75{
    margin-right: -75px;
  }

  .xl\:-mb-75{
    margin-bottom: -75px;
  }

  .xl\:-ml-75{
    margin-left: -75px;
  }

  .xl\:-mt-90{
    margin-top: -90px;
  }

  .xl\:-mr-90{
    margin-right: -90px;
  }

  .xl\:-mb-90{
    margin-bottom: -90px;
  }

  .xl\:-ml-90{
    margin-left: -90px;
  }

  .xl\:-mt-105{
    margin-top: -105px;
  }

  .xl\:-mr-105{
    margin-right: -105px;
  }

  .xl\:-mb-105{
    margin-bottom: -105px;
  }

  .xl\:-ml-105{
    margin-left: -105px;
  }

  .xl\:-mt-120{
    margin-top: -120px;
  }

  .xl\:-mr-120{
    margin-right: -120px;
  }

  .xl\:-mb-120{
    margin-bottom: -120px;
  }

  .xl\:-ml-120{
    margin-left: -120px;
  }

  .xl\:-mt-135{
    margin-top: -135px;
  }

  .xl\:-mr-135{
    margin-right: -135px;
  }

  .xl\:-mb-135{
    margin-bottom: -135px;
  }

  .xl\:-ml-135{
    margin-left: -135px;
  }

  .xl\:-mt-150{
    margin-top: -150px;
  }

  .xl\:-mr-150{
    margin-right: -150px;
  }

  .xl\:-mb-150{
    margin-bottom: -150px;
  }

  .xl\:-ml-150{
    margin-left: -150px;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mt-buffer{
    margin-top: -0.9375rem;
  }

  .xl\:-mr-buffer{
    margin-right: -0.9375rem;
  }

  .xl\:-mb-buffer{
    margin-bottom: -0.9375rem;
  }

  .xl\:-ml-buffer{
    margin-left: -0.9375rem;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 44rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-10xl{
    max-width: 90rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-brand{
    max-width: 216px;
  }

  .xl\:max-w-initial{
    max-width: initial;
  }

  .xl\:max-w-contained{
    max-width: 1170px;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-15{
    padding: 15px;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-30{
    padding: 30px;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-45{
    padding: 45px;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-60{
    padding: 60px;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-75{
    padding: 75px;
  }

  .xl\:p-90{
    padding: 90px;
  }

  .xl\:p-105{
    padding: 105px;
  }

  .xl\:p-120{
    padding: 120px;
  }

  .xl\:p-135{
    padding: 135px;
  }

  .xl\:p-150{
    padding: 150px;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-buffer{
    padding: 0.9375rem;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-45{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-45{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-75{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xl\:px-75{
    padding-left: 75px;
    padding-right: 75px;
  }

  .xl\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-105{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .xl\:px-105{
    padding-left: 105px;
    padding-right: 105px;
  }

  .xl\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-120{
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xl\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .xl\:py-150{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl\:px-150{
    padding-left: 150px;
    padding-right: 150px;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-buffer{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .xl\:px-buffer{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pt-15{
    padding-top: 15px;
  }

  .xl\:pr-15{
    padding-right: 15px;
  }

  .xl\:pb-15{
    padding-bottom: 15px;
  }

  .xl\:pl-15{
    padding-left: 15px;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pt-30{
    padding-top: 30px;
  }

  .xl\:pr-30{
    padding-right: 30px;
  }

  .xl\:pb-30{
    padding-bottom: 30px;
  }

  .xl\:pl-30{
    padding-left: 30px;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pt-45{
    padding-top: 45px;
  }

  .xl\:pr-45{
    padding-right: 45px;
  }

  .xl\:pb-45{
    padding-bottom: 45px;
  }

  .xl\:pl-45{
    padding-left: 45px;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pt-60{
    padding-top: 60px;
  }

  .xl\:pr-60{
    padding-right: 60px;
  }

  .xl\:pb-60{
    padding-bottom: 60px;
  }

  .xl\:pl-60{
    padding-left: 60px;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pt-75{
    padding-top: 75px;
  }

  .xl\:pr-75{
    padding-right: 75px;
  }

  .xl\:pb-75{
    padding-bottom: 75px;
  }

  .xl\:pl-75{
    padding-left: 75px;
  }

  .xl\:pt-90{
    padding-top: 90px;
  }

  .xl\:pr-90{
    padding-right: 90px;
  }

  .xl\:pb-90{
    padding-bottom: 90px;
  }

  .xl\:pl-90{
    padding-left: 90px;
  }

  .xl\:pt-105{
    padding-top: 105px;
  }

  .xl\:pr-105{
    padding-right: 105px;
  }

  .xl\:pb-105{
    padding-bottom: 105px;
  }

  .xl\:pl-105{
    padding-left: 105px;
  }

  .xl\:pt-120{
    padding-top: 120px;
  }

  .xl\:pr-120{
    padding-right: 120px;
  }

  .xl\:pb-120{
    padding-bottom: 120px;
  }

  .xl\:pl-120{
    padding-left: 120px;
  }

  .xl\:pt-135{
    padding-top: 135px;
  }

  .xl\:pr-135{
    padding-right: 135px;
  }

  .xl\:pb-135{
    padding-bottom: 135px;
  }

  .xl\:pl-135{
    padding-left: 135px;
  }

  .xl\:pt-150{
    padding-top: 150px;
  }

  .xl\:pr-150{
    padding-right: 150px;
  }

  .xl\:pb-150{
    padding-bottom: 150px;
  }

  .xl\:pl-150{
    padding-left: 150px;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pt-buffer{
    padding-top: 0.9375rem;
  }

  .xl\:pr-buffer{
    padding-right: 0.9375rem;
  }

  .xl\:pb-buffer{
    padding-bottom: 0.9375rem;
  }

  .xl\:pl-buffer{
    padding-left: 0.9375rem;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-100{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-buffer{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xl\:inset-sticky{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl\:inset-half{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-slick-arrow{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-100{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-100{
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-buffer{
    top: -15px;
    bottom: -15px;
  }

  .xl\:inset-x-buffer{
    right: -15px;
    left: -15px;
  }

  .xl\:inset-y-sticky{
    top: 15px;
    bottom: 15px;
  }

  .xl\:inset-x-sticky{
    right: 15px;
    left: 15px;
  }

  .xl\:inset-y-half{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-half{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-slick-arrow{
    top: 15px;
    bottom: 15px;
  }

  .xl\:inset-x-slick-arrow{
    right: 15px;
    left: 15px;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-100{
    top: 100%;
  }

  .xl\:right-100{
    right: 100%;
  }

  .xl\:bottom-100{
    bottom: 100%;
  }

  .xl\:left-100{
    left: 100%;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-buffer{
    top: -15px;
  }

  .xl\:right-buffer{
    right: -15px;
  }

  .xl\:bottom-buffer{
    bottom: -15px;
  }

  .xl\:left-buffer{
    left: -15px;
  }

  .xl\:top-sticky{
    top: 15px;
  }

  .xl\:right-sticky{
    right: 15px;
  }

  .xl\:bottom-sticky{
    bottom: 15px;
  }

  .xl\:left-sticky{
    left: 15px;
  }

  .xl\:top-half{
    top: 50%;
  }

  .xl\:right-half{
    right: 50%;
  }

  .xl\:bottom-half{
    bottom: 50%;
  }

  .xl\:left-half{
    left: 50%;
  }

  .xl\:top-slick-arrow{
    top: 15px;
  }

  .xl\:right-slick-arrow{
    right: 15px;
  }

  .xl\:bottom-slick-arrow{
    bottom: 15px;
  }

  .xl\:left-slick-arrow{
    left: 15px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-15{
    width: 15px;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-30{
    width: 30px;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-45{
    width: 45px;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-60{
    width: 60px;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-75{
    width: 75px;
  }

  .xl\:w-90{
    width: 90px;
  }

  .xl\:w-105{
    width: 105px;
  }

  .xl\:w-120{
    width: 120px;
  }

  .xl\:w-135{
    width: 135px;
  }

  .xl\:w-150{
    width: 150px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-buffer{
    width: 0.9375rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:w-icon{
    width: 45px;
  }

  .xl\:w-dot{
    width: 15px;
  }

  .xl\:w-hamburger{
    width: 32px;
  }
}

/*# sourceMappingURL=main.css.map*/</pre></body></html>