.be-ix-link-block .be-related-link-container {
    margin-top: 20px
}

.be-ix-link-block .be-related-link-container .be-label {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    color: inherit;
    font-family: FreightDisp;
    letter-spacing: .012em
}

.be-ix-link-block .be-related-link-container .be-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.be-ix-link-block .be-related-link-container .be-list .be-list-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 6px
}

.be-ix-link-block .be-related-link-container .be-list .be-list-item .be-related-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1
}

.be-ix-link-block .be-related-link-container .be-list .be-list-item .be-related-link:hover {
    color: var(--color-brand)
}

.be-ix-link-block .be-related-link-container .be-list .be-list-item:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .be-ix-link-block .be-related-link-container .be-label {
        width: 100%;
        margin-bottom: 10px
    }

    .be-ix-link-block .be-related-link-container .be-list {
        display: block;
        width: 100%
    }

    .be-ix-link-block .be-related-link-container .be-list .be-list-item {
        display: block;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .be-ix-link-block .be-related-link-container {
        display: flex;
        align-items: baseline;
        justify-content: right
    }

    .be-ix-link-block .be-related-link-container .be-label {
        display: inline-block;
        margin-right: 20px;
        flex-grow: 0;
        flex-shrink: 0
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

ul {
    box-sizing: border-box;
    list-style: none;
    margin-top: 0;
    padding-left: 0
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em;
    margin: 1em 40px
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

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

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

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

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

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

.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:link,
.fancybox-button:visited {
    color: #ccc
}

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

.fancybox-button:focus {
    outline: 0
}

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

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

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

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

.fancybox-close-small {
    background: 0 0;
    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
}

.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;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

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

.fancybox-loading {
    -webkit-animation: 1s linear infinite fancybox-rotate;
    animation: 1s linear infinite fancybox-rotate;
    background: 0 0;
    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
}

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

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

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

@media all and (max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

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

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

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

.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;
    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:link,
.fancybox-share__button:visited {
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

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

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

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

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

progress,
video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: var(--base-link-color);
    text-decoration: none;
    -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
    transition: all var(--animation-duration) var(--animation-timing-function)
}

a:active,
a:hover {
    outline: 0
}

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

small {
    font-size: 80%
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1.2em
}

td {
    padding: 0
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --rem-base: 10px;
    --base-main-font: "FreightSans";
    --base-font-sans-serif: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    --base-font: var(--base-main-font), var(--base-font-sans-serif);
    --base-font-size: 20px;
    --base-line-height: calc(32 / 20);
    --vertical-rhythm: calc(var(--base-line-height) * 1em);
    --color-brand: #3a8dde;
    --color-white: #fff;
    --color-puerto-rico: #3bbfad;
    --color-shark: #1f2429;
    --color-desert-storm: #ededec;
    --color-limed-spruce: #36404a;
    --color-picton-blue: #4ac1e0;
    --color-flush-orange: #ff8300;
    --color-polo-blue: #8dabd6;
    --color-silver: #cacaca;
    --base-text-color: var(--color-limed-spruce);
    --base-link-color: inherit;
    --h1-h6-color: var(--base-text-color);
    --animation-duration: 0.3s;
    --animation-timing-function: ease;
    --gutter: 20px;
    --h1: 80px;
    --h2: 60px;
    --h3: 40px;
    --h4: 34px;
    --h5: 28px;
    --h6: 16px;
    --swiper-theme-color: #007aff
}

@font-face {
    font-family: FreightSans;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansBold.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightSans;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansMedium.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightSans;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansRegular.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightSans;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansLight.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightSans;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansSemibold.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightSansSemibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightDisp;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispItalic.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: FreightDisp;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispRegular.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightDisp;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispSemibold.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispSemibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FreightDisp;
    src: url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispMedium.woff") format("woff"), url("https://www.crothall.com/wp-content/themes/crothall/fonts/FreightDispMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html {
    font-size: var(--rem-base);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: constant(safe-area-inset);
    padding: env(safe-area-inset)
}

body {
    margin: 0;
    min-width: 320px;
    font: var(--base-font-size)/var(--base-line-height) var(--base-font);
    font-weight: 400;
    color: var(--base-text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3 {
    font-family: FreightDisp;
    font-weight: 400;
    color: var(--h1-h6-color);
    letter-spacing: .012em
}

h1 a,
h2 a,
h3 a {
    color: inherit;
    font-size: inherit
}

h1 {
    font-size: var(--h1);
    font-weight: 400;
    line-height: 90%;
    margin: 0 0 .3em
}

h2 {
    font-size: var(--h2);
    line-height: 90%;
    margin: 0 0 .4em
}

h3 {
    font-size: var(--h3);
    line-height: 110%;
    margin: 0 0 .5em
}

p {
    line-height: 160%;
    margin-bottom: 1.2em;
    margin-top: 0
}

a:hover {
    color: var(--color-brand)
}

ul li {
    list-style: none
}

table td {
    font-size: var(--base-font-size);
    color: var(--base-text-color);
    padding: 10px 15px;
    border-bottom: 1px solid #979797
}

table td+td {
    text-align: center
}

blockquote {
    font-size: 25px;
    color: var(--base-text-color);
    background: 0 0;
    border-left: 6px solid #ececec;
    padding: 5px 0 5px 28px;
    margin: 0 0 1.2em
}

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

.container {
    width: 100%;
    margin: auto;
    padding: 0 var(--gutter);
    max-width: calc(1180px + var(--gutter) * 2)
}

.container--lg {
    max-width: calc(1535px + var(--gutter) * 2)
}

.container--sm {
    max-width: calc(982px + var(--gutter) * 2)
}

body,
html {
    height: 100%
}

body.lock {
    overflow: hidden
}

.wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.wrapper:before {
    content: "";
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin-top: -1px
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}

.bg-limed-spruce {
    background-color: var(--color-limed-spruce)
}

.bg-desert-storm {
    background-color: var(--color-desert-storm)
}

.bg-brand {
    background-color: var(--color-brand)
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.category-gird {
    flex-wrap: wrap;
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.button {
    display: inline-block;
    padding: 21px 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: var(--color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.button:hover {
    color: var(--color-white)
}

.button--primary {
    background-color: var(--color-brand)
}

.button--primary:hover {
    background-color: var(--color-puerto-rico)
}

.button--bordered {
    border: 1px solid var(--color-white)
}

.button--bordered:hover {
    background-color: var(--color-brand);
    border-color: var(--color-brand)
}

.button--bordered-puerto-rico {
    border: 1px solid var(--color-white)
}

.button--bordered-puerto-rico:hover {
    background-color: var(--color-puerto-rico);
    border-color: var(--color-puerto-rico)
}

.button--dark {
    background-color: var(--color-limed-spruce)
}

.button--dark:hover {
    background-color: var(--color-puerto-rico)
}

.acco {
    color: var(--color-white);
    height: 100%
}

.acco_box {
    margin-bottom: clamp(60px, 9vw, 120px)
}

.acco_box:last-child {
    margin-bottom: 0
}

.acco_item {
    margin-bottom: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.acco_item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.acco_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    text-align: left;
    background-color: transparent;
    border: none;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.acco_button span {
    font-family: FreightDisp;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    max-width: 480px
}

.acco_button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21px;
    height: 10px;
    fill: none;
    stroke: var(--color-white);
    -webkit-transition: .2s;
    transition: .2s
}

.acco_button--active span {
    font-size: 40px;
    font-weight: 600
}

.acco_button--active svg {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.acco_content {
    display: none;
    padding: 10px 49px 43px;
    max-width: 480px
}

.acco_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
    margin-bottom: 30px;
    max-width: 382px
}

.acco_text {
    margin-bottom: 20px
}

.acco_text p {
    margin-bottom: 12px
}

.acco_text p:last-child {
    margin-bottom: 0
}

.acco_main-link {
    text-align: right
}

.blog-item {
    position: relative;
    padding-left: 53px;
    color: var(--color-white)
}

.blog-item:hover .blog-item_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-item:nth-child(3n+1) .blog-item_title {
    color: var(--color-flush-orange)
}

.blog-item:nth-child(3n+2) .blog-item_title {
    color: var(--color-picton-blue)
}

.blog-item:nth-child(3n+3) .blog-item_title {
    color: var(--color-puerto-rico)
}

.blog-item:nth-child(3n+1) .blog-item_link:before {
    background-color: var(--color-flush-orange)
}

.blog-item:nth-child(3n+1) .blog-item_link:hover {
    color: var(--color-flush-orange)
}

.blog-item:nth-child(3n+2) .blog-item_link:before {
    background-color: var(--color-picton-blue)
}

.blog-item:nth-child(3n+2) .blog-item_link:hover {
    color: var(--color-picton-blue)
}

.blog-item:nth-child(3n+3) .blog-item_link:before {
    background-color: var(--color-puerto-rico)
}

.blog-item:nth-child(3n+3) .blog-item_link:hover {
    color: var(--color-puerto-rico)
}

.blog-item--view-default {
    padding-left: 0
}

.blog-item--view-default .blog-item_img {
    padding-bottom: 102.5%
}

.blog-item--view-default .blog-item_content {
    margin-top: -45px
}

.blog-item--view-default .blog-item_title {
    font-size: 33px;
    margin-left: 0
}

.blog-item_img {
    position: relative;
    padding-bottom: 151%;
    overflow: hidden;
    background-color: var(--color-silver)
}

.blog-item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .3s;
    transition: .3s
}

.blog-item_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.33%, #36404a), color-stop(99.73%, rgba(54, 64, 74, 0)));
    background-image: linear-gradient(0deg, #36404a .33%, rgba(54, 64, 74, 0) 99.73%)
}

.blog-item_content {
    position: relative;
    margin-top: -137px
}

.blog-item_content>:last-child {
    margin-bottom: 0
}

.blog-item_title {
    margin-bottom: 16px;
    margin-left: -53px;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%
}

.blog-item_text {
    margin-bottom: 20px
}

.blog-item_text p {
    margin-bottom: 10px
}

.blog-item_text p:last-child {
    margin-bottom: 0
}

.blog-item_link {
    font-size: 20px
}

.category {
    position: relative;
    z-index: 20
}

.category .img-card_content {
    min-height: initial
}

.category .text-box {
    border: none;
    padding: 0
}

.category_back {
    display: none;
    border: none;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    min-width: 75px;
    min-height: 40px;
    margin-top: -25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    background-color: transparent;
    text-transform: capitalize
}

.category_back:active {
    color: var(--color-brand)
}

.category_back:active svg {
    stroke: var(--color-brand)
}

.category_back svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 9px;
    height: 14px;
    stroke: var(--color-white);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category_title {
    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-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: var(--color-white);
    border-bottom: 1px solid rgba(202, 202, 202, .4)
}

.category_title--displayed-mobile {
    display: none
}

.category_all {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: FreightSans;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize
}

.category_cols {
    display: grid;
    grid-template-columns: 311px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 122px;
    -moz-column-gap: 122px;
    column-gap: 122px;
    row-gap: 51px
}

.category_cols--first-col-lg {
    grid-template-columns: 2.1fr 1fr
}

.category_col>.category_col:last-child {
    margin-bottom: 0
}

.category_col--padding-t {
    padding-top: 20px
}

.category_cols .back-button {
    display: flex
}

.category_cols .back-button a {
    align-items: center;
    display: flex;
    padding: 15px 25px
}

.category_cols .back-button a svg {
    margin: 0 10px 0 0;
    transform: rotate(180deg)
}

.category_info {
    max-width: 167px;
    margin-bottom: 30px
}

.category_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.category_articles {
    display: grid;
    gap: 60px
}

.category_articles .text-box {
    margin-bottom: 0
}

.category_post {
    margin-bottom: 53px
}

.common-section_box {
    max-width: 480px;
    margin-bottom: 60px
}

.common-section_text {
    max-width: 395px
}

.common-section_text.content-box_text {
    margin-bottom: 35px
}

.common-section_text--width-reset {
    max-width: initial
}

.common-section_img {
    position: relative;
    height: 685px
}

.common-section_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-box--color-white {
    color: var(--color-white)
}

.content-box>:first-child {
    margin-top: 0
}

.content-box>:last-child {
    margin-bottom: 0
}

.content-box_eyebrow {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 150%;
    margin: 0 0 20px;
    text-transform: uppercase
}

.content-box_title {
    margin-bottom: 35px;
    letter-spacing: .012em;
    color: inherit
}

.content-box_text {
    margin-bottom: 28px;
    color: inherit
}

.content-box_text p {
    margin-bottom: 15px
}

.content-box_text p:last-child {
    margin-bottom: 0
}

.content-box_text p a {
    color: var(--color-brand)
}

.content-box_text ul {
    padding: 0 0 0 20px
}

.content-box_text ul li {
    list-style: disc
}

.filter_title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-polo-blue)
}

.filter_button {
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 160%;
    text-align: left;
    border: none;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.filter_button:last-child {
    margin-bottom: 0
}

.filter_button:hover {
    color: var(--color-brand)
}

.filter_button--active {
    font-weight: 700
}

.form-select {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white)
}

.form-select_button {
    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-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 78px;
    padding: 0 22px;
    font-size: 20px;
    background-color: #286db2;
    border-bottom: 1px solid #95baf0;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.form-select_text span {
    color: var(--color-flush-orange)
}

.form-select_item {
    padding: 14px 17px;
    border: 1px solid #95baf0;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.form {
    height: 100%
}

.form>:last-child {
    margin-bottom: 0
}

.form_head {
    margin-bottom: 30px
}

.form_title {
    color: var(--color-white);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 18px;
    text-transform: initial;
    letter-spacing: initial
}

.form_link {
    display: none
}

.form_input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white);
    background-color: transparent;
    border: none
}

.form_input:focus {
    outline: 0;
    border: none
}

.form_label {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white)
}

.form_label span {
    color: var(--color-flush-orange)
}

.images-slider {
    padding-top: 315px;
    margin-top: -315px
}

.images-slider_slide {
    -webkit-transition: .3s;
    transition: .3s
}

.images-slider_slide.swiper-slide {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.images-slider_slide.swiper-slide-next {
    -webkit-transform: translateY(-315px);
    transform: translateY(-315px)
}

.images-slider_slide.swiper-slide-next+.swiper-slide {
    -webkit-transform: translateY(-175px);
    transform: translateY(-175px)
}

.images-slider_slide>:last-child {
    margin-bottom: 0
}


.img-card {
    position: relative;
}

.category-box {
    width: 33%;

}
.postbox{
    width: 33%;
    padding: 15px;
}

.img-card img {
    width: 100%
}

.img-card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.img-card:hover .img-card_title,
.img-card:hover .img-card_title a {
    color: var(--color-brand)
}

.img-card_img {
    position: relative;
    padding-bottom: 136.5%;
    overflow: hidden;
    background-color: var(--color-silver)
}

.img-card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.img-card_img:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 45%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.33%, #fff), color-stop(99.73%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #fff .33%, rgba(255, 255, 255, 0) 99.73%)
}

.img-card_content {
    position: relative;
    z-index: 10;
    padding: 0 40px;
    margin-top: -52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 230px
}

.img-card_content>:last-child {
    margin-bottom: 0
}

.img-card_title {
    font-family: FreightDisp;
    line-height: 110%;
    text-transform: capitalize;
    letter-spacing: .01em;
    font-size: 34px;
    margin-bottom: 25px;
    -webkit-transition: .2s;
    transition: .2s
}

.infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 13px
}

.infobox_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600
}

.infobox_item.infobox_item--glassdoor {
    position: relative
}

.infobox_item.infobox_item--glassdoor a {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.infobox_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.infobox_text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

.infobox_phone-caption {
    display: none;
    margin-right: 3px
}

.infobox_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: .2em;
    fill: var(--color-brand)
}

.infobox_icon--star {
    width: 17px;
    height: 17px;
    margin: 0 4px
}

.link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: var(--color-white);
    position: relative
}

.link-block .link-block-sub {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1
}

.link-block:first-child {
    margin-top: -20px
}

.link-block--padding-y-sm .link-block_box {
    padding: 20px 0
}

.link-block--displayed-mobile {
    display: none
}

.link-block:hover .link-block_arrow {
    stroke: var(--color-brand)
}

.link-block_icon {
    align-items: center;
    border: 1px solid var(--color-brand);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.link-block_icon--displayed-mobile {
    display: none
}

.link-block_icon svg {
    fill: var(--color-white);
    margin: auto
}

.link-block_icon img {
    max-height: 15px;
    max-width: 15px
}

.link-block_box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 0;
    border-bottom: 1px solid rgba(202, 202, 202, .4)
}

.link-block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.link-block_text {
    font-family: FreightDisp;
    font-size: 28px;
    font-weight: 600;
    line-height: 125%;
    text-transform: capitalize
}

.link-block_arrow {
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11px;
    height: 21px;
    stroke: var(--color-silver);
    -webkit-transition: .3s;
    transition: .3s
}

.link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    line-height: 100%
}

.link-item--line:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 47px;
    height: 2px;
    margin-top: .2em;
    margin-right: 11px;
    background-color: var(--color-brand)
}

.logo {
    display: inline-block;
    max-width: 225px;
    width: 100%
}

.logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.logo--size-lg {
    max-width: 285px
}

.main-box>:last-child {
    margin-bottom: 0
}

.main-box_caption {
    margin-bottom: 12px;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
    color: #fff
}

.main-box_caption span {
    color: var(--color-brand)
}

.main-box_caption--margin-b-lg {
    margin-bottom: 20px
}

.main-box_title {
    color: var(--color-white);
    font-size: 68px;
    line-height: 95%;
    margin-bottom: 35px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    text-transform: none
}

.main-box_title--size-lg {
    font-size: clamp(52px, 5vw, 80px);
    line-height: 90%
}

.main-box_title span {
    color: var(--color-brand)
}

.main-box_text {
    max-width: 480px;
    margin-bottom: 40px;
    color: var(--color-white)
}

.main-box_text p {
    margin-bottom: 15px
}

.main-box_text p:last-child {
    margin-bottom: 0
}

.main-box_text--width-sm {
    max-width: 336px
}

.main-box_text--margin-b-sm {
    margin-bottom: 30px
}

.menu-trigger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    outline: 0;
    padding: 0;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid var(--color-white)
}

.menu-trigger:after,
.menu-trigger:before {
    content: ""
}

.menu-trigger span,
.menu-trigger:after,
.menu-trigger:before {
    position: absolute;
    top: 50%;
    left: 22px;
    right: 22px;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 3px;
    margin-top: -1.5px
}

.menu-trigger:before {
    top: 43%
}

.menu-trigger:after {
    top: 59%
}

.menu-trigger--active span {
    display: none
}

.menu-trigger--active:after,
.menu-trigger--active:before {
    top: 50%;
    left: 23px;
    right: 23px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.menu-trigger--active:before {
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg)
}

.menu-trigger--active:after {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg)
}

.notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
    padding: 30px;
    font-size: 20px;
    color: var(--color-white)
}

.numeric-list {
    grid-auto-flow: column;
    counter-reset: counter;
    max-width: 985px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px
}

.pagination {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    color: #000;
    max-width: 780px;
    margin: auto
}

.caregory {
    padding-bottom: 80px;
}

@media (max-width:900) {
    .caregory {
        padding-bottom: 60px;
    }
}

@media (max-width:768) {
    .caregory {
        padding-bottom: 40px;
    }
}

.posts-filter_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: right
}

.posts-filter_select {
    position: relative
}

.posts-filter_button {
    position: relative;
    padding: 20px 70px 20px 30px;
    border: 1px solid var(--color-silver);
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.posts-filter_button:hover {
    background-color: var(--color-brand);
    color: var(--color-white)
}

.posts-filter_button:hover svg {
    fill: var(--color-white)
}

.posts-filter_text {
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    overflow: hidden;
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 105px
}

@media (max-width:720px) {
    .posts-filter_text {
        width: 100%
    }
}

.posts-filter_item {
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    border: 1px solid var(--color-silver);
    border-top: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.posts-filter_item:hover {
    color: #fff;
    background-color: var(--color-brand)
}

.quotes-slider {
    position: relative;
    margin-bottom: 40px
}

.quotes-slider_button {
    width: 46px;
    height: 70px;
    border: none;
    background-color: transparent
}

.quotes-slider_button svg {
    width: 100%;
    height: 100%;
    stroke: var(--color-brand)
}

.quote {
    padding: 30px 35px 30px 30px;
    border: none;
    margin-bottom: 0
}

.quote--bg-puerto-rico {
    background-color: var(--color-puerto-rico)
}

.quote_text {
    margin-bottom: 7px;
    font-family: FreightDisp;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: .01em;
    color: var(--color-white)
}

.quote_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    font-style: initial;
    font-size: 11px;
    font-weight: 700;
    line-height: 160%
}

.quote_name--color-limed-spruce {
    color: var(--color-limed-spruce)
}

.quote_name--color-limed-spruce:before {
    background-color: var(--color-limed-spruce)
}

.quote_name--size-lg {
    font-size: 15px
}

.quote_name--fweight-r {
    font-weight: 400
}

.rewards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px
}

.rewards_img {
    max-width: 100px;
    width: 100%
}

.rewards_img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.search-form {
    position: relative
}

.search-form_input {
    display: block;
    width: 100%;
    padding: 0 60px 10px 0;
    font-family: "FreightDisp Pro";
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -.02em;
    color: var(--color-white);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(202, 202, 202, .4)
}

.search-form_input::-webkit-input-placeholder {
    color: #c4c7ca
}

.search-form_input::-moz-placeholder {
    color: #c4c7ca
}

.search-form_input:-ms-input-placeholder {
    color: #c4c7ca
}

.search-form_input::-ms-input-placeholder {
    color: #c4c7ca
}

.search-form_input::placeholder {
    color: #c4c7ca
}

.search-form_input:focus {
    outline: 0
}

.search-form_button {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: transparent
}

.search-form_button svg {
    width: 29px;
    height: 29px;
    margin: auto;
    fill: var(--color-brand)
}

.slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px
}

.slider-controls_nav {
    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;
    width: 69px;
    height: 69px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--color-polo-blue);
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-controls_nav--prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-controls_nav--prev svg {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.slider-controls_nav--next svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.slider-controls_nav:active {
    border-color: var(--color-puerto-rico);
    background-color: var(--color-puerto-rico)
}

.slider-controls_nav:active svg {
    stroke: var(--color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.slider-controls_nav svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 28px;
    stroke: var(--color-polo-blue);
    fill: none
}

.socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.socials_link {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--color-silver);
    border-left: none
}

.socials_link:first-child {
    border-left: 1px solid var(--color-silver)
}

.socials_link:hover {
    background-color: var(--color-brand)
}

.socials_link:hover .socials_icon {
    fill: var(--color-white)
}

.socials_icon {
    width: 16px;
    height: 16px;
    margin: auto;
    fill: var(--color-brand);
    -webkit-transition: .2s;
    transition: .2s
}

.statistic {
    max-width: 167px
}

.statistic_value {
    margin-bottom: 9px;
    font-family: FreightDisp;
    font-size: 46px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: .03em;
    color: var(--base-text-color)
}

.statistic_value--color-brand {
    color: var(--color-brand)
}

.statistic_text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 120%
}

.sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.sub-nav_link {
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.3333333333;
    font-weight: 600;
    text-transform: capitalize
}

.swoosh {
    position: relative;
    z-index: 10;
    height: 16vw;
    pointer-events: none
}

.swoosh svg {
    height: 100%
}

.swoosh--reverse {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.swoosh--bg-desert-storm {
    background-color: var(--color-desert-storm)
}

.swoosh--bg-white {
    background-color: var(--color-white)
}

.swoosh_mobile {
    display: none
}

.swoosh_inner-bg--limed-spruce {
    fill: var(--color-limed-spruce)
}

.swoosh_inner-bg--white {
    fill: var(--color-white)
}

.tabs {
    display: grid;
    grid-template-columns: 32% 1fr;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px
}

.tabs_item {
    border-bottom: 1px solid rgba(54, 64, 74, .4);
    padding: 30px 0;
    cursor: pointer
}

.tabs_item:first-child {
    padding-top: 0
}

.tabs_item--active .tabs_button:before {
    width: 47px;
    visibility: visible;
    margin-right: 30px
}

.tabs_item--active .tabs_button svg {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tabs_button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-family: FreightDisp;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s
}

.tabs_button span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
}

.tabs_button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11px;
    height: 20px;
    stroke: var(--color-limed-spruce);
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.tabs_button:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--color-brand);
    -webkit-transition: .2s;
    transition: .2s;
    visibility: hidden;
    margin-right: 0
}

.tabs_button:first-child {
    padding-top: 0
}

.text-box {
    padding: 15px 20px 40px;
    border-left: 1px solid #c4c4c4
}

.text-box>:last-child {
    margin-bottom: 0
}

.text-box:nth-child(3n+1) {
    border-left: none
}

.text-box--default {
    padding: 0;
    border: none
}

.text-box_title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .01em;
    color: inherit
}

.text-box_title--size-sm {
    margin-bottom: 14px;
    font-size: 34px
}

.text-box_descr {
    margin-bottom: 12px;
    line-height: 160%
}

.text-box_descr p:last-child {
    margin: 0
}

.text-box_descr ul {
    padding: 0 0 0 20px
}

.text-box_descr ul li {
    list-style: disc
}

.text-box_link {
    font-weight: 600;
    line-height: 100%
}

.page-footer {
    padding: 60px 0;
    color: var(--color-white);
    background-color: var(--color-shark)
}

.page-footer_row {
    border-bottom: 1px solid #cacaca
}

.page-footer_row:last-child {
    border-bottom: none
}

.page-footer_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 40px
}

.page-footer_info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 495px
}

.page-footer_body {
    display: grid;
    grid-template-columns: 100px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
    padding: 50px 0 55px
}

.page-footer_inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 43px
}

.page-footer_title {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    color: inherit
}

.page-footer_list {
    padding-left: 21px;
    margin-bottom: 0
}

.page-footer_list-item {
    margin-bottom: 15px
}

.page-footer_list-item:last-child {
    margin-bottom: 0
}

.page-footer_list-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1
}

.page-footer_links {
    padding-top: 13px;
    font-size: 13px;
    text-align: right;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden
}

.page-footer_links span.page-footer_link {
    padding-right: 5px
}

.page-footer_link {
    white-space: nowrap
}

.page-footer_link:before {
    content: "|";
    margin-left: -3px
}

.page-footer_link:first-child {
    padding-left: 3px
}

.page-footer_link:first-child:before {
    display: none
}

.page-footer_link span {
    padding-right: 3px
}

.page-footer_link:hover {
    color: #fff
}

.page-footer_link:hover span {
    color: var(--color-brand)
}

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--color-white);
    z-index: 50
}

.page-header_inner {
    position: relative;
    z-index: 30
}

.page-header_top {
    border-bottom: 1px solid var(--color-white)
}

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

.page-header_content {
    padding: 21px 0
}

.page-header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.page-header_logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page-header_menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-header_substrate {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-limed-spruce);
    height: 0;
    visibility: hidden
}

.post-list {
    padding: 80px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

@media (min-width:1051px) {
    .customShow.page-header_substrate--visible {
        height: 100vw;
        visibility: visible;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }
}

.content {
    padding-top: 100px;
    padding-bottom: 200px
}

.content.bg-limed-spruce {
    color: var(--color-white)
}

.content.bg-limed-spruce h1,
.content.bg-limed-spruce h2,
.content.bg-limed-spruce h3 {
    color: inherit
}

.content h1,
.content h2,
.content h3,
.content img,
.content p {
    margin-bottom: 30px
}

.content p a {
    color: var(--color-brand)
}

.content p a:hover {
    text-decoration: underline
}

.content h1 {
    font-size: 68px;
    line-height: 95%
}

.content h3 {
    font-weight: 600
}

.content ul {
    margin-bottom: 50px;
    padding: 0
}

.content ul li:before {
    content: "";
    width: 47px;
    height: 2px;
    background-color: var(--color-brand);
    left: 0;
    position: absolute;
    top: .8em
}

.content li {
    margin-bottom: 10px;
    padding-left: 75px;
    position: relative
}

.content li:before {
    margin-right: 28px
}

.content li:last-child {
    margin-bottom: 0
}

.content li a {
    color: var(--color-brand)
}

.content li a:hover {
    text-decoration: underline
}

.content img {
    width: 100%
}

.content_sidebar {
    min-width: 60px
}

.culture_slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -74px;
    margin-bottom: 74px;
    position: relative;
    z-index: 10;
    -webkit-transform: translateY(-175px);
    transform: translateY(-175px)
}

.hero_wrapper {
    padding-top: 65px
}

.hero_box {
    position: relative;
    max-width: 2500px;
    padding-top: clamp(200px, 18vw, 280px);
    padding-bottom: 140px;
    margin: auto
}

.hero_gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.33%, #36404a), color-stop(99.73%, rgba(54, 64, 74, 0)));
    background-image: linear-gradient(0deg, #36404a .33%, rgba(54, 64, 74, 0) 99.73%)
}

.hero_inner {
    position: relative
}

.hero_container {
    position: relative;
    z-index: 20
}

.hero_container>:last-child {
    margin-bottom: 0
}

.hero_content {
    max-width: 580px;
    margin-bottom: clamp(90px, 20vw, 315px)
}

.hero_descr {
    max-width: 900px
}

.hero_descr>:last-child {
    margin-bottom: 0
}

.hero_text {
    margin-bottom: clamp(35px, 4vw, 60px);
    font-family: FreightDisp;
    font-size: 42px;
    font-weight: 600;
    color: var(--color-white)
}

.hero_text p {
    margin-bottom: 25px;
    line-height: 115%
}

.hero_text p span {
    color: var(--color-brand)
}

.hero_text p:last-child {
    margin-bottom: 0
}

.hero_img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1385px;
    max-height: 1177px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.hero_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top
}

.hero_img:after,
.hero_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10
}

.hero_img:before {
    top: 0;
    height: 24%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.33%, #36404a), color-stop(99.73%, rgba(54, 64, 74, 0)));
    background-image: linear-gradient(180deg, #36404a .33%, rgba(54, 64, 74, 0) 99.73%)
}

.hero_img:after {
    top: 0;
    width: 34%;
    height: 100%;
    background-image: linear-gradient(89.65deg, #36404a .33%, rgba(54, 64, 74, 0) 99.73%)
}

.hero_content .button {
    margin-top: 50px
}

.hero_content .main-box_text+.button {
    margin-top: 10px
}

.info {
    padding-top: 90px;
    position: relative;
    z-index: 10
}

.info.no-image {
    padding: 70px 0
}

.info--with-quote .info_container {
    grid-template-columns: 56% 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.info_container {
    display: grid;
    grid-template-columns: 40.5% 1fr;
    -webkit-column-gap: 121px;
    -moz-column-gap: 121px;
    column-gap: 121px
}

.info_col {
    position: relative
}

.info.no-image .info_col {
    padding: 0
}

.info_box {
    padding-bottom: 30px
}

.info.no-image .info_box {
    padding: 0
}

.info_box--padding-t {
    padding-top: 44px
}

.info .info_quote {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 260px;
    width: 100%
}

.info.no-image .info_quote {
    max-width: 100%;
    position: static;
    transform: none
}

.location {
    padding-top: 100px;
    padding-bottom: 0;
    color: var(--color-white)
}

.main-menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.main-menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.main-menu_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-limed-spruce);
    visibility: hidden;
    opacity: 0
}

.main-menu_dropdown--visible {
    opacity: 1;
    visibility: visible
}

.main-menu_dropdown:before {
    content: "";
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 25px;
    bottom: 100%;
    left: 0
}

.main-menu_dropdown-inner {
    height: calc(100vh - 134px);
    padding: 65px 0 83px;
    overflow: auto
}

.main-menu_dropdown-inner.sub-menu {
    display: none
}

.main-menu_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.main-menu_link {
    position: relative;
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 1
}

.main-menu_link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    width: 22px;
    height: 12px;
    background-image: url("https://www.crothall.com/wp-content/themes/crothall/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    opacity: 0
}

.main-menu_link:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: var(--color-brand);
    border-radius: 50%
}

.main-menu_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: var(--color-white);
    cursor: pointer
}

.main-menu_search-text {
    display: none
}

.posts-slider {
    max-width: 2000px;
    width: 100%;
    padding: 0 var(--gutter);
    margin: auto
}

.quotes-section {
    padding: 100px 0 200px
}

.research {
    padding: 160px 0
}

.research .img-card_content {
    min-height: initial
}

.research.bg-desert-storm .img-card_img:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.33%, #ededec), color-stop(99.73%, rgba(237, 237, 236, 0)));
    background-image: linear-gradient(0deg, #ededec .33%, rgba(237, 237, 236, 0) 99.73%)
}

.research .button-wrapper {
    display: flex;
    justify-content: center;
    padding: 100px 0 0
}

.research_inner {
    max-width: 560px
}

.research_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 13px
}

.research_text {
    margin-bottom: 0
}

.search_form {
    margin-bottom: 50px
}

.search_inner {
    display: grid;
    grid-template-columns: 107px 1fr;
    -webkit-column-gap: 94px;
    -moz-column-gap: 94px;
    column-gap: 94px
}

.sections {
    position: relative
}

.sections_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative
}

.sections_col {
    padding-top: 150px;
    padding-left: 50px
}

.sections_col--paddings-default {
    padding-right: 120px;
    padding-bottom: 100px
}

.sections_box {
    padding: 150px 50px 43px 100px
}

.sections .sections_swoosh+.sections_inner .sections_col {
    padding-top: 240px
}

.sections .sections_swoosh+.sections_inner .sections_box {
    padding-top: 310px;
    padding-bottom: 80px
}

.sections_swoosh {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.sections_form {
    position: relative;
    z-index: 20;
    max-width: 381px
}

.sections_common {
    margin-left: auto;
    max-width: 470px
}

.sections_common--width-lg {
    max-width: 590px
}

.sections_acco {
    max-width: 490px
}

.solutions {
    padding: 140px 0
}

.solutions_box {
    max-width: 478px
}

.solutions_inner {
    max-width: 2000px;
    margin: -60px auto 0
}

.solutions_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 60px;
    width: 80vw;
    margin-left: auto;
    max-width: 1195px
}

@media (max-width:1500px) {
    :root {
        --h1: 65px;
        --h2: 55px;
        --h3: 40px;
        --h4: 34px;
        --h5: 28px;
        --h6: 16px
    }

    .acco_button--active span {
        font-size: 36px
    }

    .blog-item {
        padding-left: 35px
    }

    .blog-item_title {
        font-size: 38px;
        margin-bottom: 10px;
        margin-left: -35px
    }

    .blog-item_link,
    .blog-item_text {
        font-size: 18px
    }

    .category_title {
        font-size: 45px;
        margin-bottom: 35px
    }

    .category_cols,
    .category_cols--first-col-lg {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px
    }

    .category_info {
        margin-bottom: 25px
    }

    .category_post {
        margin-bottom: 35px
    }

    .common-section_box--margin-b-sm {
        margin-bottom: 23px
    }

    .common-section_img {
        height: 692px
    }

    .content-box_title {
        margin-bottom: 30px
    }

    .img-card_img {
        padding-bottom: 115%
    }

    .link-block_icon {
        width: 40px;
        height: 40px
    }

    .link-block_box {
        padding: 25px 0
    }

    .logo {
        max-width: 202px
    }

    .logo--size-lg {
        max-width: 231px
    }

    .main-box_caption {
        font-size: 16px;
        line-height: 100%
    }

    .main-box_title {
        margin-bottom: 25px;
        font-size: 60px
    }

    .main-box_text {
        margin-bottom: 35px
    }

    .main-box_text--margin-b-sm {
        margin-bottom: 25px
    }

    .search-form_input {
        font-size: 45px
    }

    .slider-controls_nav {
        width: 60px;
        height: 60px
    }

    .slider-controls_nav--prev svg {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .slider-controls_nav--next svg {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    .slider-controls_nav svg {
        width: 12px;
        height: 23px
    }

    .text-box_title--size-sm {
        font-size: 30px
    }

    .text-box_descr {
        font-size: 18px;
        margin-bottom: 7px
    }

    .text-box_link {
        font-size: 18px
    }

    .page-header_content {
        padding: 15px 0
    }

    .content {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .culture_slider-controls {
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }

    .hero_box {
        padding-bottom: 50px
    }

    .hero_descr {
        max-width: 780px
    }

    .hero_text {
        font-size: 37px
    }

    .main-menu_dropdown:before {
        height: 20px
    }

    .main-menu_dropdown-inner {
        height: calc(100vh - 116px);
        padding-top: 45px
    }

    .main-menu_link {
        padding: 20px;
        font-size: 16px
    }

    .research {
        padding: 130px 0
    }

    .sections_col {
        padding-top: 100px
    }

    .sections_col--paddings-default {
        padding-right: 50px
    }

    .sections_box {
        padding-top: 100px;
        padding-left: 50px
    }

    .sections .sections_swoosh+.sections_inner .sections_box {
        padding-top: 240px
    }

    .sections_acco,
    .sections_form {
        margin: auto
    }

    .solutions {
        padding: 120px 0 100px
    }
}

@media (max-width:1499px) {
    .hero_img:after {
        width: 57%
    }
}

@media (max-width:1300px) {
    html {
        font-size: calc(var(--rem-base) - 1.5px)
    }

    .acco_button--active span {
        font-size: 34px
    }

    .logo {
        max-width: 180px
    }

    .search-form_input {
        font-size: 40px
    }

    .tabs {
        grid-template-columns: 40% 1fr;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }

    .page-header_content {
        padding: 10px 0
    }

    .hero_gradient {
        height: 26%
    }

    .hero_img:before {
        height: 15%
    }

    .info_container {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }

    .main-menu_dropdown-inner {
        height: calc(100vh - 106px);
        padding-top: 45px
    }

    .main-menu_link {
        padding: 15px;
        font-size: 14px
    }
}

@media (max-width:1200px) {
    .form_head {
        max-width: 500px
    }

    .posts-slider {
        overflow: visible;
        padding-right: 80px
    }
}

@media (max-width:1100px) {
    .img-card_content {
        min-height: 170px
    }

    .solutions_box {
        margin: 0 auto 60px
    }

    .solutions_inner {
        margin: auto;
        padding-left: 20px
    }

    .solutions_cards {
        margin: auto;
        width: 100%
    }
}

@media (max-width:1050px) {
    :root {
        --h1: 60px;
        --h2: 50px;
        --h3: 32px;
        --h4: 26px;
        --h5: 22px;
        --h6: 16px
    }

    h1,
    h2 {
        font-weight: 500
    }

    .acco_button--active span {
        font-size: 32px !important
    }

    .acco_text {
        font-size: 18px
    }

    .category_back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

    .category_back svg {
        width: 7px;
        height: 10px
    }

    .category_title {
        padding-left: 5px;
        margin-bottom: 16px
    }

    .category_title--displayed-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .category_all {
        font-size: 16px;
        font-weight: 700;
        line-height: 135%
    }

    .category_cols {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        grid-template-columns: 1fr
    }

    .category_cols--row-gap-sm {
        row-gap: 32px
    }

    .category_cols--first-col-lg {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        grid-template-columns: 1fr
    }

    .category_col:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .category_col--padding-t {
        padding-top: 0
    }

    .category_cards,
    .category_info {
        display: none
    }

    .category_articles {
        gap: 48px
    }

    .category_post {
        display: none
    }

    .common-section_box {
        margin: 0 auto 32px
    }

    .common-section_img {
        height: initial;
        padding-bottom: 115.3%
    }

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

    .filter_title {
        display: none
    }

    .filter_button {
        margin-right: 16px;
        margin-bottom: 0;
        font-size: 16px
    }

    .filter_button:last-child {
        margin-right: 0
    }

    .images-slider {
        margin-top: 0;
        padding-top: 0
    }

    .images-slider_slide.swiper-slide-next,
    .images-slider_slide.swiper-slide-next+.swiper-slide {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .img-card_content {
        padding: 0 20px
    }

    .link-block {
        gap: 25px;
        padding: 16px 0 15px;
        border-bottom: 1px solid rgba(202, 202, 202, .4)
    }

    .link-block.link-block--padding-y-sm {
        padding: 20px 0
    }

    .link-block:first-child {
        margin-top: -16px
    }

    .link-block--padding-y-sm .link-block_box {
        padding: 0
    }

    .link-block--displayed-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .link-block_icon {
        width: 30px;
        height: 30px
    }

    .link-block_icon--displayed-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .link-block_box {
        padding: 0;
        border: none
    }

    .link-block_text {
        font-size: 22px
    }

    .logo {
        max-width: 202px
    }

    .main-box_title {
        margin-bottom: 20px;
        font-size: 52px;
        font-weight: 600
    }

    .main-box_title--size-lg {
        font-weight: 500
    }

    .menu-trigger {
        display: block
    }

    .search-form_input {
        padding: 4px 60px 16px 0;
        font-size: 26px
    }

    .search-form_input::-webkit-input-placeholder {
        color: var(--color-white)
    }

    .search-form_input::-moz-placeholder {
        color: var(--color-white)
    }

    .search-form_input:-ms-input-placeholder {
        color: var(--color-white)
    }

    .search-form_input::-ms-input-placeholder {
        color: var(--color-white)
    }

    .search-form_input::placeholder {
        color: var(--color-white)
    }

    .search-form_button {
        right: -15px;
        -webkit-transform: translateY(-58%);
        transform: translateY(-58%)
    }

    .search-form_button svg {
        width: 22px;
        height: 22px;
        fill: var(--color-white)
    }

    .text-box_title {
        font-size: 32px
    }

    .page-footer_inner {
        grid-template-columns: repeat(3, 1fr)
    }

    .page-header_top {
        display: none
    }

    .page-header_content {
        padding: 20px 0
    }

    .page-header_substrate--visible {
        height: 100%;
        -webkit-transition: none;
        transition: 0s;
        visibility: visible;
    }

    .culture_slider-controls {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: -50px;
        margin-bottom: 50px
    }

    .hero_wrapper {
        padding-top: 0
    }

    .hero_descr {
        max-width: 570px
    }

    .hero_text {
        font-size: 34px
    }

    .info--with-quote .info_container {
        grid-template-columns: 1fr
    }

    .info--with-quote .info_col {
        padding-bottom: 140px
    }

    .info_container {
        max-width: 615px;
        grid-template-columns: 1fr;
        row-gap: 40px;
        margin: auto
    }

    .info_box--padding-t {
        padding-top: 0
    }

    .info_box {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 0;
        margin: auto
    }

    .info_quote {
        top: initial;
        bottom: 0;
        right: 50%;
        max-width: initial;
        width: 75%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--color-limed-spruce);
        overflow: auto;
        z-index: 10;
        height: 0;
        visibility: hidden
    }

    .main-menu--visible {
        height: calc(100vh - 100px);
        visibility: visible;
        -webkit-transition: .22s ease-in-out;
        transition: .22s ease-in-out
    }

    .main-menu--lock {
        overflow: hidden
    }

    .main-menu_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px var(--gutter) 40px;
        opacity: 0;
        visibility: hidden
    }

    .main-menu_container--visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .main-menu_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%
    }

    .main-menu_dropdown {
        position: fixed;
        top: 100px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-menu_dropdown:before {
        display: none
    }

    .main-menu_dropdown-inner {
        height: calc(100vh - 100px);
        padding-top: 16px
    }

    .main-menu_links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 20px;
        max-width: 500px;
        width: 100%;
        margin-bottom: 6px
    }

    .main-menu_button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 10px;
        padding-right: 10px;
        border-color: var(--color-polo-blue)
    }

    .main-menu_link {
        width: 100%;
        padding: 20px 35px 20px 0;
        text-transform: initial;
        letter-spacing: initial;
        font-family: FreightDisp;
        font-size: 22px;
        font-weight: 600;
        border-bottom: 1px solid rgba(202, 202, 202, .4)
    }

    .main-menu_link:last-child {
        margin-bottom: 0
    }

    .main-menu_link:after {
        left: initial;
        top: 50%;
        right: 0;
        width: 10px;
        height: 20px;
        background-image: url("https://www.crothall.com/wp-content/themes/crothall/images/icons/arrow-right.svg");
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .main-menu_link:before,
    .main-menu_search-icon {
        display: none
    }

    .main-menu_search-text {
        display: block
    }

    .quotes-section {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .research {
        padding: 100px 0
    }

    .search_form {
        margin-bottom: 14px
    }

    .search_inner {
        grid-template-columns: 1fr;
        row-gap: 26px
    }

    .sections_inner {
        grid-template-columns: 1fr
    }

    .sections_col {
        position: relative;
        padding-right: var(--gutter);
        padding-left: var(--gutter)
    }

    .sections_col--paddings-default {
        padding-right: var(--gutter)
    }

    .sections_box {
        padding: 100px var(--gutter)
    }

    .sections .sections_swoosh+.sections_inner .sections_col {
        padding-top: 230px
    }

    .sections .sections_swoosh+.sections_inner .sections_box {
        padding-top: 80px
    }

    .sections_form {
        max-width: 800px
    }

    .sections_common {
        margin: auto
    }

    .sections_acco,
    .sections_common--width-lg {
        max-width: 700px
    }

    .solutions_box {
        margin-bottom: 50px
    }
}

@media (max-width:1000px) {
    .text-box:nth-child(3n+1) {
        border-left: 1px solid #c4c4c4
    }

    .text-box:nth-child(odd) {
        border-left: none
    }
}

@media (max-width:930px) {
    .quotes-slider {
        padding-top: 110px
    }

    .category-box {
        width: 50%;
    }
    .postbox{
        width: 50%;
    }
    .post-list{
        padding: 60px;
    }
}

@media (max-width:900px) {
    .blog-item_img {
        padding-bottom: 135%
    }

    .tabs {
        grid-template-columns: 1fr
    }

    .tabs_content {
        padding-top: 25px
    }

    .sections_acco {
        max-width: 100%
    }

    .solutions_cards {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:850px) {
    .infobox_item {
        padding: 15px 22px;
        border: 1px solid var(--color-polo-blue)
    }

    .infobox_item--glassdoor {
        max-width: 204px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin: auto
    }

    .infobox_item--glassdoor .infobox_icon {
        margin-left: auto;
        margin-right: 5px
    }

    .infobox_socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .infobox_text {
        margin-bottom: 8px
    }

    .infobox_phone-caption {
        display: block
    }

    .infobox_icon {
        margin-right: 20px
    }

    .page-footer_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 60px
    }

    .page-footer_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 14px
    }
}

@media (max-width:830px) {
    .culture_slider-controls {
        margin-bottom: 30px
    }
}

@media (max-width:800px) {
    html {
        font-size: calc(var(--rem-base) - 2px)
    }

    .category_title {
        font-size: 36px
    }

    .content-box_title {
        margin-bottom: 25px
    }

    .main-box_text {
        font-size: 18px
    }

    .page-footer {
        padding-bottom: 30px
    }

    .page-footer_body {
        grid-template-columns: 1fr;
        padding-top: 40px;
        padding-bottom: 49px
    }

    .page-footer_rewards {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
        row-gap: 40px;
        padding-top: 40px;
        border-top: 1px solid #cacaca
    }

    .page-footer_inner {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-column-gap: 46px;
        -moz-column-gap: 46px;
        column-gap: 46px;
        padding-bottom: 43px
    }

    .page-footer_links {
        text-align: left;
        padding-top: 40px
    }

    .hero_text {
        font-size: 32px
    }

    .research_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:760px) {
    .numeric-list {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr !important;
        grid-auto-flow: initial
    }

    .text-box_title--size-sm {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .text-box_descr,
    .text-box_link {
        font-size: 16px;
    }
}

@media (max-width:680px) {
    .solutions_box {
        margin: 0 0 40px
    }

    .solutions_inner {
        max-width: 500px;
        margin: 0 0 0 auto
    }

    .solutions_cards {
        grid-template-columns: 1fr
    }
}

@media (max-width:600px) {
    :root {
        --h1: 52px;
        --h2: 42px;
        --h3: 32px;
        --h4: 26px;
        --h5: 22px;
        --h6: 16px
    }

    html {
        font-size: calc(var(--rem-base) - 2.5px)
    }

    body {
        font-size: 18px
    }

    h1,
    h2,
    h3 {
        letter-spacing: initial
    }

    h2 {
        line-height: 100%
    }

    table td {
        padding: 7px 5px
    }

    .acco_inner {
        margin-bottom: 20px
    }

    .acco_button span {
        font-size: 22px
    }

    .acco_content {
        padding: 0 0 28px;
        margin-top: -5px
    }

    .acco_row {
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px
    }

    .acco_text {
        font-size: 16px;
        margin-bottom: 15px
    }

    .acco_main-link {
        text-align: left
    }

    .blog-item_link {
        font-size: 16px
    }

    .common-section_box {
        margin-left: initial
    }

    .common-section_text {
        max-width: 285px;
        margin: initial
    }

    .common-section_img {
        padding-bottom: 120%;
        margin-right: -20px
    }

    .content-box_text {
        margin-bottom: 20px
    }

    .form_head {
        margin-bottom: 0
    }

    .form_title {
        font-size: 32px;
        margin-bottom: 25px
    }

    .form_link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px
    }

    .img-card_content {
        padding: 0 25px
    }

    .main-box_caption {
        margin-bottom: 20px
    }

    .main-box_text {
        margin-bottom: 30px
    }

    .main-box_text--margin-b-sm {
        margin-bottom: 20px
    }

    .numeric-list {
        row-gap: 40px
    }

    .pagination {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .quote_text {
        font-size: 25px;
        line-height: 130%
    }

    .search-form_input {
        font-size: 22px
    }

    .search-form_button svg {
        width: 15px;
        height: 18px
    }

    .slider-controls {
        gap: 14px
    }

    .slider-controls_nav {
        width: 48px;
        height: 48px
    }

    .swoosh {
        height: 33vw
    }

    .swoosh svg {
        height: calc(100% - 5px);
        object-fit: cover;
        width: 100%
    }

    .swoosh--reverse {
        -webkit-transform: initial;
        transform: initial
    }

    .swoosh_desktop {
        display: none
    }

    .swoosh_mobile {
        display: block
    }

    .tabs_button {
        font-size: 24px
    }

    .text-box:nth-child(3n+1) {
        border-left: none
    }

    .text-box {
        border-left: none;
        border-bottom: 1px solid #c4c4c4;
        padding: 15px 20px 30px 0;
        margin-bottom: 15px
    }

    .text-box:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0
    }

    .page-footer_rewards {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .page-footer_inner {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
        width: 100%;
        margin: auto
    }

    .hero_box {
        padding-top: 250px;
        padding-bottom: 0
    }

    .hero.no-image .hero_box {
        padding-top: 150px
    }

    .hero_gradient {
        height: 60%
    }

    .hero_img {
        max-height: 565px
    }

    .hero_img:before {
        height: 40%
    }

    .hero_img:after {
        display: none
    }

    .research {
        padding-bottom: 90px
    }

    .research_box {
        margin-bottom: 21px
    }

    .sections_box {
        padding-top: 65px
    }

    .sections .sections_swoosh+.sections_inner .sections_box {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sections_swoosh svg {
        width: 100%
    }

    .category-box {
        width: 100%;
    }
    .postbox{
        width: 100%;
        padding: 0 10px;
    }
    .post-list{
      padding: 40px 20px;
    }
}

@media (max-width:560px) {
    .culture_slider-controls {
        margin-top: 0
    }

}

@media (max-width:450px) {
    html {
        overflow-x: hidden;
        font-size: calc(var(--rem-base) - 3px)
    }

    body {
        font-size: 16px
    }

    .button--view-mobile {
        padding: 16px 30px
    }

    .blog-item {
        padding-left: 51px
    }

    .blog-item_img {
        padding-bottom: 156%
    }

    .blog-item_content {
        margin-top: -125px
    }

    .blog-item_title {
        margin-left: -53px
    }

    .blog-item_text {
        font-size: 16px
    }

    .page-footer_list-link {
        font-weight: 500
    }

    .page-header_sub-nav {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (max-height:450px) {
    .form_head {
        margin-bottom: 0
    }

    .form_link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px
    }

    .hero_wrapper {
        padding-top: 0
    }

    .hero_box {
        padding-top: 150px;
        padding-bottom: 10px
    }

    .hero_content {
        margin-bottom: 90px
    }
}

@media (max-height:440px) {
    .posts-slider {
        padding-right: var(--gutter)
    }

}

@media (min-width:812px) and (max-height:414px) and (orientation:landscape) {
    :root {
        --gutter: 50px
    }

    body {
        font-size: 16px
    }

    h2 {
        font-size: 42px;
        line-height: 100%
    }

    .acco_button span {
        font-size: 22px
    }

    .acco_text {
        font-size: 16px;
        margin-bottom: 15px
    }

    .blog-item_text {
        font-size: 16px
    }

    .content-box_title {
        margin-bottom: 25px
    }

    .content-box_text,
    .main-box_caption {
        margin-bottom: 20px
    }

    .main-box_text {
        font-size: 18px
    }

    .sections_acco {
        max-width: 100%
    }
}

@media (min-width:1051px) {
    .slider-controls_nav:hover {
        border-color: var(--color-puerto-rico);
        background-color: var(--color-puerto-rico)
    }

    .slider-controls_nav:hover svg {
        stroke: var(--color-white);
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-menu_item.menu-has-submenu:hover .main-menu_dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s ease-in-out .1s;
        transition: .3s ease-in-out .1s
    }

    .main-menu_item.menu-has-submenu:hover .main-menu_link:after {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }
}

@media (min-width:1300px) {
    .tabs_item:hover .tabs_button {
        color: var(--color-brand)
    }
}

@media (min-width:2300px) {

    .sections .sections_swoosh+.sections_inner .sections_box,
    .sections .sections_swoosh+.sections_inner .sections_col {
        padding-top: 15vw
    }
}

.page-footer .socials_link,
.page-footer .socials_link:first-child {
    border: none;
    height: auto;
    margin: 0 15px 0 0;
    width: auto
}

.page-footer .socials_link:last-child {
    margin: 0
}

.page-footer .socials_link .socials_icon {
    height: 24px;
    width: 24px
}

.logos-slider {
    padding: 75px 0
}

.embed-form .mktoForm {
    padding: 0 !important;
    width: 100% !important
}

.embed-form .mktoForm .mktoFormRow {
    font-family: var(--base-font);
    font-size: 20px;
    margin: 0 0 25px
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol {
    float: none;
    min-height: 0
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
    display: none
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    float: none
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date],
.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email],
.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text],
.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
    background: 0 0 !important;
    background-color: #286db2 !important;
    border: none !important;
    border-bottom: 1px solid #95baf0 !important;
    color: #fff !important;
    float: none;
    font-family: var(--base-font);
    font-size: 20px;
    font-weight: 600;
    height: 78px !important;
    line-height: 100%;
    margin: 0 !important;
    min-height: 0;
    padding: 0 20px;
    width: 100% !important
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
    height: auto !important;
    padding: 20px
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date]::-webkit-calendar-picker-indicator {
    background: url(https://www.crothall.com/wp-content/themes/crothall/images/icons/calendar.svg) 50% 50% no-repeat;
    background-size: 15px auto;
    height: 17px;
    padding: 0;
    width: 15px
}

.embed-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
    background-image: url(https://www.crothall.com/wp-content/themes/crothall/images/icons/chevron-down.svg) !important;
    background-position: calc(100% - 20px) 50% !important;
    background-repeat: no-repeat !important;
    background-size: 12px auto !important
}

.embed-form .mktoForm .mktoFormRow .mktoRadioList {
    padding: 0;
    width: 100% !important
}

@media (max-width:600px) {
    .embed-form {
        padding: 30px 0 0
    }
}

.twocols-content {
    padding: 160px 0 0
}

.twocols-content .sec-tabs-tab {
    width: 25%
}

.twocols-content .sec-tabs-tab a,
.twocols-content .sec-tabs-tab a img {
    display: block
}

.twocols-content .sec-tabs-panel {
    display: none
}

.twocols-content .sec-tabs-panel.active {
    display: block
}

.twocols-content .sec-tabs-panel p {
    margin: 0 0 20px
}

.twocols-content .sec-tabs-panel p:last-child {
    margin: 0
}

.twocols-content .sec-tabs-panel p a {
    color: var(--color-brand)
}

@media (max-width:480px) {
    .twocols-content .sec-tabs-tab {
        width: 31%
    }
}

.page-footer_link span {
    padding-left: 3px
}

.section-form ul {
    margin-bottom: 0;
    font-family: FreightSans;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    padding-left: 54px
}

.section-form ul li {
    margin-bottom: 19px;
    font-weight: 300;
    list-style-type: circle
}

fieldset {
    border: none;
    padding: 0
}

::-webkit-input-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

select option {
    color: #000
}

.pagination {
    display: flex;
    grid-template-columns: initial;
    gap: initial;
    color: #000;
    margin: 0 auto;
    max-width: initial;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center
}

.signal-loading {
    animation: 1s ease-out infinite pulsate;
    border: 5px solid #00a6de;
    border-radius: 30px;
    height: 40px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    width: 40px
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.search_inner {
    display: grid;
    grid-template-columns: 138px 1fr;
    -webkit-column-gap: 94px;
    -moz-column-gap: 94px;
    column-gap: 94px
}

.filter_button {
    width: 100%
}

@media (max-width:1050px) {
    .twocols-content {
        padding: 100px 0 0
    }

    .search_inner {
        grid-template-columns: 1fr;
        row-gap: 26px
    }

    .filter_button {
        margin-right: 16px;
        margin-bottom: 0;
        font-size: 16px;
        display: inline-block;
        width: auto
    }
}

._hide {
    display: none
}

.gsc-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 9997;
    text-align: center;
    background: rgba(0, 0, 0, .6)
}

.gsc-modal {
    background-color: #fff;
    position: absolute;
    text-align: left;
    z-index: 9998;
    overflow: hidden
}

.gsc-modal-content {
    position: relative
}

.gsc-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 9999
}

.gsc-banner {
    background-color: #666;
    color: #fff;
    left: 0;
    position: fixed;
    z-index: 9996
}

.gsc-banner-content {
    padding: 10px 60px 10px 10px;
    text-align: center
}

.gsc-banner-close-btn {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px
}

.gsc-flyin {
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 11
}

.gsc-flyin.gsc-flyin-visible {
    display: block
}

.gsc-flyin.gsc-flyin-setting-dimensions {
    display: block;
    left: -9999px
}

.gsc-flyin-close-btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background: 0 0;
    border: none
}