a, a:visited {}

.react-tabs {
    -webkit-tap-highlight-color: transparent
}

.react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0
}

.react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer
}

.react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: #000;
    border-radius: 5px 5px 0 0
}

.react-tabs__tab--disabled {
    color: GrayText;
    cursor: default
}

.react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none
}

    .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff
    }

.react-tabs__tab-panel {
    display: none
}

.react-tabs__tab-panel--selected {
    display: block
}


/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com*/


/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

:root {
    -moz-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: Open Sans, Arial, sans-serif;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #a1a1aa
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #a1a1aa
    }

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity))
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity))
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity))
}

.border {
    border-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.justify-center {
    justify-content: center
}

.h-full {
    height: 100%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-7 {
    margin-bottom: 1.75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

* {
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(59, 130, 246, 0.5) !important;
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity))
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity))
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity))
}

.visible {
    visibility: visible
}

.w-full {
    width: 100%
}

.gap-x-5 {
    column-gap: 1.25rem
}

.gap-y-4 {
    row-gap: 1rem
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

body {
    font-family: Roboto;
    letter-spacing: 0
}

/*@font-face {
    font-family: Ridley;
    src: url("../QuikTripCom2021/fonts/Radomir Tinkov - RidleyGrotesk-Regular.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: Ridley Bold;
    src: url("../QuikTripCom2021/fonts/Radomir Tinkov - RidleyGrotesk-Bold.otf") format("opentype");
    font-display: swap
}*/

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

.datetime-field {
    display: grid;
    gap: 1.25rem
}

@media (min-width:640px) {
    .datetime-field {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 460px
    }
}

.form-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .form-field label {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .form-field label {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field label {
    margin-bottom: 14.5px
}

.form-field select {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
    width: 100%
}

@media (min-width:768px) {
    .form-field select {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field select {
    min-height: 49px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    background-color: #fff;
    background-image: url(../QuikTripCom2021/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 18.5px top 50%;
    background-size: 15px auto;
    padding: 14.5px 18.5px 13.5px 27.5px;
    -webkit-appearance: none;
    appearance: none
}

.form-field textarea {
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 12px
}

.form-field input[type=email],
.form-field input[type=text],
.form-field textarea {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    width: 100%
}

.form-field input[type=email],
.form-field input[type=text] {
    color: rgba(88, 88, 88, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .form-field input[type=email],
    .form-field input[type=text] {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field input[type=email],
.form-field input[type=text] {
    min-height: 49px;
    padding: 14.5px 18.5px 13.5px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    background: #fff
}

    .form-field input[type=email]:disabled,
    .form-field input[type=text]:disabled {
        background: #c3c3c3;
        cursor: not-allowed
    }

.form-field input[type=radio] {
    margin-right: 15.5px;
    width: 22px;
    height: 22px;
    border: 1px solid #c3c3c3
}

.elementor-text-editor h1 {
    font-family: Roboto;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    font-size: 1.5625rem;
    line-height: 1.8125rem
}

@media (min-width:768px) {
    .elementor-text-editor h1 {
        font-size: 2.1875rem;
        line-height: 2.5625rem
    }
}

.elementor-text-editor h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .elementor-text-editor h2 {
        font-size: 1.5625rem;
        line-height: 1.8125rem
    }
}

.elementor-text-editor p {
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity))
}

.elementor-text-editor a {
    font-family: Roboto;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    text-decoration: underline
}

.grecaptcha-badge {
    display: none
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

.loading-spinner:after {
    content: "";
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid hsla(0, 0%, 100%, 0);
    animation: spinner .6s linear infinite
}

.skip-to-content-link {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    left: 50%;
    padding: 8px;
    transform: translate(-50%, -100%);
    transition: transform .3s;
    z-index: 20
}

    .skip-to-content-link:focus {
        transform: translate(-50%)
    }

.react-tabs__tab-list {
    padding: 0 48px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #c3c3c3;
    justify-content: space-between
}

@media (min-width:1024px) {
    .react-tabs__tab-list {
        padding: 0
    }
}

.react-tabs__tab-list .react-tabs__tab {
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center
}

@media (min-width:1024px) {
    .react-tabs__tab-list .react-tabs__tab {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.react-tabs__tab-list .react-tabs__tab {
    flex: 1;
    color: #686a6d;
    border: none;
    padding: 6px 21px;
    min-width: 200px
}

@media (min-width:1024px) {
    .react-tabs__tab-list .react-tabs__tab {
        padding: 19px 50px
    }
}

.react-tabs__tab-list .react-tabs__tab--selected {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    border-bottom: 3px solid #e70d30;
    background: transparent
}

.video-modal .ReactModal__Body--open {
    overflow-y: hidden
}

.video-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.video-modal .ReactModal__Overlay.ReactModal__Overlay--after-open.modal-overlay {
    opacity: 1
}

.video-modal .ReactModal__Overlay.ReactModal__Overlay--before-close.modal-overlay {
    opacity: 0
}

.video-modal .centered-content {
    display: flex;
    height: 90%;
    justify-content: center;
    align-items: center
}

    .video-modal .centered-content video {
        height: 100%
    }

.video-modal .ReactModal__Content.ReactModal__Content--after-open.centered-content {
    transform: translateY(0)
}

.video-modal .ReactModal__Content.ReactModal__Content--before-close.centered-content {
    transform: translateY(-1000px)
}

.menu-category-page {
    padding: 20px
}

@media (min-width:768px) {
    .menu-category-page {
        padding: 118px 7.3% 29px 6.2%
    }
}

.menu-category-page-content {
    margin-bottom: 30px
}

    .menu-category-page-content p {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem
    }

@media (min-width:1024px) {
    .menu-category-page-content p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.menu-category-page-content p {
    color: #686a6d;
    margin-bottom: 20px
}

.menu-category-page-content em {
    font-weight: 400
}

.menu-category-page-content a {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

.menu-category-page .menu-items-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 70px;
    grid-row-gap: 38px;
    margin-bottom: 118px
}

@media (min-width:640px) {
    .menu-category-page .menu-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-row-gap: 62px
    }
}

.menu-category-page .menu-items-grid .menu-item .image-container {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

    .menu-category-page .menu-items-grid .menu-item .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

.menu-category-page .menu-items-grid .menu-item h3 {
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    font-size: 1.5625rem;
    line-height: 1.8125rem
}

.page-template-news .news-content {
    padding: 30px 10px 49px;
    margin: 0 auto;
    max-width: 600px
}

.page-template-news .news-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    color: #232528;
    font-weight: 700;
    margin-bottom: 13px
}

.page-template-news .news-filter {
    margin-top: 13px
}

    .page-template-news .news-filter select {
        padding: 16px 65px 16px 16px;
        border: 1px solid #a0a0a0;
        background-color: #fff;
        color: #3d3d3d;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 21px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url(../QuikTripCom2021/img/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 50%
    }

@media (min-width:768px) {
    .page-template-news .news-content {
        padding: 92px 7.3% 54px 6.2%;
        margin: 0;
        max-width: unset
    }

    .page-template-news .news-subtitle {
        font-size: 2.1875rem;
        line-height: 2.5625rem;
        margin-bottom: 35px
    }

    .page-template-news .news-filter {
        margin-top: 37px
    }
}

.post-page-content .post-banner {
    width: 100%;
    height: 30vw;
    min-height: 173px
}

    .post-page-content .post-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.post-page-content .post-social-bar {
    display: flex;
    flex-direction: column;
    border-top: none;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 27px;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0 0 4px 4px
}

@media (min-width:768px) {
    .post-page-content .post-social-bar {
        margin-left: 12.7%;
        margin-right: 12.7%
    }
}

@media (min-width:1280px) {
    .post-page-content .post-social-bar {
        max-width: 1074px;
        margin: 0 auto
    }
}

.post-page-content .post-social-bar .post-social-meta {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #dbdbdb
}

    .post-page-content .post-social-bar .post-social-meta li {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 0;
        border-right: 1px solid #dbdbdb;
        padding: 14px 17px
    }

        .post-page-content .post-social-bar .post-social-meta li:last-child {
            border-right: none
        }

        .post-page-content .post-social-bar .post-social-meta li img {
            margin-right: 6px
        }

        .post-page-content .post-social-bar .post-social-meta li span {
            display: block;
            font-family: Roboto;
            --tw-text-opacity: 1;
            color: rgba(88, 88, 88, var(--tw-text-opacity));
            font-size: .625rem;
            line-height: .6875rem
        }

        .post-page-content .post-social-bar .post-social-meta li .like-badge {
            display: flex;
            align-items: center
        }

            .post-page-content .post-social-bar .post-social-meta li .like-badge.toggled span {
                --tw-text-opacity: 1;
                color: rgba(231, 13, 48, var(--tw-text-opacity))
            }

.post-page-content .post-social-bar .post-social-links {
    display: flex;
    align-items: center;
    padding: 0 11px
}

    .post-page-content .post-social-bar .post-social-links li {
        border-right: 1px solid #dbdbdb
    }

        .post-page-content .post-social-bar .post-social-links li:last-child {
            border-right: none
        }

        .post-page-content .post-social-bar .post-social-links li a {
            display: block;
            padding: 9px
        }

            .post-page-content .post-social-bar .post-social-links li a img {
                width: 17px
            }

@media (min-width:768px) {
    .post-page-content .post-social-bar {
        border: 1px solid #dbdbdb;
        margin-bottom: 39px
    }

        .post-page-content .post-social-bar .post-social-meta li span {
            font-size: .8125rem;
            line-height: 1rem
        }

        .post-page-content .post-social-bar .post-social-links li a {
            padding: 13.5px
        }

            .post-page-content .post-social-bar .post-social-links li a img {
                width: 21px
            }
}

@media (min-width:1024px) {
    .post-page-content .post-social-bar {
        flex-direction: row;
        justify-content: space-between
    }

        .post-page-content .post-social-bar .post-social-meta {
            border-bottom: none;
            padding: 0
        }

            .post-page-content .post-social-bar .post-social-meta li:last-child {
                border-right: 1px solid #dbdbdb
            }

        .post-page-content .post-social-bar .post-social-links {
            border-left: 1px solid #dbdbdb
        }
}

.post-page-content .post-container {
    margin-left: 11px;
    margin-right: 11px
}

@media (min-width:768px) {
    .post-page-content .post-container {
        margin-left: 12.7%;
        margin-right: 12.7%
    }
}

@media (min-width:1280px) {
    .post-page-content .post-container {
        max-width: 1074px;
        margin: 0 auto
    }
}

.post-page-content .post-container header {
    margin-bottom: 29px
}

    .post-page-content .post-container header time {
        display: block;
        font-family: Roboto
    }

@media (min-width:768px) {
    .post-page-content .post-container header time {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.post-page-content .post-container header time {
    color: #686a6d;
    font-size: .9375rem;
    line-height: 1.125rem;
    margin-bottom: 25px
}

.post-page-content .post-container header h1 {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    margin-bottom: 18px
}

.post-page-content .post-container header h1,
.post-page-content .post-container header h2 {
    font-family: Roboto;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity))
}

.post-page-content .post-container header h2 {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .post-page-content .post-container header h2 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.post-page-content .post-container header h2 {
    margin-bottom: 13px
}

.post-page-content .post-container header .post-author {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .post-page-content .post-container header .post-author {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.post-page-content .post-container header .post-author strong {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

.post-page-content .post-container .post-content {
    margin-bottom: 29px
}

    .post-page-content .post-container .post-content p {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .post-page-content .post-container .post-content p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.post-page-content .post-container .post-content p {
    margin-bottom: 16px
}

.post-page-content .post-container .post-content a {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

.post-page-content .post-container .post-tags-section {
    margin-bottom: 33px
}

    .post-page-content .post-container .post-tags-section h4 {
        font-family: Roboto;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .post-page-content .post-container .post-tags-section h4 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.post-page-content .post-container .post-tags-section h4 {
    font-size: .9375rem;
    line-height: 1.125rem;
    margin-bottom: 12px
}

.post-page-content .post-container .post-tags-section .post-tags-wrapper {
    position: relative
}

    .post-page-content .post-container .post-tags-section .post-tags-wrapper .post-tags {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        position: relative
    }

        .post-page-content .post-container .post-tags-section .post-tags-wrapper .post-tags a {
            --tw-bg-opacity: 1;
            background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
            font-family: Roboto;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
            border-radius: 16px;
            font-size: .8125rem;
            line-height: .9375rem;
            padding: 9px 12px;
            flex-shrink: 0;
            margin-right: 6px
        }

    .post-page-content .post-container .post-tags-section .post-tags-wrapper .tags-shadow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 100%;
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
    }

@media (min-width:768px) {
    .post-page-content .post-container header {
        margin-bottom: 36px
    }

        .post-page-content .post-container header time {
            margin-bottom: 16px
        }

        .post-page-content .post-container header h1 {
            font-size: 2.1875rem;
            line-height: 2.5625rem
        }

        .post-page-content .post-container header h2 {
            margin-bottom: 18px
        }

    .post-page-content .post-container .post-content {
        margin-bottom: 44px
    }

    .post-page-content .post-container .post-tags-section {
        margin-bottom: 63px;
        display: flex;
        align-items: center
    }

        .post-page-content .post-container .post-tags-section h4 {
            margin-right: 11px;
            margin-bottom: 0
        }

        .post-page-content .post-container .post-tags-section .post-tags-wrapper {
            flex: 1
        }
}

.post-page-content .post-social-bar-bottom {
    display: flex;
    flex-direction: column-reverse;
    margin: 0
}

@media (min-width:768px) {
    .post-page-content .post-social-bar-bottom {
        margin-left: 12.7%;
        margin-right: 12.7%
    }
}

@media (min-width:1280px) {
    .post-page-content .post-social-bar-bottom {
        max-width: 1074px;
        margin: 0 auto
    }
}

.post-page-content .post-social-bar-bottom .post-social-meta {
    display: flex;
    padding: 17px 0 21px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px
}

    .post-page-content .post-social-bar-bottom .post-social-meta li {
        display: flex;
        align-items: center;
        margin-right: 36px
    }

        .post-page-content .post-social-bar-bottom .post-social-meta li img {
            margin-right: 8px
        }

        .post-page-content .post-social-bar-bottom .post-social-meta li span {
            display: block;
            font-family: Roboto;
            --tw-text-opacity: 1;
            color: rgba(88, 88, 88, var(--tw-text-opacity));
            font-size: .8125rem;
            line-height: 1rem
        }

        .post-page-content .post-social-bar-bottom .post-social-meta li .like-button {
            display: flex;
            align-items: center
        }

            .post-page-content .post-social-bar-bottom .post-social-meta li .like-button.toggled span {
                --tw-text-opacity: 1;
                color: rgba(231, 13, 48, var(--tw-text-opacity))
            }

        .post-page-content .post-social-bar-bottom .post-social-meta li:last-child {
            margin-right: 0
        }

.post-page-content .post-social-bar-bottom .post-social-links {
    display: flex;
    border-bottom: 1px solid #dbdbdb
}

    .post-page-content .post-social-bar-bottom .post-social-links li {
        border: 1px solid #dbdbdb;
        border-bottom: none;
        flex-shrink: 0
    }

        .post-page-content .post-social-bar-bottom .post-social-links li a {
            padding: 12px 9px 9px;
            display: block
        }

            .post-page-content .post-social-bar-bottom .post-social-links li a img {
                width: 17px
            }

@media (min-width:768px) {
    .post-page-content .post-social-bar-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 9.5px
    }

        .post-page-content .post-social-bar-bottom .post-social-meta {
            border-bottom: none;
            padding: 0
        }

        .post-page-content .post-social-bar-bottom .post-social-links li a {
            padding: 15px
        }

            .post-page-content .post-social-bar-bottom .post-social-links li a img {
                width: 21px
            }
}

.post-page-content .comments {
    margin-left: 11px;
    margin-right: 11px;
    padding-bottom: 51px;
    border-bottom: 1px solid #c3c3c3;
    position: relative
}

@media (min-width:768px) {
    .post-page-content .comments {
        margin-left: 12.7%;
        margin-right: 12.7%
    }
}

@media (min-width:1280px) {
    .post-page-content .comments {
        max-width: 1074px;
        margin: 0 auto
    }
}

.post-page-content .comments .comment-reply-title {
    display: none
}

.post-page-content .comments .comment-form {
    padding: 10px 0 17px;
    border-bottom: 1px solid #dcdcdc
}

    .post-page-content .comments .comment-form .comment-notes {
        display: none
    }

    .post-page-content .comments .comment-form .logged-in-as {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(35, 37, 40, var(--tw-text-opacity));
        margin-bottom: 12px
    }

    .post-page-content .comments .comment-form .comment-form-comment {
        margin-bottom: 11.5px
    }

        .post-page-content .comments .comment-form .comment-form-comment label {
            display: none
        }

        .post-page-content .comments .comment-form .comment-form-comment textarea {
            font-family: Roboto;
            font-size: 1rem;
            line-height: 1.5rem;
            --tw-text-opacity: 1;
            color: rgba(88, 88, 88, var(--tw-text-opacity));
            width: 100%;
            border: 1px solid #dbdbdb;
            height: 135px;
            padding: 12px 16px
        }

    .post-page-content .comments .comment-form .comment-form-author,
    .post-page-content .comments .comment-form .comment-form-email {
        margin-bottom: 12px
    }

        .post-page-content .comments .comment-form .comment-form-author label,
        .post-page-content .comments .comment-form .comment-form-email label {
            font-size: 1rem;
            line-height: 1.5rem;
            --tw-text-opacity: 1;
            color: rgba(35, 37, 40, var(--tw-text-opacity));
            margin-right: 12px
        }

        .post-page-content .comments .comment-form .comment-form-author input,
        .post-page-content .comments .comment-form .comment-form-email input {
            font-size: 1rem;
            line-height: 1.5rem;
            --tw-text-opacity: 1;
            color: rgba(88, 88, 88, var(--tw-text-opacity));
            border: 1px solid #dbdbdb;
            padding: 12px 16px;
            width: 100%
        }

    .post-page-content .comments .comment-form .comment-form-cookies-consent,
    .post-page-content .comments .comment-form .comment-form-url {
        display: none
    }

    .post-page-content .comments .comment-form .form-submit input[type=submit] {
        display: inline-flex;
        font-weight: 700;
        text-align: center;
        border-radius: 25px;
        transition: all .3s ease-out;
        min-width: 200px;
        font-size: 1.125rem;
        line-height: 1.125rem;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        padding: 11px 33px
    }

.post-page-content .comments .comment-list .children .comment-body {
    padding-left: 50px
}

.post-page-content .comments .comment-list .comment-body {
    padding: 19px 0 15.5px;
    border-bottom: 1px solid #dcdcdc
}

    .post-page-content .comments .comment-list .comment-body .comment-meta {
        padding: 0;
        display: inline-grid;
        align-items: center;
        margin-bottom: 19px
    }

        .post-page-content .comments .comment-list .comment-body .comment-meta .comment-author.vcard {
            display: contents
        }

            .post-page-content .comments .comment-list .comment-body .comment-meta .comment-author.vcard img {
                width: 57px;
                height: auto;
                grid-row-start: 1;
                grid-row-end: 3;
                margin-right: 18px
            }

            .post-page-content .comments .comment-list .comment-body .comment-meta .comment-author.vcard b {
                font-family: Roboto;
                font-weight: 700;
                --tw-text-opacity: 1;
                color: rgba(88, 88, 88, var(--tw-text-opacity));
                font-size: .9375rem;
                grid-row: 1;
                align-self: end
            }

            .post-page-content .comments .comment-list .comment-body .comment-meta .comment-author.vcard .says {
                display: none
            }

        .post-page-content .comments .comment-list .comment-body .comment-meta .comment-metadata {
            align-self: start;
            color: #797979;
            font-size: .875rem
        }

    .post-page-content .comments .comment-list .comment-body .comment-content {
        font-family: Roboto;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity));
        font-size: .875rem;
        line-height: 1.3125rem;
        margin-bottom: 10px
    }

    .post-page-content .comments .comment-list .comment-body .reply a {
        display: inline-flex;
        font-weight: 700;
        text-align: center;
        border-radius: 25px;
        transition: all .3s ease-out;
        min-width: 200px;
        font-size: 1.125rem;
        line-height: 1.125rem;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: inline-block;
        padding: 7px 26px
    }

.post-page-content .comments .pager-container .next,
.post-page-content .comments .pager-container .previous {
    display: inline-flex;
    font-weight: 700;
    text-align: center;
    padding: 14px 30px 15px;
    border-radius: 25px;
    transition: all .3s ease-out;
    min-width: 200px;
    font-size: 1.125rem;
    line-height: 1.125rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(231, 13, 48, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    border-width: 1px;
    display: inline-block
}

    .post-page-content .comments .pager-container .next:hover,
    .post-page-content .comments .pager-container .previous:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .post-page-content .comments {
        padding-bottom: 77px
    }

        .post-page-content .comments .comment-form {
            padding: 18px 0 9.5px
        }

            .post-page-content .comments .comment-form .comment-form-comment textarea {
                height: 65px
            }
}

.post-page-content .related-posts-section {
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 30.5px;
    padding-bottom: 37px
}

@media (min-width:768px) {
    .post-page-content .related-posts-section {
        margin-left: 12.7%;
        margin-right: 12.7%
    }
}

@media (min-width:1280px) {
    .post-page-content .related-posts-section {
        max-width: 1074px;
        margin: 0 auto
    }
}

.post-page-content .related-posts-section h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
    margin-bottom: 33px
}

.post-page-content .related-posts-section .related-posts {
    display: flex;
    flex-direction: column;
    align-items: center
}

    .post-page-content .related-posts-section .related-posts .related-post {
        position: relative;
        margin-bottom: 21px;
        width: 100%;
        max-width: 296px
    }

        .post-page-content .related-posts-section .related-posts .related-post:last-child {
            margin-bottom: 0
        }

        .post-page-content .related-posts-section .related-posts .related-post .related-post-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1
        }

            .post-page-content .related-posts-section .related-posts .related-post .related-post-background img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

        .post-page-content .related-posts-section .related-posts .related-post .related-post-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 60px 29px 23px 24px;
            min-height: 275px;
            background: linear-gradient(180deg, rgba(0, 0, 0, .42), #000)
        }

            .post-page-content .related-posts-section .related-posts .related-post .related-post-content a {
                display: block;
                margin-bottom: 24px
            }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content a h3 {
                    display: inline;
                    font-family: Roboto;
                    font-weight: 700;
                    font-size: 1.125rem;
                    line-height: 1.75rem;
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity))
                }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content a img {
                    margin-left: 12px;
                    display: inline-block;
                    transition: all .3s ease-out;
                    will-change: transform
                }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content a:hover > img {
                    transform: translateX(15px)
                }

            .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta {
                display: flex;
                justify-content: space-between;
                flex-wrap: nowrap;
                overflow-x: auto
            }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-author,
                .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-date,
                .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-views {
                    font-family: Roboto;
                    font-size: 1rem;
                    line-height: 1.5rem;
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                    white-space: nowrap;
                    margin-right: 6px
                }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-author {
                    margin-right: 0
                }

                    .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-author span {
                        font-weight: 700;
                        --tw-text-opacity: 1;
                        color: rgba(231, 13, 48, var(--tw-text-opacity))
                    }

@media (min-width:768px) {
    .post-page-content .related-posts-section {
        padding-top: 26.5px;
        padding-bottom: 112px
    }

        .post-page-content .related-posts-section h2 {
            font-size: 1.5625rem;
            line-height: 1.8125rem;
            margin-bottom: 73px
        }

        .post-page-content .related-posts-section .related-posts .related-post {
            max-width: 328px
        }

            .post-page-content .related-posts-section .related-posts .related-post .related-post-content {
                padding: 30px 29px 30px 20px
            }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content a h3 {
                    font-size: 1.5625rem;
                    line-height: 1.8125rem
                }

                .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta {
                    display: flex;
                    flex-wrap: nowrap
                }

                    .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-author,
                    .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-date,
                    .post-page-content .related-posts-section .related-posts .related-post .related-post-content .related-post-meta .related-post-views {
                        font-family: Roboto;
                        font-size: 1rem;
                        line-height: 1.5rem;
                        --tw-text-opacity: 1;
                        color: rgba(255, 255, 255, var(--tw-text-opacity));
                        white-space: nowrap
                    }
}

@media (min-width:1440px) {
    .post-page-content .related-posts-section .related-posts {
        flex-direction: row;
        justify-content: center
    }

        .post-page-content .related-posts-section .related-posts .related-post {
            margin-right: 50px;
            margin-bottom: 0
        }

            .post-page-content .related-posts-section .related-posts .related-post:last-child {
                margin-right: 0
            }
}

.product-page .product {
    padding: 20px 25px 47px;
    display: flex;
    flex-direction: column
}

    .product-page .product .product-info {
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .product-page .product .product-info .product-badge {
            display: inline-block;
            font-family: Roboto;
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
            --tw-text-opacity: 1;
            color: rgba(231, 13, 48, var(--tw-text-opacity));
            text-transform: uppercase;
            border: 1px solid #e70d30;
            padding: 8.5px 30px;
            margin-bottom: 38px
        }

        .product-page .product .product-info .product-title {
            margin-bottom: 33px
        }

            .product-page .product .product-info .product-title h1 {
                font-family: Roboto;
                font-weight: 700;
                --tw-text-opacity: 1;
                color: rgba(35, 37, 40, var(--tw-text-opacity));
                font-size: 1.5625rem;
                line-height: 1.8125rem;
                margin-bottom: 11px
            }

            .product-page .product .product-info .product-title em {
                font-family: Roboto;
                font-size: 1rem;
                line-height: 1.5rem;
                --tw-text-opacity: 1;
                color: rgba(231, 13, 48, var(--tw-text-opacity))
            }

        .product-page .product .product-info .product-description {
            margin-bottom: 46px
        }

            .product-page .product .product-info .product-description p {
                font-family: Roboto;
                font-size: 1rem;
                line-height: 1.5rem;
                color: #585858;
                line-height: 1.875rem;
                margin-bottom: 22px
            }

        .product-page .product .product-info .product-nutritional-facts {
            display: flex;
            align-items: center
        }

            .product-page .product .product-info .product-nutritional-facts span {
                display: block;
                font-family: Roboto;
                font-weight: 700;
                font-size: 1rem;
                line-height: 1.5rem;
                --tw-text-opacity: 1;
                color: rgba(231, 13, 48, var(--tw-text-opacity));
                margin-right: 12px
            }

            .product-page .product .product-info .product-nutritional-facts img {
                width: 22px;
                height: 22px
            }

        .product-page .product .product-info .product-app-link {
            position: relative;
            display: inline-flex;
            font-weight: 700;
            text-align: center;
            padding: 14px 30px 15px;
            border-radius: 25px;
            transition: all .3s ease-out;
            min-width: 200px;
            font-size: 1.125rem;
            line-height: 1.125rem;
            align-items: center;
            justify-content: center;
            --tw-bg-opacity: 1;
            background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
            max-width: 200px
        }

            .product-page .product .product-info .product-app-link span {
                display: inline-block;
                position: relative;
                transition: all .3s ease-out;
                will-change: transform
            }

            .product-page .product .product-info .product-app-link:hover span {
                transform: translate3d(-10%, 0, 0)
            }

            .product-page .product .product-info .product-app-link img {
                position: absolute;
                width: 1.1em;
                right: 0;
                opacity: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: all .3s ease-out;
                will-change: right, opacity;
                width: 22px;
                height: 22px
            }

            .product-page .product .product-info .product-app-link:hover img {
                opacity: 1;
                right: 10%
            }

@media (min-width:1280px) {
    .product-page .product .product-info .product-app-link {
        display: none
    }
}

.product-page .product .product-info .mobile-app-qr-code {
    display: none
}

@media (min-width:1280px) {
    .product-page .product .product-info .mobile-app-qr-code {
        display: block
    }
}

.product-page .product .product-info .mobile-app-qr-code em {
    color: #000;
    display: block;
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.4375rem;
    margin-bottom: 12px
}

.product-page .product .product-info .mobile-app-qr-code img {
    width: 100px;
    height: 100px
}

@media (min-width:768px) {
    .product-page .product .product-info {
        align-items: flex-start
    }

        .product-page .product .product-info .product-title {
            margin-bottom: 39px
        }

            .product-page .product .product-info .product-title h1 {
                font-size: 2.1875rem;
                line-height: 2.5625rem
            }

        .product-page .product .product-info .product-description {
            margin-bottom: 23px
        }
}

@media (min-width:1024px) {
    .product-page .product {
        padding: 118px 6.2% 134px 7.3%;
        flex-direction: row
    }

        .product-page .product .product-info {
            width: 45%
        }

        .product-page .product .product-image {
            width: 55%
        }
}

.product-page .related-products-section {
    padding: 26px 0 46px 25px;
    background-color: rgba(230, 235, 237, .32)
}

.product-page .related-products-section-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
    margin-bottom: 35px
}

.product-page .related-products-section .related-products-wrapper {
    position: relative
}

    .product-page .related-products-section .related-products-wrapper .related-products-gradient {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 20px;
        height: 100%;
        background: linear-gradient(90deg, transparent, #fff)
    }

.product-page .related-products-section .related-products {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

    .product-page .related-products-section .related-products .related-product {
        margin-right: 21px;
        width: 104px;
        flex-shrink: 0
    }

        .product-page .related-products-section .related-products .related-product .image-container {
            width: 100%;
            height: 104px;
            overflow: hidden;
            border-radius: 50%;
            margin-bottom: 14px;
            background-color: #fff
        }

            .product-page .related-products-section .related-products .related-product .image-container img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

        .product-page .related-products-section .related-products .related-product h3 {
            font-family: Roboto;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
            --tw-text-opacity: 1;
            color: rgba(35, 37, 40, var(--tw-text-opacity))
        }

@media (min-width:768px) {
    .product-page .related-products-section .related-products .related-product h3 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.product-page .related-products-section .related-products .related-product h3 {
    padding: 10px 8px
}

.product-page .related-products-section .related-products .related-product:last-child {
    margin-right: 80px
}

@media (min-width:768px) {
    .product-page .related-products-section {
        padding: 48px 6.2% 61px 7.3%
    }

    .product-page .related-products-section-title {
        font-size: 1.5625rem;
        line-height: 1.81rem;
        margin-bottom: 40px
    }

    .product-page .related-products-section .related-products .related-product {
        width: 210px;
        margin-right: 41px
    }

        .product-page .related-products-section .related-products .related-product .image-container {
            height: 210px
        }
}

@media (min-width:1430px) {
    .product-page .related-products-section .related-products-wrapper .related-products-gradient {
        display: none
    }

    .product-page .related-products-section .related-products .related-product:last-child {
        margin-right: 41px
    }
}

.timeline-content {
    position: relative;
    padding-top: 50px
}

@media (min-width:1024px) {
    .timeline-content {
        padding-top: 92px
    }
}

.timeline-content .title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    width: 100%
}

@media (min-width:768px) {
    .timeline-content .title-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:1024px) {
    .timeline-content .title-wrapper {
        padding-left: 7.3%;
        padding-right: 6.2%
    }
}

.timeline-content .title-wrapper h2 {
    font-family: Roboto;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    margin-bottom: 60px;
    width: 100%
}

.timeline-content .decades {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    margin-bottom: 60px;
    overflow-x: auto;
    justify-content: space-between;
    position: sticky;
    top: 105px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
    z-index: 10
}

@media (min-width:768px) {
    .timeline-content .decades {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:1024px) {
    .timeline-content .decades {
        padding-left: 7.3%;
        padding-right: 6.2%
    }
}

.timeline-content .decades a {
    font-family: Roboto;
    color: #686a6d;
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    padding: 10px 24px;
    border-bottom: 2px solid #fff
}

    .timeline-content .decades a.current,
    .timeline-content .decades a:hover {
        color: #e70d30;
        border-bottom: 2px solid #e70d30;
        font-weight: 700
    }

@media (min-width:1024px) {
    .timeline-content .decades a {
        padding: 10px 28px
    }
}

@media (min-width:1280px) {
    .timeline-content .decades a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 10px 32px
    }
}

.timeline-content .timeline-background {
    background: url(../images/bg-timeline.webp);
    background-size: 100%;
    background-repeat-x: no-repeat;
    padding-bottom: 60px
}

@media (min-width:1024px) {
    .timeline-content .timeline-background {
        padding-bottom: 100px
    }
}

.timeline-content .timeline-list-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 6.2% 0 7.3%
}

@media (min-width:1024px) {
    .timeline-content .timeline-list-container {
        max-width: 820px;
        padding: 0
    }
}

.timeline-content .timeline-list {
    margin-top: 50px
}

    .timeline-content .timeline-list .timeline-item {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .timeline-content .timeline-list .timeline-item > * {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: 60px;
            padding-left: 60px;
            padding-top: 20px
        }

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item > * {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item {
        display: block
    }
}

.timeline-content .timeline-list .timeline-item:first-of-type .timeline-col:first-child:after {
    content: "";
    display: block;
    width: 15px;
    border-top: 15px solid #dbdbdb;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    top: -10px
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item:first-of-type .timeline-col:first-child:after {
        display: none
    }
}

.timeline-content .timeline-list .timeline-item:first-of-type .timeline-col:first-child:before {
    top: 60px
}

.timeline-content .timeline-list .timeline-item:last-of-type .timeline-col:first-child:after {
    content: "";
    display: block;
    width: 15px;
    border-top: 15px solid #dbdbdb;
    position: absolute;
    left: -8px;
    border-radius: 50%;
    bottom: -10px
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item:last-of-type .timeline-col:first-child:after {
        display: none
    }
}

.timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:last-child {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #dbdbdb
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:last-child {
        display: block;
        border-right: 0
    }
}

.timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:first-child {
    order: 2;
    position: relative
}

    .timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:first-child:before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        border-top: 1px solid #dbdbdb;
        position: absolute;
        left: 0
    }

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:first-child:before {
        display: none
    }
}

.timeline-content .timeline-list .timeline-item.timeline-item:nth-child(2n) .timeline-col:first-child:first-child {
    border-right: none
}

.timeline-content .timeline-list .timeline-item:nth-child(odd) .timeline-col:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #dbdbdb;
    position: relative
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item:nth-child(odd) .timeline-col:first-child {
        display: block;
        border-right: 0
    }
}

.timeline-content .timeline-list .timeline-item:nth-child(odd) .timeline-col:first-child:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-top: 1px solid #dbdbdb;
    position: absolute;
    right: 0
}

@media (max-width:991px) {
    .timeline-content .timeline-list .timeline-item:nth-child(odd) .timeline-col:first-child:before {
        display: none
    }
}

.timeline-content .timeline-list .timeline-item .timeline-col {
    padding-bottom: 60px;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:992px) {
    .timeline-content .timeline-list .timeline-item .timeline-col {
        flex: 0 0 auto;
        width: 50%
    }
}

.timeline-content .timeline-list .timeline-item .timeline-col h3 {
    color: #686a6d;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 41px;
    margin-bottom: 16px
}

.timeline-content .timeline-list .timeline-item .timeline-col p {
    color: #686a6d;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    max-width: 342px
}

.banner {
    width: 100%;
    height: 150px;
    position: relative
}

@media (min-width:768px) {
    .banner {
        height: 240px
    }
}

@media (min-width:1024px) {
    .banner {
        height: 320px
    }
}

@media (min-width:1280px) {
    .banner {
        height: 388px
    }
}

.banner-background {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: flex-end
}

    .banner-background img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.banner-overlay {
    background: rgba(0, 0, 0, .4)
}

.banner-content,
.banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px
}

    .banner-content h1 {
        font-family: Ridley Bold;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        text-transform: uppercase;
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0
    }

@media (min-width:768px) {
    .banner-content h1 {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media (min-width:1024px) {
    .banner-content h1 {
        font-size: 3.125rem;
        line-height: 3.9375rem
    }
}

.featured-post {
    background-color: #f3f3f3;
    height: 230px;
    width: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden
}

    .featured-post:hover .featured-post-title img {
        transform: translateX(5px)
    }

    .featured-post:hover .featured-post-image {
        transform: scale(1.1)
    }

    .featured-post .featured-post-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: transform 1s ease;
        will-change: transform
    }

    .featured-post .featured-post-label {
        text-transform: uppercase;
        color: #e70d30;
        display: block;
        font-size: .9375rem;
        line-height: 1.125rem;
        margin-bottom: 5px
    }

    .featured-post .featured-post-content {
        background-color: rgba(0, 0, 0, .77);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 28px 45px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .featured-post .featured-post-title {
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.3125rem;
        font-weight: 500
    }

        .featured-post .featured-post-title img {
            display: inline-block;
            padding-left: 5px;
            transition: transform .3s ease-out;
            will-change: transform
        }

@media (min-width:768px) {
    .featured-post .featured-post-label {
        font-size: 1rem;
        line-height: 1.1875rem;
        margin-bottom: 12px
    }

    .featured-post .featured-post-title {
        font-size: 1.25rem;
        line-height: 1.8125rem
    }
}

@media (min-width:1024px) {
    .featured-post {
        height: 530px
    }

        .featured-post .featured-post-content {
            width: 45%;
            max-width: 475px;
            height: auto
        }

        .featured-post .featured-post-title {
            font-size: 25px
        }
}

.site-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 37, 40, var(--tw-bg-opacity));
    font-family: Roboto;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.site-footer-padding {
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:768px) {
    .site-footer-padding {
        padding-left: 11.12%;
        padding-right: 11.12%
    }
}

@media (min-width:1024px) {
    .site-footer-padding {
        padding-left: 10vw;
        padding-right: 6vw
    }
}

@media (min-width:1280px) {
    .site-footer-padding {
        padding-left: 17vw;
        padding-right: 11.6vw
    }
}

.site-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media (min-width:1024px) {
    .site-footer-menu {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        text-align: left
    }
}

.site-footer-menu {
    padding-top: 39px;
    padding-bottom: 32px;
    border-bottom: 1px solid #7a7a7a
}

.site-footer-menu-first-col {
    margin-bottom: 46px
}

    .site-footer-menu-first-col ul li {
        margin-bottom: 13px
    }

.site-footer-menu-second-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 51px;
    max-width: 222px
}

    .site-footer-menu-second-col p {
        text-align: center
    }

.site-footer-menu-third-col {
    display: flex;
    flex-direction: column;
    align-items: center
}

    .site-footer-menu-third-col .gform_wrapper.gravity-theme {
        text-align: left;
        margin-bottom: 33px;
        width: 100%
    }

        .site-footer-menu-third-col .gform_wrapper.gravity-theme .gfield_label {
            display: block;
            font-weight: 400;
            margin-bottom: 12px;
            font-size: .8125rem;
            line-height: 1rem
        }

        .site-footer-menu-third-col .gform_wrapper.gravity-theme .gfield input[type=email] {
            background-color: hsla(0, 0%, 100%, .07);
            padding: 14px 25px 14px 14px;
            background-image: url(../images/arrow-right.svg);
            background-repeat: no-repeat;
            background-position: right 14px top 50%;
            background-size: 22px auto
        }

        .site-footer-menu-third-col .gform_wrapper.gravity-theme .gform_footer {
            display: none
        }

@media (min-width:320px) {
    .site-footer-menu-third-col .gform_wrapper.gravity-theme {
        min-width: 288px
    }
}

@media (min-width:1024px) {
    .site-footer-menu {
        padding-top: 47px;
        padding-bottom: 32px
    }

    .site-footer-menu-first-col {
        max-width: 113px;
        margin-bottom: 0
    }

    .site-footer-menu-second-col {
        margin-bottom: 0
    }

        .site-footer-menu-second-col p {
            text-align: left;
            margin-bottom: 20px
        }

    .site-footer-menu-third-col {
        align-items: flex-start;
        min-width: 288px
    }

    .site-footer-menu-third-col-third-col .gform_wrapper.gravity-theme {
        margin-bottom: 45px
    }
}

@media (min-width:1280px) {
    .site-footer-menu {
        padding-top: 59px;
        padding-bottom: 47px
    }

    .site-footer-menu-first-col {
        margin-right: 12.5vw
    }

    .site-footer-menu-second-col {
        margin-right: 13.75vw
    }
}

.site-footer-copyright {
    padding-top: 16.25px;
    padding-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start
}

.site-footer-copyright-ada-link {
    margin-bottom: 20px;
    text-align: center;
    display: block
}

    .site-footer-copyright-ada-link img {
        display: inline;
        width: 28px;
        height: 28px
    }

    .site-footer-copyright-ada-link span {
        display: block;
        margin-top: .5rem;
        white-space: nowrap;
        font-size: .6875rem;
        line-height: 1.125rem
    }

    .site-footer-copyright-ada-link:hover {
        text-decoration: underline
    }

.site-footer-copyright-text {
    margin-bottom: 16px
}

    .site-footer-copyright-text small a {
        --tw-text-opacity: 1;
        color: rgba(231, 13, 48, var(--tw-text-opacity));
        text-decoration: underline
    }

@media (min-width:1024px) {
    .site-footer-copyright {
        flex-direction: row
    }

    .site-footer-copyright-ada-link {
        margin-bottom: 0;
        margin-right: 20px
    }

    .site-footer-copyright-text {
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .site-footer-copyright-ada-link {
        position: absolute;
        left: 6.66vw;
        top: 23.25px;
        margin-right: 0
    }
}

.site-footer-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.75rem;
    text-transform: uppercase
}

.site-footer a,
.site-footer p {
    font-size: .8125rem;
    line-height: 1rem
}

.site-footer small {
    display: block;
    font-size: .6875rem;
    line-height: 1.125rem
}

.site-footer-download-link {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: .75rem;
    text-align: center;
    width: 100%
}

@media (min-width:1280px) {
    .site-footer-download-link {
        display: none
    }
}

.site-footer-download-link {
    border-radius: 25px;
    padding: 15px 30px;
    max-width: 211px
}

.site-footer .mobile-app-qr-code {
    display: none
}

@media (min-width:1280px) {
    .site-footer .mobile-app-qr-code {
        display: block
    }
}

.site-footer .mobile-app-qr-code em {
    display: block;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 8px
}

.site-footer .mobile-app-qr-code img {
    width: 100px;
    height: 100px
}

.site-footer-social {
    border-radius: 4px;
    border: 1px solid #3e3e3e;
    display: flex;
    width: 240px;
    flex-wrap: nowrap;
    overflow: hidden
}

    .site-footer-social a {
        padding: 15px;
        border-right: 1px solid #3e3e3e
    }

        .site-footer-social a .icon-hover,
        .site-footer-social a:hover > .icon {
            display: none
        }

        .site-footer-social a:hover > .icon-hover {
            display: block
        }

        .site-footer-social a:last-child {
            border-right: none
        }

.site-footer .site-footer-author {
    margin-top: 23.43px;
    font-size: .8125rem
}

    .site-footer .site-footer-author a {
        font-weight: 700;
        font-style: italic
    }

        .site-footer .site-footer-author a:hover {
            color: #fff
        }

.site-header-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10
}

.site-header {
    font-family: Roboto;
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: .8125rem;
    line-height: 1rem;
    border-bottom: 5px solid #d8d8d8;
    box-shadow: 0 1px 6px 0 #696969
}

    .site-header .site-header-content {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
        display: flex;
        align-items: center;
        width: 100%
    }

@media (min-width:768px) {
    .site-header .site-header-content {
        justify-content: space-between
    }
}

.site-header .site-header-content {
    padding: 7px 10px
}

@media (min-width:768px) {
    .site-header .site-header-content {
        padding: 15.5px 70px
    }
}

@media (min-width:1024px) {
    .site-header .site-header-content {
        padding: 0 10px
    }
}

@media (min-width:1280px) {
    .site-header .site-header-content {
        padding: 0 70px
    }
}

.site-header .site-header-content .site-header-logo-menu-group {
    display: flex;
    align-items: center
}

    .site-header .site-header-content .site-header-logo-menu-group .site-header-logo {
        width: 48px;
        height: 39px;
        margin-right: 16px
    }

@media (min-width:768px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-logo {
        width: 159px;
        height: 39px;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-logo {
        margin-right: 20px
    }
}

@media (min-width:1280px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-logo {
        margin-right: 64px
    }
}

.site-header .site-header-content .site-header-logo-menu-group .site-header-menu {
    display: none;
    align-items: center
}

@media (min-width:1024px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-menu {
        display: flex
    }
}

.site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items {
    height: 100%;
    display: flex;
    align-items: center
}

    .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item {
        margin-right: 16px
    }

        .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link {
            display: flex;
            padding: 27px 0;
            position: relative
        }

            .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link .site-header-menu-link-text {
                margin-right: 7px;
                text-transform: uppercase;
                position: relative
            }

            .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link .site-header-menu-link-icon {
                transform: rotate(90deg)
            }

            .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link .site-header-menu-link-subline {
                --tw-bg-opacity: 1;
                background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
                display: block;
                position: absolute;
                left: 0;
                width: 100%;
                height: 1px;
                bottom: 25.5px;
                transform: scaleX(0);
                transform-origin: left top;
                will-change: transform
            }

            .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link.active > .site-header-menu-link-subline,
            .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-link:hover > .site-header-menu-link-subline {
                transition: transform .3s ease;
                transform: scaleX(1)
            }

@media (min-width:1024px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-item-content {
        padding: 30px 30px 30px 185px
    }
}

@media (min-width:1440px) {
    .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item {
        margin-right: 50px
    }

        .site-header .site-header-content .site-header-logo-menu-group .site-header-menu .site-header-menu-items .site-header-menu-item .site-header-menu-item-content {
            padding-left: 295px
        }
}

.site-header .site-header-content .site-header-toggler {
    position: absolute
}

@media (min-width:768px) {
    .site-header .site-header-content .site-header-toggler {
        position: static
    }
}

@media (min-width:1024px) {
    .site-header .site-header-content .site-header-toggler {
        display: none
    }
}

.site-header .site-header-content .site-header-toggler {
    top: 16px;
    right: 10px;
    margin-left: 40px
}

.site-header .site-header-mobile-menu-container {
    height: calc(100vh - 53px);
    overflow: auto
}

@media (min-width:768px) {
    .site-header .site-header-mobile-menu-container {
        height: unset
    }
}

.site-header .site-header-mobile-menu-container .site-header-mobile-menu .site-header-mobile-menu-items {
    padding: 31px 8.125%;
    border-bottom: 1px solid #494949
}

    .site-header .site-header-mobile-menu-container .site-header-mobile-menu .site-header-mobile-menu-items .site-header-mobile-menu-item {
        margin-bottom: 5px
    }

        .site-header .site-header-mobile-menu-container .site-header-mobile-menu .site-header-mobile-menu-items .site-header-mobile-menu-item .site-header-mobile-menu-link {
            display: flex;
            padding: 10px 0
        }

            .site-header .site-header-mobile-menu-container .site-header-mobile-menu .site-header-mobile-menu-items .site-header-mobile-menu-item .site-header-mobile-menu-link > span {
                margin-right: 7px;
                text-transform: uppercase
            }

.site-header .site-header-mobile-menu-container .site-header-mobile-current-item {
    padding: 19px 8.125%
}

    .site-header .site-header-mobile-menu-container .site-header-mobile-current-item button {
        margin-bottom: 29px;
        font-weight: 700
    }

.site-header .menu-item-content .menu-item-content-details {
    margin-bottom: 40px
}

    .site-header .menu-item-content .menu-item-content-details h3 {
        font-weight: 300;
        text-transform: uppercase;
        padding-bottom: 12.5px;
        margin-bottom: 13.5px;
        border-bottom: 1px solid #494949
    }

    .site-header .menu-item-content .menu-item-content-details .menu-item-content-submenu .menu-item-content-children .menu-item-content-subitem {
        margin-bottom: 1rem
    }

        .site-header .menu-item-content .menu-item-content-details .menu-item-content-submenu .menu-item-content-children .menu-item-content-subitem .menu-item-content-subitem-link > span {
            font-weight: 700;
            font-size: .875rem;
            line-height: 1.25rem
        }

            .site-header .menu-item-content .menu-item-content-details .menu-item-content-submenu .menu-item-content-children .menu-item-content-subitem .menu-item-content-subitem-link > span:hover {
                --tw-text-opacity: 1;
                color: rgba(231, 13, 48, var(--tw-text-opacity))
            }

.site-header .menu-item-content .menu-item-content-info .menu-item-content-info-image {
    width: 100%;
    object-fit: cover
}

.site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link {
    background: #000;
    padding: 54px 10px 37px 25px
}

    .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link a {
        display: block
    }

        .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link a span {
            font-weight: 700;
            font-size: 1.125rem;
            line-height: 1.75rem;
            margin-right: 12px
        }

        .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link a img {
            display: inline;
            width: 1.1em;
            transition: all .3s ease-out;
            will-change: transform;
            width: 22px;
            height: 22px
        }

        .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link a:hover > img {
            transform: translateX(15px)
        }

@media (min-width:640px) {
    .site-header .menu-item-content {
        display: flex
    }

        .site-header .menu-item-content .menu-item-content-details {
            margin-right: 40px
        }

        .site-header .menu-item-content .menu-item-content-info {
            flex: 1;
            max-width: 400px
        }
}

@media (min-width:768px) {
    .site-header .menu-item-content .menu-item-content-info {
        display: flex;
        flex-direction: row-reverse;
        max-width: 600px;
        max-height: 200px
    }

        .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-image {
            width: 50%
        }

        .site-header .menu-item-content .menu-item-content-info .menu-item-content-info-link {
            display: flex;
            align-items: flex-end;
            padding: 10px 25px 38px 28px;
            width: 50%
        }
}

@media (min-width:1440px) {
    .site-header .menu-item-content .menu-item-content-details {
        margin-right: 64px;
        margin-bottom: 0
    }

        .site-header .menu-item-content .menu-item-content-details .menu-item-content-submenu {
            display: flex
        }

            .site-header .menu-item-content .menu-item-content-details .menu-item-content-submenu .menu-item-content-children:nth-child(2) {
                margin-left: 74px
            }
}

.site-header .site-header-dropdown-container {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 37, 40, var(--tw-bg-opacity));
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%
}

.site-header .ReactCollapse--collapse {
    transition: height .3s ease
}

.pagination {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .pagination .page-numbers {
        padding: 0 10px;
        color: #686a6d;
        font-family: Open Sans, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        display: inline-block
    }

        .pagination .page-numbers.current {
            color: #e70d30;
            font-weight: 700;
            border-bottom: 3px solid #e70d30;
            margin-top: 3px
        }

        .pagination .page-numbers:hover {
            color: #e70d30
        }

    .pagination .next,
    .pagination .prev {
        font-weight: 500;
        display: inline-flex;
        align-items: center
    }

        .pagination .next:hover,
        .pagination .prev:hover {
            color: #e70d30
        }

        .pagination .next img,
        .pagination .prev img {
            width: 16.5px
        }

        .pagination .next span,
        .pagination .prev span {
            display: none
        }

@media (min-width:1024px) {
    .pagination .next span,
    .pagination .prev span {
        display: block
    }
}

@media (min-width:1024px) {
    .pagination .prev {
        margin-right: 5px
    }
}

@media (min-width:1024px) {
    .pagination .prev img {
        margin-right: 15px
    }
}

@media (min-width:1024px) {
    .pagination .next {
        margin-left: 5px
    }
}

@media (min-width:1024px) {
    .pagination .next img {
        margin-left: 15px
    }
}

.post-card {
    padding: 18px 0;
    border-bottom: 1px solid #c3c3c3
}

    .post-card:last-child {
        border-bottom: 0
    }

    .post-card .post-card-image-wrapper {
        width: 100%;
        margin-bottom: 12px;
        display: block
    }

    .post-card .post-card-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 100%;
        height: 125px
    }

    .post-card .post-card-content {
        color: #585858;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 19px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .post-card .post-card-title {
        font-size: .6875rem;
        line-height: .75rem;
        margin-bottom: 10px
    }

        .post-card .post-card-title:hover {
            color: #e70d30
        }

    .post-card .post-card-excerpt {
        font-size: .625rem;
        line-height: .6875rem;
        margin-bottom: 15px;
        max-width: 350px
    }

    .post-card .post-card-meta {
        display: flex;
        flex-wrap: nowrap;
        font-size: .625rem;
        line-height: .6875rem;
        overflow-x: auto
    }

        .post-card .post-card-meta > div {
            white-space: nowrap;
            padding-right: 12px
        }

            .post-card .post-card-meta > div:after {
                content: ".";
                position: relative;
                left: 6px;
                display: inline-block
            }

            .post-card .post-card-meta > div:last-child:after {
                display: none
            }

    .post-card .post-card-author span {
        color: #e70d30;
        font-weight: 700
    }

@media (min-width:640px) {
    .post-card .post-card-image {
        width: 100%;
        height: 240px
    }
}

@media (min-width:768px) {
    .post-card {
        padding: 65px 0
    }

        .post-card .post-card-title {
            font-size: 1.5625rem;
            line-height: 1.8125rem;
            margin-bottom: 20px
        }

        .post-card .post-card-excerpt {
            font-size: 1rem;
            line-height: 1.1875rem
        }

        .post-card .post-card-meta {
            font-size: 1rem;
            line-height: 1.5rem
        }

            .post-card .post-card-meta > div {
                padding-right: 20px
            }
}

@media (min-width:1024px) {
    .post-card {
        display: flex;
        flex-wrap: nowrap
    }

        .post-card .post-card-image-wrapper {
            width: 40%;
            margin-right: 50px;
            margin-bottom: 0;
            flex-shrink: 0
        }

        .post-card .post-card-content {
            width: 60%;
            margin-right: 50px;
            margin-bottom: 0
        }

        .post-card .post-card-meta {
            font-size: 1rem
        }
}

@media only screen and (min-width:1920px) {
    .post-card .post-card-image {
        height: 380px
    }
}

.sidebar-menu {
    padding: 20px 10px 5px;
    width: 100%;
    background-color: #fff;
    overflow: auto;
    max-height: 100vh;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .44);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    margin: 0 10px;
    width: calc(100% - 20px)
}

    .sidebar-menu .skip-to-content-link {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        display: inline-block;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        position: absolute;
        --tw-text-opacity: 1;
        color: rgba(231, 13, 48, var(--tw-text-opacity));
        top: 0;
        left: 0;
        padding: 8px;
        transform: translateX(-200%);
        transition: transform .3s;
        border: 1px solid #e70d30;
        margin-bottom: 20px
    }

        .sidebar-menu .skip-to-content-link:focus {
            position: static;
            transform: translateX(0)
        }

    .sidebar-menu.is-active {
        display: block
    }

@media (min-width:768px) {
    .sidebar-menu {
        padding-top: 118px;
        border-radius: unset;
        box-shadow: none;
        display: block;
        position: sticky;
        top: 0;
        z-index: 0;
        margin: 0;
        width: unset
    }
}

@media (min-width:1280px) {
    .sidebar-menu {
        padding: 118px 29px 29px 70px
    }
}

.sidebar-menu .menu-item:last-child .menu-item-link {
    border-bottom: 0
}

.sidebar-menu .menu-item .menu-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 10.5px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #dbdbdb
}

@media (min-width:768px) {
    .sidebar-menu .menu-item .menu-item-link {
        border-bottom: 0;
        padding: 3px 10px 3px 10.5px;
        margin: 10px 0
    }
}

.sidebar-menu .menu-item .menu-item-link h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-right: 12px;
    color: #797979
}

@media (min-width:1024px) {
    .sidebar-menu .menu-item .menu-item-link h4 {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-transform: uppercase
    }
}

.sidebar-menu .menu-item > ul {
    display: none
}

@media (min-width:768px) {
    .sidebar-menu .menu-item > ul {
        padding-left: 12px
    }
}

@media (min-width:1024px) {
    .sidebar-menu .menu-item.active .menu-item-link {
        --tw-border-opacity: 1;
        border-color: rgba(231, 13, 48, var(--tw-border-opacity))
    }
}

.sidebar-menu .menu-item.active .menu-item-link h4 {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

.sidebar-menu .menu-item.active .menu-item-link .arrow-icon polyline {
    stroke: #e70d30
}

.sidebar-menu .menu-item.active > ul {
    display: block
}

.sidebar-menu .menu-subitem:last-child .menu-subitem-link {
    border-bottom: 0
}

.sidebar-menu .menu-subitem:first-child .menu-subitem-link {
    border-top: 1px solid #dbdbdb
}

.sidebar-menu .menu-subitem .menu-subitem-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #dbdbdb
}

@media (min-width:768px) {
    .sidebar-menu .menu-subitem .menu-subitem-link {
        padding: 9px 14px 9px 9px
    }
}

.sidebar-menu .menu-subitem .menu-subitem-link h4 {
    font-family: Roboto;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .sidebar-menu .menu-subitem .menu-subitem-link h4 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.sidebar-menu .menu-subitem .menu-subitem-link h4 {
    color: #797979;
    margin-right: 12px
}

.sidebar-menu .menu-subitem > ul {
    display: none
}

@media (min-width:768px) {
    .sidebar-menu .menu-subitem > ul {
        padding: 12px 20px
    }
}

@media (min-width:768px) {
    .sidebar-menu .menu-subitem.active .menu-subitem-link {
        background: rgba(231, 13, 48, .05)
    }
}

.sidebar-menu .menu-subitem.active .menu-subitem-link h4 {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    margin-right: 12px
}

.sidebar-menu .menu-subitem.active .menu-subitem-link .arrow-icon {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    transform: rotate(90deg)
}

    .sidebar-menu .menu-subitem.active .menu-subitem-link .arrow-icon polyline {
        stroke: #e70d30
    }

@media (min-width:1024px) {
    .sidebar-menu .menu-subitem.active .menu-subitem-link .arrow-icon {
        transform: rotate(90deg)
    }
}

.sidebar-menu .menu-subitem.active > ul {
    display: block
}

@media (min-width:768px) {
    .sidebar-menu .menu-lastitem {
        margin-bottom: 15px
    }
}

.sidebar-menu .menu-lastitem .menu-lastitem-link {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    padding: 10px 10px 10px 50px
}

@media (min-width:768px) {
    .sidebar-menu .menu-lastitem .menu-lastitem-link {
        border-bottom: 0;
        padding: 3px 0 3px 10.5px
    }
}

.sidebar-menu .menu-lastitem .menu-lastitem-link h4 {
    font-family: Roboto;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #a0a0a0
}

@media (min-width:1024px) {
    .sidebar-menu .menu-lastitem .menu-lastitem-link h4 {
        font-family: Roboto;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.sidebar-menu .menu-lastitem.active .menu-lastitem-link h4 {
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

.sidebar-menu .arrow-icon {
    display: block;
    width: 10px;
    height: 15px
}

    .sidebar-menu .arrow-icon polyline {
        stroke: #797979
    }

.sidebar-menu-trigger {
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    padding: 15px;
    width: 100%;
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    color: #585858;
    position: relative
}

    .sidebar-menu-trigger .hamburguer-bar-wrapper {
        position: absolute;
        top: 11px
    }

    .sidebar-menu-trigger img {
        top: 19px;
        right: 20px;
        position: absolute
    }

    .sidebar-menu-trigger .hamburguer-bar {
        width: 25px;
        height: 2px;
        display: block;
        margin: 5px 0;
        background-color: #000
    }

@media (min-width:768px) {
    .sidebar-menu-trigger {
        display: none
    }
}

.sidebar-page .sidebar-page-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .sidebar-page .sidebar-page-wrapper {
        flex-wrap: nowrap
    }
}

.sidebar-page .sidebar-container {
    position: relative;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .sidebar-page .sidebar-container {
        width: 30vw;
        box-shadow: 7px 0 15px -1px rgba(230, 235, 237, .48);
        padding-left: 0;
        padding-right: 0;
        z-index: 1;
        background: #fff
    }
}

@media (min-width:1024px) {
    .sidebar-page .sidebar-container {
        width: 22.43vw
    }
}

.sidebar-page .content {
    width: 100vw
}

@media (min-width:768px) {
    .sidebar-page .content {
        width: 70vw
    }
}

@media (min-width:1024px) {
    .sidebar-page .content {
        width: 77.57vw
    }
}

@media (min-width:768px) {
    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }
}

@media (min-width:1024px) {
    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .xl\:justify-start {
        justify-content: flex-start
    }
}


/*# sourceMappingURL=app.css.map*/


.react-tabs {
    -webkit-tap-highlight-color: transparent
}

.react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0
}

.react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer
}

.react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: #000;
    border-radius: 5px 5px 0 0
}

.react-tabs__tab--disabled {
    color: GrayText;
    cursor: default
}

.react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none
}

    .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff
    }

.react-tabs__tab-panel {
    display: none
}

.react-tabs__tab-panel--selected {
    display: block
}


/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com*/


/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

:root {
    -moz-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: Open Sans, Arial, sans-serif;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #a1a1aa
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #a1a1aa
    }

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity))
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity))
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity))
}

.border {
    border-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.justify-center {
    justify-content: center
}

.h-full {
    height: 100%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-7 {
    margin-bottom: 1.75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

* {
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(59, 130, 246, 0.5) !important;
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity))
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity))
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity))
}

.visible {
    visibility: visible
}

.w-full {
    width: 100%
}

.gap-x-5 {
    column-gap: 1.25rem
}

.gap-y-4 {
    row-gap: 1rem
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

body {
    font-family: Roboto;
    letter-spacing: 0
}

/*@font-face {
    font-family: Ridley;
    src: url("../QuikTripCom2021/fonts/Radomir Tinkov - RidleyGrotesk-Regular.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: Ridley Bold;
    src: url("../QuikTripCom2021/fonts/Radomir Tinkov - RidleyGrotesk-Bold.otf") format("opentype");
    font-display: swap
}*/

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../QuikTripCom2021/fonts/Roboto-Medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

.datetime-field {
    display: grid;
    gap: 1.25rem
}

@media (min-width:640px) {
    .datetime-field {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 460px
    }
}

.form-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .form-field label {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .form-field label {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field label {
    margin-bottom: 14.5px
}

.form-field select {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
    width: 100%
}

@media (min-width:768px) {
    .form-field select {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field select {
    min-height: 49px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    background-color: #fff;
    background-image: url(../QuikTripCom2021/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 18.5px top 50%;
    background-size: 15px auto; 
    padding: 14.5px 18.5px 13.5px 27.5px;
    -webkit-appearance: none;
    appearance: none;
}

.form-field textarea {
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 12px
}

.form-field input[type=email],
.form-field input[type=text],
.form-field textarea {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    width: 100%
}

.form-field input[type=email],
.form-field input[type=text] {
    color: rgba(88, 88, 88, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .form-field input[type=email],
    .form-field input[type=text] {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.form-field input[type=email],
.form-field input[type=text] {
    min-height: 49px;
    padding: 14.5px 18.5px 13.5px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    background: #fff
}

    .form-field input[type=email]:disabled,
    .form-field input[type=text]:disabled {
        background: #c3c3c3;
        cursor: not-allowed
    }

.form-field input[type=radio] {
    margin-right: 15.5px;
    width: 22px;
    height: 22px;
    border: 1px solid #c3c3c3
}

.elementor-text-editor h1 {
    font-family: Roboto;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity));
    font-size: 1.5625rem;
    line-height: 1.8125rem
}

@media (min-width:768px) {
    .elementor-text-editor h1 {
        font-size: 2.1875rem;
        line-height: 2.5625rem
    }
}

.elementor-text-editor h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .elementor-text-editor h2 {
        font-size: 1.5625rem;
        line-height: 1.8125rem
    }
}

.elementor-text-editor p {
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 37, 40, var(--tw-text-opacity))
}

.elementor-text-editor a {
    font-family: Roboto;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    text-decoration: underline
}

.grecaptcha-badge {
    display: none
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

.loading-spinner:after {
    content: "";
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid hsla(0, 0%, 100%, 0);
    animation: spinner .6s linear infinite
}

.skip-to-content-link {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    left: 50%;
    padding: 8px;
    transform: translate(-50%, -100%);
    transition: transform .3s;
    z-index: 20
}

    .skip-to-content-link:focus {
        transform: translate(-50%)
    }

.react-tabs__tab-list {
    padding: 0 48px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #c3c3c3;
    justify-content: space-between
}

@media (min-width:1024px) {
    .react-tabs__tab-list {
        padding: 0
    }
}

.react-tabs__tab-list .react-tabs__tab {
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center
}

@media (min-width:1024px) {
    .react-tabs__tab-list .react-tabs__tab {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.react-tabs__tab-list .react-tabs__tab {
    flex: 1;
    color: #686a6d;
    border: none;
    padding: 6px 21px;
    min-width: 200px
}

@media (min-width:1024px) {
    .react-tabs__tab-list .react-tabs__tab {
        padding: 19px 50px
    }
}

.react-tabs__tab-list .react-tabs__tab--selected {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    border-bottom: 3px solid #e70d30;
    background: transparent
}

.video-modal .ReactModal__Body--open {
    overflow-y: hidden
}

.video-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.video-modal .ReactModal__Overlay.ReactModal__Overlay--after-open.modal-overlay {
    opacity: 1
}

.video-modal .ReactModal__Overlay.ReactModal__Overlay--before-close.modal-overlay {
    opacity: 0
}

.video-modal .centered-content {
    display: flex;
    height: 90%;
    justify-content: center;
    align-items: center
}

    .video-modal .centered-content video {
        height: 100%
    }

.video-modal .ReactModal__Content.ReactModal__Content--after-open.centered-content {
    transform: translateY(0)
}

.video-modal .ReactModal__Content.ReactModal__Content--before-close.centered-content {
    transform: translateY(-1000px)
}

.customer-comment-line-form {
    border-top: 1px solid #c3c3c3;
    padding-top: 25.5px;
    padding-bottom: 60px
}

    .customer-comment-line-form .customer-comment-line-title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgba(35, 37, 40, var(--tw-text-opacity));
        margin-bottom: 30px
    }

    .customer-comment-line-form .feedback-inputs {
        margin-bottom: 27.5px
    }

        .customer-comment-line-form .feedback-inputs .form-field {
            margin-bottom: 16px
        }

    .customer-comment-line-form .comment-field {
        margin-bottom: 27.5px
    }

    .customer-comment-line-form .store-fields {
        margin-bottom: 36px
    }

        .customer-comment-line-form .store-fields .field-column {
            justify-content: flex-start
        }

        .customer-comment-line-form .store-fields .form-or-separator {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Roboto;
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
            --tw-text-opacity: 1;
            color: rgba(88, 88, 88, var(--tw-text-opacity));
            width: 100%
        }

@media (min-width:768px) {
    .customer-comment-line-form .store-fields .form-or-separator {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .store-fields .form-or-separator {
    margin: 16px 0
}

.customer-comment-line-form .store-fields a {
    display: block;
    font-family: Roboto;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity));
    text-decoration: underline
}

@media (min-width:768px) {
    .customer-comment-line-form .store-fields a {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .store-fields a {
    margin-top: 14.5px
}

.customer-comment-line-form .event-datetime-field {
    margin-bottom: 37.5px
}

    .customer-comment-line-form .event-datetime-field legend {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .customer-comment-line-form .event-datetime-field legend {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .event-datetime-field legend {
    margin-bottom: 20px
}

.customer-comment-line-form .categories-section {
    margin-bottom: 37.5px
}

    .customer-comment-line-form .categories-section legend {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .customer-comment-line-form .categories-section legend {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .categories-section legend {
    margin-bottom: 27.5px
}

@media (min-width:768px) {
    .customer-comment-line-form .categories-section .categories {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .customer-comment-line-form .categories-section .categories {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.customer-comment-line-form .categories-section .categories .form-field label {
    display: flex;
    align-items: center;
    font-weight: 400
}

.customer-comment-line-form .category-fields {
    margin-bottom: 37.5px
}

    .customer-comment-line-form .category-fields legend {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(88, 88, 88, var(--tw-text-opacity))
    }

@media (min-width:768px) {
    .customer-comment-line-form .category-fields legend {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .category-fields .form-field,
.customer-comment-line-form .category-fields legend {
    margin-bottom: 27.5px
}

    .customer-comment-line-form .category-fields .form-field label {
        font-weight: 400
    }

.customer-comment-line-form .contact-inputs {
    margin-top: 65.5px;
    margin-bottom: 37.5px
}

    .customer-comment-line-form .contact-inputs .form-field {
        margin-bottom: 27.5px
    }

.customer-comment-line-form .errorMessage {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(231, 13, 48, var(--tw-text-opacity))
}

@media (min-width:768px) {
    .customer-comment-line-form .errorMessage {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .errorMessage {
    margin-bottom: 20px
}

.customer-comment-line-form .form-footer {
    width: 100%;
    display: flex;
    justify-content: center
}

    .customer-comment-line-form .form-footer input[type=submit] {
        display: inline-flex;
        font-weight: 700;
        text-align: center;
        border-radius: 25px;
        transition: all .3s ease-out;
        min-width: 200px;
        font-size: 1.125rem;
        line-height: 1.125rem;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(231, 13, 48, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        margin-top: 43.5px;
        padding: 15px 71px;
        cursor:pointer;
    }

.customer-comment-line-form .form-notification {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center
}

@media (min-width:768px) {
    .customer-comment-line-form .form-notification {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.customer-comment-line-form .form-notification {
    color: #28a745
}

@media (min-width:768px) {
    .customer-comment-line-form {
        padding-bottom: 120px
    }

        .customer-comment-line-form .customer-comment-line-title {
            font-size: 1.5625rem;
            line-height: 1.8125rem;
            margin-bottom: 45px
        }

        .customer-comment-line-form .feedback-inputs {
            display: flex
        }

            .customer-comment-line-form .feedback-inputs .form-field {
                margin-bottom: 0;
                margin-right: 16px
            }

                .customer-comment-line-form .feedback-inputs .form-field:last-child {
                    margin-right: 0
                }

        .customer-comment-line-form .contact-inputs {
            display: flex
        }

            .customer-comment-line-form .contact-inputs .form-field {
                margin-bottom: 0;
                margin-right: 16px
            }

                .customer-comment-line-form .contact-inputs .form-field:last-child {
                    margin-right: 0
                }

        .customer-comment-line-form .form-footer {
            justify-content: flex-start
        }
}

@media (min-width:1024px) {
    .customer-comment-line-form .feedback-inputs .form-field {
        width: 35%;
        margin-right: 9.8%
    }

        .customer-comment-line-form .feedback-inputs .form-field:last-child {
            margin-right: 0
        }

    .customer-comment-line-form .store-fields {
        display: flex
    }

        .customer-comment-line-form .store-fields .form-or-separator {
            width: unset;
            margin: 0 4%
        }

        .customer-comment-line-form .store-fields .field-column:first-child {
            width: 35%
        }

        .customer-comment-line-form .store-fields .field-column:last-child {
            flex: 1
        }

    .customer-comment-line-form .contact-inputs .form-field {
        margin-right: 9.8%;
        width: 27%
    }
}

@media (min-width:768px) {
    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }
}

@media (min-width:1024px) {
    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .xl\:justify-start {
        justify-content: flex-start
    }
}


/*# sourceMappingURL=customer-comment-line-form.css.map*/