/*!********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/import-glob/index.js!./styles/main.scss ***!
  \********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:300,400,400i,600,700,700i|Source+Sans+Pro:300,400,400i,600,700|Noto+Sans:300,400,400i,600,700,700i);
/*!******************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js!../../node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css ***!
  \******************************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/import-glob/index.js!./styles/main.scss (1) ***!
  \************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/*
Fonts
 */
/*
Vertical Space
 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0E223F;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F24164;
  --orange: #E99938;
  --yellow: #F7D21E;
  --green: #117E9F;
  --teal: #20c997;
  --cyan: #173969;
  --white: #FFFFFF;
  --gray: #666666;
  --gray-dark: #333333;
  --white: #FFFFFF;
  --blue: #0E223F;
  --orange: #E99938;
  --red: #F24164;
  --green: #117E9F;
  --yellow: #F7D21E;
  --black: #161621;
  --dark: #0E223F;
  --mid: #858597;
  --light: #CDCDE4;
  --lighter: #f6f6f7;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --accent: #117E9F;
  --primary: #161621;
  --secondary: #0E223F;
  --success: #117E9F;
  --info: #173969;
  --warning: #F7D21E;
  --danger: #F24164;
  --light: #CDCDE4;
  --dark: #0E223F;
  --go_to_cart: #0E223F;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Noto Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0E223F;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0E223F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.46rem;
  padding-bottom: 0.46rem;
  color: #666666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.8125rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.96875rem;
}

h4, .h4 {
  font-size: 1.6875rem;
}

h5, .h5 {
  font-size: 1.40625rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #666666;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #666666;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #1a1a1a;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1a1a1a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row, .pncz .option-box .tile-group, .pdcz .option-box .tile-group, .pcz .option-box .tile-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .pncz .option-box .tile-group .tile, .pdcz .option-box .tile-group .tile, .pcz .option-box .tile-group .tile, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4, .pncz .option-box .tile-group .tile, .pdcz .option-box .tile-group .tile, .pcz .option-box .tile-group .tile {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #0E223F;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.46rem;
  vertical-align: top;
  border-top: 0 solid #b3b3b3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #b3b3b3;
}
.table tbody + tbody {
  border-top: 0 solid #b3b3b3;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0 solid #b3b3b3;
}
.table-bordered th,
.table-bordered td {
  border: 0 solid #b3b3b3;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}

.table-hover tbody tr:hover {
  color: #0E223F;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bebec1;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #86868c;
}

.table-hover .table-primary:hover {
  background-color: #b1b1b5;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b1b1b5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bcc1c9;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #828c9b;
}

.table-hover .table-secondary:hover {
  background-color: #aeb4be;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #aeb4be;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcdbe4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83bccd;
}

.table-hover .table-success:hover {
  background-color: #aad1dd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aad1dd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bec8d5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8698b1;
}

.table-hover .table-info:hover {
  background-color: #afbbcb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #afbbcb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdf2c0;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbe88a;
}

.table-hover .table-warning:hover {
  background-color: #fceda7;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fceda7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcad4;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f89cae;
}

.table-hover .table-danger:hover {
  background-color: #f9b2c1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b2c1;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f1f1f7;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #e5e5f1;
}

.table-hover .table-light:hover {
  background-color: #e1e1ee;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e1e1ee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bcc1c9;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #828c9b;
}

.table-hover .table-dark:hover {
  background-color: #aeb4be;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aeb4be;
}

.table-go_to_cart,
.table-go_to_cart > th,
.table-go_to_cart > td {
  background-color: #bcc1c9;
}
.table-go_to_cart th,
.table-go_to_cart td,
.table-go_to_cart thead th,
.table-go_to_cart tbody + tbody {
  border-color: #828c9b;
}

.table-hover .table-go_to_cart:hover {
  background-color: #aeb4be;
}
.table-hover .table-go_to_cart:hover > td,
.table-hover .table-go_to_cart:hover > th {
  background-color: #aeb4be;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: #858597;
  background-color: transparent;
  border-color: #b3b3b3;
}

.table-dark {
  color: #FFFFFF;
  background-color: #333333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.44em + 1.125rem + 2px);
  padding: 0.5625rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  color: #0E223F;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CDCDE4;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #0E223F;
  background-color: transparent;
  border-color: #CDCDE4;
  outline: 0;
  box-shadow: transparent;
}
.form-control::placeholder {
  color: #0E223F;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0E223F;
}
select.form-control:focus::-ms-value {
  color: #0E223F;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.44;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.265625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #0E223F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1.265625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 2.1875rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #666666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #117E9F;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(17, 126, 159, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #117E9F;
  padding-right: calc(1.44em + 1.125rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23117E9F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.36em + 0.28125rem) center;
  background-size: calc(0.72em + 0.5625rem) calc(0.72em + 0.5625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #117E9F;
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.5rem !important;
  background-position: right 1.75rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.44em + 1.125rem);
  background-position: top calc(0.36em + 0.28125rem) right calc(0.36em + 0.28125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #117E9F;
  padding-right: calc(0.75em + 2.71875rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23117E9F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.875rem/calc(0.72em + 0.5625rem) calc(0.72em + 0.5625rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #117E9F;
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #117E9F;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #117E9F;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #117E9F;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #16a3cd;
  background-color: #16a3cd;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #117E9F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #117E9F;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #117E9F;
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #F24164;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(242, 65, 100, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F24164;
  padding-right: calc(1.44em + 1.125rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F24164' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F24164' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.36em + 0.28125rem) center;
  background-size: calc(0.72em + 0.5625rem) calc(0.72em + 0.5625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #F24164;
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.5rem !important;
  background-position: right 1.75rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.44em + 1.125rem);
  background-position: top calc(0.36em + 0.28125rem) right calc(0.36em + 0.28125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F24164;
  padding-right: calc(0.75em + 2.71875rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F24164' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F24164' stroke='none'/%3e%3c/svg%3e") center right 1.875rem/calc(0.72em + 0.5625rem) calc(0.72em + 0.5625rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #F24164;
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F24164;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F24164;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F24164;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f5718b;
  background-color: #f5718b;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F24164;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F24164;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F24164;
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #0E223F;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 2.36rem;
  font-size: 1.125rem;
  line-height: 1.333;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #0E223F;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #07070a;
  border-color: #020202;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #07070a;
  border-color: #020202;
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 66, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #020202;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 66, 0.5);
}

.btn-secondary, .header-cart {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-secondary:hover, .header-cart:hover {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
}
.btn-secondary:focus, .header-cart:focus, .btn-secondary.focus, .focus.header-cart {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}
.btn-secondary.disabled, .disabled.header-cart, .btn-secondary:disabled, .header-cart:disabled {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-secondary:not(:disabled):not(.disabled):active, .header-cart:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .header-cart:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.header-cart {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .header-cart:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .header-cart:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.header-cart:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #0d637c;
  border-color: #0c5971;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #0d637c;
  border-color: #0c5971;
  box-shadow: 0 0 0 0.2rem rgba(53, 145, 173, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0c5971;
  border-color: #0b5065;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 145, 173, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #102849;
  border-color: #0e223f;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #102849;
  border-color: #0e223f;
  box-shadow: 0 0 0 0.2rem rgba(58, 87, 128, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0e223f;
  border-color: #0c1c35;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 87, 128, 0.5);
}

.btn-warning {
  color: #1a1a1a;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-warning:hover {
  color: #1a1a1a;
  background-color: #e7c108;
  border-color: #dab608;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1a1a1a;
  background-color: #e7c108;
  border-color: #dab608;
  box-shadow: 0 0 0 0.2rem rgba(214, 182, 29, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1a1a1a;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #dab608;
  border-color: #ceac07;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 182, 29, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #f01d47;
  border-color: #ef113d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #f01d47;
  border-color: #ef113d;
  box-shadow: 0 0 0 0.2rem rgba(244, 94, 123, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ef113d;
  border-color: #e4103a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 94, 123, 0.5);
}

.btn-light {
  color: #1a1a1a;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-light:hover {
  color: #1a1a1a;
  background-color: #b4b4d7;
  border-color: #acacd2;
}
.btn-light:focus, .btn-light.focus {
  color: #1a1a1a;
  background-color: #b4b4d7;
  border-color: #acacd2;
  box-shadow: 0 0 0 0.2rem rgba(178, 178, 198, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1a1a1a;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #acacd2;
  border-color: #a4a4ce;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 178, 198, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}

.btn-go_to_cart {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-go_to_cart:hover {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
}
.btn-go_to_cart:focus, .btn-go_to_cart.focus {
  color: #FFFFFF;
  background-color: #071120;
  border-color: #050b15;
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}
.btn-go_to_cart.disabled, .btn-go_to_cart:disabled {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-go_to_cart:not(:disabled):not(.disabled):active, .btn-go_to_cart:not(:disabled):not(.disabled).active, .show > .btn-go_to_cart.dropdown-toggle {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-go_to_cart:not(:disabled):not(.disabled):active:focus, .btn-go_to_cart:not(:disabled):not(.disabled).active:focus, .show > .btn-go_to_cart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 67, 92, 0.5);
}

.btn-white {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-primary {
  color: #161621;
  border-color: #161621;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #161621;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}

.btn-outline-secondary {
  color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #0E223F;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-success {
  color: #117E9F;
  border-color: #117E9F;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #117E9F;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}

.btn-outline-info {
  color: #173969;
  border-color: #173969;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #173969;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}

.btn-outline-warning {
  color: #F7D21E;
  border-color: #F7D21E;
}
.btn-outline-warning:hover {
  color: #1a1a1a;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F7D21E;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}

.btn-outline-danger {
  color: #F24164;
  border-color: #F24164;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F24164;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}

.btn-outline-light {
  color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-outline-light:hover {
  color: #1a1a1a;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #CDCDE4;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}

.btn-outline-dark {
  color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #0E223F;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-go_to_cart {
  color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-go_to_cart:hover {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-go_to_cart:focus, .btn-outline-go_to_cart.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-go_to_cart.disabled, .btn-outline-go_to_cart:disabled {
  color: #0E223F;
  background-color: transparent;
}
.btn-outline-go_to_cart:not(:disabled):not(.disabled):active, .btn-outline-go_to_cart:not(:disabled):not(.disabled).active, .show > .btn-outline-go_to_cart.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-go_to_cart:not(:disabled):not(.disabled):active:focus, .btn-outline-go_to_cart:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-go_to_cart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0E223F;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #CDCDE4;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.265625rem;
  line-height: 1.35;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 1.0625rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 14.375rem;
  padding: 0.75rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #0E223F;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0E223F;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0E223F;
  text-decoration: none;
  background-color: #f3f3f4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #0E223F;
  text-decoration: none;
  background-color: #FFFFFF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: gray;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #666666;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #0E223F;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.77rem;
  padding-left: 1.77rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0.875rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  color: #0E223F;
  text-align: center;
  white-space: nowrap;
  background-color: #cccccc;
  border: 1px solid #CDCDE4;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.265625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.875rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: dodgerblue;
  background-color: dodgerblue;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #CDCDE4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #5d5d8c;
  border-color: #5d5d8c;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #666666;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: lightgray;
  border: 1px solid gray;
}
.custom-control-label::after {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #161621;
  background-color: #161621;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 22, 33, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(22, 22, 33, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 22, 33, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.34375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: gray;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: lightgray;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 22, 33, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.44em + 1.125rem + 2px);
  padding: 0.5625rem 1.875rem 0.5625rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  color: #0E223F;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat;
  border: 1px solid #CDCDE4;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #CDCDE4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.25);
}
.custom-select:focus::-ms-value {
  color: #0E223F;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.875rem;
  background-image: none;
}
.custom-select:disabled {
  color: #666666;
  background-color: #cccccc;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0E223F;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1.265625rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.44em + 1.125rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.44em + 1.125rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #CDCDE4;
  box-shadow: transparent;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #FFFFFF;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.44em + 1.125rem + 2px);
  padding: 0.5625rem 0.875rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.44;
  color: #0E223F;
  background-color: #FFFFFF;
  border: 1px solid #CDCDE4;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.44em + 1.125rem);
  padding: 0.5625rem 0.875rem;
  line-height: 1.44;
  color: #0E223F;
  content: "Browse";
  background-color: #cccccc;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, transparent;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, transparent;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, transparent;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #161621;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #5d5d8c;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #b3b3b3;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #161621;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #5d5d8c;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #b3b3b3;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #161621;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #5d5d8c;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #b3b3b3;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #b3b3b3;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: gray;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: gray;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: gray;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #666666;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #b3b3b3;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #cccccc #cccccc #b3b3b3;
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0E223F;
  background-color: transparent;
  border-color: #96e02d;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #161621;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.39453125rem;
  padding-bottom: 0.39453125rem;
  margin-right: 1rem;
  font-size: 1.265625rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.265625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2.625rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2.625rem;
}

.card-header {
  padding: 0.75rem 2.625rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 2.625rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -1.3125rem;
  margin-bottom: -0.75rem;
  margin-left: -1.3125rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1.3125rem;
  margin-left: -1.3125rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #cccccc;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #666666;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666666;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.91rem;
  margin-left: -1px;
  line-height: 1.4375rem;
  color: #858597;
  background-color: #f6f6f7;
  border: 1px solid #CDCDE4;
}
.page-link:hover {
  z-index: 2;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #E99938;
  border-color: #b3b3b3;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #161621;
  border-color: #CDCDE4;
}
.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #b3b3b3;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.265625rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.42em 0.4em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 17px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 1.4em;
  padding-left: 1.4em;
  border-radius: 0.9444rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #161621;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #020202;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #0E223F;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #050b15;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #117E9F;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #0c5971;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #173969;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #0e223f;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}

.badge-warning {
  color: #1a1a1a;
  background-color: #F7D21E;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #1a1a1a;
  background-color: #dab608;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #F24164;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #ef113d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}

.badge-light {
  color: #1a1a1a;
  background-color: #CDCDE4;
}
a.badge-light:hover, a.badge-light:focus {
  color: #1a1a1a;
  background-color: #acacd2;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #0E223F;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #050b15;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.badge-go_to_cart {
  color: #FFFFFF;
  background-color: #0E223F;
}
a.badge-go_to_cart:hover, a.badge-go_to_cart:focus {
  color: #FFFFFF;
  background-color: #050b15;
}
a.badge-go_to_cart:focus, a.badge-go_to_cart.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.badge-white {
  color: #1a1a1a;
  background-color: #FFFFFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #1a1a1a;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #cccccc;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.1875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0b0b11;
  background-color: #d0d0d3;
  border-color: #bebec1;
}
.alert-primary hr {
  border-top-color: #b1b1b5;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #071221;
  background-color: #cfd3d9;
  border-color: #bcc1c9;
}
.alert-secondary hr {
  border-top-color: #aeb4be;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #094253;
  background-color: #cfe5ec;
  border-color: #bcdbe4;
}
.alert-success hr {
  border-top-color: #aad1dd;
}
.alert-success .alert-link {
  color: #041d25;
}

.alert-info {
  color: #0c1e37;
  background-color: #d1d7e1;
  border-color: #bec8d5;
}
.alert-info hr {
  border-top-color: #afbbcb;
}
.alert-info .alert-link {
  color: #03070d;
}

.alert-warning {
  color: #806d10;
  background-color: #fdf6d2;
  border-color: #fdf2c0;
}
.alert-warning hr {
  border-top-color: #fceda7;
}
.alert-warning .alert-link {
  color: #53460a;
}

.alert-danger {
  color: #7e2234;
  background-color: #fcd9e0;
  border-color: #fbcad4;
}
.alert-danger hr {
  border-top-color: #f9b2c1;
}
.alert-danger .alert-link {
  color: #561723;
}

.alert-light {
  color: #6b6b77;
  background-color: #f5f5fa;
  border-color: #f1f1f7;
}
.alert-light hr {
  border-top-color: #e1e1ee;
}
.alert-light .alert-link {
  color: #53535c;
}

.alert-dark {
  color: #071221;
  background-color: #cfd3d9;
  border-color: #bcc1c9;
}
.alert-dark hr {
  border-top-color: #aeb4be;
}
.alert-dark .alert-link {
  color: black;
}

.alert-go_to_cart {
  color: #071221;
  background-color: #cfd3d9;
  border-color: #bcc1c9;
}
.alert-go_to_cart hr {
  border-top-color: #aeb4be;
}
.alert-go_to_cart .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #f3f3f4;
  border-radius: 2px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #161621;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #4d4d4d;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #e6e6e6;
}
.list-group-item-action:active {
  color: #0E223F;
  background-color: #cccccc;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0b0b11;
  background-color: #bebec1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b0b11;
  background-color: #b1b1b5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0b0b11;
  border-color: #0b0b11;
}

.list-group-item-secondary {
  color: #071221;
  background-color: #bcc1c9;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #071221;
  background-color: #aeb4be;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #071221;
  border-color: #071221;
}

.list-group-item-success {
  color: #094253;
  background-color: #bcdbe4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #094253;
  background-color: #aad1dd;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #094253;
  border-color: #094253;
}

.list-group-item-info {
  color: #0c1e37;
  background-color: #bec8d5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c1e37;
  background-color: #afbbcb;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c1e37;
  border-color: #0c1e37;
}

.list-group-item-warning {
  color: #806d10;
  background-color: #fdf2c0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #806d10;
  background-color: #fceda7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #806d10;
  border-color: #806d10;
}

.list-group-item-danger {
  color: #7e2234;
  background-color: #fbcad4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7e2234;
  background-color: #f9b2c1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7e2234;
  border-color: #7e2234;
}

.list-group-item-light {
  color: #6b6b77;
  background-color: #f1f1f7;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6b6b77;
  background-color: #e1e1ee;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6b6b77;
  border-color: #6b6b77;
}

.list-group-item-dark {
  color: #071221;
  background-color: #bcc1c9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #071221;
  background-color: #aeb4be;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #071221;
  border-color: #071221;
}

.list-group-item-go_to_cart {
  color: #071221;
  background-color: #bcc1c9;
}
.list-group-item-go_to_cart.list-group-item-action:hover, .list-group-item-go_to_cart.list-group-item-action:focus {
  color: #071221;
  background-color: #aeb4be;
}
.list-group-item-go_to_cart.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #071221;
  border-color: #071221;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #858585;
  border-color: #858585;
}

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #b3b3b3;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #b3b3b3;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.125rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #0E223F;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle, .pncz .option-block h4, .pncz .option-box .tile-value h4,
.pncz .option-box .block-value h4, .pdcz .option-block h4, .pdcz .option-box .tile-value h4,
.pdcz .option-box .block-value h4, .pcz .option-block h4, .pcz .option-box .tile-value h4,
.pcz .option-box .block-value h4 {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #161621 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #020202 !important;
}

.bg-secondary {
  background-color: #0E223F !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #050b15 !important;
}

.bg-success {
  background-color: #117E9F !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0c5971 !important;
}

.bg-info {
  background-color: #173969 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0e223f !important;
}

.bg-warning {
  background-color: #F7D21E !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dab608 !important;
}

.bg-danger {
  background-color: #F24164 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ef113d !important;
}

.bg-light {
  background-color: #CDCDE4 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #acacd2 !important;
}

.bg-dark {
  background-color: #0E223F !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #050b15 !important;
}

.bg-go_to_cart {
  background-color: #0E223F !important;
}

a.bg-go_to_cart:hover, a.bg-go_to_cart:focus,
button.bg-go_to_cart:hover,
button.bg-go_to_cart:focus {
  background-color: #050b15 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #b3b3b3 !important;
}

.border-top {
  border-top: 1px solid #b3b3b3 !important;
}

.border-right {
  border-right: 1px solid #b3b3b3 !important;
}

.border-bottom {
  border-bottom: 1px solid #b3b3b3 !important;
}

.border-left {
  border-left: 1px solid #b3b3b3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #161621 !important;
}

.border-secondary {
  border-color: #0E223F !important;
}

.border-success {
  border-color: #117E9F !important;
}

.border-info {
  border-color: #173969 !important;
}

.border-warning {
  border-color: #F7D21E !important;
}

.border-danger {
  border-color: #F24164 !important;
}

.border-light {
  border-color: #CDCDE4 !important;
}

.border-dark {
  border-color: #0E223F !important;
}

.border-go_to_cart {
  border-color: #0E223F !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .pncz .p-subscription::after, .pncz .option-box .tile-group .tile .tile-body::after, .pncz .option-box .tile-value::after,
.pncz .option-box .block-value::after, .pdcz .p-subscription::after, .pdcz .option-box .tile-group .tile .tile-body::after, .pdcz .option-box .tile-value::after,
.pdcz .option-box .block-value::after, .pcz .p-subscription::after, .pcz .option-box .tile-group .tile .tile-body::after, .pcz .option-box .tile-value::after,
.pcz .option-box .block-value::after {
  display: block;
  clear: both;
  content: "";
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block, .pncz .option-block h4, .pncz .option-box .tile-value h4,
.pncz .option-box .block-value h4, .pdcz .option-block h4, .pdcz .option-box .tile-value h4,
.pdcz .option-box .block-value h4, .pcz .option-block h4, .pcz .option-box .tile-value h4,
.pcz .option-box .block-value h4 {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between, .pncz .option-block, .pdcz .option-block, .pcz .option-block {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .pncz .option-box .tile-value h4,
.pncz .option-box .block-value h4, .pdcz .option-box .tile-value h4,
.pdcz .option-box .block-value h4, .pcz .option-box .tile-value h4,
.pcz .option-box .block-value h4,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 4.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 4.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #161621 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #0E223F !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #117E9F !important;
}

a.text-success:hover, a.text-success:focus {
  color: #0a475a !important;
}

.text-info {
  color: #173969 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #09172a !important;
}

.text-warning {
  color: #F7D21E !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c2a207 !important;
}

.text-danger {
  color: #F24164 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d80f37 !important;
}

.text-light {
  color: #CDCDE4 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #9b9bc9 !important;
}

.text-dark {
  color: #0E223F !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-go_to_cart {
  color: #0E223F !important;
}

a.text-go_to_cart:hover, a.text-go_to_cart:focus {
  color: black !important;
}

.text-white {
  color: #FFFFFF !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #0E223F !important;
}

.text-muted {
  color: #666666 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #b3b3b3 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #b3b3b3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #b3b3b3;
  }
}
.audicus-icon-light svg path:first-child {
  fill: #FFFFFF;
}

.icon {
  display: inline-block;
}
.icon-color-blue {
  color: #0E223F;
}
.icon-color-blue svg, .icon-color-blue path {
  fill: #0E223F;
}
.icon-color-indigo {
  color: #6610f2;
}
.icon-color-indigo svg, .icon-color-indigo path {
  fill: #6610f2;
}
.icon-color-purple {
  color: #6f42c1;
}
.icon-color-purple svg, .icon-color-purple path {
  fill: #6f42c1;
}
.icon-color-pink {
  color: #e83e8c;
}
.icon-color-pink svg, .icon-color-pink path {
  fill: #e83e8c;
}
.icon-color-red {
  color: #F24164;
}
.icon-color-red svg, .icon-color-red path {
  fill: #F24164;
}
.icon-color-orange {
  color: #E99938;
}
.icon-color-orange svg, .icon-color-orange path {
  fill: #E99938;
}
.icon-color-yellow {
  color: #F7D21E;
}
.icon-color-yellow svg, .icon-color-yellow path {
  fill: #F7D21E;
}
.icon-color-green {
  color: #117E9F;
}
.icon-color-green svg, .icon-color-green path {
  fill: #117E9F;
}
.icon-color-teal {
  color: #20c997;
}
.icon-color-teal svg, .icon-color-teal path {
  fill: #20c997;
}
.icon-color-cyan {
  color: #173969;
}
.icon-color-cyan svg, .icon-color-cyan path {
  fill: #173969;
}
.icon-color-white {
  color: #FFFFFF;
}
.icon-color-white svg, .icon-color-white path {
  fill: #FFFFFF;
}
.icon-color-gray {
  color: #666666;
}
.icon-color-gray svg, .icon-color-gray path {
  fill: #666666;
}
.icon-color-gray-dark {
  color: #333333;
}
.icon-color-gray-dark svg, .icon-color-gray-dark path {
  fill: #333333;
}
.icon-color-white {
  color: #FFFFFF;
}
.icon-color-white svg, .icon-color-white path {
  fill: #FFFFFF;
}
.icon-color-blue {
  color: #0E223F;
}
.icon-color-blue svg, .icon-color-blue path {
  fill: #0E223F;
}
.icon-color-orange {
  color: #E99938;
}
.icon-color-orange svg, .icon-color-orange path {
  fill: #E99938;
}
.icon-color-red {
  color: #F24164;
}
.icon-color-red svg, .icon-color-red path {
  fill: #F24164;
}
.icon-color-green {
  color: #117E9F;
}
.icon-color-green svg, .icon-color-green path {
  fill: #117E9F;
}
.icon-color-yellow {
  color: #F7D21E;
}
.icon-color-yellow svg, .icon-color-yellow path {
  fill: #F7D21E;
}
.icon-color-black {
  color: #161621;
}
.icon-color-black svg, .icon-color-black path {
  fill: #161621;
}
.icon-color-dark {
  color: #0E223F;
}
.icon-color-dark svg, .icon-color-dark path {
  fill: #0E223F;
}
.icon-color-mid {
  color: #858597;
}
.icon-color-mid svg, .icon-color-mid path {
  fill: #858597;
}
.icon-color-light {
  color: #CDCDE4;
}
.icon-color-light svg, .icon-color-light path {
  fill: #CDCDE4;
}
.icon-color-lighter {
  color: #f6f6f7;
}
.icon-color-lighter svg, .icon-color-lighter path {
  fill: #f6f6f7;
}
.icon-color-gray-100 {
  color: #f8f9fa;
}
.icon-color-gray-100 svg, .icon-color-gray-100 path {
  fill: #f8f9fa;
}
.icon-color-gray-200 {
  color: #e9ecef;
}
.icon-color-gray-200 svg, .icon-color-gray-200 path {
  fill: #e9ecef;
}
.icon-color-accent {
  color: #117E9F;
}
.icon-color-accent svg, .icon-color-accent path {
  fill: #117E9F;
}
.icon-radiate {
  animation: pulse 2s 2s infinite ease-in-out;
  box-shadow: 0 0 0 3em rgba(175, 175, 175, 0.01), 0 0 0 2em rgba(175, 175, 175, 0.02), 0 0 0 1em rgba(175, 175, 175, 0.03);
}
.icon-radiate:hover {
  animation: none;
  box-shadow: 0 0 0 3em rgba(175, 175, 175, 0.03), 0 0 0 2em rgba(175, 175, 175, 0.06), 0 0 0 1em rgba(175, 175, 175, 0.09);
}
.icon-radiate-lg {
  animation: pulseLg 2s 2s infinite ease-in-out;
  box-shadow: 0 0 0 12em rgba(175, 175, 175, 0.03), 0 0 0 8em rgba(175, 175, 175, 0.06), 0 0 0 4em rgba(175, 175, 175, 0.09);
}
.icon-radiate-lg:hover {
  animation: none;
  box-shadow: 0 0 0 12em rgba(175, 175, 175, 0.06), 0 0 0 8em rgba(175, 175, 175, 0.12), 0 0 0 4em rgba(175, 175, 175, 0.18);
}

.icon-text {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-circle {
  width: 4.5625em;
  height: 4.5625em;
  border-radius: 100%;
  padding: 1.25rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.icon-circle sup {
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #000;
  text-align: center;
  line-height: 1rem;
  border-radius: 100%;
  top: -2px;
  right: -2px;
}
.icon-circle-sm {
  width: 2.5625rem;
  height: 2.5625rem;
  padding: 0.25rem;
}
.icon-circle-xs {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
}
.icon-circle.icon-sm {
  padding: 1.5rem;
}
.icon-circle.icon-lg {
  padding: 2.5rem;
}

.icon-sm svg {
  max-width: 1.5625rem;
}

.icon-lg {
  height: 4.6875rem;
  width: 6rem;
  display: inline-block;
}
.icon-lg svg {
  max-height: 100%;
}

.icon-text svg {
  fill: #0E223F;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3em rgba(175, 175, 175, 0.01), 0 0 0 2em rgba(175, 175, 175, 0.02), 0 0 0 1em rgba(175, 175, 175, 0.03);
  }
  25% {
    box-shadow: 0 0 0 3em rgba(175, 175, 175, 0.03), 0 0 0 2em rgba(175, 175, 175, 0.06), 0 0 0 1em rgba(175, 175, 175, 0.09);
  }
  50% {
    box-shadow: 0 0 0 3em rgba(175, 175, 175, 0.01), 0 0 0 2em rgba(175, 175, 175, 0.02), 0 0 0 1em rgba(175, 175, 175, 0.03);
  }
}
@keyframes pulseLg {
  0% {
    box-shadow: 0 0 0 12em rgba(175, 175, 175, 0.03), 0 0 0 8em rgba(175, 175, 175, 0.06), 0 0 0 4em rgba(175, 175, 175, 0.09);
  }
  25% {
    box-shadow: 0 0 0 12em rgba(175, 175, 175, 0.06), 0 0 0 8em rgba(175, 175, 175, 0.12), 0 0 0 4em rgba(175, 175, 175, 0.18);
  }
  50% {
    box-shadow: 0 0 0 12em rgba(175, 175, 175, 0.03), 0 0 0 8em rgba(175, 175, 175, 0.06), 0 0 0 4em rgba(175, 175, 175, 0.09);
  }
}
.font-color-blue {
  color: #0E223F !important;
}

.font-color-indigo {
  color: #6610f2 !important;
}

.font-color-purple {
  color: #6f42c1 !important;
}

.font-color-pink {
  color: #e83e8c !important;
}

.font-color-red {
  color: #F24164 !important;
}

.font-color-orange {
  color: #E99938 !important;
}

.font-color-yellow {
  color: #F7D21E !important;
}

.font-color-green {
  color: #117E9F !important;
}

.font-color-teal {
  color: #20c997 !important;
}

.font-color-cyan {
  color: #173969 !important;
}

.font-color-white {
  color: #FFFFFF !important;
}

.font-color-gray {
  color: #666666 !important;
}

.font-color-gray-dark {
  color: #333333 !important;
}

.font-color-white {
  color: #FFFFFF !important;
}

.font-color-blue {
  color: #0E223F !important;
}

.font-color-orange {
  color: #E99938 !important;
}

.font-color-red {
  color: #F24164 !important;
}

.font-color-green {
  color: #117E9F !important;
}

.font-color-yellow {
  color: #F7D21E !important;
}

.font-color-black {
  color: #161621 !important;
}

.font-color-dark {
  color: #0E223F !important;
}

.font-color-mid {
  color: #858597 !important;
}

.font-color-light {
  color: #CDCDE4 !important;
}

.font-color-lighter {
  color: #f6f6f7 !important;
}

.font-color-gray-100 {
  color: #f8f9fa !important;
}

.font-color-gray-200 {
  color: #e9ecef !important;
}

.font-color-accent {
  color: #117E9F !important;
}

.heading, .amic .amic-question h1,
.amic .amic-email h1,
.amic .amic-announcement h1,
.amic .amic-cta h1 {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}
.heading-quote {
  quotes: "\201C" "\201D";
  position: relative;
  padding-left: 1em;
  margin-left: -1em;
}
.heading-quote::before {
  content: open-quote;
  position: absolute;
  color: #0E223F;
  left: 0;
  top: -0.25em;
  font-size: 2em;
}

.subheading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.34px;
  letter-spacing: 1.09px;
}

strong, .bold {
  font-weight: 600;
}

p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-bold, .pncz .option-block h4, .pncz .option-box .tile-value h4,
.pncz .option-box .block-value h4, .pdcz .option-block h4, .pdcz .option-box .tile-value h4,
.pdcz .option-box .block-value h4, .pcz .option-block h4, .pcz .option-box .tile-value h4,
.pcz .option-box .block-value h4 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 4rem;
  line-height: 1.28;
  font-family: "Georgia", serif;
  letter-spacing: -1px;
}

h2, .h2 {
  font-size: 2.75rem;
  line-height: 1.28;
  font-family: "Georgia", serif;
  letter-spacing: 0px;
}

h3, .h3 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-family: "Georgia", serif;
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5625rem;
  }
  body, p {
    font-size: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 1rem;
  }
}

.form-group .input-group .btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #CDCDE4;
}
.form-group .input-group .btn-light {
  color: #0E223F;
}
.form-group .input-group input:disabled::-webkit-input-placeholder { /* WebKit browsers */
  color: #858597;
}
.form-group .input-group input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #858597;
}
.form-group .input-group input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #858597;
}
.form-group .input-group input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #858597;
}
.form-group .input-group .form-control:focus + .input-group-append .btn {
  border-color: #CDCDE4;
}

select.form-control {
  background-color: transparent;
}

.help-text {
  font-size: 0.75rem;
  color: #858597;
  font-style: italic;
  font-weight: 400;
}

.form-control.has-error {
  color: #F24164;
}

.help-error {
  font-size: 0.75rem;
  color: #F24164;
  font-weight: 400;
  text-indent: 0.875rem;
}

.mat-div {
  padding: 30px 0 0 0;
  position: relative;
}
.mat-div label {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  transition: all 0.5s;
  color: #2D415C;
  line-height: 1.3888888889;
}
.mat-div-placehold label {
  transform: translate(0.875rem, 40px);
}
.mat-div input {
  font-weight: 600;
  position: relative;
  background-color: transparent !important;
}

.is-completed label {
  transform: translate(0.875rem, 0);
}

.avatar {
  border-radius: 999em;
  display: inline-block;
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.card {
  color: #0E223F;
  overflow: hidden;
  transition: background ease-in-out 200ms;
}
.card-header {
  min-height: 190px;
  background: no-repeat center center;
  background-size: cover;
  transition: transform ease-in-out 200ms;
}
.card:hover {
  color: #0E223F;
  background-color: rgba(205, 205, 228, 0.15);
}
.card:hover .card-header {
  transform: scale(1.2, 1.2);
}

.circle {
  border-radius: 999em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  width: 5em;
  height: 5em;
  padding: 1em;
  vertical-align: top;
}
.circle-lg {
  padding: 3em;
}
.circle-sm {
  padding: 0.5em;
}

.list-numbered {
  counter-reset: section;
}
.list-numbered h1, .list-numbered h2, .list-numbered h3, .list-numbered h4, .list-numbered h5 {
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
}
.list-numbered h1::before, .list-numbered h2::before, .list-numbered h3::before, .list-numbered h4::before, .list-numbered h5::before {
  counter-increment: section;
  content: counter(section) ".";
  margin-right: 20px;
  color: #0E223F;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-size: 2.375rem;
  position: absolute;
  left: 0;
  top: -0.625rem;
}

.custom-pagination-container {
  position: relative;
  height: 80px;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 100%;
  margin-right: 0;
  margin-left: 0;
}
.carousel-indicators li:before {
  content: "";
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #CDCDE4;
  top: 5px;
  left: 5.5px;
}
.carousel-indicators .active {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.carousel-indicators .active:after {
  content: "";
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent;
  border-top: 3px solid transparent;
  border-left: 3px solid #F7D21E;
  border-right: 3px solid #F7D21E;
  border-bottom: 3px solid #F7D21E;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-indicators .active:before {
  content: "";
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #161621;
  position: absolute;
  top: 5px;
  left: 6px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 100%;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  opacity: 1;
  background: #CDCDE4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}
.slick-dots .slick-active {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.slick-dots .slick-active:after {
  content: "";
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent;
  border-top: 3px solid transparent;
  border-left: 3px solid #F7D21E;
  border-right: 3px solid #F7D21E;
  border-bottom: 3px solid #F7D21E;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots .slick-active:before {
  content: "";
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #161621;
  position: absolute;
  top: 5px;
  left: 6px;
}
.slick-dots .slick-active button:after {
  background-color: transparent;
}

.btn.dropdown-btn {
  border: 1px solid #CDCDE4;
  text-align: left;
  padding: 0.5625rem 0.75rem;
  min-width: 230px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA1ElEQVQoU82RQQ7BYBCF3zQSSzaURiJOwF7acIM6AW7gJo6AG/QGhNpzAiTyUza1bCL/yIhKtT2Af/nmfZP/zSPkPNNXHhgc2NYgPaZcYKNY9MC2MvN/BExfTVjjeHMsL85j5mSorpVLhCaZvgrBKBHT+OrU5wKlgdr6MmLiGQgPqmzPHYONVRJKAvIDMKZi1qR77yslISaeE9NIdGYsiDCMzfduY/c96xvShuRopro5aUO7Yhb9p4fy8lAuFoorAO0PtI+eUS/st8J4Saa4BIS0WaAX8uNx2+KTgkAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.125rem) center;
  color: #0E223F;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.44;
}

.dropdown-menu {
  padding: 0.75rem 0;
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 4px rgba(205, 205, 228, 0.36);
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 600;
  color: #0E223F;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0E223F;
  text-decoration: none;
  background-color: #f3f3f4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #0E223F;
  text-decoration: none;
  background-color: #FFFFFF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: gray;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #666666;
  white-space: nowrap;
}

.big-quote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
  display: inline-block;
}
.big-quote:before, .big-quote:after {
  color: #0E223F;
}
.big-quote:before {
  content: open-quote;
}
@media (min-width: 768px) {
  .big-quote:before {
    position: absolute;
    top: -0.25em;
    left: -0.5em;
    font-size: 1.5em;
  }
}

.ht-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ht-breadcrumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5f3;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
.ht-breadcrumb-item {
  position: relative;
  margin: 0;
}
.ht-breadcrumb-item-complete .ht-breadcrumb-icon {
  fill: #117E9F;
  border-color: #117E9F;
}
.ht-breadcrumb-item-complete a {
  color: #0E223F;
}
.ht-breadcrumb-item > a,
.ht-breadcrumb-item > span {
  display: block;
  position: relative;
  z-index: 3;
}
.ht-breadcrumb-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f6f6f7;
  border: 1px solid #e5e5f3;
}
.ht-breadcrumb-icon .icon {
  display: flex;
  align-items: center;
}
.ht-breadcrumb-icon svg {
  width: 12px;
}
.ht-breadcrumb-label {
  font-size: 0.875rem;
  position: absolute;
  width: 200%;
  text-align: center;
  left: -50%;
}
.ht-breadcrumb-active-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0E223F;
  border-radius: 50%;
}

.ht-card-option-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ht-card-option-group {
    flex-direction: row;
  }
}

.ht-card-option {
  margin: 2rem;
  width: 100%;
  max-width: 300px;
  height: 280px;
}
.ht-card-option input {
  display: none;
}
.ht-card-option input:checked + label {
  border-color: #0E223F;
}
.ht-card-option label, .ht-card-option a, .ht-card-option button {
  text-align: center;
  color: #0E223F;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 1rem 4rem -1rem rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  transition: ease-in-out 200ms border;
}
.ht-card-option label:hover, .ht-card-option a:hover, .ht-card-option button:hover {
  color: #0E223F;
  border-color: #0E223F;
}
.ht-card-option .icon svg {
  width: auto;
  height: 40px;
}

.bg-blue {
  background-color: #0E223F !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-red {
  background-color: #F24164 !important;
}

.bg-orange {
  background-color: #E99938 !important;
}

.bg-yellow {
  background-color: #F7D21E !important;
}

.bg-green {
  background-color: #117E9F !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #173969 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-gray {
  background-color: #666666 !important;
}

.bg-gray-dark {
  background-color: #333333 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-blue {
  background-color: #0E223F !important;
}

.bg-orange {
  background-color: #E99938 !important;
}

.bg-red {
  background-color: #F24164 !important;
}

.bg-green {
  background-color: #117E9F !important;
}

.bg-yellow {
  background-color: #F7D21E !important;
}

.bg-black {
  background-color: #161621 !important;
}

.bg-dark {
  background-color: #0E223F !important;
}

.bg-mid {
  background-color: #858597 !important;
}

.bg-light {
  background-color: #CDCDE4 !important;
}

.bg-lighter {
  background-color: #f6f6f7 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-accent {
  background-color: #117E9F !important;
}

.bg-100 {
  background-color: #e6e6e6 !important;
}

.bg-200 {
  background-color: #cccccc !important;
}

.bg-300 {
  background-color: #b3b3b3 !important;
}

.bg-400 {
  background-color: #999999 !important;
}

.bg-500 {
  background-color: gray !important;
}

.bg-600 {
  background-color: #666666 !important;
}

.bg-700 {
  background-color: #4d4d4d !important;
}

.bg-800 {
  background-color: #333333 !important;
}

.bg-900 {
  background-color: #1a1a1a !important;
}

.underline-blue {
  border-bottom: 2px solid #0E223F;
}

.underline-indigo {
  border-bottom: 2px solid #6610f2;
}

.underline-purple {
  border-bottom: 2px solid #6f42c1;
}

.underline-pink {
  border-bottom: 2px solid #e83e8c;
}

.underline-red {
  border-bottom: 2px solid #F24164;
}

.underline-orange {
  border-bottom: 2px solid #E99938;
}

.underline-yellow {
  border-bottom: 2px solid #F7D21E;
}

.underline-green {
  border-bottom: 2px solid #117E9F;
}

.underline-teal {
  border-bottom: 2px solid #20c997;
}

.underline-cyan {
  border-bottom: 2px solid #173969;
}

.underline-white {
  border-bottom: 2px solid #FFFFFF;
}

.underline-gray {
  border-bottom: 2px solid #666666;
}

.underline-gray-dark {
  border-bottom: 2px solid #333333;
}

.underline-white {
  border-bottom: 2px solid #FFFFFF;
}

.underline-blue {
  border-bottom: 2px solid #0E223F;
}

.underline-orange {
  border-bottom: 2px solid #E99938;
}

.underline-red {
  border-bottom: 2px solid #F24164;
}

.underline-green {
  border-bottom: 2px solid #117E9F;
}

.underline-yellow {
  border-bottom: 2px solid #F7D21E;
}

.underline-black {
  border-bottom: 2px solid #161621;
}

.underline-dark {
  border-bottom: 2px solid #0E223F;
}

.underline-mid {
  border-bottom: 2px solid #858597;
}

.underline-light {
  border-bottom: 2px solid #CDCDE4;
}

.underline-lighter {
  border-bottom: 2px solid #f6f6f7;
}

.underline-gray-100 {
  border-bottom: 2px solid #f8f9fa;
}

.underline-gray-200 {
  border-bottom: 2px solid #e9ecef;
}

.underline-accent {
  border-bottom: 2px solid #117E9F;
}

.text-color-blue {
  color: #0E223F !important;
}

.text-color-indigo {
  color: #6610f2 !important;
}

.text-color-purple {
  color: #6f42c1 !important;
}

.text-color-pink {
  color: #e83e8c !important;
}

.text-color-red {
  color: #F24164 !important;
}

.text-color-orange {
  color: #E99938 !important;
}

.text-color-yellow {
  color: #F7D21E !important;
}

.text-color-green {
  color: #117E9F !important;
}

.text-color-teal {
  color: #20c997 !important;
}

.text-color-cyan {
  color: #173969 !important;
}

.text-color-white {
  color: #FFFFFF !important;
}

.text-color-gray {
  color: #666666 !important;
}

.text-color-gray-dark {
  color: #333333 !important;
}

.text-color-white {
  color: #FFFFFF !important;
}

.text-color-blue {
  color: #0E223F !important;
}

.text-color-orange {
  color: #E99938 !important;
}

.text-color-red {
  color: #F24164 !important;
}

.text-color-green {
  color: #117E9F !important;
}

.text-color-yellow {
  color: #F7D21E !important;
}

.text-color-black {
  color: #161621 !important;
}

.text-color-dark {
  color: #0E223F !important;
}

.text-color-mid {
  color: #858597 !important;
}

.text-color-light {
  color: #CDCDE4 !important;
}

.text-color-lighter {
  color: #f6f6f7 !important;
}

.text-color-gray-100 {
  color: #f8f9fa !important;
}

.text-color-gray-200 {
  color: #e9ecef !important;
}

.text-color-accent {
  color: #117E9F !important;
}

.hr-dot {
  position: relative;
  border-color: transparent;
  background: transparent;
}
.hr-dot:before {
  content: " ";
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  display: block;
  background-color: transparent;
  width: 6px;
  height: 6px;
  border: solid 2px #0E223F;
  border-radius: 99em;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-primary.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-primary.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-primary:hover {
  color: #FFFFFF;
  background: #030334;
  border-color: #030334;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #020202;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}

.btn-secondary, .header-cart {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-secondary.btn-shadow, .btn-shadow.header-cart {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-secondary.btn-shadow:hover, .btn-shadow.header-cart:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-secondary:hover, .header-cart:hover {
  color: #FFFFFF;
  background: #001f4d;
  border-color: #001f4d;
}
.btn-secondary:focus, .header-cart:focus, .btn-secondary.focus, .focus.header-cart {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-secondary.disabled, .disabled.header-cart, .btn-secondary:disabled, .header-cart:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-secondary:not(:disabled):not(.disabled):active, .header-cart:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .header-cart:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.header-cart {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .header-cart:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .header-cart:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.header-cart:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-success.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-success.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-success:hover {
  color: #FFFFFF;
  background: #0087b0;
  border-color: #0087b0;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0c5971;
  border-color: #0b5065;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-info.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-info.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-info:hover {
  color: #FFFFFF;
  background: #003480;
  border-color: #003480;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0e223f;
  border-color: #0c1c35;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}

.btn-warning {
  color: #FFFFFF;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-warning.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-warning.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-warning:hover {
  color: #FFFFFF;
  background: #ffd716;
  border-color: #ffd716;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #dab608;
  border-color: #ceac07;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-danger.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-danger.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-danger:hover {
  color: #FFFFFF;
  background: #ff345c;
  border-color: #ff345c;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ef113d;
  border-color: #e4103a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}

.btn-light {
  color: #FFFFFF;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-light.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-light.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-light:hover {
  color: #FFFFFF;
  background: #b2b2ff;
  border-color: #b2b2ff;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #acacd2;
  border-color: #a4a4ce;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-dark.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-dark.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-dark:hover {
  color: #FFFFFF;
  background: #001f4d;
  border-color: #001f4d;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-go_to_cart {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-go_to_cart.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-go_to_cart.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-go_to_cart:hover {
  color: #FFFFFF;
  background: #001f4d;
  border-color: #001f4d;
}
.btn-go_to_cart:focus, .btn-go_to_cart.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-go_to_cart.disabled, .btn-go_to_cart:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-go_to_cart:not(:disabled):not(.disabled):active, .btn-go_to_cart:not(:disabled):not(.disabled).active, .show > .btn-go_to_cart.dropdown-toggle {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-go_to_cart:not(:disabled):not(.disabled):active:focus, .btn-go_to_cart:not(:disabled):not(.disabled).active:focus, .show > .btn-go_to_cart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white.btn-shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
}
.btn-white.btn-shadow:hover {
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
.btn-white:hover {
  color: #FFFFFF;
  background: white;
  border-color: white;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-lg.btn-primary, .btn-group-lg > .btn-primary.btn {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-lg.btn-primary:hover, .btn-group-lg > .btn-primary.btn:hover {
  color: #161621;
  background: rgba(22, 22, 33, 0.07);
  border-color: #020202;
}
.btn-lg.btn-primary:focus, .btn-group-lg > .btn-primary.btn:focus, .btn-lg.btn-primary.focus, .btn-group-lg > .btn-primary.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}
.btn-lg.btn-primary.disabled, .btn-group-lg > .btn-primary.disabled.btn, .btn-lg.btn-primary:disabled, .btn-group-lg > .btn-primary.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-primary:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-primary.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-primary:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-primary.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-primary.dropdown-toggle, .btn-group-lg.show > .btn-primary.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #020202;
  border-color: black;
}
.btn-lg.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-primary.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-primary.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-primary.dropdown-toggle:focus, .btn-group-lg.show > .btn-primary.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}

.btn-lg.btn-secondary, .btn-lg.header-cart, .btn-group-lg > .btn-secondary.btn, .btn-group-lg > .btn.header-cart {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-lg.btn-secondary:hover, .btn-lg.header-cart:hover, .btn-group-lg > .btn-secondary.btn:hover, .btn-group-lg > .btn.header-cart:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.07);
  border-color: #050b15;
}
.btn-lg.btn-secondary:focus, .btn-lg.header-cart:focus, .btn-group-lg > .btn-secondary.btn:focus, .btn-group-lg > .btn.header-cart:focus, .btn-lg.btn-secondary.focus, .btn-lg.focus.header-cart, .btn-group-lg > .btn-secondary.focus.btn, .btn-group-lg > .focus.btn.header-cart {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-lg.btn-secondary.disabled, .btn-lg.disabled.header-cart, .btn-group-lg > .btn-secondary.disabled.btn, .btn-group-lg > .disabled.btn.header-cart, .btn-lg.btn-secondary:disabled, .btn-lg.header-cart:disabled, .btn-group-lg > .btn-secondary.btn:disabled, .btn-group-lg > .btn.header-cart:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-secondary:not(:disabled):not(.disabled):active, .btn-lg.header-cart:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-secondary.btn:not(:disabled):not(.disabled):active, .btn-group-lg > .btn.header-cart:not(:disabled):not(.disabled):active, .btn-lg.btn-secondary:not(:disabled):not(.disabled).active, .btn-lg.header-cart:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-secondary.btn:not(:disabled):not(.disabled).active, .btn-group-lg > .btn.header-cart:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-secondary.dropdown-toggle, .show > .btn-lg.dropdown-toggle.header-cart, .btn-group-lg.show > .btn-secondary.dropdown-toggle.btn, .btn-group-lg.show > .dropdown-toggle.btn.header-cart {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-lg.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-lg.header-cart:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-secondary.btn:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn.header-cart:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-lg.header-cart:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-secondary.btn:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn.header-cart:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-secondary.dropdown-toggle:focus, .show > .btn-lg.dropdown-toggle.header-cart:focus, .btn-group-lg.show > .btn-secondary.dropdown-toggle.btn:focus, .btn-group-lg.show > .dropdown-toggle.btn.header-cart:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-lg.btn-success, .btn-group-lg > .btn-success.btn {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-lg.btn-success:hover, .btn-group-lg > .btn-success.btn:hover {
  color: #117E9F;
  background: rgba(17, 126, 159, 0.07);
  border-color: #0c5971;
}
.btn-lg.btn-success:focus, .btn-group-lg > .btn-success.btn:focus, .btn-lg.btn-success.focus, .btn-group-lg > .btn-success.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}
.btn-lg.btn-success.disabled, .btn-group-lg > .btn-success.disabled.btn, .btn-lg.btn-success:disabled, .btn-group-lg > .btn-success.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-success:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-success.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-success:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-success.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-success.dropdown-toggle, .btn-group-lg.show > .btn-success.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #0c5971;
  border-color: #0b5065;
}
.btn-lg.btn-success:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-success.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-success:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-success.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-success.dropdown-toggle:focus, .btn-group-lg.show > .btn-success.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}

.btn-lg.btn-info, .btn-group-lg > .btn-info.btn {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-lg.btn-info:hover, .btn-group-lg > .btn-info.btn:hover {
  color: #173969;
  background: rgba(23, 57, 105, 0.07);
  border-color: #0e223f;
}
.btn-lg.btn-info:focus, .btn-group-lg > .btn-info.btn:focus, .btn-lg.btn-info.focus, .btn-group-lg > .btn-info.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}
.btn-lg.btn-info.disabled, .btn-group-lg > .btn-info.disabled.btn, .btn-lg.btn-info:disabled, .btn-group-lg > .btn-info.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-info:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-info.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-info:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-info.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-info.dropdown-toggle, .btn-group-lg.show > .btn-info.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #0e223f;
  border-color: #0c1c35;
}
.btn-lg.btn-info:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-info.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-info:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-info.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-info.dropdown-toggle:focus, .btn-group-lg.show > .btn-info.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}

.btn-lg.btn-warning, .btn-group-lg > .btn-warning.btn {
  color: #FFFFFF;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-lg.btn-warning:hover, .btn-group-lg > .btn-warning.btn:hover {
  color: #F7D21E;
  background: rgba(247, 210, 30, 0.07);
  border-color: #dab608;
}
.btn-lg.btn-warning:focus, .btn-group-lg > .btn-warning.btn:focus, .btn-lg.btn-warning.focus, .btn-group-lg > .btn-warning.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}
.btn-lg.btn-warning.disabled, .btn-group-lg > .btn-warning.disabled.btn, .btn-lg.btn-warning:disabled, .btn-group-lg > .btn-warning.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-warning:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-warning.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-warning:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-warning.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-warning.dropdown-toggle, .btn-group-lg.show > .btn-warning.dropdown-toggle.btn {
  color: #1a1a1a;
  background-color: #dab608;
  border-color: #ceac07;
}
.btn-lg.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-warning.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-warning.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-warning.dropdown-toggle:focus, .btn-group-lg.show > .btn-warning.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}

.btn-lg.btn-danger, .btn-group-lg > .btn-danger.btn {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-lg.btn-danger:hover, .btn-group-lg > .btn-danger.btn:hover {
  color: #F24164;
  background: rgba(242, 65, 100, 0.07);
  border-color: #ef113d;
}
.btn-lg.btn-danger:focus, .btn-group-lg > .btn-danger.btn:focus, .btn-lg.btn-danger.focus, .btn-group-lg > .btn-danger.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}
.btn-lg.btn-danger.disabled, .btn-group-lg > .btn-danger.disabled.btn, .btn-lg.btn-danger:disabled, .btn-group-lg > .btn-danger.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-danger:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-danger.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-danger:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-danger.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-danger.dropdown-toggle, .btn-group-lg.show > .btn-danger.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #ef113d;
  border-color: #e4103a;
}
.btn-lg.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-danger.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-danger.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-danger.dropdown-toggle:focus, .btn-group-lg.show > .btn-danger.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}

.btn-lg.btn-light, .btn-group-lg > .btn-light.btn {
  color: #FFFFFF;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-lg.btn-light:hover, .btn-group-lg > .btn-light.btn:hover {
  color: #CDCDE4;
  background: rgba(205, 205, 228, 0.07);
  border-color: #acacd2;
}
.btn-lg.btn-light:focus, .btn-group-lg > .btn-light.btn:focus, .btn-lg.btn-light.focus, .btn-group-lg > .btn-light.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}
.btn-lg.btn-light.disabled, .btn-group-lg > .btn-light.disabled.btn, .btn-lg.btn-light:disabled, .btn-group-lg > .btn-light.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-light:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-light.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-light:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-light.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-light.dropdown-toggle, .btn-group-lg.show > .btn-light.dropdown-toggle.btn {
  color: #1a1a1a;
  background-color: #acacd2;
  border-color: #a4a4ce;
}
.btn-lg.btn-light:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-light.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-light:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-light.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-light.dropdown-toggle:focus, .btn-group-lg.show > .btn-light.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}

.btn-lg.btn-dark, .btn-group-lg > .btn-dark.btn {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-lg.btn-dark:hover, .btn-group-lg > .btn-dark.btn:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.07);
  border-color: #050b15;
}
.btn-lg.btn-dark:focus, .btn-group-lg > .btn-dark.btn:focus, .btn-lg.btn-dark.focus, .btn-group-lg > .btn-dark.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-lg.btn-dark.disabled, .btn-group-lg > .btn-dark.disabled.btn, .btn-lg.btn-dark:disabled, .btn-group-lg > .btn-dark.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-dark:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-dark.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-dark:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-dark.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-dark.dropdown-toggle, .btn-group-lg.show > .btn-dark.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-lg.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-dark.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-dark.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-dark.dropdown-toggle:focus, .btn-group-lg.show > .btn-dark.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-lg.btn-go_to_cart, .btn-group-lg > .btn-go_to_cart.btn {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-lg.btn-go_to_cart:hover, .btn-group-lg > .btn-go_to_cart.btn:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.07);
  border-color: #050b15;
}
.btn-lg.btn-go_to_cart:focus, .btn-group-lg > .btn-go_to_cart.btn:focus, .btn-lg.btn-go_to_cart.focus, .btn-group-lg > .btn-go_to_cart.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-lg.btn-go_to_cart.disabled, .btn-group-lg > .btn-go_to_cart.disabled.btn, .btn-lg.btn-go_to_cart:disabled, .btn-group-lg > .btn-go_to_cart.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-go_to_cart:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-go_to_cart.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-go_to_cart:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-go_to_cart.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-go_to_cart.dropdown-toggle, .btn-group-lg.show > .btn-go_to_cart.dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #050b15;
  border-color: #02060b;
}
.btn-lg.btn-go_to_cart:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-go_to_cart.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-go_to_cart:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-go_to_cart.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-go_to_cart.dropdown-toggle:focus, .btn-group-lg.show > .btn-go_to_cart.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-lg.btn-white, .btn-group-lg > .btn-white.btn {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-lg.btn-white:hover, .btn-group-lg > .btn-white.btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.07);
  border-color: #e6e6e6;
}
.btn-lg.btn-white:focus, .btn-group-lg > .btn-white.btn:focus, .btn-lg.btn-white.focus, .btn-group-lg > .btn-white.focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-lg.btn-white.disabled, .btn-group-lg > .btn-white.disabled.btn, .btn-lg.btn-white:disabled, .btn-group-lg > .btn-white.btn:disabled {
  color: #CDCDE4;
  background-color: #F3F3F4;
  border-color: #CDCDE4;
}
.btn-lg.btn-white:not(:disabled):not(.disabled):active, .btn-group-lg > .btn-white.btn:not(:disabled):not(.disabled):active, .btn-lg.btn-white:not(:disabled):not(.disabled).active, .btn-group-lg > .btn-white.btn:not(:disabled):not(.disabled).active, .show > .btn-lg.btn-white.dropdown-toggle, .btn-group-lg.show > .btn-white.dropdown-toggle.btn {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-lg.btn-white:not(:disabled):not(.disabled):active:focus, .btn-group-lg > .btn-white.btn:not(:disabled):not(.disabled):active:focus, .btn-lg.btn-white:not(:disabled):not(.disabled).active:focus, .btn-group-lg > .btn-white.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-lg.btn-white.dropdown-toggle:focus, .btn-group-lg.show > .btn-white.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #161621;
  background-color: transparent;
  background-image: none;
  border-color: #161621;
}
.btn-outline-primary:hover {
  color: #161621;
  background: rgba(22, 22, 33, 0.09);
  border-color: #161621;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #161621;
  border-color: #161621;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 33, 0.5);
}

.btn-outline-secondary {
  color: #0E223F;
  background-color: transparent;
  background-image: none;
  border-color: #0E223F;
}
.btn-outline-secondary:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.09);
  border-color: #0E223F;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-success {
  color: #117E9F;
  background-color: transparent;
  background-image: none;
  border-color: #117E9F;
}
.btn-outline-success:hover {
  color: #117E9F;
  background: rgba(17, 126, 159, 0.09);
  border-color: #117E9F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117E9F;
  border-color: #117E9F;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 126, 159, 0.5);
}

.btn-outline-info {
  color: #173969;
  background-color: transparent;
  background-image: none;
  border-color: #173969;
}
.btn-outline-info:hover {
  color: #173969;
  background: rgba(23, 57, 105, 0.09);
  border-color: #173969;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #173969;
  border-color: #173969;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 57, 105, 0.5);
}

.btn-outline-warning {
  color: #F7D21E;
  background-color: transparent;
  background-image: none;
  border-color: #F7D21E;
}
.btn-outline-warning:hover {
  color: #F7D21E;
  background: rgba(247, 210, 30, 0.09);
  border-color: #F7D21E;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #F7D21E;
  border-color: #F7D21E;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 210, 30, 0.5);
}

.btn-outline-danger {
  color: #F24164;
  background-color: transparent;
  background-image: none;
  border-color: #F24164;
}
.btn-outline-danger:hover {
  color: #F24164;
  background: rgba(242, 65, 100, 0.09);
  border-color: #F24164;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #F24164;
  border-color: #F24164;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 65, 100, 0.5);
}

.btn-outline-light {
  color: #CDCDE4;
  background-color: transparent;
  background-image: none;
  border-color: #CDCDE4;
}
.btn-outline-light:hover {
  color: #CDCDE4;
  background: rgba(205, 205, 228, 0.09);
  border-color: #CDCDE4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #CDCDE4;
  border-color: #CDCDE4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 228, 0.5);
}

.btn-outline-dark {
  color: #0E223F;
  background-color: transparent;
  background-image: none;
  border-color: #0E223F;
}
.btn-outline-dark:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.09);
  border-color: #0E223F;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-go_to_cart {
  color: #0E223F;
  background-color: transparent;
  background-image: none;
  border-color: #0E223F;
}
.btn-outline-go_to_cart:hover {
  color: #0E223F;
  background: rgba(14, 34, 63, 0.09);
  border-color: #0E223F;
}
.btn-outline-go_to_cart:focus, .btn-outline-go_to_cart.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}
.btn-outline-go_to_cart.disabled, .btn-outline-go_to_cart:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-go_to_cart:not(:disabled):not(.disabled):active, .btn-outline-go_to_cart:not(:disabled):not(.disabled).active, .show > .btn-outline-go_to_cart.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E223F;
  border-color: #0E223F;
}
.btn-outline-go_to_cart:not(:disabled):not(.disabled):active:focus, .btn-outline-go_to_cart:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-go_to_cart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 34, 63, 0.5);
}

.btn-outline-white {
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.09);
  border-color: #FFFFFF;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #CDCDE4;
  background-color: #f3f3f4;
  border-color: #CDCDE4;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-primary {
  color: #FFFFFF;
  background-color: #161621;
  letter-spacing: 0.6px;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #020202;
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #0E223F;
  letter-spacing: 0.6px;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-success {
  color: #FFFFFF;
  background-color: #117E9F;
  letter-spacing: 0.6px;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0c5971;
}

.badge-info {
  color: #FFFFFF;
  background-color: #173969;
  letter-spacing: 0.6px;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0e223f;
}

.badge-warning {
  color: #FFFFFF;
  background-color: #F7D21E;
  letter-spacing: 0.6px;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #dab608;
}

.badge-danger {
  color: #FFFFFF;
  background-color: #F24164;
  letter-spacing: 0.6px;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #ef113d;
}

.badge-light {
  color: #FFFFFF;
  background-color: #CDCDE4;
  letter-spacing: 0.6px;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #acacd2;
}

.badge-dark {
  color: #FFFFFF;
  background-color: #0E223F;
  letter-spacing: 0.6px;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-go_to_cart {
  color: #FFFFFF;
  background-color: #0E223F;
  letter-spacing: 0.6px;
}
.badge-go_to_cart[href]:hover, .badge-go_to_cart[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  letter-spacing: 0.6px;
}
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-outline-primary {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #020202;
}

.badge-outline-secondary {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-secondary[href]:hover, .badge-outline-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-outline-success {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-success[href]:hover, .badge-outline-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0c5971;
}

.badge-outline-info {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-info[href]:hover, .badge-outline-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0e223f;
}

.badge-outline-warning {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-warning[href]:hover, .badge-outline-warning[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #dab608;
}

.badge-outline-danger {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-danger[href]:hover, .badge-outline-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #ef113d;
}

.badge-outline-light {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-light[href]:hover, .badge-outline-light[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #acacd2;
}

.badge-outline-dark {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-dark[href]:hover, .badge-outline-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-outline-go_to_cart {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-go_to_cart[href]:hover, .badge-outline-go_to_cart[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #050b15;
}

.badge-outline-white {
  color: #0E223F;
  background-color: #f6f6f7;
  border: 1px solid #0E223F;
  letter-spacing: 0.6px;
  padding: 0.36em 1.35em;
}
.badge-outline-white[href]:hover, .badge-outline-white[href]:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #e6e6e6;
}

.link-blue {
  color: #0E223F;
}
.link-blue:hover {
  color: black;
}

.link-indigo {
  color: #6610f2;
}
.link-indigo:hover {
  color: #290564;
}

.link-purple {
  color: #6f42c1;
}
.link-purple:hover {
  color: #2d1a50;
}

.link-pink {
  color: #e83e8c;
}
.link-pink:hover {
  color: #7e0f42;
}

.link-red {
  color: #F24164;
}
.link-red:hover {
  color: #900a24;
}

.link-orange {
  color: #E99938;
}
.link-orange:hover {
  color: #7a490e;
}

.link-yellow {
  color: #F7D21E;
}
.link-yellow:hover {
  color: #786404;
}

.link-green {
  color: #117E9F;
}
.link-green:hover {
  color: #021015;
}

.link-teal {
  color: #20c997;
}
.link-teal:hover {
  color: #0b4534;
}

.link-cyan {
  color: #173969;
}
.link-cyan:hover {
  color: black;
}

.link-white {
  color: #FFFFFF;
}
.link-white:hover {
  color: #b3b3b3;
}

.link-gray {
  color: #666666;
}
.link-gray:hover {
  color: #1a1a1a;
}

.link-gray-dark {
  color: #333333;
}
.link-gray-dark:hover {
  color: black;
}

.link-white {
  color: #FFFFFF;
}
.link-white:hover {
  color: #b3b3b3;
}

.link-blue {
  color: #0E223F;
}
.link-blue:hover {
  color: black;
}

.link-orange {
  color: #E99938;
}
.link-orange:hover {
  color: #7a490e;
}

.link-red {
  color: #F24164;
}
.link-red:hover {
  color: #900a24;
}

.link-green {
  color: #117E9F;
}
.link-green:hover {
  color: #021015;
}

.link-yellow {
  color: #F7D21E;
}
.link-yellow:hover {
  color: #786404;
}

.link-black {
  color: #161621;
}
.link-black:hover {
  color: black;
}

.link-dark {
  color: #0E223F;
}
.link-dark:hover {
  color: black;
}

.link-mid {
  color: #858597;
}
.link-mid:hover {
  color: #3c3c47;
}

.link-light {
  color: #CDCDE4;
}
.link-light:hover {
  color: #6a6aae;
}

.link-lighter {
  color: #f6f6f7;
}
.link-lighter:hover {
  color: #a5a5af;
}

.link-gray-100 {
  color: #f8f9fa;
}
.link-gray-100:hover {
  color: #9fadba;
}

.link-gray-200 {
  color: #e9ecef;
}
.link-gray-200:hover {
  color: #90a0af;
}

.link-accent {
  color: #117E9F;
}
.link-accent:hover {
  color: #021015;
}

.icon-blue {
  background-color: #0E223F;
}

.icon-color-blue path {
  fill: #0E223F;
}

.icon-indigo {
  background-color: #6610f2;
}

.icon-color-indigo path {
  fill: #6610f2;
}

.icon-purple {
  background-color: #6f42c1;
}

.icon-color-purple path {
  fill: #6f42c1;
}

.icon-pink {
  background-color: #e83e8c;
}

.icon-color-pink path {
  fill: #e83e8c;
}

.icon-red {
  background-color: #F24164;
}

.icon-color-red path {
  fill: #F24164;
}

.icon-orange {
  background-color: #E99938;
}

.icon-color-orange path {
  fill: #E99938;
}

.icon-yellow {
  background-color: #F7D21E;
}

.icon-color-yellow path {
  fill: #F7D21E;
}

.icon-green {
  background-color: #117E9F;
}

.icon-color-green path {
  fill: #117E9F;
}

.icon-teal {
  background-color: #20c997;
}

.icon-color-teal path {
  fill: #20c997;
}

.icon-cyan {
  background-color: #173969;
}

.icon-color-cyan path {
  fill: #173969;
}

.icon-white {
  background-color: #FFFFFF;
}

.icon-color-white path {
  fill: #FFFFFF;
}

.icon-gray {
  background-color: #666666;
}

.icon-color-gray path {
  fill: #666666;
}

.icon-gray-dark {
  background-color: #333333;
}

.icon-color-gray-dark path {
  fill: #333333;
}

.icon-white {
  background-color: #FFFFFF;
}

.icon-color-white path {
  fill: #FFFFFF;
}

.icon-blue {
  background-color: #0E223F;
}

.icon-color-blue path {
  fill: #0E223F;
}

.icon-orange {
  background-color: #E99938;
}

.icon-color-orange path {
  fill: #E99938;
}

.icon-red {
  background-color: #F24164;
}

.icon-color-red path {
  fill: #F24164;
}

.icon-green {
  background-color: #117E9F;
}

.icon-color-green path {
  fill: #117E9F;
}

.icon-yellow {
  background-color: #F7D21E;
}

.icon-color-yellow path {
  fill: #F7D21E;
}

.icon-black {
  background-color: #161621;
}

.icon-color-black path {
  fill: #161621;
}

.icon-dark {
  background-color: #0E223F;
}

.icon-color-dark path {
  fill: #0E223F;
}

.icon-mid {
  background-color: #858597;
}

.icon-color-mid path {
  fill: #858597;
}

.icon-light {
  background-color: #CDCDE4;
}

.icon-color-light path {
  fill: #CDCDE4;
}

.icon-lighter {
  background-color: #f6f6f7;
}

.icon-color-lighter path {
  fill: #f6f6f7;
}

.icon-gray-100 {
  background-color: #f8f9fa;
}

.icon-color-gray-100 path {
  fill: #f8f9fa;
}

.icon-gray-200 {
  background-color: #e9ecef;
}

.icon-color-gray-200 path {
  fill: #e9ecef;
}

.icon-accent {
  background-color: #117E9F;
}

.icon-color-accent path {
  fill: #117E9F;
}

.light-bg {
  background-color: rgba(243, 243, 244, 0.71);
}

.btn {
  letter-spacing: 0.6px;
  font-size: 1.125rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.125rem;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 1rem;
}

.btn-link {
  font-weight: 400;
  color: #0E223F;
  background-color: transparent;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #0E223F;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}
.btn-link:hover {
  color: #0E223F;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-bottom: 9px solid #0E223F;
  margin-bottom: -7px;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #0E223F;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #CDCDE4;
  border-bottom: none;
}

a {
  border-bottom: 1px solid #0E223F;
}

.nav.nav-tabs.custom-tabs {
  justify-content: space-between;
}
.nav.nav-tabs.custom-tabs a.nav-link {
  color: #0E223F;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 1.5;
}
.nav.nav-tabs.custom-tabs a.nav-link:hover, .nav.nav-tabs.custom-tabs a.nav-link:active {
  color: #0E223F;
}
.nav.nav-tabs.custom-tabs a.nav-link.disabled {
  color: #858597;
}
.nav.nav-tabs.custom-tabs a.nav-link.disabled:hover, .nav.nav-tabs.custom-tabs a.nav-link.disabled:active {
  color: #858597;
  cursor: default;
}
.nav.nav-tabs.custom-tabs a.nav-link.active {
  border-bottom: 2px solid #0E223F;
}
.nav.nav-tabs.custom-tabs a.nav-link.active:hover, .nav.nav-tabs.custom-tabs a.nav-link.active:active {
  color: #0E223F;
}

.scroll-wrap {
  height: 250px;
  width: 100px;
  overflow-y: scroll;
}
.scroll-wrap .scroll-content {
  height: 1000px;
  width: 100%;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f3f3f4;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #0E223F;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0E223F;
}

/** Import theme styles */
.bg-blue {
  background-color: #0E223F;
}

.bg-grey {
  background: #f7f7f7;
}

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

.bg-dark-grey {
  background: #f3f3f4;
}

.bg-light-grey {
  background: #f9f9f9;
}

.border-grey {
  border-color: #f7f7f7 !important;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0E223F;
}

.full-width {
  width: 100%;
}

.zero-left {
  padding-left: 0 !important;
}

.zero-right {
  padding-right: 0 !important;
}

.interactive-product {
  position: relative;
  z-index: 2;
  top: -2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .interactive-product {
    margin-bottom: 200px;
  }
}
.interactive-product-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interactive-product-img .animated-image {
  max-width: 90%;
}
.interactive-product svg {
  width: 100%;
  height: auto;
}

.product-point-descriptions {
  position: relative;
}
@media (min-width: 768px) {
  .product-point-descriptions {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .product-point-descriptions {
    top: 33px;
  }
}
@media (min-width: 992px) {
  .product-point-descriptions {
    top: 32px;
  }
}
.product-point-descriptions > div {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .product-point-descriptions > div {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .product-point-descriptions > div {
    top: 155px;
  }
}
@media (min-width: 1200px) {
  .product-point-descriptions > div {
    top: 190px;
  }
}
.product-point-descriptions > div.product-point-active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .product-point-descriptions > div.product-point-active {
    display: block;
  }
}
.product-point-descriptions > div.product-point-active .pp-desc-title::after {
  width: calc(100% + 68px);
}
@media (min-width: 992px) {
  .product-point-descriptions > div.product-point-active .pp-desc-title::after {
    width: calc(100% + 90px);
  }
}
@media (min-width: 1200px) {
  .product-point-descriptions > div.product-point-active .pp-desc-title::after {
    width: calc(100% + 110px);
  }
}
.product-point-descriptions .pp-desc-title {
  max-width: 100%;
  display: inline-block;
  white-space: normal;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: all ease-in-out 200ms;
}
@media (min-width: 768px) {
  .product-point-descriptions .pp-desc-title {
    position: absolute;
    bottom: 100%;
  }
  .product-point-descriptions .pp-desc-title::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: -68px;
    width: 0;
    z-index: 1;
    transition: width 600ms ease-in-out;
  }
}
@media (min-width: 992px) {
  .product-point-descriptions .pp-desc-title::after {
    left: -90px;
  }
}
@media (min-width: 1200px) {
  .product-point-descriptions .pp-desc-title::after {
    left: -110px;
  }
}
.product-point-descriptions .btn {
  z-index: 5;
  display: block;
  width: 305px;
  position: initial;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-point-descriptions .btn {
    z-index: 5;
    display: block;
    width: 250px;
    position: absolute;
    left: 0;
    bottom: 1%;
  }
}
@media (min-width: 992px) {
  .product-point-descriptions .btn {
    bottom: 20%;
  }
}

.product-point-active h3::after {
  transition: width 600ms ease-in-out;
  width: 100%;
}

#AnimatedProduct {
  position: relative;
  z-index: 2;
  fill: none;
}
#AnimatedProduct #points {
  transition: transform ease-in-out 200ms;
  transform-origin: 270px 280px;
}
#AnimatedProduct #points > g {
  transition: opacity 200ms ease-in-out;
  transition: border ease-in-out 200ms;
  cursor: pointer;
}
#AnimatedProduct #points > g > g {
  opacity: 0;
}
#AnimatedProduct #points > g.animated-product-active-point > g, #AnimatedProduct #points > g:hover > g {
  opacity: 1;
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wds-loader {
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wds-loader .lds-css {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
}
.wds-loader .lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 0 0 #4178e4;
  -webkit-transform-origin: 60px 63px;
  transform-origin: 60px 63px;
}
.wds-loader .lds-eclipse {
  position: relative;
  width: 76px !important;
  height: 76px !important;
  -webkit-transform: translate(-37.5px, -37.5px) scale(0.375) translate(37.5px, 37.5px);
  transform: translate(-37.5px, -37.5px) scale(0.375) translate(37.5px, 37.5px);
  margin-left: auto;
  margin-right: auto;
}

/**
* ----------------------------------------
* animation fade-in-bottom
* ----------------------------------------
*/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.part-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.part-ring_1 {
  left: 0;
  top: -20px;
}
.part-ring_1 div:nth-child(1) {
  animation-delay: -0.45s;
}
.part-ring_1 div:nth-child(2) {
  animation-delay: -0.3s;
}
.part-ring_1 div:nth-child(3) {
  animation-delay: -0.15s;
}
.part-ring_2 {
  left: 25%;
  top: 10px;
}
.part-ring_2 div:nth-child(1) {
  animation-delay: -0.8s;
}
.part-ring_2 div:nth-child(2) {
  animation-delay: -0.4s;
}
.part-ring_2 div:nth-child(3) {
  animation-delay: -0.2s;
}
.part-ring_3 {
  right: 25%;
  bottom: 10px;
}
.part-ring_3 div:nth-child(1) {
  animation-delay: -0.5s;
}
.part-ring_3 div:nth-child(2) {
  animation-delay: -0.35s;
}
.part-ring_3 div:nth-child(3) {
  animation-delay: -0.2s;
}
.part-ring_4 {
  right: 0;
  top: -20px;
  transform: translate(40%, 0);
}
.part-ring_4 div:nth-child(1) {
  animation-delay: -7s;
}
.part-ring_4 div:nth-child(2) {
  animation-delay: -0.35s;
}
.part-ring_4 div:nth-child(3) {
  animation-delay: -0.17s;
}

.part-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 8px;
  border: 8px solid #3e3e5e;
  border-radius: 50%;
  animation: part-ring 3.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3e3e5e transparent transparent transparent;
}

@keyframes part-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
* ----------------------------------------
* animation slide-in-blurred-left
* ----------------------------------------
*/
.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
/**
* ----------------------------------------
* animation slide-out-blurred-right
* ----------------------------------------
*/
.slide-out-blurred-right {
  -webkit-animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

@-webkit-keyframes slide-out-blurred-right {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slide-out-blurred-right {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
}
/**
* ----------------------------------------
* animation tracking-in-expand
* ----------------------------------------
*/
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.modal-audiogram {
  text-align: center;
  background: rgba(49, 49, 70, 0.9);
}
.modal-audiogram .modal-header {
  display: block;
  border: none;
  padding: 5px 0 0;
}
.modal-audiogram .modal-p {
  line-height: 1.56;
  letter-spacing: 1.1px;
}
.modal-audiogram .modal-title {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.04;
}
.modal-audiogram .modal-body {
  padding: 0;
}
@media (max-width: 767.98px) {
  .modal-audiogram .modal-body {
    flex-grow: 0;
  }
}
.modal-audiogram .modal-content {
  border-radius: 4px;
  background-color: #8ad71c;
  border: none;
  color: #FFFFFF;
  position: relative;
  padding: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-audiogram .modal-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.modal-audiogram .part-ring {
  width: 500px;
  height: 500px;
  bottom: -300px;
  right: -250px;
}
.modal-audiogram .part-ring div {
  width: 500px;
  height: 500px;
  border: 95px solid #FFFFFF;
  animation: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .modal-audiogram .part-ring {
    width: 300px;
    height: 300px;
    bottom: -207px;
    right: -170px;
  }
  .modal-audiogram .part-ring div {
    width: 300px;
    height: 300px;
    border-width: 50px;
  }
}
.modal-audiogram .modal-footer {
  border: none;
  padding: 0;
}
.modal-audiogram .modal-footer .btn-outline-secondary {
  border-color: #FFFFFF;
  background: #FFFFFF;
  box-shadow: 0 0.5em 1em rgba(49, 49, 70, 0.25);
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.modal-audiogram .modal-footer .btn-outline-secondary:hover {
  box-shadow: none;
}
.modal-audiogram .close {
  color: #FFFFFF;
  opacity: 1;
  position: absolute;
  top: 17px;
  right: 22px;
  transition: 0.3s all linear;
}
.modal-audiogram .close:hover {
  color: #FFFFFF;
  opacity: 0.6;
}

.bg-circles-center {
  background: no-repeat url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg) center center;
}
@media (max-width: 767.98px) {
  .bg-circles-center {
    background-size: cover;
  }
}
.bg-circles-top-left-bottom-right {
  background: no-repeat url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg) -15% -100px, no-repeat url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg) 115% 200px;
  background-size: auto 100%;
}

.bg-circles-repeat {
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url(/wp-content/themes/audicus/dist/images/circles-repeat-x.svg);
  background-size: cover;
}
@media (min-width: 768px) {
  .bg-circles-repeat {
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .bg-circles-repeat {
    background-position: center 0;
  }
}

.bg-circles-light {
  background: #f3f3f4 url(/wp-content/themes/audicus/dist/images/circles-light.svg) no-repeat center center;
  background-size: cover;
}

.banner-alt {
  text-align: center;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .banner-alt {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .banner-alt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 512px;
    background: #CDCDE4 no-repeat center top;
    background-size: cover;
  }
}

.banner {
  background: #0E223F no-repeat center top;
  background-size: cover;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.banner .container,
.banner .row,
.banner .pncz .option-box .tile-group,
.pncz .option-box .banner .tile-group,
.banner .pdcz .option-box .tile-group,
.pdcz .option-box .banner .tile-group,
.banner .pcz .option-box .tile-group,
.pcz .option-box .banner .tile-group {
  height: 100%;
}
.banner-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-page {
  height: 180px;
}
@media (min-width: 768px) {
  .banner-blog {
    height: 47.5vw;
  }
}
.banner-blog::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(14, 34, 63, 0.8), rgba(14, 34, 63, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner-blog .container {
  position: relative;
  z-index: 2;
}
.banner-press {
  height: auto;
  padding: 5rem 0 5rem;
}
.banner-blnk {
  height: auto;
}
.banner-post {
  height: 50vh;
  position: relative;
  color: #CDCDE4;
}
.banner-post::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75) 1%, rgba(14, 34, 63, 0.8));
  z-index: 1;
}
.banner-post .container {
  position: relative;
  z-index: 2;
}
.banner-promo {
  height: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.coupon-banner {
  background-color: #161621;
  padding: 17px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.coupon-banner--clara {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .coupon-banner--clara {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .coupon-banner--clara {
    margin-top: -91px;
  }
}
.coupon-banner__text, .coupon-banner__link {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .coupon-banner__text, .coupon-banner__link {
    font-size: 0.875rem;
  }
}
.coupon-banner__link {
  margin-left: 5px;
  position: relative;
}
.coupon-banner__link::before, .coupon-banner__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  transition: 0.3s all linear;
}
.coupon-banner__link::after {
  left: auto;
  width: 0;
  right: 0;
  transition-delay: 0.2s;
}
.coupon-banner__link:hover {
  color: #FFFFFF;
}
.coupon-banner__link:hover::before {
  width: 0;
}
.coupon-banner__link:hover::after {
  width: 100%;
}

.btn-link {
  color: inherit;
  border-radius: 0 !important;
}
.btn-link_2 {
  border: none;
  position: relative;
}
.btn-link_2 span {
  position: relative;
  z-index: 1;
}
.btn-link_2::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(17, 126, 159, 0.4039215686);
  z-index: 0;
  transition: 0.2s all linear;
}
.btn-link_2:hover {
  border: none;
  margin-bottom: 0;
}
.btn-link_2:hover::before {
  height: 2px;
  background-color: #0E223F;
  transform: translate(0, 1px);
}
.btn-link_2:focus {
  border: none;
}

.btn-lg.btn-white:hover,
.btn-group-lg > .btn-white.btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-red {
  border-radius: 1.5625rem;
  background-color: #B55821;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  height: min-content;
  white-space: nowrap;
}
.btn-red:hover {
  background-color: #D67D48;
}
@media (min-width: 992px) {
  .btn-red {
    font-size: 1.3125rem;
  }
}

.btn {
  border-radius: 1.625rem;
}

.btn-noradius {
  border-radius: 0 !important;
}

.btn-wrap {
  white-space: nowrap !important;
}

.btn-tiny-text {
  font-size: 10px;
}

.custom-checkbox .custom-control-label {
  font-size: 1.125rem;
  line-height: 1.44;
}
.custom-checkbox .custom-control-label::after {
  width: 25px;
  height: 25px;
}
.custom-checkbox .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #cdcde4;
}
.custom-checkbox .custom-control__content {
  display: block;
  padding-left: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #0E223F;
  border: 1px solid #0E223F;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check-white.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}

.chip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #CDCDE4;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 2rem;
  text-align: center;
  color: #0E223F;
  transition: all ease-in-out 200ms;
  font-size: 1.375rem;
  font-weight: 600;
  height: 100%;
  position: relative;
}
.chip:hover {
  box-shadow: 0 1em 2em rgba(14, 34, 63, 0.25);
  transform: translateY(-4%);
  color: #0E223F;
}
.chip.bluehover:hover {
  box-shadow: 0 1em 2em rgba(14, 34, 63, 0.25);
  transform: translateY(-4%);
  color: #fff !important;
  background-color: #0E223F;
}
.chip.bluehover:hover .text-color-green {
  color: #fff !important;
}
.chip.bluehover:hover .font-color-mid {
  color: #fff !important;
}
.chip.no-hover:hover {
  box-shadow: none;
  transform: none;
}
.chip-icon-tr {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.woocommerce-cart-form #wc_braintree_paypal_container {
  display: none;
}

.color-group {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .color-group .color-wrapper {
    width: 50%;
    display: table;
    float: left;
    margin-bottom: 30px;
  }
}
.color-group .color-outline {
  padding: 10px;
  border: 1.5px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .color-group .color-outline {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.color-group .color-outline .color-name {
  color: #858597;
  position: absolute;
  bottom: -30px;
  font-size: 1.125rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
.color-group .color-outline.selected, .color-group .color-outline:hover {
  border-color: #0E223F;
}
.color-group .color-outline.selected .color-name, .color-group .color-outline:hover .color-name {
  display: block;
}

.color-circle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.color-circle-amber {
  color: #d9a362;
  background-color: #d9a362;
}
.color-circle-beige {
  color: #deae74;
  background-color: #deae74;
}
.color-circle-bronze {
  color: #71440a;
  background-color: #71440a;
}
.color-circle-black {
  color: #161621;
  background-color: #161621;
}
.color-circle-silver {
  color: #afafc6;
  background-color: #afafc6;
}
.color-circle-grey {
  color: #8e8ea0;
  background-color: #8e8ea0;
}
.color-circle-white {
  color: #ffffff;
  background-color: #ffffff;
}

.cta-submitted-ca {
  background: no-repeat center center;
  background-size: cover;
  height: 50vh;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY();
    -moz-transform: translateY();
    -ms-transform: translateY();
    -o-transform: translateY();
    transform: translateY();
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY();
    -moz-transform: translateY();
    -ms-transform: translateY();
    -o-transform: translateY();
    transform: translateY();
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px dashed #cdcde4;
  background: white;
  padding: 20px 20px;
}
.dropzone .dz-success-message {
  display: none;
}
.dropzone.dz-uploaded {
  border: 1px solid #0E223F;
  box-shadow: 0 1em 3em -2em rgba(0, 0, 0, 0.3);
}
.dropzone.dz-uploaded .dz-success-message {
  display: block;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-clickable {
  cursor: pointer;
}
.dropzone .dz-clickable * {
  cursor: default;
}
.dropzone .dz-clickable .dz-message,
.dropzone .dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.container-f-products {
  padding-top: 50px;
}
.container-f-products .h2 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  color: #161621;
  margin-bottom: 42px;
}

.f-products {
  margin-bottom: 40px;
}

.f-product {
  margin-bottom: 30px;
}
.f-product__inner {
  padding-top: 174px;
  border-radius: 2px;
  border: 1px solid #CDCDE4;
  color: #0E223F;
  background-repeat: no-repeat;
  background-color: #f7d21e;
  background-size: 35%;
  background-position: center 35px;
  height: 100%;
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
}
.f-product__content {
  background-color: #FFFFFF;
  padding: 27px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.f-product .h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.23;
  color: #0E223F;
  margin: 0;
}
.f-product__header {
  overflow: hidden;
  margin-bottom: 5px;
}
.f-product__title {
  float: left;
}
.f-product .woocommerce-Price-amount {
  float: right;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.23;
}
.f-product__desc {
  margin-bottom: 21px;
  flex-grow: 1;
}
.f-product .btn-dark:hover {
  color: #fff;
  background: #0E223F;
  border-color: #0E223F;
}

/** Search form */
input.invisible {
  display: none;
}

.full-section {
  position: relative;
}
@media (min-width: 768px) {
  .full-section {
    height: calc(100vh - 90px);
  }
  .full-section .container,
  .full-section .row,
  .full-section .pncz .option-box .tile-group,
  .pncz .option-box .full-section .tile-group,
  .full-section .pdcz .option-box .tile-group,
  .pdcz .option-box .full-section .tile-group,
  .full-section .pcz .option-box .tile-group,
  .pcz .option-box .full-section .tile-group {
    height: 100%;
  }
}

.helpbar {
  background-color: #f3f3f4;
  text-align: center;
}
.helpbar .chip {
  background-color: #f3f3f4;
}
@media (max-width: 767.98px) {
  .helpbar .chip {
    max-width: 305px;
    margin: 0 auto;
  }
}
.helpbar-toggle {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .helpbar {
    padding: 1rem 0;
  }
}
@media (max-width: 1199.98px) {
  .helpbar {
    padding: 40px 0;
  }
  .helpbar .heading.h2, .helpbar .amic .amic-question h1.h2, .amic .amic-question .helpbar h1.h2,
  .helpbar .amic .amic-email h1.h2,
  .amic .amic-email .helpbar h1.h2,
  .helpbar .amic .amic-announcement h1.h2,
  .amic .amic-announcement .helpbar h1.h2,
  .helpbar .amic .amic-cta h1.h2,
  .amic .amic-cta .helpbar h1.h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .helpbar {
    text-align: left;
    position: relative;
    height: 362px;
  }
  .helpbar .row, .helpbar .pncz .option-box .tile-group, .pncz .option-box .helpbar .tile-group, .helpbar .pdcz .option-box .tile-group, .pdcz .option-box .helpbar .tile-group, .helpbar .pcz .option-box .tile-group, .pcz .option-box .helpbar .tile-group,
  .helpbar .container {
    height: 100%;
  }
  .helpbar-toggle {
    display: block;
    background-color: #161621;
    color: #CDCDE4;
    border: none;
    position: absolute;
    right: 0;
    top: -73px;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 362px;
    height: 73px;
  }
  .helpbar-toggle:hover, .helpbar-toggle:focus {
    outline: none;
    cursor: pointer;
  }
  .helpbar-toggle .icon {
    transform: rotate(0deg);
    transition: transform ease-in-out 200ms;
    position: absolute;
    right: 1rem;
  }
  .helpbar-fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 73px;
    transition: all ease-in-out 200ms;
    min-width: 70%;
  }
  .helpbar-fixed-closed {
    padding: 0;
    min-width: 0%;
  }
  .helpbar-fixed-closed .icon {
    transform: rotate(135deg);
    transition: transform ease-in-out 200ms;
  }
  .helpbar-fixed-closed .container {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
  .helpbar-fixed-closed-static {
    width: 100%;
  }
}
.helpbar-heading {
  font-size: 2.375rem;
}
.helpbar .badge {
  font-size: 16px;
  border-radius: 999em;
  width: 100%;
  max-width: 220px;
}
@media (min-width: 1200px) {
  .helpbar .badge {
    font-size: 28px;
  }
}

.intercom-launcher-frame {
  bottom: 10px !important;
}

.highlight-blue {
  position: relative;
}
.highlight-blue img {
  position: relative;
  z-index: 1;
}
.highlight-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  display: block;
  width: 60%;
  height: 60%;
  -webkit-box-shadow: 0 0 150px 100px rgb(114, 222, 255);
  -moz-box-shadow: 0 0 150px 100px rgb(114, 222, 255);
  box-shadow: 0 0 150px 100px rgb(114, 222, 255);
  background-color: #72dfff;
  border-radius: 50%;
}
.highlight-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  display: block;
  width: 60%;
  height: 60%;
  -webkit-box-shadow: 0 0 150px 100px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 150px 100px rgb(255, 255, 255);
  box-shadow: 0 0 150px 100px rgb(255, 255, 255);
  background-color: #fff;
  border-radius: 50%;
}

#contactUsModal .modal-body .alert {
  display: none;
}
#contactUsModal .modal-body .form-box {
  display: block;
}
#contactUsModal .modal-body .logo-box {
  display: none;
}
#contactUsModal.submitted .modal-body .alert {
  display: block;
  text-align: center;
}
#contactUsModal.submitted .modal-body .form-box {
  display: none;
}
#contactUsModal.submitted .modal-body .logo-box {
  display: block;
  text-align: center;
  padding: 30px 10px;
}

.modal-new-review .modal-content {
  padding: 50px 90px 40px;
}
@media (max-width: 767.98px) {
  .modal-new-review .modal-content {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 32px;
  }
}
.modal-new-review .modal-header, .modal-new-review .modal-body, .modal-new-review .modal-footer {
  padding: 0;
  border: none;
}
.modal-new-review .modal-title {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.86;
  color: #161621;
  margin-bottom: 30px;
}
.modal-new-review .give-rating__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
  color: #0E223F;
  margin-bottom: 27px;
}
.modal-new-review .btn-secondary, .modal-new-review .header-cart {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .modal-new-review .btn-secondary, .modal-new-review .header-cart {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .modal-new-review .col-md-6,
  .modal-new-review .col-md-12 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .modal-new-review .row, .modal-new-review .pncz .option-box .tile-group, .pncz .option-box .modal-new-review .tile-group, .modal-new-review .pdcz .option-box .tile-group, .pdcz .option-box .modal-new-review .tile-group, .modal-new-review .pcz .option-box .tile-group, .pcz .option-box .modal-new-review .tile-group {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.modal-new-review .close {
  position: absolute;
  opacity: 1;
  top: 23px;
  right: 34px;
}
.modal-new-review .mat-div label {
  pointer-events: none;
}
.modal-new-review .mat-div textarea {
  min-height: 180px;
}
.modal-new-review .mat-div select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-down-blue.svg);
  background-position: 97% 14px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.modal-new-review .stars {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.modal-new-review .stars__item {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.modal-new-review .stars__label {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-new-review .stars__label .fas {
  display: none;
}
.modal-new-review .stars__label .fas,
.modal-new-review .stars__label .far {
  color: #F7D21E;
  font-size: 1.875rem;
}
.modal-new-review .stars__item:checked ~ .stars__label,
.modal-new-review .stars__item:hover ~ .stars__label {
  cursor: pointer;
}
.modal-new-review .stars__item:checked ~ .stars__label .fas,
.modal-new-review .stars__item:hover ~ .stars__label .fas {
  display: inline-block;
}
.modal-new-review .stars__item:checked ~ .stars__label .far,
.modal-new-review .stars__item:hover ~ .stars__label .far {
  display: none;
}
@media (max-width: 767.98px) {
  .modal-new-review.modal-mobile .modal-content {
    height: auto;
    bottom: auto;
  }
}

.video-modal .modal-dialog {
  max-width: 80%;
  margin: 1.75rem auto;
}
.video-modal .modal-dialog iframe {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  min-height: 500px;
  min-width: 1000px;
}

@media (max-width: 767.98px) {
  .modal-mobile.modal {
    background: #FFFFFF;
  }
  .modal-mobile .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
  }
  .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    transform: none;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    border: none;
  }
}
.mto-tiles .tile-text {
  padding: 2.5rem 1rem;
}
.mto-tiles .tile-text h2 {
  font-size: 2.125rem;
}
@media (min-width: 1200px) {
  .mto-tiles .tile-text h2 {
    font-size: 2.375rem;
  }
}
@media (min-width: 768px) {
  .mto-tiles .tile-text {
    padding: 3rem 7rem;
  }
}
@media (min-width: 992px) {
  .mto-tiles .tile-text {
    padding: 0 7rem;
  }
  .mto-tiles .tile-text .tile-content {
    max-width: 350px;
  }
  .mto-tiles .odd .tile-text {
    order: 2;
  }
  .mto-tiles .odd .tile-image {
    order: 1;
  }
}

.mto-comparison .comparison-block {
  max-width: 100vw;
  table-layout: fixed;
}
.mto-comparison .comparison-block tbody tr {
  border-bottom: 1px solid #cdcde4;
}
.mto-comparison .comparison-block tbody tr td {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .mto-comparison .comparison-block tbody tr td {
    font-size: 0.875rem;
  }
}
.mto-comparison .comparison-block tbody tr td:first-child {
  width: 34%;
}
.mto-comparison .comparison-block tbody tr td:not(:first-child) {
  width: 22%;
}
.mto-comparison .comparison-block tbody tr:last-child {
  border-bottom: none !important;
}
.mto-comparison .comparison-block .cta {
  padding-top: 3rem;
}
@media (max-width: 991.98px) {
  .mto-comparison .comparison-block .cta a {
    padding-right: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    font-size: 0.875rem;
  }
}
.mto-comparison-product-title {
  font-family: Noto, serif;
}
.mto-comparison-icon svg {
  width: 15px;
  font-weight: bolder;
}
.mto-comparison .checkmark-icon svg {
  width: 15px;
}
.mto-comparison .checkmark-icon svg path {
  fill: #17b7e6 !important;
}
.mto-comparison-image {
  max-width: 120px;
}
@media (max-width: 767.98px) {
  .mto-comparison-image {
    max-width: 90px;
  }
}

@media (min-width: 992px) {
  .mto-row-3-col p,
  .mto-row-3-col h3 {
    font-size: 1.25rem;
  }
}

.mto-cta {
  color: #FFFFFF;
  background-color: #0E223F;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 500;
  font-family: Georgia;
}
.mto-cta:hover {
  color: #fff;
  background: #117E9F;
  border-color: #117E9F;
}

.mto-row-3-col h2,
.mto-anchor-row h2,
.mto-comparison h2,
.mto-faq h2 {
  font-size: 2.125rem;
}
@media (min-width: 1200px) {
  .mto-row-3-col h2,
  .mto-anchor-row h2,
  .mto-comparison h2,
  .mto-faq h2 {
    font-size: 2.375rem;
  }
}

.mto-anchor-row .mto-cta {
  min-height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .mto-anchor-row .mto-cta {
    font-size: 1.25rem;
  }
}

.audicus-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.audicus-pagination ul.page-numbers {
  list-style: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.audicus-pagination li {
  display: table-cell;
  width: 41px;
  height: 41px;
  border-radius: 2px;
  border: solid 1px #CDCDE4;
  border-right-width: 0;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  transition: 0.2s all linear;
  font-size: 1.125rem;
}
.audicus-pagination li:last-child {
  border-right-width: 1px;
}
.audicus-pagination li span.current {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #161621;
  color: #FFFFFF;
  padding: 5px 0;
  font-weight: 600;
}
.audicus-pagination li a.page-numbers {
  font-weight: 600;
  text-align: center;
  color: #858597;
  display: table;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  background: transparent;
  transition: 0.2s all linear;
}
.audicus-pagination li a.page-numbers:hover {
  background: #161621;
  color: #FFFFFF;
}
.audicus-pagination li a.prev,
.audicus-pagination li a.next {
  font-size: 0.75rem;
  padding: 10px 0;
}

.product-line-up {
  overflow-y: hidden;
}
.product-line-up h2 {
  font-size: 2.375rem !important;
}
.product-line-up h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem !important;
}
.product-line-up h4 {
  margin-top: 1.5rem;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-line-up .col-five {
    flex-basis: 18% !important;
  }
}
.product-line-up .btn {
  color: #FFFFFF;
  background-color: #0E223F;
  width: 85%;
  font-weight: 600;
  padding: 8px 5px;
  font-size: 1rem;
}
.product-line-up .new-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f24164;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}
.product-line-up .little {
  font-size: 0.875rem;
}
.product-line-up .upfront-only {
  font-size: 1.5rem !important;
}
.product-line-up .price {
  color: #0E223F;
  font-family: "Noto Serif", serif;
}
.product-line-up .monthly-price {
  font-size: 1.5rem !important;
}
.product-line-up__product-card {
  border: 1px solid rgba(49, 49, 70, 0.12);
  padding: 22px;
}
.product-line-up__product-image {
  border-bottom: 1px solid rgba(49, 49, 70, 0.12);
}

.word-break {
  word-break: break-word;
}

.purchase-methods {
  display: block;
  position: relative;
  z-index: 9;
}
.purchase-methods > .row > div:first-child .purchase-methods-infographic, .pncz .option-box .purchase-methods > .tile-group > div:first-child .purchase-methods-infographic, .pdcz .option-box .purchase-methods > .tile-group > div:first-child .purchase-methods-infographic, .pcz .option-box .purchase-methods > .tile-group > div:first-child .purchase-methods-infographic {
  height: 200px;
}
.purchase-methods > .row > div:last-child .purchase-methods-infographic, .pncz .option-box .purchase-methods > .tile-group > div:last-child .purchase-methods-infographic, .pdcz .option-box .purchase-methods > .tile-group > div:last-child .purchase-methods-infographic, .pcz .option-box .purchase-methods > .tile-group > div:last-child .purchase-methods-infographic {
  height: 250px;
}
.purchase-methods > .row > div .purchase-methods-infographic, .pncz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic, .pdcz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic, .pcz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic {
  width: auto;
}
@media (min-width: 576px) {
  .purchase-methods > .row > div .purchase-methods-infographic, .pncz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic, .pdcz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic, .pcz .option-box .purchase-methods > .tile-group > div .purchase-methods-infographic {
    height: 500px !important;
  }
}
@media (max-width: 767.98px) {
  .purchase-methods {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.purchase-methods .col-md-2 hr {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #f6f6f7;
  border: 0;
  z-index: 0;
}
.purchase-methods .col-md-2 .icon-circle {
  position: relative;
  z-index: 2;
}

.quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .quote {
    text-align: left;
    align-items: flex-start;
  }
}
.quote q {
  display: block;
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
}
.quote q::before {
  content: open-quote;
  color: #0E223F;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -0.75em;
  z-index: 2;
}
.quote q::after {
  content: close-quote;
  color: #0E223F;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  z-index: 2;
}
.quote cite {
  font-style: normal;
  color: #0E223F;
  font-weight: 600;
  margin-top: auto;
}

.radio-group {
  margin-bottom: 50px;
}
.radio-group__item:not(:last-child) {
  margin-bottom: 20px;
}
.radio-group__item-title {
  font-weight: 600;
  line-height: 1.44;
  color: #0E223F;
  position: relative;
  padding-left: 35px;
}
.radio-group__item-title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #CDCDE4;
  transition: 0.3s all linear;
  background: transparent;
  left: 0;
  top: 0;
}
.radio-group__item-input {
  position: absolute;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.radio-group__item-input:checked ~ .radio-group__item-title::after {
  background: #FFFFFF;
  border: 8px solid #0E223F;
}

.remember-modal {
  background-color: rgba(22, 22, 33, 0.86);
  padding: 7px;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.remember-modal .wds-loader {
  top: 80%;
}
.remember-modal-dialog {
  max-width: 1197px;
}
.remember-modal-header {
  border: none;
}
.remember-modal-content {
  background-color: #f7f7f8;
  border-radius: 0;
  position: relative;
  padding: 35px;
  min-height: 400px;
}
.remember-modal .modal-title {
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: #161621;
}
@media (max-width: 767.98px) {
  .remember-modal .modal-title {
    font-size: 1.875rem;
  }
}
.remember-modal-desc {
  font-size: 1.375rem;
  line-height: 1.27;
  letter-spacing: 0.5px;
  color: #161621;
}
@media (max-width: 767.98px) {
  .remember-modal-desc {
    display: none;
  }
}
.remember-modal-footer {
  border: none;
}
.remember-modal-footer .modal-desc {
  display: none;
}
@media (max-width: 767.98px) {
  .remember-modal-footer .modal-desc {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.remember-modal-footer .modal-tel {
  display: block;
}
.remember-modal-tel {
  font-weight: 600;
  color: #0E223F;
}
@media (max-width: 767.98px) {
  .remember-modal-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.remember-modal .close {
  position: absolute;
  top: 16px;
  right: 27px;
  opacity: 1;
}
.remember-modal .close span {
  color: #161621;
  line-height: 1;
}
.remember-modal .show {
  display: block;
}
.remember-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.remember-modal .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.models-table-header .models-table__cell {
  line-height: 1.44;
  color: #858597;
}
.models-table__row {
  display: table;
  width: 100%;
}
@media (max-width: 767.98px) {
  .models-table__row {
    display: block;
  }
  .models-table__row.models-table-header {
    display: none;
  }
}
.models-table__cell {
  display: table-cell;
  vertical-align: middle;
  width: 14.28%;
  padding: 15px;
}
@media (min-width: 768px) {
  .models-table__cell:first-child {
    padding-left: 40px;
  }
  .models-table__cell .cell-title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .models-table__cell {
    padding: 12px 15px;
  }
}
.models-table__cell:last-child {
  width: 28.6%;
}
@media (max-width: 767.98px) {
  .models-table__cell:last-child {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .models-table__cell {
    display: table;
    width: 100%;
  }
  .models-table__cell .cell-inner {
    display: table-cell;
    width: 50%;
  }
}

.remember-models-container .models-table__row {
  background-color: #FFFFFF;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .remember-models-container .models-table__row {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
.remember-models-container .models-table__cell {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.18;
  color: #161621;
}
@media (max-width: 767.98px) {
  .remember-models-container .models-table__cell {
    font-size: 1rem;
  }
}
.remember-models-container .models-table__cell_code {
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .remember-models-container .models-table__cell_code .cell-inner {
    width: 100%;
    display: block;
  }
  .remember-models-container .models-table__cell_code .cell-title {
    margin-bottom: 10px;
  }
}
.remember-models-container .models-table__cell .cell-title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.63;
  color: #858597;
}
.remember-models-container .models-image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .remember-models-container .models-image {
    width: auto;
    height: 86px;
  }
}

.page-accs .modal-backdrop.show {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .page-accs .modal-backdrop.show {
    display: none;
  }
  .page-accs .site-header {
    z-index: 1060;
  }
  .page-accs.modal-open .modal {
    top: 70px;
    padding: 0 !important;
    background: none;
  }
  .page-accs .modal-dialog {
    margin: 0 !important;
  }
  .page-accs .modal-content {
    border: none;
  }
  .page-accs .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@-webkit-keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ripples {
  position: absolute;
  top: 0;
  left: 50%;
  height: 760px;
  width: 760px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .ripples {
    left: 47%;
    top: 50px;
    height: 300px;
    width: 300px;
  }
}

.ripples > .circle {
  position: absolute;
  height: inherit;
  width: inherit;
  background: #173969;
  border-radius: 50%;
  animation: animate-circle 3s cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
}

.amic-wrap .ripples {
  top: 40%;
  width: 60vh;
  height: 60vh;
}
@media (max-width: 575.98px) {
  .amic-wrap .ripples {
    height: 300px;
    width: 300px;
  }
}
.amic-wrap .ripples > .circle {
  background: #fff;
}

.ripples > .circle:nth-of-type(1) {
  animation-delay: 0s;
}

.ripples > .circle:nth-of-type(2) {
  animation-delay: -1s;
}

.ripples > .circle:nth-of-type(3) {
  animation-delay: -0.5s;
}

.ripples > .circle:nth-of-type(4) {
  animation-delay: -0.3333333333s;
}

@media (min-width: 768px) {
  .error404 .ripples,
  .accessories .ripples {
    transform: translate(-50%, -41%);
  }
}
@media (min-width: 992px) {
  .error404 .ripples,
  .accessories .ripples {
    transform: translate(-50%, -53%);
  }
}

.sales-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .sales-banner {
    justify-content: center;
    min-height: 66vw;
  }
}
@media (min-width: 768px) {
  .sales-banner {
    min-height: 48vw;
  }
}
@media (min-width: 992px) {
  .sales-banner {
    min-height: 35vw;
  }
}
.sales-banner .container {
  position: relative;
  z-index: 2;
}
.sales-banner__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sales-banner__bg {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sales-banner .btn-next {
  position: absolute;
  z-index: 11;
  bottom: 2rem;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 1em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  border-radius: 50%;
}
.sales-banner .btn-next svg,
.sales-banner .btn-next path {
  fill: #0E223F;
}
.sales-banner .btn {
  width: 100%;
  max-width: 305px;
}
@media (min-width: 576px) {
  .sales-banner .btn {
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  .sales-banner .promo-row {
    justify-content: space-between;
    min-height: 568px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575.98px), screen and (-ms-high-contrast: none) and (max-width: 575.98px) {
  .sales-banner .promo-row {
    flex-direction: column;
    height: 100%;
  }
  .sales-banner .promo-row a {
    position: absolute;
    bottom: 0;
    left: 20%;
  }
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  max-width: 407px;
}
.select2-container .select2-selection {
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #161621;
  padding: 7px 14px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  height: 45px;
  border-radius: 2px;
  border: solid 1px #CDCDE4;
}
.select2-container .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container .select2-selection__arrow {
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  background: url(/wp-content/themes/audicus/dist/images/icons/arrow-down-blue.svg) center no-repeat;
  background-size: 12px;
}
.select2-container .select2-selection__arrow b {
  display: none;
}
.select2-container ul.select2-results__options {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(205, 205, 228, 0.36);
  padding-top: 14px;
}
.select2-container ul.select2-results__options li.select2-results__option {
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #161621;
  transition: 0.3s all linear;
  padding: 7px 14px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.select2-container ul.select2-results__options li.select2-results__option:hover {
  background-color: #f3f3f4;
  color: #0E223F;
  cursor: pointer;
}
.select2-container ul.select2-results__options li.select2-results__option--highlighted {
  background-color: #f3f3f4;
  color: #0E223F;
}
.select2-container ul.select2-results__options li.select2-results__option:first-child {
  margin-top: 0;
}

.blog-signup-banner {
  background: #0E223F;
}
.blog-signup-banner-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #fff;
}
@media (max-width: 767.98px) {
  .blog-signup-banner-title {
    text-align: center;
    margin-top: 1rem;
  }
}
.blog-signup-banner input[type=email] {
  color: #CDCDE4;
  padding: calc(0.5625rem + 13px) 0.875rem;
}
@media (min-width: 768px) {
  .blog-signup-banner input[type=email] {
    max-width: 260px;
  }
}
.blog-signup-banner input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CDCDE4;
}
.blog-signup-banner input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #CDCDE4;
}
.blog-signup-banner input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #CDCDE4;
}
.blog-signup-banner input[type=email]:-moz-placeholder {
  color: #CDCDE4;
}

.home-slider {
  position: relative;
}
.home-slider .slick-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.home-slider .slick-btn .icon {
  width: 30px;
  cursor: pointer;
}
.home-slider .slick-btn .icon:hover {
  color: black;
}
.home-slider .slick-btn-prev {
  left: 15px;
}
.home-slider .slick-btn-next {
  right: 15px;
}
@media (max-width: 767.98px) {
  .home-slider .slider-wrapper .home-slider-item__inner {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .home-slider .slider-wrapper .home-slider-item__inner .image-wrapper {
    background-image: none !important;
  }
  .home-slider .slider-wrapper .home-slider-item__inner .image-wrapper img {
    margin: auto;
    max-width: 100%;
    height: auto;
  }
  .home-slider .slider-wrapper .home-slider-item__inner .cta {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .home-slider .slider-wrapper .home-slider-item {
    padding-bottom: 35%;
  }
  .home-slider .slider-wrapper .home-slider-item .image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
  }
  .home-slider .slider-wrapper .home-slider-item .image-wrapper img {
    width: 0;
    height: 0;
  }
  .home-slider .slider-wrapper .home-slider-item .cta {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
  }
}
.home-slider .slider-wrapper .slick-dots {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767.98px) {
  .home-slider .slick-btn {
    display: none !important;
  }
}

.product-stars {
  display: table;
  margin-bottom: 14px;
}
.product-stars .product-star {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-star.svg) center no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  float: left;
  margin-right: 3px;
}
.product-stars .product-star:last-child {
  margin-right: 0;
}
.product-stars .product-star_negative {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-star-empty.svg) center no-repeat;
}

.story-testimonial .slick-dots .slick-active::after {
  border-left: 3px solid #0E223F;
  border-right: 3px solid #0E223F;
  border-bottom: 3px solid #0E223F;
}
.story-testimonial-images {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .story-testimonial-images {
    height: 573px;
  }
}
.story-testimonial-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 35%;
}
@media (max-width: 991.98px) {
  .story-testimonial-images {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .story-testimonial-images {
    height: 220px;
  }
}
.story-testimonial .slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  background: transparent no-repeat;
  background-size: 12px 12px;
  color: #858597;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .story-testimonial .slick-arrow {
    font-size: 0.75rem;
  }
}
.story-testimonial .slick-arrow:hover, .story-testimonial .slick-arrow:focus {
  cursor: pointer;
  outline: none;
  color: #161621;
}
@media (max-width: 767.98px) {
  .story-testimonial .slick-arrow {
    height: 13px;
  }
}
.story-testimonial .slick-prev {
  left: 0;
  padding-left: 20px;
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  background-position: left center;
}
@media (max-width: 767.98px) {
  .story-testimonial .slick-prev {
    left: 35px;
  }
}
.story-testimonial .slick-next {
  right: 0;
  padding-right: 20px;
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  background-position: center right;
}
@media (max-width: 767.98px) {
  .story-testimonial .slick-next {
    right: 35px;
  }
}
.story-testimonial-home .testimonial {
  padding-left: 40px;
  padding-right: 40px !important;
}
.story-testimonial-home .testimonial .h1.heading-quote {
  font-size: 36px;
  margin-left: 0;
  text-align: center;
  padding-left: 0;
}
.story-testimonial-home .testimonial .h1.heading-quote::before {
  font-size: 0.5em;
  top: -0.15em;
  left: -0.25em;
}
.story-testimonial-home .testimonial .h4 {
  font-size: 23px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .story-testimonial-home .testimonial {
    padding-left: 50px;
    padding-right: 50px;
  }
  .story-testimonial-home .testimonial .h1.heading-quote {
    font-size: 38px;
    padding-left: 1em;
    margin-left: -1em;
    text-align: left;
  }
  .story-testimonial-home .testimonial .h1.heading-quote::before {
    font-size: 2em;
    top: -0.25em;
    left: 0;
  }
  .story-testimonial-home .testimonial .h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.story-testimonial-home .slick-prev {
  left: 50px;
}
.story-testimonial-stories blockquote {
  text-align: center;
}
@media (min-width: 768px) {
  .story-testimonial-stories blockquote {
    text-align: left;
    padding: 0 5rem;
  }
}
.story-testimonial-stories .slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  .story-testimonial-stories .slick-prev {
    left: 5rem;
  }
}
.story-testimonial-stories .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .story-testimonial-stories .slick-next {
    right: 5rem;
  }
}
.story-testimonial-stories .testimonial {
  padding-left: 30px;
  padding-right: 30px;
}
.story-testimonial-stories .testimonial-head {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.42;
  color: #161621;
}
@media (max-width: 767.98px) {
  .story-testimonial-stories .testimonial-head {
    font-size: 1.875rem;
    line-height: 1.8;
  }
}
.story-testimonial-stories .testimonial-meta {
  display: table;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}
.story-testimonial-stories .testimonial-meta__item {
  display: table-cell;
  padding-right: 40px;
}
.story-testimonial-stories .testimonial-position {
  color: #0E223F;
  font-weight: 600;
}
.story-testimonial-stories .testimonial-blockquote {
  margin: 0;
  padding: 0;
}
.story-testimonial-stories .testimonial-content {
  border-bottom: 2px solid #e5e5f3;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .story-testimonial-stories .testimonial-content {
    padding-bottom: 12px;
  }
}
.story-testimonial-stories .testimonial-footer {
  display: table;
  width: 100%;
  color: #161621;
  padding-top: 35px;
}
@media (max-width: 767.98px) {
  .story-testimonial-stories .testimonial-footer {
    padding-top: 12px;
  }
}
.story-testimonial-stories .testimonial-footer__item {
  display: table-cell;
  width: 50%;
}
.story-testimonial-stories .testimonial-footer__item:first-of-type {
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .story-testimonial-stories .testimonial-footer__item {
    display: block;
    width: 100%;
  }
}
.story-testimonial-stories .testimonial-footer .h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.56;
  position: relative;
  padding-left: 25px;
}
.story-testimonial-stories .testimonial-footer .h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.story-testimonial-stories .testimonial-footer .h4-passions::before {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-passion.svg) no-repeat center;
  top: 6px;
}
.story-testimonial-stories .testimonial-footer .h4-heard::before {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-heard.svg) no-repeat center;
  top: 4px;
}
.story-testimonial-stories .testimonial .btn-outline-secondary {
  width: 100%;
  max-width: 244px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.testimonials-head {
  font-size: 2.375rem;
  font-family: "Noto Serif", serif;
  line-height: 1.37;
  color: #161621;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonials-head {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.testimonials-row {
  background: #FFFFFF;
}

.testimonial-container {
  position: relative;
  padding: 60px 50px;
}
@media (max-width: 767.98px) {
  .testimonial-container {
    padding: 20px 3px;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

.size-full {
  width: 100%;
  height: auto;
}

#footer {
  background-color: #0E223F;
  color: #fff;
  font-size: 1rem;
}
#footer a {
  font-size: 1rem;
}
#footer .form-group .input-group button[type=submit] {
  font-size: 1rem;
}
#footer .footer-menus .site-footer-heading {
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
#footer .footer-menus .site-footer-heading:after {
  display: inline-flex;
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-white.svg);
  margin-left: 0.375rem;
  height: 7px;
  width: 7px;
}
#footer .footer-menus .menu-accordion:not(:last-child) {
  border-bottom: 1px solid rgba(17, 126, 159, 0.25);
}
#footer .footer-menus .menu-accordion > div:last-child {
  display: none;
  opacity: 0.9;
  padding-left: 1rem;
}
#footer .footer-menus .menu-accordion.open .site-footer-heading:after {
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-blue.svg);
}
#footer .footer-menus .menu-accordion.open > div:last-child {
  display: block;
}
#footer .opacity-75 {
  opacity: 0.75;
}
#footer .flex-1-1 {
  flex: 1 1;
}
#footer .get-in-touch h3 {
  font-size: 1.625rem;
  padding-bottom: 1.875rem;
  font-family: "Georgia";
}
#footer .get-in-touch .site-footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}
#footer .get-in-touch > div > div:not(:last-child) {
  border-bottom: 1px solid rgba(17, 126, 159, 0.25);
}
#footer .sign-up h3 {
  font-size: 1.625rem;
  font-family: "Georgia";
}
#footer .sign-up .input-group {
  padding: 0;
  border-radius: 25px;
  border: 1px solid transparent;
}
#footer .sign-up .input-group.is-active {
  border: 1px solid #0E223F;
}
#footer .sign-up input {
  background-color: rgb(44, 64, 93) !important;
  border: 0;
  border-radius: 1.625rem 0 0 1.625rem;
  padding: 1.75rem 0 1.75rem 1.5rem;
  line-height: 150%;
  color: rgb(255, 255, 255);
  flex: 1 1;
}
#footer .sign-up input::placeholder {
  color: #fff;
  line-height: 150%;
  font-size: 18px;
  opacity: 0.75;
  font-weight: 400;
}
#footer .sign-up .input-group-append button {
  background-color: rgb(44, 64, 93);
  border-radius: 0 1.625rem 1.625rem 0 !important;
  padding: 1rem 1.5rem;
  line-height: 150%;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .site-meta {
  background-color: #e9e3dd;
  color: #000;
  font-size: 0.875rem;
}
#footer .site-meta a {
  color: #000;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #footer {
    font-size: 1.125rem;
  }
  #footer a {
    font-size: 1.125rem;
  }
  #footer .footer-menus .site-footer-heading {
    font-size: 0.875rem;
    font-weight: 700;
    opacity: 0.75;
  }
  #footer .footer-menus .site-footer-heading:after {
    display: none;
  }
  #footer .footer-menus .menu-accordion:not(:last-child) {
    border-bottom: 0;
  }
  #footer .footer-menus .menu-accordion > div:last-child {
    display: block;
    padding: 0;
  }
  #footer .sign-up h3,
  #footer .get-in-touch h3 {
    font-size: 2.25rem;
  }
  #footer .get-in-touch .site-footer-heading {
    font-size: 0.875rem;
    opacity: 0.75;
  }
  #footer .get-in-touch div {
    border: 0 !important;
  }
  #footer .border-dt {
    border-bottom: 1px solid rgba(17, 126, 159, 0.25);
  }
  #footer .site-meta * {
    font-size: 0.875rem;
  }
}

.pre-footer {
  background-color: #f8f6f3;
  font-size: 1rem;
  line-height: 150%;
}
.pre-footer .container {
  padding: 4rem 1.25rem 2.25rem;
}
.pre-footer h2 {
  line-height: 110%;
  font-weight: 400;
  font-family: "Georgia";
}
.pre-footer p {
  font-size: 1rem;
}
.pre-footer .call-btn {
  background-color: #B55821;
  color: #fff;
  line-height: 120%;
  border-radius: 1.625rem;
  padding: 0.5rem 1.5rem;
  margin-left: 0.75rem;
}
.pre-footer .call-btn:hover {
  background-color: #D67D48;
}
.pre-footer .prefooter-icon {
  padding: 1.875rem 0;
}
.pre-footer .prefooter-icon > a > div {
  border: 1px solid #c1bcb7;
  border-radius: 100%;
  padding: 0.75rem;
  width: fit-content;
  margin: auto;
}
.pre-footer .prefooter-icon p {
  color: #000;
  margin: 0.75rem 0 0;
}
.pre-footer .prefooter-icon:not(:last-child) {
  border-bottom: 1px solid #c1bcb7;
}
@media (min-width: 992px) {
  .pre-footer .container {
    padding: 6rem 1.25rem;
  }
  .pre-footer .container h2 {
    font-size: 2.25rem;
  }
  .pre-footer .container p {
    font-size: 1.125rem;
  }
  .pre-footer .container .pre-footer-intro {
    width: 40%;
    text-align: left;
    padding-bottom: 2rem;
    font-size: 1.3125rem;
  }
  .pre-footer .container .prefooter-icon {
    border-bottom: 0;
  }
  .pre-footer .container .prefooter-icon:not(:last-child) {
    border-right: 1px solid #c1bcb7;
  }
}

.site-meta {
  text-align: center;
  background: #161621;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #CDCDE4;
}
.site-meta li {
  margin-left: 1em;
}
.site-meta a {
  color: #CDCDE4;
}

.site-footer {
  background-color: #cdcde4;
  color: #FFFFFF;
  font-size: 0.9375rem;
  overflow: hidden;
}
.site-footer-breadcrumb-text {
  color: #CDCDE4;
  display: inline-block;
  font-size: 0.75rem;
}
.site-footer-breadcrumb-text .icon {
  margin: 0 0.5rem;
}
.site-footer-breadcrumb-text svg {
  height: 12px;
}
.site-footer-breadcrumb .form-control {
  padding: calc(0.5625rem + 13px) 0.875rem;
}
.site-footer-heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.34px;
  font-weight: 800;
  font-size: 1.125rem;
  color: #0E223F;
}
@media (max-width: 767.98px) {
  .site-footer-heading {
    font-size: 0.9375rem;
  }
}
.site-footer .menu {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
  margin-top: 0.5rem;
}
.site-footer .menu li {
  margin-bottom: 0.5rem;
}
.site-footer a {
  color: #484862;
  font-size: 1.125rem;
}
.site-footer a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .site-footer a {
    font-size: 0.9375rem;
  }
}
.site-footer .form-group .btn {
  background-color: #f6f6f7;
  font-weight: 600;
}
.site-footer .form-group .mat-div {
  padding-top: 0.5rem;
}
.site-footer .form-group [type=email] {
  color: #0E223F;
  padding: calc(0.5625rem + 13px) 0.875rem;
  border-color: #f6f6f7;
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .form-group [type=email] {
    padding: calc(0.5625rem + 13px) 0.25rem;
  }
}
.site-footer .form-group [type=email]::-webkit-input-placeholder {
  color: #0E223F;
}
.site-footer .form-group [type=email]::-moz-placeholder {
  color: #0E223F;
}
.site-footer .form-group [type=email]:-ms-input-placeholder {
  color: #0E223F;
}
.site-footer .form-group [type=email]:-moz-placeholder {
  color: #0E223F;
}

.footer-lp {
  background: #161621;
  min-height: 60px;
  color: #fff;
  font-size: 14px;
}
.footer-lp a {
  color: #fff;
}
.footer-lp a:hover {
  color: #0E223F;
}
.footer-lp-logo svg {
  height: 24px;
}

.footer-amic {
  background: red;
}
.footer-amic .progress.amic-progress {
  width: 100%;
  height: 0.5rem;
  font-size: 0.5rem;
  margin-top: -0.5rem;
  background-color: #e4e4e4;
  overflow-y: visible;
  z-index: 1;
}
.footer-amic .progress.amic-progress .progress-bar {
  position: relative;
  background-color: #0E223F;
  transition: 0.3s;
}
.footer-amic .progress.amic-progress .progress-bar .progress-dot {
  height: 0.75rem;
  width: 0.75rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.75rem;
  position: absolute;
  right: -0.375rem;
}

.coupon-banner {
  background-color: #0E223F;
}
.coupon-banner .coupon-banner__text {
  font-size: 16px !important;
  font-weight: 400;
}
.coupon-banner .site-header-email,
.coupon-banner .site-header-phone {
  color: #fff !important;
  opacity: 0.75 !important;
  font-size: 22px !important;
}
.coupon-banner .site-header-email:hover,
.coupon-banner .site-header-phone:hover {
  opacity: 1 !important;
}

header.site-header {
  padding: 1rem 0;
  background-color: #f8f6f3;
  position: sticky;
  height: auto;
}
header.site-header .get-started-btn:hover {
  background-color: #2c405d;
}
header.site-header.site-header-is-scrolled {
  background-color: #fff;
}
header.site-header.site-header-is-scrolled .site-header-menu {
  background-color: #fff;
}
header.site-header.site-header-is-scrolled .get-started-btn {
  background-color: #B55821;
}
header.site-header.site-header-is-scrolled .get-started-btn:hover {
  background-color: #D67D48;
}
header.site-header.site-header-is-scrolled #menu-main .sub-menu li {
  background-color: #fff;
}
header .site-header-top-nav .site-nav-toggle {
  background-color: #0E223F;
  border-radius: 1.625rem;
  border: 0;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 500;
}
header #mobiNav .nav-mobi-open {
  box-shadow: none;
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item > a {
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1rem 1.75rem;
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item > a > span {
  display: none;
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item > a:after {
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-black.svg);
  margin-left: 0.475rem;
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item > a a {
  font-size: 1.125rem;
  padding: 0 0 1rem;
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item.active > a:after {
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-blue.svg);
}
header #mobiNav .nav-mobi-open #menu-mobile-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header #mobiNav .nav-mobi-open .get-started-btn {
  padding: 0 !important;
  margin: 1.5rem auto 3rem;
}
header #mobiNav .nav-mobi-open .get-started-btn a {
  background-color: #B55821;
  border-radius: 1.625rem;
  border: 0;
}
header .site-header-menu {
  background-color: #f8f6f3;
  padding: 2rem 0;
}
header .site-header-menu .menu-main-container {
  display: flex;
  align-items: center;
}
header .site-header-menu .menu-main-container #menu-main > li {
  padding: 0 0.5rem;
}
header .site-header-menu .menu-main-container #menu-main > li > a > span {
  display: none;
}
header .site-header-menu .menu-main-container #menu-main > li > a:after {
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-black.svg);
  margin-left: 0.475rem;
}
header .site-header-menu .menu-main-container #menu-main > li > a:hover:after {
  content: url(/wp-content/themes/audicus/dist/images/icons/polygon-blue.svg);
}
header .site-header-menu .menu-main-container #menu-main > li a {
  font-size: 1rem;
  color: #000;
}
header .site-header-menu .menu-main-container #menu-main > li a:hover {
  color: #2C405D;
}
header .site-header-menu .menu-main-container #menu-main > li > ul {
  width: auto;
}
header .site-header-menu .menu-main-container #menu-main > li > ul li {
  padding: 1rem 2rem !important;
  background-color: #f8f6f3;
}
header .site-header-menu .audicus-logo svg {
  width: 11.25rem !important;
}
header .site-header-menu .site-header-nav {
  align-items: center;
}
header .get-started-btn {
  color: #fff !important;
  font-weight: 500;
  background-color: #0E223F;
  border-radius: 1.625rem;
  border: 0;
  padding: 0.375rem 1.25rem !important;
  font-size: 1rem !important;
  height: fit-content !important;
  white-space: nowrap;
}

.flex-1-1 {
  flex: 1 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site-header {
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0.5em 1em rgba(14, 34, 63, 0.15);
  padding: 13px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease-in-out 200ms;
}
.site-header-fixed {
  position: fixed;
}
.site-header-spacer {
  visibility: hidden;
}
.site-header #menu-main .menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 22, 33, 0.7);
  z-index: -1;
  pointer-events: none;
}
.site-header #menu-main .menu-item-has-children .sub-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 22, 33, 0.7);
  z-index: -1;
  pointer-events: none;
}
.site-header .menu-item-has-children {
  position: relative;
}
.site-header .menu-item-has-children a .icon {
  margin-left: 10px;
}
.site-header .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  background-color: #f3f3f4;
  z-index: 1;
  min-width: 220px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .site-header .menu-item-has-children .sub-menu {
    width: 250px;
  }
}
.site-header .menu-item-has-children .sub-menu li {
  padding: 14px 35px;
  background-color: #f4f4f4;
}
.site-header .menu-item-has-children .sub-menu li:first-child {
  padding-top: 35px !important;
}
.site-header .menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 35px !important;
}
.site-header .menu-item-has-children .sub-menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #0E223F;
}
@media (max-width: 1199.98px) {
  .site-header .menu-item-has-children:first-child .sub-menu {
    left: 0;
    transform: translate(0);
  }
  .site-header .menu-item-has-children:last-child .sub-menu {
    left: auto;
    right: 0;
    transform: translate(0);
  }
}
@media (min-width: 992px) {
  .site-header .menu-item-has-children:hover > a {
    color: #0E223F;
  }
  .site-header .menu-item-has-children:hover > a .icon svg {
    fill: #0E223F;
    transform: rotate(180deg);
  }
  .site-header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    height: 69px;
  }
}
@media (min-width: 992px) {
  .site-header {
    background: #FFFFFF;
    box-shadow: none;
    height: 145px;
    padding: 0;
  }
  .site-header-is-scrolled {
    background-color: #FFFFFF;
    height: 90px;
    transition: all 0.2s ease-in-out;
  }
  .site-header-is-scrolled .site-header-nav .menu-item a {
    padding: 2px 0;
  }
}
.site-header-contact .row, .site-header-contact .pncz .option-box .tile-group, .pncz .option-box .site-header-contact .tile-group, .site-header-contact .pdcz .option-box .tile-group, .pdcz .option-box .site-header-contact .tile-group, .site-header-contact .pcz .option-box .tile-group, .pcz .option-box .site-header-contact .tile-group, .site-header-menu .row, .site-header-menu .pncz .option-box .tile-group, .pncz .option-box .site-header-menu .tile-group, .site-header-menu .pdcz .option-box .tile-group, .pdcz .option-box .site-header-menu .tile-group, .site-header-menu .pcz .option-box .tile-group, .pcz .option-box .site-header-menu .tile-group {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.site-header-contact {
  height: 85px;
  position: relative;
}
.site-header-menu {
  height: 60px;
  background: #f3f3f4;
}
.site-header-menu .container {
  position: relative;
  height: 100%;
}
.site-header-menu .btn {
  font-size: 1.125rem;
  padding-top: 0.3rem;
  height: 41px;
  line-height: 1.6;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header-menu .btn {
    font-size: 1rem;
    padding-top: 0.375rem;
  }
}
@media (min-width: 992px) {
  .site-header-hide {
    transition: top 200ms ease-in-out;
    top: -90px;
  }
}
.site-header-locations {
  color: #9090a0;
}
@media screen and (min-height: 700px) {
  .site-header.nav-mobi-opened {
    box-shadow: 0 2px 4px rgba(22, 22, 33, 0.5);
  }
}
.site-header.nav-mobi-opened .site-nav-toggle-open {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.site-header.nav-mobi-opened .site-nav-toggle-closed {
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.site-header .top-nav-contact {
  color: #313146;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.site-header .top-nav-contact svg {
  height: 10px;
  width: 15px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
}
.site-header .top-nav-contact svg path {
  fill: #161621;
  stroke: #FFFFFF;
}
.site-header .top-nav-contact a {
  color: #0E223F;
  transition: 0.2s;
}
.site-header .top-nav-contact a:hover {
  color: #0E223F;
}
.site-header .top-nav-contact a:hover path {
  fill: #0E223F;
}
.site-header .top-nav-contact:first-of-type svg path {
  stroke-width: 2px;
}
.site-header .icon-circle-sm {
  width: 30px;
  height: 30px;
}
.site-header .site-nav-toggle {
  cursor: pointer;
  padding: 7.5px;
  font-size: 13.5px;
  margin-left: 15px;
  letter-spacing: 0.03em;
  border: 1px solid #0E223F;
  position: relative;
  height: 40px;
  width: 80px;
}
.site-header .site-nav-toggle:focus, .site-header .site-nav-toggle:active {
  box-shadow: none;
}
.site-header .site-nav-toggle-open, .site-header .site-nav-toggle-closed {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.125s;
}
.site-header .site-nav-toggle-open {
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.site-header .site-nav-toggle-open path {
  fill: #FFFFFF;
}
.site-header .site-nav-toggle-closed {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.site-header a {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .site-header a {
    font-size: 1.125rem;
  }
}
.site-header a strong {
  color: #0E223F;
}
.site-header .brand {
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .site-header .brand {
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  .site-header .brand {
    max-width: 200px;
  }
}
.site-header-logo {
  max-width: 100%;
}
.site-header-logo svg {
  max-width: 100%;
  color: #161621;
  fill: #161621;
}
.site-header-logo path {
  /* fill: $color-black !important; */
}
.site-header-icon {
  animation: spin 450ms;
  animation-timing-function: linear;
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .site-header-icon {
    display: none;
  }
}
.site-header-nav {
  display: none;
}
@media (min-width: 992px) {
  .site-header-nav {
    display: block;
    width: 100%;
  }
  .site-header-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header-nav a {
    padding: 4px 0;
    color: #78788e;
    display: block;
  }
  .site-header-nav a:hover {
    color: #0E223F;
  }
}
.site-header-inverse {
  z-index: 9999;
}
.site-header-inverse a strong {
  color: #fff;
}
@media (min-width: 992px) {
  .site-header-inverse {
    background-color: #0E223F;
  }
  .site-header-inverse .site-header-nav a {
    color: #fff;
  }
}
.site-header-inverse.site-header-is-scrolled {
  background-color: #fff;
}
.site-header-inverse.site-header-is-scrolled .site-header-nav a {
  color: #78788e;
}
.site-header-inverse.site-header-is-scrolled .site-header-phone {
  color: #0E223F;
}
.site-header-inverse.site-header-is-scrolled .site-header-phone path {
  fill: #0E223F;
}
.site-header-inverse.site-header-is-scrolled .site-header-phone:hover {
  color: #0E223F;
}
.site-header-inverse.site-header-is-scrolled .site-header-phone:hover path {
  fill: #0E223F;
}
.site-header-inverse .site-header-logo svg,
.site-header-inverse .site-header-logo path {
  fill: #fff !important;
  color: #fff !important;
}
.site-header-inverse .site-header-phone {
  color: #0E223F;
}
.site-header-inverse .site-header-phone path {
  fill: #0E223F;
}
.site-header-inverse .site-header-phone:hover {
  color: #0E223F;
}
.site-header-inverse .site-header-phone:hover path {
  fill: #0E223F;
}

@media (max-width: 1199.98px) {
  .nav-mobi {
    position: absolute;
    top: 69px;
    width: 100%;
    background: #FFFFFF;
    z-index: -99;
    opacity: 0;
    transition: opacity ease-in-out 200ms;
  }
  .nav-mobi .menu-item-has-children .sub-menu {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .nav-mobi .menu-item-has-children .sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-mobi .menu-item-has-children .sub-menu li:first-child {
    padding-top: 0 !important;
  }
  .nav-mobi .menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 0 !important;
  }
  .nav-mobi .menu-item-has-children svg path {
    fill: #000;
  }
  .nav-mobi .menu-item-has-children.active {
    background: rgba(196, 196, 196, 0.25);
  }
  .nav-mobi .menu-item-has-children.active > a {
    font-weight: 800;
  }
  .nav-mobi .menu-item-has-children.active .sub-menu {
    height: auto !important;
    display: block;
  }
  .nav-mobi .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .nav-mobi .menu-item-has-children.active svg path {
    fill: #0E223F;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .nav-mobi {
    top: 87px;
  }
}
@media (max-width: 1199.98px) {
  .nav-mobi nav {
    display: none;
  }
  .nav-mobi-open {
    width: 100%;
    background: linear-gradient(rgba(22, 22, 33, 0.05) 0, rgba(22, 22, 33, 0) 10px);
    box-shadow: 0 4px 4px rgba(22, 22, 33, 0.125);
    padding-top: 10px;
  }
  .nav-mobi-open .btn {
    padding: 0.719rem 2.36rem;
  }
  .nav-mobi .nav-mobi-contact a {
    color: #313146;
  }
  .nav-mobi-menu {
    padding: 1rem 2rem;
    background: #0E223F;
    color: #FFFFFF;
  }
  .nav-mobi-menu button {
    background: transparent;
    border: none;
  }
  .nav-mobi-menu .nav {
    margin-bottom: 16px;
  }
  .nav-mobi-help {
    padding: 1rem 2rem;
    text-align: center;
  }
  .nav-mobi-help .phone-num,
  .nav-mobi-help .phone-num:hover,
  .nav-mobi-help .phone-num:active,
  .nav-mobi-help .phone-num:focus {
    color: #FFFFFF;
  }
  .nav-mobi .nav {
    display: block;
  }
  .nav-mobi .nav a {
    display: block;
    color: #161621;
    padding: 0.5rem 30px;
    line-height: 2.125;
    letter-spacing: 0.03rem;
  }
  .nav-mobi .icon svg {
    width: 100%;
  }
  .nav-mobi .icon path {
    fill: #FFFFFF;
  }
  .nav-mobi .btn-outline-primary {
    border-color: #CDCDE4;
  }
  .nav-mobi-opened {
    z-index: 200;
    opacity: 1;
  }
  .nav-mobi-opened nav {
    display: block;
    height: 100%;
  }
  .nav-mobi-opened #mobiNav.nav-mobi {
    z-index: 200;
    opacity: 1;
    overflow-y: scroll;
    max-height: calc(100vh - 69px);
  }
}
@media (min-width: 992px) {
  .nav-mobi {
    display: none;
  }
}
.widget {
  margin-bottom: 3rem;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget a {
  color: #0E223F;
  opacity: 0.7;
  display: block;
  padding: 1rem;
  border-bottom: 2px solid #CDCDE4;
}

body#tinymce {
  margin: 12px !important;
}

.banner-404 {
  background: #0E223F url(/wp-content/themes/audicus/dist/images/hwks-image-1.jpg) no-repeat bottom right fixed;
  background-size: cover;
}
.banner-404__warning {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 45px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .banner-404__warning {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.23;
    font-size: 3rem;
  }
}
.banner-404 .page-accs .loader > .circle {
  background: rgba(80, 198, 241, 0.4);
}
.banner-404__btn-group .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 15px 15px;
}
@media (max-width: 767.98px) {
  .banner-404__btn-group {
    flex-wrap: wrap;
  }
}

.error404 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.template-abot {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991.98px) {
  .template-abot .banner-abot {
    height: auto;
    padding-bottom: 85px;
  }
}
.template-abot .header {
  color: #FFFFFF;
}
.template-abot .header__content {
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .template-abot .header__content {
    font-size: 1rem;
  }
}
.template-abot .blockquote {
  padding: 0 10px;
  margin-bottom: 1.8rem;
}
.template-abot .blockquote__content {
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.63;
}
@media (max-width: 991.98px) {
  .template-abot .blockquote__content {
    font-size: 1.875rem;
  }
}
.template-abot .blockquote__author {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0.6px;
}
.template-abot .section-header {
  font-family: "Noto Serif", serif;
  font-size: 2.25rem;
  line-height: 1.44;
  font-weight: bold;
  text-align: center;
  color: #161621;
}
@media (max-width: 767.98px) {
  .template-abot .section-header {
    font-size: 1.875rem;
    line-height: 1.33;
  }
}
.template-abot .team-experts {
  background-color: #f7f7f8;
  padding-top: 60px;
  padding-bottom: 45px;
}
.template-abot .team-experts .section-header {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .template-abot .team-experts .section-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .template-abot .team-experts {
    padding-bottom: 0;
  }
}
.template-abot .expert-list {
  padding-left: 0;
  list-style: none;
  padding-top: 12px;
}
.template-abot .expert-list__item {
  margin-bottom: 53px;
}
@media (max-width: 767.98px) {
  .template-abot .expert-list__item {
    margin-bottom: 28px;
  }
}
.template-abot .expert-header {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 0.9px;
  color: #0E223F;
  margin-bottom: 17px;
}
@media (max-width: 577px) {
  .template-abot .img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.template-abot .img-wrapper-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .template-abot .img-wrapper-3 {
    margin-bottom: 40px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .template-abot .img-wrapper-1 {
    margin-bottom: 35px;
  }
}
.template-abot .experts-block {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .template-abot .experts-block {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .template-abot .experts-block .image-col {
    height: 100%;
  }
}
.template-abot .experts-block .image-col img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .template-abot .experts-block .image-col img {
    height: 100%;
  }
}
.template-abot .experts-block .image-col-2:nth-child(1), .template-abot .experts-block .image-col-2:nth-child(2) {
  width: 100%;
  height: 50%;
}
.template-abot .experts-block .image-col-2:nth-child(1) {
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .template-abot .experts-block .image-col-2:nth-child(1) {
    padding-bottom: 25px;
  }
}
.template-abot .experts-block .image-col-3:nth-child(1) {
  width: 60%;
  height: 50%;
  margin-right: 3%;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .template-abot .experts-block .image-col-3:nth-child(1) {
    padding-bottom: 25px;
  }
}
.template-abot .experts-block .image-col-3:nth-child(2) {
  width: 37%;
  height: 50%;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .template-abot .experts-block .image-col-3:nth-child(2) {
    padding-bottom: 25px;
  }
}
.template-abot .experts-block .image-col-3:nth-child(3) {
  width: 100%;
  height: 50%;
}
@media (min-width: 768px) {
  .template-abot .experts-block:nth-child(2n+2) .col-md-6:last-child {
    order: 1;
  }
  .template-abot .experts-block:nth-child(2n+2) .col-md-6:first-child {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .template-abot .specialists {
    padding-bottom: 35px;
  }
}
.template-abot .specialist {
  display: table;
  width: 100%;
  max-width: 410px;
  padding: 50px 10px 50px;
}
@media (max-width: 767.98px) {
  .template-abot .specialist {
    padding-bottom: 0;
  }
}
.template-abot .specialist__image {
  max-width: 190px;
  height: auto;
  border-radius: 100%;
  margin-bottom: 20px;
}
.template-abot .specialist__title {
  color: #0E223F;
  margin-bottom: 20px;
}
.template-abot .specialist__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #0E223F;
  margin-bottom: 5px;
}
.template-abot .specialist__experience {
  font-style: italic;
  margin-bottom: 20px;
}
.template-abot .specialist__desc {
  color: #161621;
}
.template-abot .specialist__desc p {
  margin-bottom: 1.3rem;
}
.template-abot .middle-banner {
  background: url(/wp-content/themes/audicus/dist/images/cutout-bg-blue.svg) left bottom no-repeat, url(/wp-content/themes/audicus/dist/images/team-of-experts.jpg) top right no-repeat;
  background-size: 70%, cover;
  height: 700px;
}
@media (max-width: 991.98px) {
  .template-abot .middle-banner {
    background-size: 100%, cover;
  }
}
@media (max-width: 767.98px) {
  .template-abot .middle-banner {
    background-size: 200%, cover;
    height: auto;
  }
}
.template-abot .middle-banner__header {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.template-abot .middle-banner__desc {
  margin-bottom: 40px;
}
.template-abot .middle-banner__logo {
  max-width: 130px;
}
.template-abot .research {
  background-color: #f7f7f8;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .template-abot .research {
    padding-top: 50px;
  }
}
.template-abot .research__title {
  margin-bottom: 55px;
}
.template-abot .research__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .template-abot .research__image {
    height: 33vh;
  }
}
.template-abot .research__content-inner {
  width: 100%;
  max-width: 510px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
  color: #161621;
}
.template-abot .research__content-inner p {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .template-abot .research__content-inner {
    padding: 50px 30px;
  }
}
.template-abot .research__btn-load {
  margin-top: 30px;
}
.template-abot .ready-to-start .section-header {
  color: #FFFFFF;
}

.amic-full, .amic-email, .amic-no-img, .amic-announcement, .amic-mc {
  min-height: calc(100vh - 69px - 4.5rem);
}
@media (min-width: 768px) {
  .amic-full, .amic-email, .amic-no-img, .amic-announcement, .amic-mc {
    min-height: calc(100vh - 87px - 4.5rem);
  }
}
@media (min-width: 992px) {
  .amic-full, .amic-email, .amic-no-img, .amic-announcement, .amic-mc {
    min-height: calc(100vh - 110px - 4.5rem);
  }
}
.amic .back-link span:hover,
.amic .back-link strong:hover {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .amic .back-link strong {
    display: none;
  }
}
.amic .icon-amic {
  margin-left: auto;
}
.amic .amic-content {
  margin-bottom: 1rem;
}
.amic .amic-content h1,
.amic .amic-content h2,
.amic .amic-content h3,
.amic .amic-content p {
  margin-bottom: 2rem;
}
.amic .amic-question:last-child,
.amic .amic-email:last-child,
.amic .amic-announcement:last-child,
.amic .amic-cta:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .amic .amic-question:last-child,
  .amic .amic-email:last-child,
  .amic .amic-announcement:last-child,
  .amic .amic-cta:last-child {
    margin-bottom: 2rem;
  }
}
.amic .amic-question a.btn,
.amic .amic-email a.btn,
.amic .amic-announcement a.btn,
.amic .amic-cta a.btn {
  min-width: 220px !important;
}
.amic-cta .amic-content {
  max-width: 475px;
}
@media (max-width: 991.98px) {
  .amic-cta .amic-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.amic .amic-email:last-child {
  margin-bottom: 0;
}
.amic .answers-container {
  font-size: 1.125rem;
}
.amic .answers-container h4 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .amic-full .amic-content {
    max-width: 100%;
    width: 475px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amic-full .amic-content {
    margin: 1em auto;
  }
}
.amic-full-single {
  margin: 1em auto;
}
@media (min-width: 992px) {
  .amic-full-single {
    margin: 1em 0;
  }
}
@media (min-width: 768px) {
  .amic-full .btn-secondary, .amic-full .header-cart {
    max-width: 100%;
    width: 475px;
  }
}
.amic-full .answers-container .amic-button-small {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: initial;
  max-width: calc(50% - 2rem);
}
@media (max-width: 991.98px) {
  .amic-full .answers-container .amic-button-small {
    max-width: 475px;
    margin: 0 auto 1rem;
  }
}
.amic-full .answers-container .amic-button-small h4 {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .amic-full form {
    width: 85%;
  }
  .amic-full .amic-button-small .amic-card {
    min-height: 130px;
  }
}
.amic-full input.form-control {
  padding: calc(0.5625rem + 13px) 0.875rem;
}
.amic-full .amic-card {
  box-shadow: none;
}
@media (min-width: 768px) {
  .amic-email .amic-content {
    max-width: 100%;
    width: 475px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amic-email .amic-content {
    margin: 1em auto;
  }
}
@media (min-width: 768px) {
  .amic-email .btn-secondary, .amic-email .header-cart {
    max-width: 100%;
    width: 475px;
  }
}
@media (min-width: 992px) {
  .amic-email form#amic-email-form {
    width: 85%;
  }
  .amic-email form#amic-email-form .mat-div {
    padding-top: 0;
  }
  .amic-email .amic-button-small .amic-card {
    min-height: 130px;
  }
}
.amic-email input.form-control {
  padding: calc(0.5625rem + 13px) 0.875rem;
}
.amic-email .amic-card {
  box-shadow: none;
}
.amic-no-img .amic-question h1, .amic-mc .amic-question h1 {
  margin-bottom: 1rem;
}
.amic .amic-announcement {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .amic .amic-cta-right_img {
    max-height: calc(66vh - 110px);
  }
}
.amic .amic-question .entry-content h1 {
  font-size: 1.75rem;
}
.amic .amic-question .entry-content h3 {
  margin-bottom: 0;
}
.amic-announcement {
  min-height: calc(100vh - 69px);
  position: relative;
}
.amic-announcement-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.amic-announcement-content .question-container p {
  font-size: 1.75rem;
  line-height: 1.28571;
  font-weight: 500;
}
.amic-announcement-content .question-container h3 {
  line-height: 1.875;
  font-weight: 600;
}
@media (min-width: 768px) {
  .amic-announcement {
    min-height: calc(100vh - 87px);
  }
}
@media (min-width: 992px) {
  .amic-announcement {
    min-height: calc(100vh - 110px);
  }
}
.amic-button {
  max-width: 300px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .amic-button:not(.amic-button-small) {
    min-width: 100%;
  }
}
.amic-button .amic-card {
  min-height: 280px;
}
.amic-button .amic-card.amic-card-multi {
  max-width: 100% !important;
  min-width: 100% !important;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .amic-button .amic-card {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .amic-button-small {
    min-width: 195px;
    max-width: 50%;
  }
}
.amic-button-small.amic-multi {
  max-width: 100%;
}
.amic-button-small .amic-card {
  min-height: 130px;
  outline: 1px solid #cdcde4;
}
.amic-button-small .amic-card:hover {
  outline: none;
  border-color: #0E223F;
}
@media (min-width: 992px) {
  .amic-button-small .amic-card {
    min-height: 130px;
  }
  .amic-button-small .amic-card-multi {
    min-height: 150px;
  }
}
.amic-cta-buttons.answers-container {
  background: #fff;
}
.amic-cta-buttons .amic-button-small h4 {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .amic-cta-buttons .amic-button-small:first-of-type {
    padding-left: 0;
  }
  .amic-cta-buttons .amic-button-small:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .amic-cta-buttons .amic-button-small {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 957px) {
  .amic-cta-buttons .amic-button-small {
    max-width: 495px;
  }
}
.amic-cta-buttons .amic-button-small .amic-card {
  min-height: 250px;
  box-shadow: none;
}
.amic-card {
  position: relative;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0 1rem 4rem -1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1rem 4rem -1rem rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  -webkit-transition: ease-in-out 200ms border;
  -o-transition: ease-in-out 200ms border;
  transition: ease-in-out 200ms border;
}
.amic-card:hover {
  border-color: #0E223F;
}
.amic-card-option {
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
  color: #000;
}
.amic-card-option h4 {
  font-size: 1.75rem;
}
.amic-card-option h5 {
  font-size: 1.3rem;
  font-weight: 600;
}
.amic-card-option p {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.amic-card-option img {
  width: auto !important;
  max-width: 70px;
}
.amic-no-img .amic-card {
  min-height: 240px;
}
@media (min-width: 768px) {
  .amic-no-img .amic-card {
    min-height: 275px;
  }
}
.amic-no-img .amic-card .amic-card-option img {
  width: 50%;
  max-width: 125px;
  margin: 1rem 1rem 0;
}
.amic .amic-cta-buttons {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.amic .amic-cta-buttons .answers-container {
  background: #fff;
}
.amic .amic-cta-buttons .answers-container .amic-button-small {
  min-width: auto;
}
@media (max-width: 991.98px) {
  .amic .amic-cta-buttons .answers-container .amic-button-small {
    max-width: 100%;
    margin: 1rem 0;
  }
}
.amic .amic-cta-buttons .answers-container .amic-button-small .amic-card {
  min-width: auto;
  min-height: 200px;
  box-shadow: none;
}
@media (min-width: 992px) {
  .amic .amic-cta-buttons {
    min-height: 34vh;
  }
  .amic .amic-cta-buttons .amic-button-small {
    position: relative;
  }
  .amic .amic-cta-buttons .amic-button-small .amic-card {
    top: 50%;
    transform: translateY(-50%);
  }
  .amic .amic-cta-buttons .amic-button-small .amic-card-option {
    font-size: 1rem !important;
  }
}
.amic #form-amic-mc input[type=checkbox] {
  opacity: 0;
}
.amic #form-amic-mc input[type=checkbox]:checked ~ label {
  border: 2px solid #0E223F;
  border-bottom-width: 8px;
}
.amic #form-amic-mc label.amic-button.amic-button-small.amic-multi {
  width: 100%;
  margin: 0;
}
.amic #form-amic-mc label.amic-button.amic-button-small.amic-multi h4 {
  font-size: 1.375rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .amic-helpBar {
    display: none;
  }
}
.amic-bottom-content img {
  width: 100%;
  max-width: 100% !important;
}
.amic-modal .modal-content {
  max-width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.amic-modal .modal-content .modal-header {
  border-bottom: none;
}
.amic-modal .modal-content .modal-footer {
  border-top: none;
}

@media (max-width: 991.98px) {
  .lp .amic .right_img {
    height: 50vw;
  }
}
@media (max-width: 767.98px) {
  .lp .amic .right_img {
    height: 50vh;
  }
}

.template-category-page .banner-alt {
  display: flex;
}
@media (max-width: 767.98px) {
  .template-category-page .banner-alt {
    padding: 0;
    background-color: #F8F6F3;
  }
}
.template-category-page .banner-alt .btn {
  color: #FFFFFF;
  background-color: #0E223F;
  font-weight: 700;
  padding: 14px 16px;
  font-size: 1rem;
  min-width: 192px;
}
@media (min-width: 1200px) {
  .template-category-page .banner-alt .btn {
    min-width: 276px;
  }
}
.template-category-page .banner-alt h1 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 2rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .template-category-page .banner-alt h1 {
    font-size: 3rem;
    padding-top: 0;
    padding-right: 0;
  }
}
.template-category-page .banner-alt p {
  padding-bottom: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .template-category-page .banner-alt p {
    font-size: 1.375rem;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.template-category-page .banner-alt p a {
  width: 100%;
}
@media (min-width: 768px) {
  .template-category-page .banner-alt p a {
    width: auto !important;
  }
}

.comparison-table {
  max-width: 100vw;
  table-layout: fixed;
}
.comparison-table tbody tr {
  border-bottom: 1px solid #cdcde4;
}
.comparison-table tbody tr td {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.comparison-table tbody tr td:first-child {
  width: 34%;
}
.comparison-table tbody tr td:not(:first-child) {
  width: 22%;
}
@media (max-width: 767.98px) {
  .comparison-table tbody tr td:last-child {
    display: none;
  }
}
.comparison-table tbody tr.comparison-dropdown td {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .comparison-table tbody tr.comparison-dropdown td {
    display: block;
    width: 75vw;
    float: left;
  }
  .comparison-table tbody tr.comparison-dropdown td:last-child {
    display: none !important;
  }
}
.comparison-table tbody tr:last-child,
.comparison-table tbody tr:nth-last-child(2),
.comparison-table tbody tr:first-child,
.comparison-table tbody tr:nth-child(2),
.comparison-table tbody tr:nth-child(3) {
  border-bottom: none !important;
}
.comparison-table tbody .product-select {
  width: 100%;
  min-height: 50px;
}
@media (max-width: 767.98px) {
  .comparison-table tbody .product-select {
    width: 75vw !important;
  }
}
.comparison-table tbody .product_name {
  padding-top: 0;
}
.comparison-table tbody .product_image {
  padding-bottom: 0;
}
.comparison-table tbody .cta {
  padding-top: 3rem;
}
.comparison-dropdown {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .comparison-dropdown {
    display: table-row;
  }
}
.comparison-product-title {
  font-family: Noto, serif;
}
.comparison-circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}
.comparison-icon svg {
  width: 15px;
  font-weight: bolder;
}
.comparison .checkmark-icon svg {
  width: 15px;
}
.comparison .checkmark-icon svg path {
  fill: #0E223F;
}
.comparison-image {
  max-width: 120px;
}
@media (max-width: 767.98px) {
  .comparison-image {
    max-width: 90px;
  }
}
@media (max-width: 767.98px) {
  .comparison-color {
    flex-direction: column;
  }
}

.comparison-select-img {
  height: 48px;
  width: auto;
}

@media (max-width: 991.98px) {
  .page-template-template-help .site-header .container {
    max-width: 100%;
  }
}
.page-template-template-help .help-subnav .icon {
  height: 75px;
  width: auto;
}
.page-template-template-help .banner-help {
  background-color: #f3f3f4;
  height: auto;
  padding-top: 25px;
  padding-bottom: 57px;
}
@media (min-width: 768px) {
  .page-template-template-help .banner-help {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .page-template-template-help .banner-help {
    padding-top: 205px;
  }
}
.page-template-template-help .banner-help .icon_svg-icon-assistant svg {
  width: 56px;
  height: 66px;
}
.page-template-template-help .banner-help .icon_svg-icon-audio svg {
  width: 68px;
  height: 63px;
}
.page-template-template-help .banner-help .icon_svg-icon-test svg {
  width: 49px;
  height: 65px;
}
.page-template-template-help .banner-help .icon_svg-icon-package svg {
  width: 85px;
  height: 59px;
}
.page-template-template-help .banner-help .icon_svg-icon-mail svg {
  width: 59px;
  height: 45px;
}
.page-template-template-help .faqs {
  padding-bottom: 7px;
}
.page-template-template-help .faq-section {
  background-color: #f3f3f4;
  padding-top: 48px;
  padding-bottom: 65px;
}
.page-template-template-help .faq-section .heading, .page-template-template-help .faq-section .amic .amic-question h1, .amic .amic-question .page-template-template-help .faq-section h1,
.page-template-template-help .faq-section .amic .amic-email h1,
.amic .amic-email .page-template-template-help .faq-section h1,
.page-template-template-help .faq-section .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-help .faq-section h1,
.page-template-template-help .faq-section .amic .amic-cta h1,
.amic .amic-cta .page-template-template-help .faq-section h1 {
  margin-bottom: 15px;
}
.page-template-template-help .faq-section .mat-div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 43px;
}
.page-template-template-help .faq-section .mat-div .icon_filter-faq {
  position: absolute;
  bottom: 17px;
  right: 19px;
}
.page-template-template-help .faq-filter {
  width: 100%;
  height: 60px;
  border-radius: 2px;
  background-color: #fff !important;
  border: 1px solid #cdcde4;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
  padding: 17px 45px 17px 29px;
}
.page-template-template-help .faq-filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.page-template-template-help .faq-filter::-moz-placeholder { /* Firefox 19+ */
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.page-template-template-help .faq-filter:-ms-input-placeholder { /* IE 10+ */
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.page-template-template-help .faq-filter:-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.page-template-template-help .faq-list .h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .page-template-template-help .faq-list .col-md-6:nth-child(odd) {
    padding-right: 28px;
  }
  .page-template-template-help .faq-list .col-md-6:nth-child(even) {
    padding-left: 28px;
  }
}
.page-template-template-help .faq-q {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #0E223F;
}
.page-template-template-help .faq-indicator {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 18px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  transition: 0.5s;
  width: 12px;
  height: 12px;
}
.page-template-template-help .faq-indicator .icon-color-blue svg {
  width: 100%;
}
.page-template-template-help .faq-a {
  overflow-y: hidden;
  max-height: 1500px; /* approximate max height */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.page-template-template-help .faq-item {
  background-color: #FFFFFF;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
}
.page-template-template-help .faq-item-closed .faq-a {
  max-height: 0;
}
.page-template-template-help .faq-item-closed .faq-indicator {
  margin-bottom: 18px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  transition: 0.5s;
}
.page-template-template-help .faq-btn {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 288px;
}
.page-template-template-help .video-tutor-section {
  background-color: #f7f7f8;
  padding-top: 90px;
  padding-bottom: 60px;
}
.page-template-template-help .video-tutor-section .heading, .page-template-template-help .video-tutor-section .amic .amic-question h1, .amic .amic-question .page-template-template-help .video-tutor-section h1,
.page-template-template-help .video-tutor-section .amic .amic-email h1,
.amic .amic-email .page-template-template-help .video-tutor-section h1,
.page-template-template-help .video-tutor-section .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-help .video-tutor-section h1,
.page-template-template-help .video-tutor-section .amic .amic-cta h1,
.amic .amic-cta .page-template-template-help .video-tutor-section h1 {
  margin-bottom: 44px;
}
.page-template-template-help .video-tutor-container {
  max-width: 1310px;
}
.page-template-template-help .video-tutor-item {
  padding: 30px;
}
.page-template-template-help .video-tutor-filter {
  height: 53px;
  border-radius: 3px;
  background-color: #fff;
  list-style: none;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: fit-content;
  overflow: auto;
}
.page-template-template-help .video-tutor-filter__item {
  float: left;
  position: relative;
}
.page-template-template-help .video-tutor-filter__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #cdcde4;
  top: 9px;
  right: 0;
}
.page-template-template-help .video-tutor-filter__item:last-child::after {
  content: none;
}
.page-template-template-help .video-tutor-filter__link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.5px;
  text-align: center;
  color: #858597;
  border-bottom-width: 0;
  transition: 0.2s linear all;
  margin-left: 35px;
  margin-right: 35px;
}
.page-template-template-help .video-tutor-filter__link:hover {
  border-bottom-width: 6px;
}
.page-template-template-help .video-tutor-filter__link.active {
  color: #313146;
  border-bottom-width: 2px;
}
.page-template-template-help .video-tutor-filter__link.active:hover {
  border-bottom-width: 2px;
}
.page-template-template-help .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.page-template-template-help .video-container iframe,
.page-template-template-help .video-container object,
.page-template-template-help .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-help .video-post {
  font-family: "Noto Sans", sans-serif;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s linear transform;
}
.page-template-template-help .video-post:hover {
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
  transform: translateY(-2%);
}
.page-template-template-help .video-post__text {
  padding: 25px 25px 19px;
  border: 1px solid #cdcde4;
  border-top: none;
}
.page-template-template-help .video-post__head {
  font-size: 22px;
  font-weight: 600;
}
.page-template-template-help .video-post__content {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.6px;
}
.page-template-template-help .product-man-section {
  background-color: #f7f7f8;
  padding-top: 70px;
  padding-bottom: 44px;
}
.page-template-template-help .product-man-section .heading, .page-template-template-help .product-man-section .amic .amic-question h1, .amic .amic-question .page-template-template-help .product-man-section h1,
.page-template-template-help .product-man-section .amic .amic-email h1,
.amic .amic-email .page-template-template-help .product-man-section h1,
.page-template-template-help .product-man-section .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-help .product-man-section h1,
.page-template-template-help .product-man-section .amic .amic-cta h1,
.amic .amic-cta .page-template-template-help .product-man-section h1 {
  margin-bottom: 54px;
}
.page-template-template-help .product-man-container {
  max-width: 1260px;
}
.page-template-template-help .product-man-container .product-man {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-template-help .product-man-container .product-man {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-help .product-man-container .row, .page-template-template-help .product-man-container .pncz .option-box .tile-group, .pncz .option-box .page-template-template-help .product-man-container .tile-group, .page-template-template-help .product-man-container .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-help .product-man-container .tile-group, .page-template-template-help .product-man-container .pcz .option-box .tile-group, .pcz .option-box .page-template-template-help .product-man-container .tile-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-template-template-help .product-man__inner {
  padding: 33px 33px 38px 33px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #cdcde4;
  box-shadow: 0 0 0 rgba(49, 49, 70, 0);
  transition: 0.2s linear transform;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-help .product-man__inner:hover {
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
  transform: translateY(-4%);
}
.page-template-template-help .product-man__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.23;
}
.page-template-template-help .product-man__description {
  line-height: 1.44;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
  flex-grow: 1;
}
.page-template-template-help .slick-dots .slick-active::after {
  border-left-color: #0E223F;
  border-right-color: #0E223F;
  border-bottom-color: #0E223F;
  border-radius: 100%;
}
.page-template-template-help .slick-dots {
  margin-top: 38px;
}
.page-template-template-help .slick-prev,
.page-template-template-help .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.page-template-template-help .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  left: 25px;
}
.page-template-template-help .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  right: 25px;
}
.page-template-template-help .prod-container {
  max-width: 1310px;
  position: relative;
}
.page-template-template-help .prod-container .heading, .page-template-template-help .prod-container .amic .amic-question h1, .amic .amic-question .page-template-template-help .prod-container h1,
.page-template-template-help .prod-container .amic .amic-email h1,
.amic .amic-email .page-template-template-help .prod-container h1,
.page-template-template-help .prod-container .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-help .prod-container h1,
.page-template-template-help .prod-container .amic .amic-cta h1,
.amic .amic-cta .page-template-template-help .prod-container h1 {
  margin-bottom: 17px;
}
.page-template-template-help .prod-section {
  background-color: #f7f7f8;
  padding-top: 67px;
  padding-bottom: 65px;
}
.page-template-template-help .prod-section .slick-dots {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-template-template-help .prod-item {
  padding: 30px;
  display: block;
  color: inherit;
}
.page-template-template-help .prod-btn {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (min-width: 992px) {
  .page-template-template-help .prod-btn {
    position: relative;
    bottom: 0;
  }
}
.page-template-template-help .prod-post {
  font-family: "Noto Sans", sans-serif;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s linear transform;
}
.page-template-template-help .prod-post:hover {
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
  transform: translateY(-2%);
}
.page-template-template-help .prod-post__featured {
  padding: 35px 16px;
}
.page-template-template-help .prod-post__featured img {
  margin: 0 auto;
  max-width: 150px;
  height: auto;
}
.page-template-template-help .prod-post__text {
  padding: 25px 25px 19px;
  border-top: none;
}
.page-template-template-help .prod-post__title {
  display: table;
  width: 100%;
}
.page-template-template-help .prod-post__head {
  font-size: 22px;
  font-weight: 500;
  float: left;
}
.page-template-template-help .prod-post__price {
  float: right;
  font-size: 22px;
  font-weight: 600;
}
.page-template-template-help .prod-post__content {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.6px;
}
.page-template-template-help .rr-section {
  background-color: #f7f7f8;
  padding-top: 63px;
  padding-bottom: 40px;
}
.page-template-template-help .rr-section .heading, .page-template-template-help .rr-section .amic .amic-question h1, .amic .amic-question .page-template-template-help .rr-section h1,
.page-template-template-help .rr-section .amic .amic-email h1,
.amic .amic-email .page-template-template-help .rr-section h1,
.page-template-template-help .rr-section .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-help .rr-section h1,
.page-template-template-help .rr-section .amic .amic-cta h1,
.amic .amic-cta .page-template-template-help .rr-section h1 {
  margin-bottom: 33px;
}
.page-template-template-help .rr-section .rr-subheading {
  margin-bottom: 50px;
}
.page-template-template-help .rr-section .rr-container {
  max-width: 1077px;
}
@media (min-width: 768px) {
  .page-template-template-help .rr-section .rr-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-help .rr-section .row, .page-template-template-help .rr-section .pncz .option-box .tile-group, .pncz .option-box .page-template-template-help .rr-section .tile-group, .page-template-template-help .rr-section .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-help .rr-section .tile-group, .page-template-template-help .rr-section .pcz .option-box .tile-group, .pcz .option-box .page-template-template-help .rr-section .tile-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-template-template-help .rr-block {
  margin-bottom: 20px;
}
.page-template-template-help .rr-block__inner {
  padding: 43px 33px 48px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #cdcde4;
  box-shadow: 0 0 0 rgba(49, 49, 70, 0);
  transition: 0.2s linear transform;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-help .rr-block__inner:hover {
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
  transform: translateY(-2%);
}
.page-template-template-help .rr-block__head {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 26px;
}
.page-template-template-help .rr-block__content {
  margin-bottom: 35px;
  flex-grow: 1;
}
.page-template-template-help .rr-block__content p:not(:last-child) {
  margin-bottom: 25px;
}
.page-template-template-help .rr-block__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 286px;
  width: 100%;
}

.col.w-20 {
  width: 20%;
  min-width: 198px;
}

.col-help__inner {
  padding: 25px 15px;
  display: block;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.col-help h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  line-height: 1.23;
  color: #313146;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.template-home-4 .content {
  overflow: hidden;
}
.template-home-4 .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .template-home-4 .container {
    max-width: 720px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .template-home-4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .template-home-4 .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .template-home-4 .container {
    max-width: 1368px;
  }
}
.template-home-4 .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
.template-home-4 .btn-red {
  border-radius: 1.5625rem;
  background-color: #B55821;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  height: min-content;
  white-space: nowrap;
}
.template-home-4 .btn-red:hover {
  background-color: #D67D48;
}
@media (min-width: 992px) {
  .template-home-4 .btn-red {
    font-size: 1.3125rem;
  }
}
.template-home-4 .blue-on-hover:hover {
  color: #0E223F !important;
}
.template-home-4 .white-on-hover:hover {
  color: #fff !important;
}
.template-home-4 .pink-btn-on-hover:hover {
  background-color: #B55821 !important;
}
.template-home-4 .navy-btn-on-hover:hover,
.template-home-4 .btn-wave:hover {
  background-color: #2c405d !important;
}
.template-home-4 .video-modal-shortcode:hover svg path:first-child {
  stroke: #0E223F !important;
}
.template-home-4 .video-modal-shortcode:hover span:last-child {
  color: #2c405d;
}
@media (max-width: 1199.98px) {
  .template-home-4 .full-width-mobile-only {
    width: 100%;
  }
}
.template-home-4 .home-v4-slider a:not(.btn) {
  color: #007da1;
}
.template-home-4 .home-v4-slider a:not(.btn):hover {
  color: #0E223F;
}
.template-home-4 .home-v4-slider .container .slick-track {
  display: flex !important;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide {
  height: inherit !important;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div {
  height: 100%;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide {
  display: flex;
  flex-direction: column;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col {
  position: relative;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col .hero-filler {
  width: 100%;
  padding-bottom: 50%;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col .slider-img,
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col video,
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col iframe {
  position: absolute;
  width: 99.9%;
  height: 100%;
  top: 0;
}
.template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-slide-content {
  padding: 20px;
}
.template-home-4 .home-v4-slider .container .slick-dots {
  justify-content: left;
  padding-left: 1.25rem;
}
.template-home-4 .home-v4-slider .container .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.template-home-4 .home-v4-slider .container .slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
}
.template-home-4 .home-v4-slider .container .slick-dots li button:after {
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: transparent;
  border: 1.5px solid #c1bcb7;
}
.template-home-4 .home-v4-slider .container .slick-dots .slick-active button {
  border: 1.5px solid #0E223F;
}
.template-home-4 .home-v4-slider .container .slick-dots .slick-active button:after {
  background: #0E223F;
  border-color: #0E223F;
}
.template-home-4 .home-v4-slider .container .slick-dots .slick-active:before, .template-home-4 .home-v4-slider .container .slick-dots .slick-active:after {
  display: none;
}
.template-home-4 .home-v4-slider .container h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-slider .container {
    padding-right: 20px;
  }
  .template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide {
    flex-direction: row-reverse;
  }
  .template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col {
    width: 50%;
    border-radius: 25px;
    overflow: hidden;
  }
  .template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-col .hero-filler {
    width: 100%;
    padding-bottom: 100%;
  }
  .template-home-4 .home-v4-slider .container .slick-track .slick-slide > div .hero-slide .hero-slide-content {
    display: flex;
    align-items: center;
    padding: 0 3.375rem 0 0rem;
  }
  .template-home-4 .home-v4-slider .container .slick-track .slick-slide .slick-dots {
    padding-left: 0;
  }
  .template-home-4 .home-v4-slider .container h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.template-home-4 .home-v4-logos .container {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  align-items: center;
}
.template-home-4 .home-v4-logos .container .home-logo {
  width: 50%;
  padding: 0 1rem;
}
.template-home-4 .home-v4-logos .container .home-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .template-home-4 .home-v4-logos .container .home-logo {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-logos .container {
    flex-wrap: nowrap;
    padding: 4rem 0;
  }
  .template-home-4 .home-v4-logos .container .home-logo {
    width: auto;
  }
}
.template-home-4 .home-v4-cols .container {
  padding: 0;
}
.template-home-4 .home-v4-cols .container h3 {
  font-size: 1.75rem;
}
.template-home-4 .home-v4-cols .container p {
  font-size: 1rem;
}
.template-home-4 .home-v4-cols .container .content-col .col-image {
  padding-bottom: 75%;
}
.template-home-4 .home-v4-cols .container .content-col .wysiswg {
  padding: 1rem 1.25rem 2.75rem 1.25rem;
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-cols .container {
    padding: 6rem 0;
    font-size: 1.125rem;
  }
  .template-home-4 .home-v4-cols .container h3 {
    font-size: 2.25rem;
  }
  .template-home-4 .home-v4-cols .container p {
    font-size: 1.125rem;
  }
  .template-home-4 .home-v4-cols .container .content-cols {
    display: flex;
  }
  .template-home-4 .home-v4-cols .container .content-cols .content-col {
    width: 100%;
    padding: 0 0.75rem;
  }
  .template-home-4 .home-v4-cols .container .content-cols .content-col .col-image {
    padding-bottom: 75%;
    border-radius: 1.625rem;
  }
  .template-home-4 .home-v4-cols .container .content-cols .content-col .wysiswg {
    padding: 1rem 0 0;
  }
}
.template-home-4 .home-v4-stats-block {
  padding: 4rem 1.25rem;
}
.template-home-4 .home-v4-stats-block h2 {
  font-family: "Georgia";
  font-size: 3rem;
}
.template-home-4 .home-v4-stats-block h3 {
  font-family: "Georgia";
  font-size: 1.75rem;
}
.template-home-4 .home-v4-stats-block p {
  font-size: 1rem;
}
.template-home-4 .home-v4-stats-block .intro {
  padding-bottom: 1.125rem;
}
.template-home-4 .home-v4-stats-block .content-col {
  padding: 0.875rem 0;
}
.template-home-4 .home-v4-stats-block .content-col:not(:last-child) {
  border-bottom: 1px solid rgba(23, 183, 230, 0.2509803922);
}
.template-home-4 .home-v4-stats-block .text-modal-shortcode {
  text-decoration: underline;
  font-style: italic;
  color: #90a4c1;
}
.template-home-4 .home-v4-stats-block .text-modal-shortcode:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-stats-block {
    padding: 6rem 1.25rem;
  }
  .template-home-4 .home-v4-stats-block h2 {
    font-size: 4rem;
  }
  .template-home-4 .home-v4-stats-block h3 {
    font-size: 2.25rem;
  }
  .template-home-4 .home-v4-stats-block p {
    font-size: 1.125rem;
  }
  .template-home-4 .home-v4-stats-block .intro {
    padding-bottom: 2.125rem;
  }
  .template-home-4 .home-v4-stats-block .content-cols {
    display: flex;
  }
  .template-home-4 .home-v4-stats-block .content-cols .content-col {
    flex: 1 1;
    padding: 0 1rem;
  }
  .template-home-4 .home-v4-stats-block .content-cols .content-col:not(:last-child) {
    border-right: 1px solid rgba(23, 183, 230, 0.2509803922);
    border-bottom: 0;
  }
  .template-home-4 .home-v4-stats-block .outro {
    padding-top: 2.25rem;
  }
}
.template-home-4 .home-v4-testimonials {
  padding: 4rem 2.5rem;
}
.template-home-4 .home-v4-testimonials p {
  font-size: 1rem;
}
.template-home-4 .home-v4-testimonials h2 {
  line-height: 110%;
}
.template-home-4 .home-v4-testimonials .slick-list {
  overflow: visible;
}
.template-home-4 .home-v4-testimonials .slick-slide {
  padding: 0.5rem;
}
.template-home-4 .home-v4-testimonials .slick-slide:nth-child(odd) .bg-image {
  padding-bottom: 100%;
  border-radius: 1.625rem;
}
.template-home-4 .home-v4-testimonials .slick-slide:nth-child(even) .bg-image {
  padding-bottom: 133%;
  border-radius: 1.625rem;
}
.template-home-4 .home-v4-testimonials .testimonial-arrows {
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.template-home-4 .home-v4-testimonials .testimonial-arrows div {
  border-radius: 100%;
  border: 2px solid #c1bcb7;
  padding: 0.625rem;
  font-size: 0.625rem;
  line-height: 100%;
  margin: 0.5rem 0.625rem 0;
}
.template-home-4 .home-v4-testimonials .testimonial-arrows div svg {
  width: 0.75rem;
  height: 0.75rem;
}
.template-home-4 .home-v4-testimonials .testimonial-arrows div svg path {
  fill: #000;
}
.template-home-4 .home-v4-testimonials .testimonial-arrows div.slick-disabled svg path {
  fill: #c1bcb7;
}
.template-home-4 .home-v4-testimonials i {
  color: #fdb01a;
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-testimonials {
    padding: 6rem 0;
  }
  .template-home-4 .home-v4-testimonials h2 {
    font-size: 2.75rem;
  }
  .template-home-4 .home-v4-testimonials p {
    font-size: 1.125rem;
  }
  .template-home-4 .home-v4-testimonials .testimonials-title {
    max-width: 50%;
    margin: auto;
  }
  .template-home-4 .home-v4-testimonials .slick-list {
    overflow: hidden;
  }
  .template-home-4 .home-v4-testimonials .testimonial-arrows {
    justify-content: flex-end;
  }
  .template-home-4 .home-v4-testimonials .testimonial-arrows div {
    margin: 0 0.375rem;
  }
}
.template-home-4 .home-v4-side-by-side .container {
  padding: 0;
}
.template-home-4 .home-v4-side-by-side .container h3 {
  font-size: 1.625rem;
}
.template-home-4 .home-v4-side-by-side .container .mobile-img {
  padding-bottom: 67%;
}
.template-home-4 .home-v4-side-by-side .container .sxs-title {
  padding: 2.75rem 1.25rem 0;
}
.template-home-4 .home-v4-side-by-side .container .sxs-content {
  padding: 2.75rem 1.25rem 4.5rem;
}
@media (min-width: 576px) {
  .template-home-4 .home-v4-side-by-side .container .sxs-content {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .template-home-4 .home-v4-side-by-side .container {
    padding: 6rem 1.25rem;
  }
  .template-home-4 .home-v4-side-by-side .container h2 {
    font-size: 2.75rem;
  }
  .template-home-4 .home-v4-side-by-side .container h3,
  .template-home-4 .home-v4-side-by-side .container li::marker {
    font-size: 2.25rem;
  }
  .template-home-4 .home-v4-side-by-side .container .sxs-title {
    padding: 0 1.25rem 3rem;
  }
  .template-home-4 .home-v4-side-by-side .container .sxs-content {
    width: 50%;
    padding: 4rem;
  }
  .template-home-4 .home-v4-side-by-side .container .sxs-image {
    width: 50%;
    padding-bottom: 50%;
    border-radius: 25px;
  }
}
.template-home-4 .home-v4-single-column .container {
  padding: 4rem 1.25rem;
}
.template-home-4 .home-v4-single-column .container h2 {
  font-size: 2.75rem;
}
@media (max-width: 1199.98px) {
  .template-home-4 .home-v4-single-column .content {
    max-width: 100% !important;
  }
  .template-home-4 .home-v4-single-column .container h2 {
    font-size: 1.75rem;
  }
  .template-home-4 .home-v4-single-column p {
    font-size: 1rem;
  }
}

.video-modal-shortcode span:last-child {
  text-decoration: underline;
  color: #000;
}

.product-line-up {
  padding: 4rem 2.5rem;
}
.product-line-up .container {
  padding: 0;
}
.product-line-up .product-title {
  font-family: "Georgia";
  font-size: 28px !important;
  line-height: 110%;
  padding-bottom: 25px;
}
.product-line-up .slick-list {
  overflow: visible;
}
.product-line-up .slick-track {
  display: flex !important;
}
.product-line-up .slick-slide {
  height: inherit !important;
  border-radius: 1.625rem;
  margin: 0 0.625rem;
  overflow: hidden;
  filter: blur(2px);
}
.product-line-up .slick-slide > div, .product-line-up .slick-slide > div > div {
  height: 100% !important;
}
.product-line-up .slick-slide .product-line-up__product-image {
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 85%;
  background-color: #abdbe8;
}
.product-line-up .slick-slide .product-line-up__product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.product-line-up .slick-slide .product-line-up__product-image .fill-height {
  height: 100%;
  width: auto;
}
.product-line-up .slick-slide .product-header {
  color: #737373;
  line-height: 150%;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 500 !important;
}
.product-line-up .slick-slide .product-title {
  font-family: "Georgia";
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 0.25rem;
}
.product-line-up .slick-slide .price {
  font-size: 1.375rem;
  color: #000;
}
.product-line-up .slick-slide .crossed-out-price {
  font-size: 1rem;
  color: #737373;
}
.product-line-up .slick-slide .new-label {
  top: 0.75rem;
  left: 0.75rem;
  background-color: #0E223F;
  padding: 0.5rem 1.375rem;
  border-radius: 6.25rem;
  height: fit-content;
}
.product-line-up .slick-slide .blue-check {
  color: #0E223F !important;
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
}
.product-line-up .slick-slide.slick-current {
  /*position: relative;
  top: -1.25rem;
  filter: none; */
}
.product-line-up .slick-slide.slick-active {
  position: relative;
  top: -1.25rem;
  filter: none;
}
.product-line-up .product-arrows {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
.product-line-up .product-arrows div {
  border-radius: 100%;
  border: 2px solid #c1bcb7;
  padding: 0.625rem;
  font-size: 0.625rem;
  line-height: 100%;
  margin: 0.5rem 0.625rem 0;
}
.product-line-up .product-arrows div svg {
  width: 0.75rem;
  height: 0.75rem;
}
.product-line-up .product-arrows div svg path {
  fill: #000;
}
.product-line-up .product-arrows div.slick-disabled svg path {
  fill: #c1bcb7;
}
.product-line-up .btn-wave {
  border-radius: 1.625rem;
  background-color: #0E223F;
  width: 100%;
  white-space: nowrap;
}
.product-line-up .swatch {
  border-radius: 100%;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.375rem;
  overflow: hidden;
}
.product-line-up .swatch img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.product-line-up .swatch.active {
  height: 1.125rem;
  width: 1.125rem;
  padding: 0.3125rem;
  border: 1px solid #c1bcb7;
}
@media (min-width: 992px) {
  .product-line-up {
    padding: 6rem 0;
  }
  .product-line-up .container > .product-title {
    font-size: 2.75rem !important;
  }
  .product-line-up .slick-list {
    overflow: hidden;
  }
  .product-line-up .slick-slide {
    filter: none !important;
  }
  .product-line-up .slick-slide.slick-current {
    top: 0;
  }
  .product-line-up .slick-slide.slick-active {
    top: 0;
    /*filter: none;*/
  }
  .product-line-up .slick-slide .product-title {
    font-size: 2.25rem !important;
  }
  .product-line-up .slick-slide .price {
    font-size: 1.75rem;
  }
  .product-line-up .slick-slide .crossed-out-price {
    font-size: 1.125rem;
  }
  .product-line-up .slick-slide .btn-wave {
    font-size: 1.3125rem;
  }
  .product-line-up .product-arrows {
    justify-content: center;
    padding-bottom: 1rem;
  }
  .product-line-up .product-arrows div {
    margin: 0 0.375rem;
  }
}

.home-hero-text {
  font-size: 45px;
  font-weight: 700;
  font-family: "Georgia", serif;
}
@media (min-width: 576px) {
  .home-hero-text {
    margin-top: 0.5em;
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .home-hero-text {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .home-hero-text {
    font-size: 66px;
  }
}
.home-hero-text-highlight {
  position: relative;
  display: inline-block;
}
.home-hero-text-highlight span {
  position: relative;
  z-index: 1;
  font-style: italic;
}
.home-hero-text-highlight::before {
  content: "";
  display: block;
  height: 19px;
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .home-hero-text-highlight::before {
    bottom: 0.1em;
  }
}
.home .align-vertical {
  margin: auto 0;
}
.home .highlight-blue img {
  width: 425px !important;
  max-width: 100%;
}
.home-product-margin {
  margin-top: 69px;
}
@media (min-width: 768px) {
  .home-product-margin {
    margin-top: 87px;
  }
}
@media (min-width: 992px) {
  .home-product-margin {
    margin-top: 110px;
  }
}
.home-product-intro .subheading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.home-product-intro .btn {
  transform-origin: 122.5px 25px 0;
  perspective-origin: 122.5px 25px;
  width: 250px;
  color: #17c3e6;
  z-index: 5;
}
.home-product-intro .img-content .btn {
  width: 178px;
  bottom: 5%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.home-product-intro .icon {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 11;
}
@media (max-width: 991.98px) {
  .home-product-intro .icon {
    top: -70px;
    left: 20px;
    right: auto;
  }
  .home-product-intro .icon svg {
    height: 70px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .home-product-intro .icon svg {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .home-product-intro .icon {
    right: 75px;
  }
  .home-product-intro .icon svg {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .home-product-intro {
    text-align: center;
  }
  .home-product-intro .highlight-blue img {
    max-width: 100%;
    left: 50%;
    transform: translateX(calc(-50% - 20px));
    overflow: hidden;
  }
  .home-product-intro .btn {
    margin: 0 auto;
    width: 305px;
  }
  .home-product-intro .img-content .play-circle {
    width: 63px;
  }
  .home-product-intro .img-content .btn {
    width: 121px;
    bottom: 5%;
    font-size: 15px;
  }
}
.home-product-intro-v2 .subheading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.home-product-intro-v2 .btn {
  transform-origin: 122.5px 25px 0;
  perspective-origin: 122.5px 25px;
  width: 250px;
  color: #17c3e6;
  z-index: 5;
}
.home-product-intro-v2 .img-content .play-circle {
  width: 101px;
  min-width: 101px;
}
.home-product-intro-v2 .img-content .btn {
  width: 178px;
  bottom: 5%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.home-product-intro-v2 .icon {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 11;
}
@media (max-width: 991.98px) {
  .home-product-intro-v2 .icon {
    top: -70px;
    left: 20px;
    right: auto;
  }
  .home-product-intro-v2 .icon svg {
    height: 70px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .home-product-intro-v2 .icon svg {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .home-product-intro-v2 .icon {
    right: 75px;
  }
  .home-product-intro-v2 .icon svg {
    width: 130px;
  }
}
@media (max-width: 991.98px) {
  .home-product-intro-v2 {
    text-align: center;
  }
  .home-product-intro-v2 .highlight-blue img {
    max-width: 100%;
    left: 50%;
    transform: translateX(calc(-50% - 20px));
    overflow: hidden;
  }
  .home-product-intro-v2 .btn {
    margin: 0 auto;
    width: 100%;
    max-width: 305px;
  }
  .home-product-intro-v2 .img-content .play-circle {
    width: 63px;
    min-width: 63px;
  }
  .home-product-intro-v2 .img-content .btn {
    width: 121px;
    bottom: 5%;
    font-size: 15px;
  }
}
.home-logos {
  height: 188px;
  padding: 20px 0;
}
.home-logos .home-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.home-logos .home-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .home-logos .home-logo img {
    max-width: 200px;
  }
}
.home-logos-new {
  height: 188px;
}
.home-logos-new .home-logo {
  height: calc(188px - 2rem);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.home-logos-v2 {
  height: 100%;
  padding: 20px 0;
}
.home-logos-v2 .home-logo {
  max-width: 33.33%;
  height: 137px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 20px;
}
.home-logos-v2 .home-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .home-logos-v2 .home-logo img {
    max-width: 200px;
  }
}
.home-experts {
  background: url(/wp-content/themes/audicus/dist/images/cutout-bg-blue.svg) left bottom no-repeat, url(/wp-content/themes/audicus/dist/images/marianne.png) top right no-repeat;
  background-size: 200%, cover;
}
@media (min-width: 768px) {
  .home-experts {
    background-size: 70%, cover;
    height: 700px;
  }
}
.home-experts .container,
.home-experts .row,
.home-experts .pncz .option-box .tile-group,
.pncz .option-box .home-experts .tile-group,
.home-experts .pdcz .option-box .tile-group,
.pdcz .option-box .home-experts .tile-group,
.home-experts .pcz .option-box .tile-group,
.pcz .option-box .home-experts .tile-group {
  height: 100%;
}
@media (min-width: 768px) {
  .home-experts .row > div, .home-experts .pncz .option-box .tile-group > div, .pncz .option-box .home-experts .tile-group > div, .home-experts .pdcz .option-box .tile-group > div, .pdcz .option-box .home-experts .tile-group > div, .home-experts .pcz .option-box .tile-group > div, .pcz .option-box .home-experts .tile-group > div {
    max-width: 300px;
  }
}
.home-pricing {
  overflow: hidden;
}
.home-pricing .ripples {
  top: 50%;
  z-index: 0;
}
.home-pricing .ripples > .circle {
  background: #173969;
}
.home-pricing .container {
  position: relative;
  z-index: 1;
}
.home-shop-now {
  background-clip: content-box;
  padding: 0.5rem 0 0.5rem 0;
}
@media (min-width: 992px) {
  .home-shop-now {
    background-clip: content-box;
    padding: 0.5rem 0 0.5rem 0;
  }
}
.home-shop-now p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .home-shop-now p {
    font-size: 21px;
  }
}
@media (min-width: 576px) {
  .home-shop-now .first-image {
    margin-bottom: 3.375rem;
  }
}
.home-shop-now .btn {
  width: 100%;
  max-width: 305px;
  margin-top: 3.125rem;
}
@media (min-width: 576px) {
  .home-shop-now .btn {
    width: 250px;
    margin-top: 0;
  }
}
.home-easy-steps .chip {
  max-width: 300px;
  background-color: initial;
}
@media (max-width: 767.98px) {
  .home-easy-steps .chip {
    max-width: 300px;
    padding: 0;
    border: 0;
    background: none;
  }
  .home-easy-steps .chip:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .home-easy-steps .chip .subheading {
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .home-easy-steps .span-circle {
    background-color: #0E223F;
    border-radius: 50%;
    color: white;
    padding: 6px 9px 6px 9px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 5px;
  }
}
.home-easy-steps .icon-circle {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.25rem;
  font-size: 33px;
}
.home-easy-steps .icon-radiate {
  animation: pulse 2s 2s infinite ease-in-out;
  box-shadow: 0 0 0 4em rgba(120, 120, 163, 0.02), 0 0 0 3em rgba(175, 175, 175, 0.03), 0 0 0 2em rgba(120, 120, 163, 0.04), 0 0 0 1em rgba(120, 120, 163, 0.05);
}
.home-easy-steps .icon-radiate:hover {
  animation: none;
  box-shadow: 0 0 0 4em rgba(120, 120, 163, 0.04), 0 0 0 3em rgba(120, 120, 163, 0.06), 0 0 0 2em rgba(120, 120, 163, 0.08), 0 0 0 1em rgba(120, 120, 163, 0.1);
}
.home-easy-steps .icon-radiate-lg {
  animation: pulseLg 2s 2s infinite ease-in-out;
  box-shadow: 0 0 0 12em rgba(120, 120, 163, 0.03), 0 0 0 8em rgba(175, 175, 175, 0.06), 0 0 0 4em rgba(120, 120, 163, 0.09);
}
.home-easy-steps .icon-radiate-lg:hover {
  animation: none;
  box-shadow: 0 0 0 12em rgba(120, 120, 163, 0.06), 0 0 0 8em rgba(175, 175, 175, 0.12), 0 0 0 4em rgba(120, 120, 163, 0.18);
}
.home-easy-steps .vertical-divide::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%, -50%);
  -o-transform: translateX(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 418px;
  top: 50%;
  border-right: 1px solid #cfcfea;
  z-index: 0;
}
.home-easy-steps .btn {
  width: 100%;
  max-width: 305px;
}
@media (min-width: 768px) {
  .home-easy-steps .btn {
    width: 233px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .home .centered-high {
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, -50%);
  }
  .home .ml-centered-low {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.htl {
  background: #f3f3f6;
}
.htl-background {
  background-image: url(/wp-content/themes/audicus/dist/images/circle-lady.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 600px 600px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.htl p {
  font-size: 16px;
  font-weight: 600;
  color: #313148;
}
@media (max-width: 1199.98px) {
  .htl .htl-background {
    background-size: 475px 475px;
  }
  .htl p {
    font-size: 13px;
  }
  .htl .htl-icon {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 991.98px) {
  .htl .htl-background {
    background-image: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 12px;
  }
  .htl p {
    font-size: 17px;
    font-weight: 600;
    color: #313148;
  }
}
.htl-item {
  margin-bottom: 15px;
}
.htl-wrap {
  height: 100%;
}
.htl footer {
  display: none;
}
.htl .btn-secondary, .htl .header-cart {
  width: 250px;
  padding: 16px;
}
.htl h1 {
  font-size: 47px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #313148;
}
.htl h4 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.7px;
  text-align: center;
  color: #0E223F;
}
.htl .site-header {
  height: 80px !important;
}
.htl .site-header .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.htl .site-header .container .brand {
  max-width: none;
}
.htl .site-header-logo {
  display: block;
  text-align: center !important;
}
.htl .site-header-logo svg {
  max-width: 130px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.htu {
  background: #f7f7f8;
  height: 100%;
}
.htu .brand {
  max-width: none;
}
.htu-product {
  width: 80%;
  margin: auto;
}
.htu-spinner {
  animation: spin 450ms infinite;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  .htu {
    background: #fff;
  }
}
.htu .dropzone {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .htu .dropzone {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .htu .btn-block {
    margin-left: 12px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  .htu-full {
    height: calc(100vh - 80px) !important;
  }
}
.htu-success-copy {
  text-align: center;
}
.htu-success-copy .heading, .htu-success-copy .amic .amic-question h1, .amic .amic-question .htu-success-copy h1,
.htu-success-copy .amic .amic-email h1,
.amic .amic-email .htu-success-copy h1,
.htu-success-copy .amic .amic-announcement h1,
.amic .amic-announcement .htu-success-copy h1,
.htu-success-copy .amic .amic-cta h1,
.amic .amic-cta .htu-success-copy h1 {
  margin-bottom: 2rem;
}
.htu-copy {
  padding-top: 12px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .htu-copy .mobile-center {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .htu-copy {
    text-align: left;
  }
  .htu-success-copy {
    text-align: left;
  }
}
.htu-mat-div {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .htu-mat-div:nth-child(even) {
    padding-left: 12px;
  }
  .htu-mat-div:nth-child(odd) {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .htu-mat-div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.htu-audiologist {
  height: 108px;
  width: 108px;
}
.htu-audiologist-title {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #313146;
}
.htu-audiologist-copy {
  color: #858597;
  font-size: 16px;
}
.htu .htuUpload {
  box-sizing: border-box;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cdcde4;
  background: white;
  padding: 20px 40px;
  font-size: 14px;
}
.htu .htuUpload-complete {
  border: 1px solid #0E223F;
  box-shadow: 0 1em 3em -1em rgba(0, 0, 0, 0.25);
}
.htu .htuUpload .icon-check svg {
  width: 30px;
  height: 30px;
}
.htu .container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .htu .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .htu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .htu .container {
    max-width: 1368px;
  }
}
.htu .site-header {
  height: 80px !important;
}
.htu .site-header .container {
  height: 100%;
  position: relative;
}
.htu .site-header .container .row, .htu .site-header .container .pncz .option-box .tile-group, .pncz .option-box .htu .site-header .container .tile-group, .htu .site-header .container .pdcz .option-box .tile-group, .pdcz .option-box .htu .site-header .container .tile-group, .htu .site-header .container .pcz .option-box .tile-group, .pcz .option-box .htu .site-header .container .tile-group {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.htu .site-header-logo {
  display: block;
}
.htu .site-header-logo svg {
  max-width: 130px;
}
.htu .main-container {
  overflow-x: hidden;
}
.htu-wrap {
  height: 100%;
}
.htu-color-section {
  background: #f7f7f8;
}

.hwks-section-1 {
  background: #0E223F url(/wp-content/themes/audicus/dist/images/hwks-image-1.jpg) no-repeat bottom right fixed;
  background-size: cover;
}
.hwks-section-2 {
  background: #0E223F url(/wp-content/themes/audicus/dist/images/hwks-image-2.jpg) no-repeat bottom right fixed;
  background-size: cover;
}
.hwks-section-3 {
  background: #117E9F url(/wp-content/themes/audicus/dist/images/hwks-image-3.jpg) no-repeat bottom right fixed;
  background-size: cover;
}
.hwks-step {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.hwks-step .icon-circle {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hwks-step {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.hwks-step::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5rem;
  border-right: 2px solid #FFFFFF;
  z-index: 0;
}
.hwks-step-2::before, .hwks-step-3::before {
  height: 20rem;
  top: -7rem;
}
@media (min-width: 768px) {
  .hwks-step-1::before {
    width: 10rem;
    height: 100vh;
    top: 0;
    bottom: auto;
    transform: translateX(-100%);
    border-top: 2px solid #FFFFFF;
  }
  .hwks-step-2::before, .hwks-step-3::before {
    height: 100vh;
    top: -50vh;
  }
}

.single-location {
  margin-top: 0;
}

.location-single #siteHeader {
  position: relative;
}
.location-single__nav {
  background-color: #f3f3f4;
  height: 72px;
  width: 100%;
}
.location-single__nav a {
  color: #000;
  font-family: "Noto Serif", serif;
}
.location-single--banner {
  height: auto;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .location-single--banner {
    background-image: none !important;
    background-color: #FFFFFF;
  }
}
.location-single--banner h1 {
  color: #313146;
}
.location-single--intro {
  padding-top: 1.5rem;
  font-size: 1.125rem;
}
.location-single--intro h1 {
  font-size: 3rem;
  padding: 1.5rem 0;
}
.location-single--booking .booking__border {
  border-right: 1px solid #c2c2c2;
}
@media (max-width: 991.98px) {
  .location-single--booking .booking__border {
    border-right: 0;
    border-bottom: 1px solid #c2c2c2;
  }
}
.location-single--booking .booking__summary {
  text-align: center;
}
.location-single--booking .booking__summary h2 {
  font-size: 1.5rem;
}
.location-single--booking .booking__summary h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.location-single--booking .booking__logo {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: white;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25), 0 -2px 11px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  padding-top: 1px;
}
.location-single--booking .booking__logo img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .location-single--booking .booking__logo {
    height: 50px;
    width: 50px;
  }
}
.location-single--booking .booking__link {
  display: flex;
  align-items: center;
  color: #313146;
  transition: 0.2s;
}
.location-single--booking .booking__link:hover::before {
  background: #1080a0;
}
.location-single--booking .booking__link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0E223F;
  border-radius: 100%;
  margin-right: 10px;
  transition: 0.2s;
}
@media (max-width: 1199.98px) {
  .location-single--booking .booking__link::before {
    width: 25px;
    height: 25px;
  }
}
.location-single--booking .booking__link img {
  margin-left: 30px;
}
.location-single--contact .ls-contact__details a {
  color: #313146;
  transition: 0.2s;
}
.location-single--contact .ls-contact__details a:hover {
  color: #0E223F;
}
.location-single--contact .ls-contact__hour p {
  color: #9090a0;
}
.location-single--contact .ls-contact__bg {
  width: 310px;
  height: 160px;
  position: absolute;
  top: -40%;
  z-index: 50;
  right: 0;
}
.location-single--contact .ls-contact__directions {
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.location-single--contact .ls-contact__directions .btn {
  pointer-events: all;
}
.location-single--contact .ls-contact__map {
  width: 100%;
  height: 480px;
}
.location-single--prompt .ls-prompt__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-single .icon-phone svg,
.location-single .icon-email svg {
  height: 10px;
  width: 15px;
}
.location-single .icon-email svg path {
  fill: #161621;
  stroke: #fff;
}
@media (min-width: 992px) {
  .location-single--intro {
    font-size: 1.125rem;
  }
  .location-single--intro h1 {
    font-size: 2.375rem;
  }
}
.location-single h1,
.location-single h2,
.location-single h3 {
  font-family: "Noto Serif", serif;
}
.location-single h2 {
  font-size: 2.125rem;
}
@media (min-width: 992px) {
  .location-single h2 {
    font-size: 2.375rem;
  }
}
.location-single__title {
  font-family: "Noto Serif", serif;
}
.location-single__map iframe {
  min-height: 384px;
}
.location-single__message::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 23px 0 11px 0;
}
.location-single__message a.d-block {
  padding-top: 2rem;
}
.location-single__specialization .spec-inner {
  font-size: 1.125rem;
  line-height: 22px;
  width: 75%;
}
.location-single__specialization .spec-inner__image {
  width: 40px;
  float: left;
}
.location-single__specialization .spec-inner__image img {
  width: 40px;
  height: auto;
}
.location-single__specialization .spec-inner__text {
  margin-left: 45px;
}
.location-single__face-to-face .text-content {
  padding: 1.5rem;
}
.location-single__calendar {
  max-height: 650px;
}
.location-single__calendar .calendly-inline-widget {
  max-height: 382px;
}
.location-single__thumbnail img {
  height: calc(100% - 9rem);
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .location-single__thumbnail img {
    height: auto;
  }
}
.location-single .btn:not(.btn-link) {
  background-color: #0E223F;
  color: #fff;
  font-weight: 600;
  padding: 14px 24px;
  font-size: 1rem;
}

.see-all-faqs {
  background-color: #0E223F;
  color: #FFFFFF;
  font-weight: 400;
}

#faq .faq-card {
  border-bottom: 2px solid #f9f9f9;
}
#faq .faq-card .faq-card-header h3 {
  font-size: 1.125rem;
}
#faq .faq-card .faq-card-header h3 button {
  padding: 0;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 600;
  color: black;
}
#faq .faq-card .faq-card-header h3 button:hover {
  text-decoration: underline;
}
#faq .faq-card .faq-card-header h3 button .icon {
  transform: rotate(180deg);
}
#faq .faq-card .faq-card-header h3 button .icon svg {
  width: 12px;
}
#faq .faq-card .faq-card-header h3 button.collapsed .icon {
  transform: rotate(0deg);
}
#faq .faq-card .faq-card-body {
  padding-top: 1rem;
}

.location-products {
  /*
  .product-line-up {
    background-image: none;
  }

  h2 {
    font-size: 2.125rem;
    font-family: $main-font;

    @include media-breakpoint-up(md) {
      font-size: 2.375rem;
    }
  }

  h3 {
    font-family: $sub-font;
    font-size: 1.375rem;
    margin: 1rem 0 2.5rem;

    @include media-breakpoint-up(md) {
      margin: 0 0 4rem;
    }
  }

  h4 {
    margin-top: 1.5rem;
    font-family: $main-font;
    font-size: 1.375rem;
    margin-bottom: 0;

    @include media-breakpoint-up(md) {
      font-size: 1.25rem;
    }
  }

  &__single {
    text-align: center;
    border: 1px solid #c2c2c2;
    height: 100%;
  }

  &__padding {
    padding: 0 8px;
  }

  &__pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  &__price-secondary {
    width: 100%;
  }

  .col-five {
    @include media-breakpoint-up(lg) {
      flex-basis: 20% !important;
    }
  }

  .same-height {
    align-items: stretch;
  }

  .btn {
    color: $white;
    background-color: $theme-blue;
    font-weight: 600;
    padding: 14px 24px;
    font-size: 1rem;
  }

  .little {
    font-size: 0.875rem;
  }

  .price {
    color: $theme-blue;
    font-family: $main-font;
  }

  .product-image {
    position: relative;
    border-bottom: 1px solid #c2c2c2;

    .new-label {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #f24164;
      color: $white;
      text-transform: uppercase;
      padding: 0 1.25rem;
      font-size: 0.875rem;
    }
  }

  .modal {
    padding: 20px;

    .modal-dialog {
      @include media-breakpoint-down(md) {
        min-width: 90%;
      }
    }

    .modal-content {
      .modal-body {
        padding: 0;
        position: relative;

        button.close {
          position: absolute;
          top: 14px;
          right: 14px;
          z-index: 1;
          width: 30px;
          height: 30px;
          background-color: #f3f3f4;
          border-radius: 30px;

          span {
            color: $black;
          }
        }

        .product-image {
          margin: 1.875rem 0;

          .new-label {
            padding: 0 0.7rem;
            font-weight: 600;
            transform: translateY(50%);
          }
        }

        h4 {
          font-weight: 700;
          font-size: 2.375rem;
          margin: 0;
        }

        h5 {
          font-family: $main-font;
          font-size: 1.25rem;
        }

        .price {
          font-size: 1.5rem;
        }

        .stars {
          font-size: 0.75rem;
          font-family: $main-font;
          display: flex;
          align-items: center;
          margin-bottom: 0.875rem;

          .product-stars {
            margin: 0 0 0 1rem;
          }
        }

        p.description {
          font-size: 1.125rem;
          margin-bottom: 2.5rem;
        }

        .btn {
          @include media-breakpoint-down(sm) {
            width: 100%;
            margin-bottom: 20px;
          }
        }
      }
    }
  }
  */
}
.location-products .product-line-up {
  background-image: none;
}
.location-products .product-line-up__product-card {
  padding-bottom: 0 !important;
}
.location-products .product-line-up__product-card .btn {
  display: none;
}
.location-products .product-line-up__product-card .monthly-price {
  font-size: 0.875rem !important;
}

.location-review {
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  padding: 1.125rem;
}
.location-review--padding {
  padding: 0 8px;
}

.location-hours .hours-title {
  font-size: 1.1875rem;
  font-weight: 600;
}
.location-hours .day {
  font-size: 0.875rem;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .location-hours .day {
    width: 14%;
  }
}
.location-hours .day .day-title {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
}
.location-hours .day .day-tag {
  border: 1px #f24164 solid;
  padding: 0 10px;
  border-radius: 20px;
  color: #f24164;
  min-width: 77px;
  text-align: center;
}
.location-hours .day .day-tag.closed {
  border: 1px #313146 solid;
  color: #313146;
}
.location-hours .day .day-open {
  font-family: "Noto Serif", serif;
}

.template-locations-archive .banner-page {
  height: auto;
}
.template-locations-archive .location-archive_slider {
  position: relative;
}
.template-locations-archive .location-archive_slider .location-slide {
  position: relative;
}
.template-locations-archive .location-archive_slider .location-slide__image {
  padding-bottom: 41%;
}
@media (max-width: 767.98px) {
  .template-locations-archive .location-archive_slider .location-slide__image {
    background-image: none !important;
    background-color: #FFFFFF;
    padding-bottom: 0;
  }
}
.template-locations-archive .location-archive_slider .location-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .template-locations-archive .location-archive_slider .location-slide__content {
    position: relative;
    background-color: #FFFFFF;
  }
  .template-locations-archive .location-archive_slider .location-slide__content .container {
    margin: 0;
  }
}
.template-locations-archive .location-archive_slider .location-slide__content .h1 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.5625rem;
}
@media (min-width: 1200px) {
  .template-locations-archive .location-archive_slider .location-slide__content .h1 {
    font-size: 3rem;
  }
}
.template-locations-archive .location-archive_slider .location-slide__content p {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .template-locations-archive .location-archive_slider .location-slide__content p {
    font-size: 1.125rem;
  }
}
.template-locations-archive .location-archive_slider .location-slide .bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.template-locations-archive .location-archive_slider .location-slide a.btn {
  color: #FFFFFF;
  background-color: #0E223F;
  font-weight: 600;
  padding: 14px 24px;
  font-size: 1rem;
}
.template-locations-archive .location-archive_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 2.5rem;
  padding: 0 1rem;
  width: auto;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive_slider .slick-dots {
    width: 100%;
  }
}
.template-locations-archive .gm-style-iw {
  max-width: 300px !important;
}
.template-locations-archive .location-archive .btn:not(.btn-link) {
  background-color: #0E223F;
  color: #FFFFFF;
  font-weight: 600;
  padding: 14px 24px;
  font-size: 1rem;
}
.template-locations-archive .location-archive h1,
.template-locations-archive .location-archive h2,
.template-locations-archive .location-archive h3 {
  font-family: "Noto Serif", serif;
}
.template-locations-archive .location-archive__locations {
  padding-bottom: 2.5rem;
}
.template-locations-archive .location-archive__locations h2 {
  font-weight: bold;
  font-size: 2.125rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations h2 {
    padding: 2.5rem 0;
  }
}
.template-locations-archive .location-archive__locations .location-tabs ul {
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .location-tabs ul {
    border-bottom: 5px solid #0E223F;
  }
}
.template-locations-archive .location-archive__locations .location-tabs ul li {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .location-tabs ul li {
    margin-left: 2px;
  }
}
.template-locations-archive .location-archive__locations .location-tabs ul li a {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #000;
  height: 64px;
  line-height: 54px;
}
.template-locations-archive .location-archive__locations .location-tabs ul li a.active {
  background-color: #0E223F;
  color: #FFFFFF;
}
.template-locations-archive .location-archive__locations .location-tabs ul li a.dropdown-toggle .icon {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .location-tabs ul li a.dropdown-toggle .icon {
    margin-right: 2.5rem;
  }
}
.template-locations-archive .location-archive__locations .location-tabs ul li a.dropdown-toggle::after {
  display: none;
}
.template-locations-archive .location-archive__locations .location-tabs ul li a.dropdown-toggle.active svg path {
  fill: #FFFFFF !important;
}
.template-locations-archive .location-archive__locations .location-tabs ul li:first-child {
  margin-left: 0;
}
.template-locations-archive .location-archive__locations .location-tabs ul li.dropdown.show a {
  background-color: #FFFFFF;
}
.template-locations-archive .location-archive__locations .location-tabs ul li.dropdown.show a.dropdown-item:hover {
  background-color: #f3f3f4;
}
.template-locations-archive .location-archive__locations .location-tabs ul li.dropdown.show a.dropdown-item.active {
  background-color: #0E223F;
}
.template-locations-archive .location-archive__locations .location-tabs ul li.dropdown.show a.dropdown-toggle.active {
  color: #000 !important;
}
.template-locations-archive .location-archive__locations .location-tabs ul li.dropdown.show a.dropdown-toggle.active svg path {
  fill: #0E223F !important;
}
.template-locations-archive .location-archive__locations .tab-content {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .tab-content {
    padding-top: 3rem;
  }
}
.template-locations-archive .location-archive__locations .tab-content h3 {
  font-size: 1.75rem;
  padding: 2.5rem 0 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .tab-content h3 {
    font-size: 1.875rem;
    padding: 1.5rem 0 1rem;
  }
}
.template-locations-archive .location-archive__locations .tab-content .h4 {
  font-size: 1.75rem;
  display: block;
  padding-bottom: 1.5rem;
  margin: 0;
}
.template-locations-archive .location-archive__locations .tab-content p {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__locations .tab-content p {
    font-size: 1.125rem;
  }
}
.template-locations-archive .location-archive__map {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__map {
    padding: 20px;
    background-color: #FFFFFF;
  }
}
.template-locations-archive .location-archive__map iframe {
  min-height: 366px;
  margin-bottom: 1rem;
}
.template-locations-archive .location-archive__map .btn {
  margin-bottom: 20px;
}
.template-locations-archive .location-archive__tiles .tile-text {
  padding: 2.5rem 1rem;
}
.template-locations-archive .location-archive__tiles .tile-text h2 {
  font-size: 2.125rem;
  font-family: "Noto Serif", serif;
}
@media (min-width: 1200px) {
  .template-locations-archive .location-archive__tiles .tile-text h2 {
    font-size: 2.375rem;
  }
}
@media (min-width: 768px) {
  .template-locations-archive .location-archive__tiles .tile-text {
    padding: 3rem 7rem;
  }
}
@media (min-width: 992px) {
  .template-locations-archive .location-archive__tiles .tile-text {
    padding: 0 7rem;
  }
  .template-locations-archive .location-archive__tiles .tile-text .tile-content {
    max-width: 350px;
  }
  .template-locations-archive .location-archive__tiles .odd .tile-text {
    order: 2;
  }
  .template-locations-archive .location-archive__tiles .odd .tile-image {
    order: 1;
  }
}
.template-locations-archive .location-block__inner .clinic-title a {
  font-size: 1.75rem;
  color: #000;
}

.template-locations-archive .bg-alt {
  background: #f2f2f3;
}
.template-locations-archive .loc-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
}
.template-locations-archive .zipcode-search {
  font-size: 1.25em;
}
.template-locations-archive .zipcode-search::placeholder {
  color: #0E223F;
}
.template-locations-archive .row_h2-subtitle {
  margin: 30px 0 15px;
}
.template-locations-archive .row_h2-subtitle .col {
  padding-left: 0;
}
.template-locations-archive .row-section-header .col h3 {
  margin-bottom: 15px;
}
.template-locations-archive .tile-image img {
  height: 100%;
  object-fit: cover;
}
.template-locations-archive .locations-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-locations-archive .product-line-up__product-card {
  padding-bottom: 0 !important;
}
.template-locations-archive .product-line-up__product-card .btn {
  display: none;
}
.template-locations-archive .product-line-up__product-card .monthly-price {
  font-size: 0.875rem !important;
}
.template-locations-archive .row-h2-header {
  margin-top: 20px;
}
.template-locations-archive .row-h2-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.template-locations-archive .location-tabs-master-title .col {
  padding: 20px 0 20px 20px;
}
.template-locations-archive .location-container {
  display: none !important;
}
.template-locations-archive .location-container.active {
  display: block !important;
}
.template-locations-archive .location-container .col-tab-title {
  padding-right: 0;
}
.template-locations-archive .location-container .col-show-more {
  padding-left: 10px;
}
.template-locations-archive .location-container .col-show-more .show-more {
  padding: 10px 0;
}
.template-locations-archive .location-container .col-show-more .additional-locations {
  display: none;
  flex-direction: column;
  background: white;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.template-locations-archive .location-container .col-show-more .additional-locations a {
  margin: 10px 0;
  color: black;
  text-align: center;
}
.template-locations-archive .location-container .col-show-more:hover .additional-locations {
  display: flex;
}
.template-locations-archive .location-container .location-header-image {
  margin-top: 40px;
  width: 100%;
}
.template-locations-archive .location-container .row-hours {
  margin: 5px 0;
  padding: 10px 0;
}
.template-locations-archive .location-container .row-hours .col-hours-detail {
  font-weight: bold;
}
.template-locations-archive .location-container .row-hours .col-hours-open,
.template-locations-archive .location-container .row-hours .col-hours-closed {
  display: flex;
  justify-content: center;
}
.template-locations-archive .location-container .row-hours .col-hours-open span {
  border: 1px red solid;
  padding: 0 10px;
  border-radius: 20px;
  color: red;
}
.template-locations-archive .location-container .row-hours .col-hours-closed span {
  border: 1px gray solid;
  padding: 0 10px;
  border-radius: 20px;
  color: gray;
}
.template-locations-archive .location-container .row-hours-extra-message {
  font-style: italic;
}
.template-locations-archive .archive-locations_section-products {
  padding-bottom: 35px;
  /*** POP UP ***/
}
.template-locations-archive .archive-locations_section-products .headline {
  margin: 30px 0 0;
}
.template-locations-archive .archive-locations_section-products .headline h2 {
  margin-bottom: 0;
}
.template-locations-archive .archive-locations_section-products .price-pretext {
  margin-bottom: 0;
}
.template-locations-archive .archive-locations_section-products .row_sub-title {
  margin-top: 20px;
}
.template-locations-archive .archive-locations_section-products .archive-locations_product {
  margin-top: 30px;
}
.template-locations-archive .archive-locations_section-products .archive-locations_product img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog {
  width: 90%;
  margin: 5% auto 5%;
  max-height: none;
  height: auto;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content {
  max-height: 100%;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .close {
  opacity: 1;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .close span {
  font-weight: 400;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px #f7f7f7 solid !important;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group {
  margin: 0 -16px;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .archive-locations_product_popup-image, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .archive-locations_product_popup-image, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .archive-locations_product_popup-image, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .archive-locations_product_popup-image, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image {
  margin-top: 0;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .archive-locations_product_popup-image img, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .archive-locations_product_popup-image img, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image img, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .archive-locations_product_popup-image img, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image img, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .archive-locations_product_popup-image img, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .archive-locations_product_popup-image img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .popup_headline h2, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .popup_headline h2, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .popup_headline h2, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .popup_headline h2, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .popup_headline h2, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .popup_headline h2, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .popup_headline h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .price-pretext, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .price-pretext, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price-pretext, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .price-pretext, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price-pretext, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .price-pretext, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price-pretext {
  font-style: italic;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .price, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .price, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .price, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .price, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price {
  font-weight: 200;
  margin-top: -10px;
  margin-bottom: 0;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .price .country, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .price .country, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .country, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .price .country, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .country, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .price .country, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .country,
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .price .per-ear,
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .price .per-ear,
.pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .per-ear,
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .price .per-ear,
.pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .per-ear,
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .price .per-ear,
.pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .per-ear {
  font-size: 1.5rem;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .price .amount, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .price .amount, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .amount, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .price .amount, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .amount, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .price .amount, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .price .amount {
  font-size: 2.4rem;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .thousands-love-audicus, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .thousands-love-audicus, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .thousands-love-audicus, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .thousands-love-audicus, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .thousands-love-audicus, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .thousands-love-audicus, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .thousands-love-audicus {
  font-size: 1rem;
  margin-bottom: 14px;
  display: inline-block;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .five-star, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .five-star, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .five-star, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .five-star, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .five-star, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .five-star, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .five-star {
  display: inline-block;
  width: 100px;
  position: relative;
  bottom: 2px;
}
.template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .row .title, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pncz .option-box .tile-group .title, .pncz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .title, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pdcz .option-box .tile-group .title, .pdcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .title, .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .pcz .option-box .tile-group .title, .pcz .option-box .template-locations-archive .archive-locations_section-products .modal .modal-dialog .modal-content .modal-body .tile-group .title {
  margin: 20px 0;
}
.template-locations-archive .container-gallery-2 {
  padding-top: 25px;
}
.template-locations-archive .container-gallery-2 h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.template-locations-archive .container-gallery-2 .image1 {
  width: 100vw;
  position: relative;
  right: 20px;
}
.template-locations-archive .container-gallery-2 .title2 {
  margin-top: 35px;
}
.template-locations-archive .container-gallery-2 .image2 {
  width: 100%;
}
.template-locations-archive .container-gallery-2 .content2 {
  margin-top: 16px;
}
.template-locations-archive .container-gallery-2 .btn {
  margin-bottom: 40px;
}
.template-locations-archive .reviews-container .review {
  border: 2px solid;
  padding: 15px 15px 23px;
}
.template-locations-archive .reviews-container .review .review__meta_name {
  font-weight: 600;
  margin-bottom: 3px;
}
.template-locations-archive .reviews-container .review .review__title {
  font-weight: 600;
  margin-top: -5px;
}
@media (min-width: 992px) {
  .template-locations-archive .location-tabs-master-title {
    padding: 40px 0 20px;
  }
  .template-locations-archive .row-desktop-location-tabs .col-first-tab {
    padding: 0 5px 0 20px !important;
  }
  .template-locations-archive .row-desktop-location-tabs .col-first-tab a {
    padding: 20px 0;
  }
  .template-locations-archive .row-desktop-location-tabs .col-tab-title {
    padding: 0 5px 0 0;
  }
  .template-locations-archive .row-desktop-location-tabs .col-tab-title a {
    background: white;
    padding: 20px 0;
  }
  .template-locations-archive .row-desktop-location-tabs .col-show-more {
    padding: 0 20px 0 0;
  }
  .template-locations-archive .row-desktop-location-tabs .col-show-more .show-more {
    padding: 20px 0;
  }
  .template-locations-archive .row-desktop-location-tabs .col-show-more .show-more span {
    color: #0E223F;
  }
  .template-locations-archive .row-desktop-location-tabs .col-show-more .additional-locations {
    width: 100%;
  }
  .template-locations-archive .row-desktop-location-tabs .col-show-more .additional-locations a {
    width: calc(100% - 20px);
  }
  .template-locations-archive .row-desktop-location-tabs-underline .col {
    padding: 0 5px 0 20px;
  }
  .template-locations-archive .row-desktop-location-tabs-underline .col div {
    height: 4px;
    background: #0E223F;
  }
  .template-locations-archive .in_block_title {
    margin: 10px 0;
  }
  .template-locations-archive .col_desktop_map {
    padding-top: 40px;
  }
  .template-locations-archive .col_desktop_map iframe {
    height: 300px;
  }
  .template-locations-archive .row-hours-desk {
    margin: 5px 0;
    padding: 10px 0;
  }
  .template-locations-archive .row-hours-desk .seven-col {
    width: 14.2857142857%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .template-locations-archive .row-hours-desk .seven-col.col-closed {
    position: relative;
    bottom: 5px;
  }
  .template-locations-archive .row-hours-desk .hours-detail {
    font-weight: bold;
    font-size: 0.9rem;
  }
  .template-locations-archive .row-hours-desk .hours-open,
  .template-locations-archive .row-hours-desk .hours-closed {
    display: flex;
    justify-content: center;
  }
  .template-locations-archive .row-hours-desk .hours-open span {
    border: 1px red solid;
    padding: 0 10px;
    border-radius: 20px;
    color: red;
  }
  .template-locations-archive .row-hours-desk .hours-closed span {
    border: 1px gray solid;
    padding: 0 10px;
    border-radius: 20px;
    color: gray;
  }
  .template-locations-archive .desktop-gallery-1 {
    width: 110%;
    margin: 50px -20px;
  }
  .template-locations-archive .archive-locations_section-products .product-row .headline {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .template-locations-archive .container-gallery-2 .image1 {
    width: 100%;
    right: 0;
  }
  .template-locations-archive .container-gallery-2 h2 {
    font-size: 2rem;
  }
  .template-locations-archive .container-gallery-2 .text {
    padding-right: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .template-locations-archive .container-gallery-2 .btn {
    display: inline-block !important;
    width: 300px;
  }
  .template-locations-archive .reviews-container .review__title {
    font-size: 1.2rem !important;
  }
}

.lp .site-header-logo {
  display: block;
}
.lp .site-header-logo svg {
  max-width: 130px;
}
.lp .main-container {
  overflow-x: hidden;
}
.lp .lp-wrap {
  height: 100%;
  min-height: calc(100vh - 69px);
}
@media (min-width: 768px) {
  .lp .lp-wrap {
    min-height: calc(100vh - 86px);
  }
}
@media (min-width: 992px) {
  .lp .lp-wrap {
    min-height: calc(100vh - 110px);
  }
}
.lp .left-col {
  padding-top: 4em;
}
@media (max-width: 991.98px) {
  .lp .left-col {
    padding-top: 2em;
    max-width: 90%;
    margin: 0 auto;
  }
}
.lp .left-col h1,
.lp .left-col .content-text {
  text-align: center;
}
@media (min-width: 768px) {
  .lp .left-col h1,
  .lp .left-col .content-text {
    text-align: left;
  }
}
.lp .left-col .btn {
  color: #fff;
}
.lp .site-header {
  box-shadow: 0 0.5em 1em rgba(14, 34, 63, 0.15);
  height: 110px;
}
.lp .site-header .container-fluid, .lp .site-header .container-sm, .lp .site-header .container-md, .lp .site-header .container-lg, .lp .site-header .container-xl {
  position: relative;
  height: 100%;
}
.lp .site-header .container-fluid .row, .lp .site-header .container-fluid .pncz .option-box .tile-group, .pncz .option-box .lp .site-header .container-fluid .tile-group, .lp .site-header .container-fluid .pdcz .option-box .tile-group, .pdcz .option-box .lp .site-header .container-fluid .tile-group, .lp .site-header .container-fluid .pcz .option-box .tile-group, .pcz .option-box .lp .site-header .container-fluid .tile-group, .lp .site-header .container-sm .row, .lp .site-header .container-sm .pncz .option-box .tile-group, .pncz .option-box .lp .site-header .container-sm .tile-group, .lp .site-header .container-sm .pdcz .option-box .tile-group, .pdcz .option-box .lp .site-header .container-sm .tile-group, .lp .site-header .container-sm .pcz .option-box .tile-group, .pcz .option-box .lp .site-header .container-sm .tile-group, .lp .site-header .container-md .row, .lp .site-header .container-md .pncz .option-box .tile-group, .pncz .option-box .lp .site-header .container-md .tile-group, .lp .site-header .container-md .pdcz .option-box .tile-group, .pdcz .option-box .lp .site-header .container-md .tile-group, .lp .site-header .container-md .pcz .option-box .tile-group, .pcz .option-box .lp .site-header .container-md .tile-group, .lp .site-header .container-lg .row, .lp .site-header .container-lg .pncz .option-box .tile-group, .pncz .option-box .lp .site-header .container-lg .tile-group, .lp .site-header .container-lg .pdcz .option-box .tile-group, .pdcz .option-box .lp .site-header .container-lg .tile-group, .lp .site-header .container-lg .pcz .option-box .tile-group, .pcz .option-box .lp .site-header .container-lg .tile-group, .lp .site-header .container-xl .row, .lp .site-header .container-xl .pncz .option-box .tile-group, .pncz .option-box .lp .site-header .container-xl .tile-group, .lp .site-header .container-xl .pdcz .option-box .tile-group, .pdcz .option-box .lp .site-header .container-xl .tile-group, .lp .site-header .container-xl .pcz .option-box .tile-group, .pcz .option-box .lp .site-header .container-xl .tile-group {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.lp .site-header a {
  font-size: 1rem;
}
.lp .site-header .brand {
  display: block;
  width: 100%;
  max-width: none;
}
.lp .right_img {
  height: calc(40vh - 69px);
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .lp .right_img {
    height: calc(50vh - 43px);
  }
}
@media (min-width: 992px) {
  .lp .right_img {
    height: calc(100vh - 145px);
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .lp:not(.amic) .right_img .right_img {
    height: calc(100vh - 86px);
    width: 50vw;
  }
}
.lp form .form-control {
  border-color: #CDCDE4;
}

@media (min-width: 992px) {
  .amic {
    height: calc(100vh - 110px);
  }
}
@media (min-width: 992px) {
  .amic .right_img {
    height: calc(100vh - 110px);
  }
}

.template-membership .banner-alt {
  display: flex;
}
@media (max-width: 767.98px) {
  .template-membership .banner-alt {
    padding: 0;
    background-color: #F8F6F3;
  }
}
.template-membership .banner-alt .btn {
  color: #FFFFFF;
  background-color: #0E223F;
  font-weight: 700;
  padding: 14px 16px;
  font-size: 1rem;
  min-width: 192px;
}
@media (min-width: 1200px) {
  .template-membership .banner-alt .btn {
    min-width: 276px;
  }
}
.template-membership .banner-alt h1 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 2rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .template-membership .banner-alt h1 {
    font-size: 3rem;
    padding-top: 0;
    padding-right: 0;
  }
}
.template-membership .banner-alt p {
  padding-bottom: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .template-membership .banner-alt p {
    font-size: 1.375rem;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.template-membership .banner-alt p a {
  width: 100%;
}
@media (min-width: 768px) {
  .template-membership .banner-alt p a {
    width: auto !important;
  }
}

.membership-page h2 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .membership-page h2 {
    font-size: 2.375rem;
  }
}
.membership-page .btn:not(.btn-link) {
  color: #FFFFFF;
  background-color: #0E223F;
  padding: 14px 24px;
  font-size: 1rem;
}
.membership-page__bundles {
  padding: 8.125rem 0;
}
@media (max-width: 991.98px) {
  .membership-page__bundles {
    background-color: transparent !important;
    background-image: none !important;
    padding: 5rem 0;
  }
}
.membership-page__bundles .break {
  flex-basis: 100%;
  height: 0;
}
@media (min-width: 992px) {
  .membership-page__bundles .break {
    flex-basis: 0;
  }
}
@media (min-width: 768px) {
  .membership-page__bundles p.bundle-intro {
    font-size: 1.375rem;
  }
}
.membership-page__bundles .bundle-content .btn {
  margin: 1rem 0 2rem;
  width: 320px;
  max-width: 100%;
}
.membership-page__bundles .bundle-item {
  border: 1px solid #f3f3f4;
  padding: 1.8125rem 1.375rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .membership-page__bundles .bundle-item {
    flex-basis: initial;
    min-width: 82px;
    flex-wrap: nowrap;
    height: auto;
  }
}
.membership-page__bundles .bundle-item__image {
  flex-basis: 18%;
}
@media (min-width: 992px) {
  .membership-page__bundles .bundle-item__image {
    flex-basis: initial;
    min-width: 82px;
    height: auto;
  }
}
.membership-page__bundles .bundle-item__image img {
  max-width: 61px;
  height: auto;
}
@media (min-width: 768px) {
  .membership-page__bundles .bundle-item__image img {
    min-width: 82px;
    height: auto;
  }
}
.membership-page__bundles .bundle-item__text {
  padding: 0 1.75rem;
  flex-basis: 82%;
}
@media (min-width: 992px) {
  .membership-page__bundles .bundle-item__text {
    flex-basis: initial;
  }
}
.membership-page__bundles .bundle-item__text h3 {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .membership-page__bundles .bundle-item__text h3 {
    font-size: 1.25rem;
  }
}
.membership-page__bundles .bundle-item__text p {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .membership-page__bundles .bundle-item__text p {
    font-size: 1.125rem;
  }
}
.membership-page__bundles .bundle-item__text p:last-child {
  margin: 0;
}
.membership-page__bundles .bundle-item__cta {
  min-width: 130px;
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .membership-page__bundles .bundle-item__cta {
    flex-basis: initial;
  }
}
.membership-page__bundles .bundle-item__cta .btn {
  padding: 10px 40px;
}
@media (min-width: 992px) {
  .membership-page__bundles .bundle-item__cta .btn {
    padding: 14px 10px;
  }
}
.membership-page__table {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .membership-page__table {
    padding: 4rem 0;
  }
}
@media (max-width: 991.98px) {
  .membership-page__table {
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .membership-page__table .mid-large-only {
    display: none;
  }
}
.membership-page__table .compare_table thead {
  font-weight: 600;
  font-size: 1.25rem;
}
.membership-page__table .compare_table thead td {
  border-bottom: none !important;
}
.membership-page__table .compare_table tr td {
  font-size: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #f6f6f7;
  vertical-align: center;
  text-align: center;
}
@media (min-width: 768px) {
  .membership-page__table .compare_table tr td {
    vertical-align: top;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .membership-page__table .compare_table tr td {
    padding: 0.75rem 1rem 1rem 2.1875rem;
    font-size: 1.0625rem;
  }
}
.membership-page__table .compare_table tr td.blue {
  background-color: rgba(17, 126, 159, 0.2);
}
.membership-page__table .compare_table tr td.label {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0;
}
@media (min-width: 768px) {
  .membership-page__table .compare_table tr td.label {
    font-size: 1.25rem;
  }
}
.membership-page__table .compare_table tr td span.icon {
  color: #0E223F;
  font-weight: bolder;
}
.membership-page__table .compare_table tr td svg {
  height: 10px;
  width: auto;
}
.membership-page__table .compare_table tr td svg path {
  fill: #0E223F !important;
}
.membership-page__table .compare_table tr.last-row td {
  border-bottom: none;
}
.membership-page__table .compare_table tfoot td {
  padding: 0.75rem 2.1875rem !important;
  border-bottom: none !important;
}
.membership-page__table .legend {
  font-size: 0.875rem;
}
.membership-page__table .legend .blue {
  font-size: 1rem;
}
.membership-page__table .legend svg {
  height: 10px;
  width: auto;
}
.membership-page__table .legend svg path {
  fill: #0E223F !important;
}
@media (max-width: 991.98px) {
  .membership-page__why {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .membership-page__why {
    padding: 5rem 0;
  }
}
.membership-page__why h3 {
  font-family: "Noto Serif", serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .membership-page__products {
    padding: 5rem 0;
  }
}
@media (max-width: 991.98px) {
  .membership-page__products {
    background-color: transparent !important;
  }
}
.membership-page__products .product {
  border: 1px solid rgba(49, 49, 70, 0.12);
}
.membership-page__products .product .product-image {
  position: relative;
}
@media (min-width: 1200px) {
  .membership-page__products .product .product-image {
    border-bottom: 1px solid rgba(49, 49, 70, 0.12);
  }
}
.membership-page__products .product .product-image .new-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f24164;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}
.membership-page__products .product .product-content {
  padding: 0 3.4rem 2.56rem;
}
@media (min-width: 992px) {
  .membership-page__products .product .product-content {
    padding: 0 1rem 1rem;
  }
  .membership-page__products .product .product-content .btn {
    padding: 14px;
    width: 100%;
  }
}
.membership-page__products .product .product-content h4 {
  border-top: 1px solid rgba(49, 49, 70, 0.12);
  padding-top: 1rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .membership-page__products .product .product-content h4 {
    border-top: none;
  }
}
.membership-page__products .product .product-content .little {
  font-size: 0.875rem;
  font-weight: 400 !important;
  color: #000;
  vertical-align: text-bottom;
}
.membership-page__products .product .product-content .price {
  color: #0E223F;
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .membership-page__included {
    background-color: transparent !important;
  }
}
.membership-page__included .five-cols {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.membership-page__included .five-cols .col {
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .membership-page__included .five-cols .col {
    flex-basis: 20% !important;
  }
}
.membership-page__included .five-cols .included-item {
  padding: 2rem 10px;
  text-align: center;
  border: 1px solid #f6f6f7;
  border-radius: 2px;
}
.membership-page__included .five-cols .included-item h3 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
.membership-page__included .five-cols .included-item .modal .included-image {
  border: 1px solid #ebebec;
  padding: 1.875rem 0;
}
.membership-page__included .five-cols .included-item .modal .included-modal-content {
  padding: 5rem 0;
}
.membership-page__included .five-cols .included-item .modal .included-modal-content h4 {
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .membership-page__faq {
    background-color: transparent !important;
  }
}
.membership-page .modal button.close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #f3f3f4;
  border-radius: 30px;
}
.membership-page .modal button.close span {
  color: #000;
}
.membership-page .modal span {
  font-family: "Noto Serif", serif;
}
.membership-page .modal .modal-text {
  padding: 3.375rem 4rem 3.375rem 2rem !important;
}
.membership-page .modal .modal-text h3 {
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  font-weight: 700;
}

.page-template-template-padt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .page-template-template-padt .site-header {
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(49, 49, 70, 0.1);
  }
}
.page-template-template-padt .mobi-cart-header {
  z-index: 90;
  position: absolute;
  background: #fff;
  text-align: center;
}
.page-template-template-padt .mobi-cart-header span {
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #161621;
}
.page-template-template-padt .mobi-cart-header .btn {
  background: #fff;
  border: 1px solid #0E223F;
  border-radius: 2px;
  color: #0E223F;
}
.page-template-template-padt .mobi-cart-header.sticky {
  position: fixed;
  top: 0;
}
.page-template-template-padt .banner-padt {
  background: none;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-template-padt .banner-padt {
    padding-bottom: 40px;
  }
}
.page-template-template-padt .banner-padt .h1 {
  font-size: 2.375rem;
}
.page-template-template-padt .product-section {
  padding-bottom: 58px;
}
.page-template-template-padt .slick-slide img {
  width: 100%;
  height: auto;
}
.page-template-template-padt .product-images {
  overflow: hidden;
}
.page-template-template-padt .product-images img {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-padt .product-images img.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page-template-template-padt .product-gallery {
  margin-bottom: 55px;
}
.page-template-template-padt .product-gallery-dotted {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-gallery-dotted {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.page-template-template-padt .product-gallery-dotted .slick-slide div {
  width: 87px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.page-template-template-padt .product-gallery-dotted .slick-slide.slick-current img {
  opacity: 0.5;
}
.page-template-template-padt .product-gallery-dotted .slick-slide .dot-image {
  max-width: 87px;
  object-fit: contain;
  transition: 0.2s opacity linear;
}
.page-template-template-padt .product-gallery-dotted .slick-slide .dot-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-template-template-padt .product-content .h3 {
  font-family: "Noto Sans", sans-serif;
  color: #161621;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-content .h3 {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 400;
  }
}
.page-template-template-padt .product-content .product-stars {
  margin-bottom: 0;
}
.page-template-template-padt .product-content__short-description {
  color: #161621;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-content__short-description {
    text-align: center;
  }
}
.page-template-template-padt .product-content__short-description p {
  margin-bottom: 0;
}
.page-template-template-padt .product-content__ms-list {
  padding-left: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: table;
  width: 291px;
  border-bottom: 6px solid #fff;
  border-radius: 2px;
  position: relative;
}
.page-template-template-padt .product-content__ms-list_item {
  display: table-cell;
  width: 50%;
  position: relative;
  padding-bottom: 12px;
}
.page-template-template-padt .product-content__ms-list .ms-mild,
.page-template-template-padt .product-content__ms-list .ms-serve {
  display: block;
  width: 100%;
  max-width: 83px;
  border-radius: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.page-template-template-padt .product-content__ms-list .ms-mild::after,
.page-template-template-padt .product-content__ms-list .ms-serve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
}
.page-template-template-padt .product-content__ms-list .ms-mild::before,
.page-template-template-padt .product-content__ms-list .ms-serve::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  bottom: -1px;
}
.page-template-template-padt .product-content__ms-list .ms-mild {
  background-color: #fe931b;
  margin-left: 27px;
}
.page-template-template-padt .product-content__ms-list .ms-mild::after {
  bottom: -6px;
  background-color: #fe931b;
  border-radius: 2px 0 0 2px;
  left: auto;
  width: 118px;
}
.page-template-template-padt .product-content__ms-list .ms-mild::before {
  background-color: #fe931b;
  left: 65px;
}
.page-template-template-padt .product-content__ms-list .ms-serve {
  background-color: #f24164;
  margin-left: auto;
}
.page-template-template-padt .product-content__ms-list .ms-serve::after {
  bottom: -6px;
  background-color: #f24164;
  border-radius: 0 2px 2px 0;
}
.page-template-template-padt .product-content__ms-list .ms-serve::before {
  background-color: #f24164;
  right: 10px;
}
.page-template-template-padt .product-content__ms_desc {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-padt .product-comment {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-top: 48px;
  margin-bottom: 50px;
}
.page-template-template-padt .product-comment p {
  font-style: italic;
  color: #161621;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.page-template-template-padt .product-comment__author {
  color: #858597;
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
.page-template-template-padt .product-color .heading, .page-template-template-padt .product-color .amic .amic-question h1, .amic .amic-question .page-template-template-padt .product-color h1,
.page-template-template-padt .product-color .amic .amic-email h1,
.amic .amic-email .page-template-template-padt .product-color h1,
.page-template-template-padt .product-color .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-padt .product-color h1,
.page-template-template-padt .product-color .amic .amic-cta h1,
.amic .amic-cta .page-template-template-padt .product-color h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 0.6px;
  color: #161621;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .page-template-template-padt .product-color .color-group .color-wrapper {
    width: auto;
    display: flex;
    float: none;
    margin-bottom: 0;
  }
}
.page-template-template-padt .product-color .color-group .color-outline {
  padding: 10px;
  border-radius: 50%;
  border-width: 0.5px;
}
@media (max-width: 768px) {
  .page-template-template-padt .product-color .color-group .color-outline {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-padt .product-color .color-group .color-outline .color-circle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid;
  border-radius: 20px;
}
.page-template-template-padt .product-color .color-group .color-outline .color-name {
  display: block;
  bottom: -30px;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
.page-template-template-padt .product-color-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-color-list {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-padt .product-color-list__item {
  float: left;
  position: relative;
  padding-right: 37px;
}
.page-template-template-padt .product-color-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-color-list__item {
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.page-template-template-padt .product-color-list__label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-indent: -999em;
  border: 5px solid #f7f7f8;
  transition: all ease-in-out 200ms;
}
.page-template-template-padt .product-color-list__label--amber {
  background-color: #d9a362;
}
.page-template-template-padt .product-color-list__label--beige {
  background-color: #deae74;
}
.page-template-template-padt .product-color-list__label--bronze {
  background-color: #71440a;
}
.page-template-template-padt .product-color-list__label--black {
  background-color: #161621;
}
.page-template-template-padt .product-color-list__label--silver {
  background-color: #afafc6;
}
.page-template-template-padt .product-color-list__label--grey {
  background-color: #8e8ea0;
}
.page-template-template-padt .product-color-list__label--white {
  background-color: #ffffff;
}
.page-template-template-padt .product-color-list__label:hover {
  box-shadow: 0 0 1px 1px #0E223F;
}
.page-template-template-padt .product-color-list__label::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.page-template-template-padt .product-payment .col-2 hr {
  width: 1px;
  height: 80%;
  background-color: #CDCDE4;
  border: none;
}
.page-template-template-padt .payment-method {
  font-size: 1.125rem;
}
.page-template-template-padt .payment-method:first-child {
  letter-spacing: 0.7px;
}
.page-template-template-padt .payment-method-small {
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  letter-spacing: 0.4px;
}
.page-template-template-padt .payment-method .payment-price .heading, .page-template-template-padt .payment-method .payment-price .amic .amic-question h1, .amic .amic-question .page-template-template-padt .payment-method .payment-price h1,
.page-template-template-padt .payment-method .payment-price .amic .amic-email h1,
.amic .amic-email .page-template-template-padt .payment-method .payment-price h1,
.page-template-template-padt .payment-method .payment-price .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-padt .payment-method .payment-price h1,
.page-template-template-padt .payment-method .payment-price .amic .amic-cta h1,
.amic .amic-cta .page-template-template-padt .payment-method .payment-price h1 {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 2.375rem;
}
.page-template-template-padt .payment-method .payment-method-small {
  line-height: 1rem;
  margin-bottom: 2px;
}
.page-template-template-padt .standard-options .icon {
  height: 70px;
  width: auto;
}
.page-template-template-padt .standard-options .col::after {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  bottom: -16px;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(136, 136, 159, 0.28) 0, rgba(136, 136, 159, 0) 76%);
}
.page-template-template-padt .standard-options .col .chip {
  z-index: 4;
}
.page-template-template-padt .product-redirect-btn {
  padding-top: 38px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .product-redirect-btn .btn-secondary, .page-template-template-padt .product-redirect-btn .header-cart {
    width: 100%;
  }
}
.page-template-template-padt .icon-radiate {
  animation: pulse 2.2s 1s infinite ease-in-out;
}
.page-template-template-padt .padt-nav {
  background-color: #f7f7f8;
  box-shadow: 0 4px 12px 0 rgba(18, 89, 110, 0.08);
  width: 100%;
  display: block;
  position: relative;
  overflow: auto;
}
.page-template-template-padt .padt-nav.padt-nav-is-scrolled {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all linear;
}
.page-template-template-padt .padt-nav__inner {
  min-width: 1200px;
  position: relative;
}
.page-template-template-padt .padt-nav__inner .container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-padt .padt-nav .padt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
}
.page-template-template-padt .padt-nav .padt-menu__item {
  padding-right: 4%;
}
.page-template-template-padt .padt-nav .padt-menu__link {
  border: none;
  font-size: 1rem;
  color: #858597;
  transition: 0.2s color linear;
  white-space: nowrap;
  line-height: 2;
}
.page-template-template-padt .padt-nav .padt-menu__link:hover {
  color: #161621;
  margin-bottom: 0;
}
.page-template-template-padt .padt-nav .padt-helpers {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-template-padt .padt-nav .padt-helpers__item .product-info__price {
  margin-bottom: 0;
}
.page-template-template-padt .padt-nav .padt-helpers__item .product-info .main-price {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #161621;
}
.page-template-template-padt .padt-nav .padt-helpers__item .product-info .main-price__number {
  font-weight: 600;
  color: #8ad71c;
}
.page-template-template-padt .padt-nav .padt-helpers__item .product-info .secondary-price {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-padt .padt-nav .padt-helpers__item:last-child {
  width: 40.4%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-padt .padt-nav .padt-helpers__item:first-child {
  position: absolute;
  top: 10px;
  right: 40.4%;
  padding-left: 13px;
  padding-right: 13px;
}
.page-template-template-padt .padt-nav .padt-helpers__link {
  border-radius: 2px;
  background-color: #0E223F;
  height: 72px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 72px;
}
.page-template-template-padt .gallery-slider {
  height: 700px;
  position: relative;
}
.page-template-template-padt .gallery-slider .slick-dots .slick-active::after {
  border-left-color: #0E223F;
  border-right-color: #0E223F;
  border-bottom-color: #0E223F;
  border-radius: 100%;
}
.page-template-template-padt .gallery-slider .slick-dots {
  margin-top: -40px;
}
.page-template-template-padt .gallery-slider .slick-dots li button::after,
.page-template-template-padt .gallery-slider .slick-dots .slick-active::before {
  background: #fff;
}
.page-template-template-padt .gallery-slider .slick-dots .slick-active::before {
  left: 5px;
}
.page-template-template-padt .gallery-slider .slick-prev,
.page-template-template-padt .gallery-slider .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.page-template-template-padt .gallery-slider_mobile {
  height: auto;
}
.page-template-template-padt .gallery-slider_mobile .slick-prev,
.page-template-template-padt .gallery-slider_mobile .slick-next {
  background-color: transparent;
  bottom: 0;
  z-index: 100;
}
.page-template-template-padt .gallery-slider_mobile .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-left.svg);
  left: 25px;
}
.page-template-template-padt .gallery-slider_mobile .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-right.svg);
  right: 25px;
}
.page-template-template-padt .gallery-slider_desktop .slick-dots {
  display: none !important;
}
.page-template-template-padt .gallery-slider_desktop .slick-prev,
.page-template-template-padt .gallery-slider_desktop .slick-next {
  width: 72px;
  height: 72px;
  z-index: 100;
  top: 50%;
  margin-top: -36px;
  border-radius: 100%;
  opacity: 0.7;
  transition: 0.2s opacity linear;
  bottom: auto;
}
.page-template-template-padt .gallery-slider_desktop .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-left.svg);
  left: 70px;
}
.page-template-template-padt .gallery-slider_desktop .slick-prev:hover {
  opacity: 1;
}
.page-template-template-padt .gallery-slider_desktop .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-right.svg);
  right: 70px;
}
.page-template-template-padt .gallery-slider_desktop .slick-next:hover {
  opacity: 1;
}
.page-template-template-padt .gallery-slide {
  position: relative;
  height: 700px;
}
.page-template-template-padt .gallery-slide_mobile {
  height: auto;
}
.page-template-template-padt .gallery-slide__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: 0.2s all linear;
}
.page-template-template-padt .gallery-slide__item_0 {
  top: 0;
  left: 0;
  height: 100%;
  width: 41.7%;
}
.page-template-template-padt .gallery-slide__item_1 {
  top: 0;
  left: 41.7%;
  height: 50%;
  width: 38.1%;
}
.page-template-template-padt .gallery-slide__item_2 {
  top: 0;
  right: 0;
  height: 50%;
  width: 20.2%;
}
.page-template-template-padt .gallery-slide__item_3 {
  bottom: 0;
  left: 41.7%;
  height: 50%;
  width: 20.2%;
}
.page-template-template-padt .gallery-slide__item_4 {
  bottom: 0;
  right: 0;
  height: 50%;
  width: 38.1%;
}
@media (max-width: 1199.98px) {
  .page-template-template-padt .gallery-slide__item_0 {
    width: 40%;
  }
  .page-template-template-padt .gallery-slide__item_1 {
    left: 40%;
    width: 35%;
  }
  .page-template-template-padt .gallery-slide__item_2 {
    width: 25%;
  }
  .page-template-template-padt .gallery-slide__item_3 {
    left: 40%;
    width: 25%;
  }
  .page-template-template-padt .gallery-slide__item_4 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-padt .gallery-slide__item_0 {
    width: 34%;
  }
  .page-template-template-padt .gallery-slide__item_1 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-padt .gallery-slide__item_2 {
    width: 33%;
  }
  .page-template-template-padt .gallery-slide__item_3 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-padt .gallery-slide__item_4 {
    width: 33%;
  }
}
.page-template-template-padt .gallery-slide.activate-animate .gallery-slide__item_0 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .gallery-slide.activate-animate .gallery-slide__item_1 {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .gallery-slide.activate-animate .gallery-slide__item_2 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .gallery-slide.activate-animate .gallery-slide__item_3 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .gallery-slide.activate-animate .gallery-slide__item_4 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .gallery-slide.animate-off {
  animation: fade-out 1s ease-out both;
}
.page-template-template-padt .gallery-slide_desktop .gallery-slide__item {
  position: absolute;
}
.page-template-template-padt .audicus-specs {
  padding-top: 48px;
  background-color: #313146;
}
.page-template-template-padt .audicus-specs .subheading {
  color: #fff;
  margin-bottom: 60px;
}
.page-template-template-padt .audicus-specs .btn-link {
  color: #fff;
}
.page-template-template-padt .specs-container {
  width: 459px;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .specs-container {
    width: 250px;
  }
  .page-template-template-padt .specs-container img {
    width: 100%;
  }
}
.page-template-template-padt .specs-container .spec {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.7px;
  color: #fff;
  display: table;
  position: absolute;
}
.page-template-template-padt .specs-container .spec::before {
  display: none;
}
.page-template-template-padt .specs-container .spec::after, .page-template-template-padt .specs-container .spec::before {
  position: absolute;
  content: "";
  border: 1px solid #0E223F;
}
.page-template-template-padt .specs-container .spec::after {
  display: block;
}
.page-template-template-padt .specs-container .spec__number {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #161621;
  margin-right: 8px;
  display: table;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .specs-container .spec__number {
    font-size: 0.75rem;
    width: 18px;
    height: 18px;
  }
}
.page-template-template-padt .specs-container .spec__number::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #0E223F;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .specs-container .spec__number::after {
    display: none;
  }
}
.page-template-template-padt .specs-container .spec-1 {
  top: -5px;
  left: -72px;
}
.page-template-template-padt .specs-container .spec-1::after {
  width: 80px;
  height: 28px;
  right: -95px;
  top: 16px;
  border-left: none;
  border-bottom: none;
}
.page-template-template-padt .specs-container .spec-1 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-2 {
  top: 113px;
  left: -149px;
}
.page-template-template-padt .specs-container .spec-2::after {
  width: 100px;
  height: 1px;
  right: -115px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-padt .specs-container .spec-2 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-3 {
  top: auto;
  bottom: 110px;
  left: -226px;
}
.page-template-template-padt .specs-container .spec-3::after {
  width: 137px;
  height: 93px;
  right: -151px;
  top: -76px;
  border-left: none;
  border-top: none;
}
.page-template-template-padt .specs-container .spec-3 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-4 {
  top: 43px;
  right: -75px;
}
.page-template-template-padt .specs-container .spec-4::after {
  width: 79px;
  height: 1px;
  left: -94px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-padt .specs-container .spec-4 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-5 {
  top: 134px;
  right: -66px;
}
.page-template-template-padt .specs-container .spec-5::after {
  width: 31px;
  height: 141px;
  left: -45px;
  top: 16px;
  border-right: none;
  border-bottom: none;
}
.page-template-template-padt .specs-container .spec-5 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-6 {
  bottom: 108px;
  right: -170px;
}
.page-template-template-padt .specs-container .spec-6::after {
  width: 46px;
  height: 1px;
  left: -61px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-padt .specs-container .spec-6 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-padt .specs-container .spec-7 {
  bottom: -1px;
  right: -113px;
}
.page-template-template-padt .specs-container .spec-7::after {
  width: 67px;
  height: 47px;
  left: -77px;
  top: -33px;
  border-right: none;
  border-top: none;
}
.page-template-template-padt .specs-container .spec-7 .spec__number::after {
  left: -10px;
  top: 11px;
}
.page-template-template-padt .specs-container .spec-8 {
  bottom: -9px;
  right: 97px;
}
.page-template-template-padt .specs-container .spec-8::after {
  width: 52px;
  height: 33px;
  left: -65px;
  top: -17px;
  border-right: none;
  border-top: none;
}
.page-template-template-padt .specs-container .spec-8::before {
  display: block;
  width: 61px;
  height: 93px;
  left: -126px;
  top: -89px;
  border-right: none;
  border-top: none;
}
.page-template-template-padt .specs-container .spec-8 .spec__number::after {
  left: -13px;
  top: 13px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .specs-container .spec__title {
    display: none;
  }
  .page-template-template-padt .specs-container .spec-1 {
    top: 8px;
    left: 23px;
  }
  .page-template-template-padt .specs-container .spec-1::after {
    width: 35px;
    height: 12px;
    right: -33px;
    top: 10px;
  }
  .page-template-template-padt .specs-container .spec-2 {
    top: 55px;
    left: -13px;
  }
  .page-template-template-padt .specs-container .spec-2::after {
    width: 23px;
    height: 1px;
    right: -19px;
    top: 10px;
  }
  .page-template-template-padt .specs-container .spec-3 {
    top: auto;
    bottom: 31px;
    left: -29px;
  }
  .page-template-template-padt .specs-container .spec-3::after {
    width: 57px;
    height: 91px;
    right: -56px;
    top: -80px;
  }
  .page-template-template-padt .specs-container .spec-4 {
    top: 44px;
    right: 32px;
  }
  .page-template-template-padt .specs-container .spec-4::after {
    width: 20px;
    height: 1px;
    left: -25px;
    top: 11px;
  }
  .page-template-template-padt .specs-container .spec-5 {
    top: 83px;
    right: 4px;
  }
  .page-template-template-padt .specs-container .spec-5::after {
    width: 11px;
    height: 63px;
    left: -16px;
    top: 12px;
  }
  .page-template-template-padt .specs-container .spec-6 {
    bottom: 108px;
    right: -5px;
  }
  .page-template-template-padt .specs-container .spec-6::after {
    width: 1px;
    height: 23px;
    left: 9px;
    top: 23px;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #0E223F;
  }
  .page-template-template-padt .specs-container .spec-7 {
    bottom: 23px;
    right: -24px;
  }
  .page-template-template-padt .specs-container .spec-7::after {
    width: 28px;
    height: 19px;
    left: -36px;
    top: -9px;
  }
  .page-template-template-padt .specs-container .spec-8 {
    bottom: 9px;
    right: 99px;
  }
  .page-template-template-padt .specs-container .spec-8::after {
    width: 22px;
    height: 19px;
    left: -30px;
    top: -8px;
  }
  .page-template-template-padt .specs-container .spec-8::before {
    display: block;
    width: 27px;
    height: 39px;
    left: -56px;
    top: -33px;
  }
}
.page-template-template-padt .audicus-specs-desc {
  background-color: rgba(22, 22, 33, 0.08);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 25px;
}
.page-template-template-padt .audicus-specs-desc .specs-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.page-template-template-padt .audicus-specs-desc .specs-list__item:not(:last-child) {
  margin-bottom: 25px;
}
.page-template-template-padt .audicus-specs-desc .h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.7px;
}
.page-template-template-padt .audicus-specs-desc .specs-desc {
  margin-bottom: 0;
}
.page-template-template-padt .add-ons {
  background: url(/wp-content/themes/audicus/dist/images/addons-bg.jpg) center no-repeat;
  background-size: cover;
}
.page-template-template-padt .add-ons .container {
  max-width: 1330px;
}
.page-template-template-padt .add-ons .row, .page-template-template-padt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-padt .add-ons .tile-group, .page-template-template-padt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-padt .add-ons .tile-group, .page-template-template-padt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-padt .add-ons .tile-group {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .add-ons .row, .page-template-template-padt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-padt .add-ons .tile-group, .page-template-template-padt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-padt .add-ons .tile-group, .page-template-template-padt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-padt .add-ons .tile-group {
    min-height: auto;
  }
}
.page-template-template-padt .add-ons .add-on {
  padding: 115px 29px 100px;
  transition: 0.2s all linear;
  border: 1px solid #cdcde4;
  border-bottom: none;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .add-ons .add-on {
    padding: 40px 15px;
    border-right: none;
    border-bottom: 1px solid #cdcde4;
  }
}
.page-template-template-padt .add-ons .add-on:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .add-ons .add-on:last-child {
    border-bottom: none;
  }
}
.page-template-template-padt .add-ons .add-on:hover {
  background-blend-mode: soft-light;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}
.page-template-template-padt .add-ons .add-on__inner {
  position: relative;
  min-height: 175px;
  display: flex;
  flex-direction: column;
}
.page-template-template-padt .add-ons .add-on__icon {
  display: block;
  width: 75px;
  height: 75px;
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-dark.svg) center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.page-template-template-padt .add-ons .add-on__title {
  line-height: 1.21;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  color: #313146;
}
.page-template-template-padt .add-ons .add-on img {
  display: none;
}
.page-template-template-padt .add-ons .add-on__desc {
  display: none;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: center;
  color: #161621;
  margin-top: 13px;
  margin-bottom: 0;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-padt .add-ons .add-on.add-on-active {
  background-color: white;
}
.page-template-template-padt .add-ons .add-on.add-on-active .add-on__icon {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-dark.svg) center no-repeat;
}
.page-template-template-padt .reviews {
  padding-top: 91px;
  padding-bottom: 52px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .reviews .h3 {
    text-align: center;
  }
  .page-template-template-padt .reviews .btn-link {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-padt .reviews-custom {
  margin-bottom: 70px;
}
.page-template-template-padt .reviews-custom__item {
  padding-top: 20px;
}
.page-template-template-padt .reviews-custom__title {
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.13;
  color: #313146;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .reviews-custom__title {
    font-size: 1.875rem;
    line-height: 1.23;
  }
}
.page-template-template-padt .reviews-custom .quote {
  font-family: "Noto Serif", serif;
  font-size: 7.5rem;
  font-weight: bold;
  color: #0E223F;
  position: relative;
  top: 40px;
  line-height: 0;
}
.page-template-template-padt .reviews-custom .quote_open {
  margin-right: 15px;
  float: left;
}
.page-template-template-padt .reviews-custom .quote_close {
  margin-left: 15px;
  float: right;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .reviews-custom .quote {
    font-size: 3.625rem;
  }
  .page-template-template-padt .reviews-custom .quote_open {
    margin-right: 5px;
    top: 10px;
  }
  .page-template-template-padt .reviews-custom .quote_close {
    margin-left: 5px;
    top: 15px;
  }
}
.page-template-template-padt .reviews-custom__comment {
  color: #161621;
  line-height: 1.61;
  margin-bottom: 16px;
}
.page-template-template-padt .reviews-custom__author {
  line-height: 1.61;
  letter-spacing: 0.3px;
  color: #858597;
}
.page-template-template-padt .reviews-slick-prev, .page-template-template-padt .reviews-slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.page-template-template-padt .reviews-slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  left: 25px;
}
.page-template-template-padt .reviews-slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  right: 25px;
}
.page-template-template-padt .reviews .slick-dots {
  margin-top: 32px;
}
.page-template-template-padt .reviews-default {
  padding-top: 40px;
}
.page-template-template-padt .reviews-default .col-md-6 {
  padding-bottom: 30px;
}
.page-template-template-padt .reviews-default .product-comment {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  border: 1px solid #cdcde4;
  transition: 0.2s all linear;
}
.page-template-template-padt .reviews-default .product-comment:hover {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
}
.page-template-template-padt .reviews-default .all-reviews-wrapper {
  padding-top: 20px;
}
.page-template-template-padt .signup {
  background-color: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
.page-template-template-padt .signup-hidden {
  transform: translateY(100%);
}
.page-template-template-padt .signup-closed {
  display: none !important;
}
.page-template-template-padt .signup .form-control {
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-padt .signup .form-control::placeholder {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-padt .signup .close-btn {
  position: absolute;
  top: -16px;
  right: -40px;
  background-color: transparent;
  border: none;
}
.page-template-template-padt .signup .close-btn:hover, .page-template-template-padt .signup .close-btn:active, .page-template-template-padt .signup .close-btn:focus {
  cursor: pointer;
  outline: none;
}
.page-template-template-padt .signup .h4 {
  line-height: 1.23;
  color: #fff;
  margin-top: 33px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .signup .h4 {
    text-align: center;
  }
}
.page-template-template-padt .signup .form-group {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .page-template-template-padt .signup .form-group {
    margin-right: auto;
  }
}
.page-template-template-padt .signup .form-group .input-group .btn-light {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #fff;
}
.page-template-template-padt .signup .form-control,
.page-template-template-padt .signup .input-group-append {
  height: 45px;
}
.page-template-template-padt .signup .btn {
  padding: 10px;
  min-width: 170px;
}
.page-template-template-padt .signup .btn span {
  color: #282828;
}
.page-template-template-padt .signup .btn:hover, .page-template-template-padt .signup .btn:active, .page-template-template-padt .signup .btn:focus {
  box-shadow: none;
}

/**
 * ----------------------------------------
 * animation fade-from-right
 * ----------------------------------------
 */
.fade-from-right {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-bottom
 * ----------------------------------------
 */
.fade-from-bottom {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-top
 * ----------------------------------------
 */
.fade-from-top {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
.fade-out {
  animation: fade-out 0.5s ease-out both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.chip-subscription {
  border: none;
  justify-content: flex-start;
}
.chip-subscription img {
  max-width: 50%;
  height: auto;
}
.chip-subscription div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.chip-subscription .price {
  color: #858597;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
}
.chip-subscription .amount {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  color: #0E223F;
  font-size: 1.875rem;
}

.page-template h1, .page-template .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-template h1, .page-template .h1 {
    font-size: 4rem;
  }
}
.page-template h2, .page-template .h2 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .page-template h2, .page-template .h2 {
    font-size: 2.75rem;
  }
}
.page-template h3, .page-template .h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .page-template h3, .page-template .h3 {
    font-size: 2.25rem;
  }
}
.page-template p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .page-template p {
    font-size: 1.3125rem;
  }
}

.single-product-customizer.shop {
  padding-top: 0;
}

.pcz {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pcz .woocommerce-product-gallery__image:hover .wp-post-image {
  visibility: visible;
}
.pcz .text-gray {
  color: #0E223F;
}
.pcz .text-bold, .pcz .pncz .option-block h4, .pncz .option-block .pcz h4, .pncz .option-box .tile-value .pcz h4,
.pncz .option-box .block-value .pcz h4, .pcz .pdcz .option-block h4, .pdcz .option-block .pcz h4, .pdcz .option-box .tile-value .pcz h4,
.pdcz .option-box .block-value .pcz h4, .pcz .option-block h4, .pcz .option-box .tile-value h4,
.pcz .option-box .block-value h4 {
  font-weight: 600;
}
.pcz .text-color-mid {
  color: #0E223F;
}
.pcz .product-title {
  margin: 5.3rem 0 2.5rem;
  text-align: center;
  font-size: 2.375rem;
}
@media (max-width: 768px) {
  .pcz .product-title {
    margin-top: 68px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .pcz .coupon-banner {
    display: none;
  }
}
.pcz .product-section-title {
  font-size: 25px;
  margin-right: 20px;
}
.pcz .product-section-aux-title {
  font-size: 18px;
  display: inline-block;
  margin: 8px 0 20px;
  color: deepskyblue;
}
.pcz .audicus-image {
  background-color: #fff;
  border-radius: 50%;
  border: 50px solid #f8f8f9;
  box-shadow: 0 0 50px #f2f2f4;
  transition: opacity 0.3s;
  position: relative;
}
.pcz .audicus-image-main {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  max-width: 350px;
  transform: scale(1.3);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pcz .audicus-image-main {
    transform: scale(1.25);
  }
}
.pcz .audicus-image-main.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .pcz .audicus-image.float-to-scroll {
    position: fixed;
    top: 132px;
  }
  .pcz .audicus-image.fixed-at-bottom {
    position: absolute;
    bottom: 0;
  }
  .pcz .audicus-image img {
    max-width: 350px;
  }
}
.pcz .audicus-image .option-img img {
  position: absolute;
  width: auto;
  transform: scale(1.25);
  height: 120px;
  bottom: 4%;
  right: 40px;
  z-index: 2;
}
.pcz hr {
  margin: 0.5em 0 0;
}
.pcz a {
  color: #0E223F !important;
  cursor: pointer;
}
.pcz a:hover {
  color: deepskyblue !important;
}
.pcz a.woocommerce-product-gallery__trigger {
  display: none;
}
.pcz .p-option-wrapper {
  opacity: 1;
  transition: opacity ease-in-out 200ms;
  padding-top: 2rem;
}
.pcz .p-option-wrapper.is-disabled {
  opacity: 0.4;
}
.pcz .p-option-wrapper.is-disabled a,
.pcz .p-option-wrapper.is-disabled div {
  pointer-events: none !important;
}
.pcz .option-box-head {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pcz .option-box-head {
    font-size: 1.375rem;
  }
  .pcz .option-box-head a {
    display: table-cell;
  }
}
.pcz .option-box:not(.selected) .tile-value,
.pcz .option-box:not(.selected) .block-value {
  display: none;
}
.pcz .option-box:not(.selected) .tile-group,
.pcz .option-box:not(.selected) .color-group {
  display: flex;
}
.pcz .option-box:not(.selected) .color-group {
  padding-top: 10px;
  padding-bottom: 35px;
}
.pcz .option-box .required-info {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #f04840;
  margin-bottom: 1em;
}
.pcz .option-box.selected .tile-value,
.pcz .option-box.selected .block-value {
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pcz .option-box.selected .tile-value > .row, .pcz .option-box.selected .tile-value > .tile-group,
.pcz .option-box.selected .block-value > .row,
.pcz .option-box.selected .block-value > .tile-group {
  width: 100%;
}
.pcz .option-box.selected .required-info {
  display: none;
}
.pcz .option-box.selected .tile-group,
.pcz .option-box.selected .color-group,
.pcz .option-box.selected .option-block {
  display: none;
}
.pcz .option-box.selected .option-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pcz .option-box .tile-value,
.pcz .option-box .block-value {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #CDCDE4;
  height: 115px;
}
.pcz .option-box .tile-value:hover,
.pcz .option-box .block-value:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pcz .option-box .tile-value img,
.pcz .option-box .block-value img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
.pcz .option-box .tile-value.image-light img,
.pcz .option-box .block-value.image-light img {
  opacity: 0.2;
}
.pcz .option-box .tile-group {
  padding: 0 10px;
}
.pcz .option-box .tile-group .tile {
  padding: 0 10px;
  margin-bottom: 2rem;
}
.pcz .option-box .tile-group .tile .tile-body {
  padding: 2rem 0.5rem 1.2rem;
  background: white;
  border: 1px solid #CDCDE4;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pcz .option-box .tile-group .tile .tile-body {
    padding-bottom: 2rem;
    border: 1px solid #CDCDE4;
  }
}
.pcz .option-box .tile-group .tile .tile-body.selected {
  border: 1px solid #0E223F;
}
.pcz .option-box .tile-group .tile .tile-body.void-option img {
  opacity: 0.2;
}
.pcz .option-box .tile-group .tile .tile-body-stacked {
  flex-direction: column;
  justify-content: start;
}
.pcz .option-box .tile-group .tile .tile-body img {
  display: inline-block;
  width: 45px;
  height: auto;
}
.pcz .option-box .tile-group .tile .tile-body:hover {
  border: 1px solid #CDCDE4;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pcz .option-box.choice-required .tile-group .tile .tile-body {
  border-color: #f04840;
}
.pcz .option-block {
  width: 100%;
  background: white;
  display: flex;
  padding: 20px 30px;
  border: 1px solid #CDCDE4;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .pcz .option-block {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pcz .option-block {
    flex-direction: row;
  }
}
.pcz .option-block:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pcz .option-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 146px;
  width: 100%;
  height: auto;
}
.pcz .option-block.image-light img {
  opacity: 0.2;
}
.pcz .option-block .block-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pcz .option-block .block-description ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.pcz .option-block .block-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .pcz .option-block .block-btn {
    width: auto;
  }
}
.pcz .option-block .subscription-form [type=radio]:checked,
.pcz .option-block .subscription-form [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.pcz .option-block .subscription-form [type=radio]:checked + label,
.pcz .option-block .subscription-form [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0E223F;
}
.pcz .option-block .subscription-form [type=radio]:checked + label::before,
.pcz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.pcz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  background: #FFFFFF;
  border: 1px solid #858597;
}
.pcz .option-block .subscription-form [type=radio]:checked + label::before {
  border: 1px solid #0E223F;
  background: #0E223F;
}
.pcz .option-block .subscription-form [type=radio]:checked + label::after,
.pcz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pcz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pcz .option-block .subscription-form [type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pcz .ear-image.flip {
  transform: scaleX(-1);
}
.pcz .tile-value .color-outline {
  background-color: #F8F6F3;
  border-radius: 50%;
  padding: 8px;
}
@media (max-width: 991.98px) {
  .pcz .tile-value .color-circle {
    width: 25px;
    height: 25px;
  }
}
.pcz .tile-value .ear-image {
  display: none;
}
.pcz .tile-value .ear-image.flip {
  transform: scaleX(-0.8) scaleY(0.8);
}
.pcz .tile-value [data-tile-ear=right-ear] .ear-right {
  display: inline-block;
}
.pcz .tile-value [data-tile-ear=pair] .ear-pair {
  display: inline-block;
}
.pcz .tile-value [data-tile-ear=left-ear] .ear-left {
  display: inline-block;
}
.pcz .remote-image_no-remote {
  opacity: 0.2;
}
.pcz .remote-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pcz .remote-desc .h4:first-child {
  flex-grow: 1;
}
.pcz .remote-desc .h4:last-child {
  margin-bottom: 0;
}
.pcz .display-remote {
  position: absolute;
  z-index: 11;
  height: 150px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity ease-in-out 1000ms;
}
.pcz .display-remote-active {
  opacity: 1;
}
.pcz .display-remote.remote-image_no-remote {
  display: none !important;
}
.pcz .white-box {
  padding: 20px;
  background: white;
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .pcz .white-box {
    padding: 25px 40px;
  }
}
.pcz .custom-control-label {
  font-weight: 600;
  line-height: 2;
}
.pcz .custom-control-label::after {
  width: 25px;
  height: 25px;
}
.pcz .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #cdcde4;
}
.pcz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #0E223F;
  border: 1px solid #0E223F;
}
.pcz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}
.pcz .pay-type {
  margin: 0;
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .pcz .pay-type {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pcz .pay-type .pay-type-image {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.pcz .pay-type .pay-type-image .pay-type-image-container {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: auto;
}
.pcz .pay-type .pay-type-image .pay-type-image-container .option-img img {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 5%;
}
.pcz .pay-type .pay-type-image .pay-type-image-container img.product {
  width: 100%;
}
@media (min-width: 576px) {
  .pcz .pay-type .pay-over-time {
    padding-left: 50%;
  }
}
.pcz .pay-type .order-info > span:first-child {
  margin-right: 2rem;
}
.pcz .pay-tab-body {
  /* border-top: 0px solid $audicus-blue; */
  background: white;
  padding: 30px;
}
@media (min-width: 576px) {
  .pcz .pay-tab-body {
    padding: 30px 40px;
  }
}
.pcz .pay-tab-body .shipping-info {
  color: #858597;
}
.pcz .pay-tab-body .shipping-info img {
  margin-right: 8px;
}
.pcz .pay-tab-body .shipping-info span {
  margin-right: 3rem;
}
.pcz .pay-tab-body .pay-tab-body-item p {
  margin-bottom: 3px;
}
.pcz .pay-tab-body .pay-tab-body-item p::before {
  content: " - ";
  margin-right: 10px;
}

.mobi-cart-header {
  width: 100%;
  position: absolute;
  top: 69px;
  z-index: 9;
}
@media (min-width: 992px) {
  .mobi-cart-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobi-cart-header {
    top: 87px;
  }
}
.mobi-cart-header .pay-tab {
  text-align: center;
  padding: 15px;
}
.mobi-cart-header .pay-tab.selected .price > :nth-child(2) {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .pay-header {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .pay-header {
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
  }
}
.pay-header .pay-options {
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.pay-header .pay-options .col-auto {
  color: #858597;
  text-align: center;
}
.pay-header .pay-option {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .pay-header .pay-option {
    text-align: left;
  }
}
.pay-header .pay-option-title {
  color: #0E223F;
}
.pay-header .pay-option .price {
  font-size: 0.8125rem;
  color: #858597;
  font-style: italic;
}
.pay-header .pay-option .price-num,
.pay-header .pay-option .price-currency {
  font-size: 1.125rem;
  color: #0E223F;
  font-style: normal;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

.pay-tab-head .pay-options {
  width: 100%;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.pay-tab-head .pay-options .pay-option {
  text-align: center;
  background-color: #eaeaf7;
  padding: 10px 10px 6px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover, .pay-tab-head .pay-options .pay-option:not(.selected):active, .pay-tab-head .pay-options .pay-option:not(.selected):focus {
  cursor: pointer;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price span, .pay-tab-head .pay-options .pay-option:not(.selected):active .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price span, .pay-tab-head .pay-options .pay-option:not(.selected):focus .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price span {
  color: #0E223F;
  opacity: 0.7;
}
.pay-tab-head .pay-options .pay-option-title {
  color: #8e8ea0;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .col-auto {
    height: 90px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option-over-time {
    text-align: center;
  }
}
.pay-tab-head .pay-options .pay-option-over-time .price span:last-child {
  text-align: left;
}
.pay-tab-head .pay-options .pay-option .price {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: italic;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.pay-tab-head .pay-options .pay-option .price-currency {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: normal;
  font-weight: 700;
  margin-left: 6px;
}
.pay-tab-head .pay-options .pay-option .price-num {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  font-size: 2.375rem;
  line-height: 1.42;
  color: #8e8ea0;
  width: auto;
  margin: 0 4px;
}
.pay-tab-head .pay-options .pay-option.selected {
  background-color: #f0f0f0; /* $audicus-blue; */
}
.pay-tab-head .pay-options .pay-option.selected .pay-option-title,
.pay-tab-head .pay-options .pay-option.selected .price-currency,
.pay-tab-head .pay-options .pay-option.selected .price-num,
.pay-tab-head .pay-options .pay-option.selected .price span {
  color: #161621; /* $color-white; */
}

.header-cart {
  width: 100%;
}

.site-header-is-scrolled .header-cart {
  padding: 0;
  height: 37px;
}
.site-header-is-scrolled .pay-tab {
  padding-top: 15px;
}

.channel-price {
  color: #858597;
}

.popover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.popover .popover-body {
  text-align: center;
}

.what-is-this {
  background: rgba(0, 5, 33, 0.6);
}
.what-is-this .modal-content {
  color: white;
  background-size: 50%;
  background-color: #7cd813;
  overflow: hidden;
  position: relative;
  background-image: url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg);
  background-repeat: no-repeat;
  background-position: 150% 200px;
}
.what-is-this .modal-content .modal-header {
  border-bottom: 0;
}
.what-is-this .modal-content .modal-header .close {
  padding-bottom: 0;
  color: white;
}
.what-is-this .modal-content .modal-body {
  padding: 0 25% 0 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.what-is-this .modal-content .modal-body p {
  font-size: 35px;
  font-weight: bold;
}
.what-is-this .modal-content .modal-footer {
  justify-content: start;
  border-top: 0;
  padding: 30px 0 30px 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-footer {
    padding: 30px 20px 30px 20px;
  }
}
.what-is-this .modal-content .modal-footer button {
  width: 230px;
}

.custom-control-label::before {
  border: 1px solid #0E223F;
  background-color: white;
}

img.remote {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 10%;
  display: block;
  transition: opacity 1s;
}
img.remote.none {
  opacity: 0;
}

.pdcz {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pdcz .woocommerce-product-gallery__image:hover .wp-post-image {
  visibility: visible;
}
.pdcz .text-gray {
  color: #0E223F;
}
.pdcz .text-bold, .pdcz .pncz .option-block h4, .pncz .option-block .pdcz h4, .pncz .option-box .tile-value .pdcz h4,
.pncz .option-box .block-value .pdcz h4, .pdcz .option-block h4, .pdcz .option-box .tile-value h4,
.pdcz .option-box .block-value h4, .pcz .option-box .tile-value .pdcz h4,
.pcz .option-box .block-value .pdcz h4, .pdcz .pcz .option-block h4, .pcz .option-block .pdcz h4 {
  font-weight: 600;
}
.pdcz .text-color-mid {
  color: #0E223F;
}
.pdcz .product-title {
  margin: 5.3rem 0 2.5rem;
  text-align: center;
  font-size: 2.375rem;
}
@media (max-width: 768px) {
  .pdcz .product-title {
    margin-top: 68px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .pdcz .coupon-banner {
    display: none;
  }
}
.pdcz .product-section-title {
  font-size: 25px;
  margin-right: 20px;
}
.pdcz .product-section-aux-title {
  font-size: 18px;
  display: inline-block;
  margin: 8px 0 20px;
  color: deepskyblue;
}
.pdcz .audicus-image {
  background-color: #fff;
  border-radius: 50%;
  border: 50px solid #f8f8f9;
  box-shadow: 0 0 50px #f2f2f4;
  transition: opacity 0.3s;
  position: relative;
}
.pdcz .audicus-image-main {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  max-width: 350px;
  transform: scale(1);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pdcz .audicus-image-main {
    transform: scale(1);
  }
}
.pdcz .audicus-image-main.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .pdcz .audicus-image.float-to-scroll {
    position: fixed;
    top: 132px;
  }
  .pdcz .audicus-image.fixed-at-bottom {
    position: absolute;
    bottom: 0;
  }
  .pdcz .audicus-image img {
    max-width: 350px;
  }
}
.pdcz .audicus-image .option-img img {
  position: absolute;
  width: auto;
  transform: scale(1.25);
  height: 120px;
  bottom: 4%;
  right: 40px;
  z-index: 2;
}
.pdcz hr {
  margin: 0.5em 0 0;
}
.pdcz a {
  color: #0E223F !important;
  cursor: pointer;
}
.pdcz a:hover {
  color: deepskyblue !important;
}
.pdcz a.woocommerce-product-gallery__trigger {
  display: none;
}
.pdcz .p-option-wrapper {
  opacity: 1;
  transition: opacity ease-in-out 200ms;
  padding-top: 2rem;
}
.pdcz .p-option-wrapper.is-disabled {
  opacity: 0.4;
}
.pdcz .p-option-wrapper.is-disabled a,
.pdcz .p-option-wrapper.is-disabled div {
  pointer-events: none !important;
}
.pdcz .option-box-head {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pdcz .option-box-head {
    font-size: 1.375rem;
  }
  .pdcz .option-box-head a {
    display: table-cell;
  }
}
.pdcz .option-box:not(.selected) .tile-value,
.pdcz .option-box:not(.selected) .block-value {
  display: none;
}
.pdcz .option-box:not(.selected) .tile-group,
.pdcz .option-box:not(.selected) .color-group {
  display: flex;
}
.pdcz .option-box:not(.selected) .color-group {
  padding-top: 10px;
  padding-bottom: 35px;
}
.pdcz .option-box .required-info {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #f04840;
  margin-bottom: 1em;
}
.pdcz .option-box.selected .tile-value,
.pdcz .option-box.selected .block-value {
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pdcz .option-box.selected .tile-value > .row, .pdcz .option-box.selected .tile-value > .tile-group,
.pdcz .option-box.selected .block-value > .row,
.pdcz .option-box.selected .block-value > .tile-group {
  width: 100%;
}
.pdcz .option-box.selected .required-info {
  display: none;
}
.pdcz .option-box.selected .tile-group,
.pdcz .option-box.selected .color-group,
.pdcz .option-box.selected .option-block {
  display: none;
}
.pdcz .option-box.selected .option-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pdcz .option-box .tile-value,
.pdcz .option-box .block-value {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #CDCDE4;
  height: 115px;
}
.pdcz .option-box .tile-value:hover,
.pdcz .option-box .block-value:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pdcz .option-box .tile-value img,
.pdcz .option-box .block-value img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
.pdcz .option-box .tile-value.image-light img,
.pdcz .option-box .block-value.image-light img {
  opacity: 0.2;
}
.pdcz .option-box .tile-group {
  padding: 0 10px;
}
.pdcz .option-box .tile-group .tile {
  padding: 0 10px;
  margin-bottom: 2rem;
}
.pdcz .option-box .tile-group .tile .tile-body {
  padding: 2rem 0.5rem 1.2rem;
  background: white;
  /*border: 1px solid transparent;*/
  border: 1px solid #CDCDE4;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pdcz .option-box .tile-group .tile .tile-body {
    padding-bottom: 2rem;
    border: 1px solid #CDCDE4;
  }
}
.pdcz .option-box .tile-group .tile .tile-body.selected {
  border: 1px solid #0E223F;
}
.pdcz .option-box .tile-group .tile .tile-body.void-option img {
  opacity: 0.2;
}
.pdcz .option-box .tile-group .tile .tile-body-stacked {
  flex-direction: column;
  justify-content: start;
}
.pdcz .option-box .tile-group .tile .tile-body img {
  display: inline-block;
  width: 45px;
  height: auto;
}
.pdcz .option-box .tile-group .tile .tile-body:hover {
  border: 1px solid #CDCDE4;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pdcz .option-box.choice-required .tile-group .tile .tile-body {
  border-color: #f04840;
}
.pdcz .option-block {
  width: 100%;
  background: white;
  display: flex;
  padding: 20px 30px;
  border: 1px solid #CDCDE4;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .pdcz .option-block {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pdcz .option-block {
    flex-direction: row;
  }
}
.pdcz .option-block:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pdcz .option-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 146px;
  width: 100%;
  height: auto;
}
.pdcz .option-block.image-light img {
  opacity: 0.2;
}
.pdcz .option-block .block-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pdcz .option-block .block-description ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.pdcz .option-block .block-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .pdcz .option-block .block-btn {
    width: auto;
  }
}
.pdcz .option-block .subscription-form [type=radio]:checked,
.pdcz .option-block .subscription-form [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.pdcz .option-block .subscription-form [type=radio]:checked + label,
.pdcz .option-block .subscription-form [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0E223F;
}
.pdcz .option-block .subscription-form [type=radio]:checked + label::before,
.pdcz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.pdcz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  background: #FFFFFF;
  border: 1px solid #858597;
}
.pdcz .option-block .subscription-form [type=radio]:checked + label::before {
  border: 1px solid #0E223F;
  background: #0E223F;
}
.pdcz .option-block .subscription-form [type=radio]:checked + label::after,
.pdcz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pdcz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pdcz .option-block .subscription-form [type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pdcz .ear-image.flip {
  transform: scaleX(-1);
}
.pdcz .tile-value .color-outline {
  background-color: #F8F6F3;
  border-radius: 50%;
  padding: 8px;
}
@media (max-width: 991.98px) {
  .pdcz .tile-value .color-circle {
    width: 25px;
    height: 25px;
  }
}
.pdcz .tile-value .ear-image {
  display: none;
}
.pdcz .tile-value .ear-image.flip {
  transform: scaleX(-0.8) scaleY(0.8);
}
.pdcz .tile-value [data-tile-ear=right-ear] .ear-right {
  display: inline-block;
}
.pdcz .tile-value [data-tile-ear=pair] .ear-pair {
  display: inline-block;
}
.pdcz .tile-value [data-tile-ear=left-ear] .ear-left {
  display: inline-block;
}
.pdcz .remote-image_no-remote {
  opacity: 0.2;
}
.pdcz .remote-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pdcz .remote-desc .h4:first-child {
  flex-grow: 1;
}
.pdcz .remote-desc .h4:last-child {
  margin-bottom: 0;
}
.pdcz .display-remote {
  position: absolute;
  z-index: 11;
  height: 150px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity ease-in-out 1000ms;
}
.pdcz .display-remote-active {
  opacity: 1;
}
.pdcz .display-remote.remote-image_no-remote {
  display: none !important;
}
.pdcz .white-box {
  padding: 20px;
  background: white;
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .pdcz .white-box {
    padding: 25px 40px;
  }
}
.pdcz .custom-control-label {
  font-weight: 600;
  line-height: 2;
}
.pdcz .custom-control-label::after {
  width: 25px;
  height: 25px;
}
.pdcz .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #cdcde4;
}
.pdcz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #0E223F;
  border: 1px solid #0E223F;
}
.pdcz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}
.pdcz .pay-type {
  margin: 0;
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .pdcz .pay-type {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pdcz .pay-type .pay-type-image {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.pdcz .pay-type .pay-type-image .pay-type-image-container {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: auto;
}
.pdcz .pay-type .pay-type-image .pay-type-image-container .option-img img {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 5%;
}
.pdcz .pay-type .pay-type-image .pay-type-image-container img.product {
  width: 100%;
}
@media (min-width: 576px) {
  .pdcz .pay-type .pay-over-time {
    padding-left: 50%;
  }
}
.pdcz .pay-type .order-info > span:first-child {
  margin-right: 2rem;
}
.pdcz .pay-tab-body {
  border-top: 4px solid #0E223F;
  background: white;
  padding: 30px;
}
@media (min-width: 576px) {
  .pdcz .pay-tab-body {
    padding: 30px 40px;
  }
}
.pdcz .pay-tab-body .shipping-info {
  color: #858597;
}
.pdcz .pay-tab-body .shipping-info img {
  margin-right: 8px;
}
.pdcz .pay-tab-body .shipping-info span {
  margin-right: 3rem;
}
.pdcz .pay-tab-body .pay-tab-body-item p {
  margin-bottom: 3px;
}
.pdcz .pay-tab-body .pay-tab-body-item p::before {
  content: " - ";
  margin-right: 10px;
}

.mobi-cart-header {
  width: 100%;
  position: absolute;
  top: 69px;
  z-index: 9;
}
@media (min-width: 992px) {
  .mobi-cart-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobi-cart-header {
    top: 87px;
  }
}
.mobi-cart-header .pay-tab {
  text-align: center;
  padding: 15px;
}
.mobi-cart-header .pay-tab.selected .price > :nth-child(2) {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .pay-header {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .pay-header {
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
  }
}
.pay-header .pay-options {
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.pay-header .pay-options .col-auto {
  color: #858597;
  text-align: center;
}
.pay-header .pay-option {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .pay-header .pay-option {
    text-align: left;
  }
}
.pay-header .pay-option-title {
  color: #0E223F;
}
.pay-header .pay-option .price {
  font-size: 0.8125rem;
  color: #858597;
  font-style: italic;
}
.pay-header .pay-option .price-num,
.pay-header .pay-option .price-currency {
  font-size: 1.125rem;
  color: #0E223F;
  font-style: normal;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

.pay-tab-head .pay-options {
  width: 100%;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.pay-tab-head .pay-options .pay-option {
  text-align: center;
  background-color: #eaeaf7;
  padding: 10px 10px 6px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover, .pay-tab-head .pay-options .pay-option:not(.selected):active, .pay-tab-head .pay-options .pay-option:not(.selected):focus {
  cursor: pointer;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price span, .pay-tab-head .pay-options .pay-option:not(.selected):active .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price span, .pay-tab-head .pay-options .pay-option:not(.selected):focus .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price span {
  color: #0E223F;
  opacity: 0.7;
}
.pay-tab-head .pay-options .pay-option-title {
  color: #8e8ea0;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .col-auto {
    height: 90px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option-over-time {
    text-align: center;
  }
}
.pay-tab-head .pay-options .pay-option-over-time .price span:last-child {
  text-align: left;
}
.pay-tab-head .pay-options .pay-option .price {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: italic;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.pay-tab-head .pay-options .pay-option .price-currency {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: normal;
  font-weight: 700;
  margin-left: 6px;
}
.pay-tab-head .pay-options .pay-option .price-num {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  font-size: 2.375rem;
  line-height: 1.42;
  color: #8e8ea0;
  width: auto;
  margin: 0 4px;
}
.pay-tab-head .pay-options .pay-option.selected {
  background-color: #0E223F;
}
.pay-tab-head .pay-options .pay-option.selected .pay-option-title,
.pay-tab-head .pay-options .pay-option.selected .price-currency,
.pay-tab-head .pay-options .pay-option.selected .price-num,
.pay-tab-head .pay-options .pay-option.selected .price span {
  color: #FFFFFF;
}

.header-cart {
  width: 100%;
}

.site-header-is-scrolled .header-cart {
  padding: 0;
  height: 37px;
}
.site-header-is-scrolled .pay-tab {
  padding-top: 15px;
}

.channel-price {
  color: #858597;
}

.popover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.popover .popover-body {
  text-align: center;
}

.what-is-this {
  background: rgba(0, 5, 33, 0.6);
}
.what-is-this .modal-content {
  color: white;
  background-size: 50%;
  background-color: #7cd813;
  overflow: hidden;
  position: relative;
  background-image: url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg);
  background-repeat: no-repeat;
  background-position: 150% 200px;
}
.what-is-this .modal-content .modal-header {
  border-bottom: 0;
}
.what-is-this .modal-content .modal-header .close {
  padding-bottom: 0;
  color: white;
}
.what-is-this .modal-content .modal-body {
  padding: 0 25% 0 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.what-is-this .modal-content .modal-body p {
  font-size: 35px;
  font-weight: bold;
}
.what-is-this .modal-content .modal-footer {
  justify-content: start;
  border-top: 0;
  padding: 30px 0 30px 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-footer {
    padding: 30px 20px 30px 20px;
  }
}
.what-is-this .modal-content .modal-footer button {
  width: 230px;
}

.custom-control-label::before {
  border: 1px solid #0E223F;
  background-color: white;
}

img.remote {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 10%;
  display: block;
  transition: opacity 1s;
}
img.remote.none {
  opacity: 0;
}

.page-template-template-pddt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .page-template-template-pddt .site-header {
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(49, 49, 70, 0.1);
  }
}
.page-template-template-pddt .mobi-cart-header {
  z-index: 90;
  position: absolute;
  background: #fff;
  text-align: center;
}
.page-template-template-pddt .mobi-cart-header span {
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #161621;
}
.page-template-template-pddt .mobi-cart-header .btn {
  background: #fff;
  border: 1px solid #0E223F;
  border-radius: 2px;
  color: #0E223F;
}
.page-template-template-pddt .mobi-cart-header.sticky {
  position: fixed;
  top: 0;
}
.page-template-template-pddt .banner-pddt {
  background: none;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-template-pddt .banner-pddt {
    padding-bottom: 40px;
  }
}
.page-template-template-pddt .banner-pddt .h1 {
  font-size: 2.375rem;
}
.page-template-template-pddt .product-section {
  padding-bottom: 58px;
}
.page-template-template-pddt .slick-slide img {
  width: 100%;
}
.page-template-template-pddt .product-images {
  overflow: hidden;
}
.page-template-template-pddt .product-images img {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-pddt .product-images img.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page-template-template-pddt .product-gallery {
  margin-bottom: 55px;
}
.page-template-template-pddt .product-gallery-dotted {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-gallery-dotted {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.page-template-template-pddt .product-gallery-dotted .slick-slide div {
  width: 87px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.page-template-template-pddt .product-gallery-dotted .slick-slide.slick-current img {
  opacity: 0.5;
}
.page-template-template-pddt .product-gallery-dotted .slick-slide .dot-image {
  max-width: 87px;
  object-fit: contain;
  transition: 0.2s opacity linear;
}
.page-template-template-pddt .product-gallery-dotted .slick-slide .dot-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-template-template-pddt .product-content .h3 {
  font-family: "Noto Sans", sans-serif;
  color: #161621;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-content .h3 {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 400;
  }
}
.page-template-template-pddt .product-content .product-stars {
  margin-bottom: 0;
}
.page-template-template-pddt .product-content__short-description {
  color: #161621;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-content__short-description {
    text-align: center;
  }
}
.page-template-template-pddt .product-content__short-description p {
  margin-bottom: 0;
}
.page-template-template-pddt .product-content__ms-list {
  padding-left: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: table;
  width: 291px;
  border-bottom: 6px solid #fff;
  border-radius: 2px;
  position: relative;
}
.page-template-template-pddt .product-content__ms-list_item {
  display: table-cell;
  width: 50%;
  position: relative;
  padding-bottom: 12px;
}
.page-template-template-pddt .product-content__ms-list .ms-mild,
.page-template-template-pddt .product-content__ms-list .ms-serve {
  display: block;
  width: 100%;
  max-width: 83px;
  border-radius: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.page-template-template-pddt .product-content__ms-list .ms-mild::after,
.page-template-template-pddt .product-content__ms-list .ms-serve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
}
.page-template-template-pddt .product-content__ms-list .ms-mild::before,
.page-template-template-pddt .product-content__ms-list .ms-serve::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  bottom: -1px;
}
.page-template-template-pddt .product-content__ms-list .ms-mild {
  background-color: #fe931b;
  margin-left: 27px;
}
.page-template-template-pddt .product-content__ms-list .ms-mild::after {
  bottom: -6px;
  background-color: #fe931b;
  border-radius: 2px 0 0 2px;
  left: auto;
  width: 118px;
}
.page-template-template-pddt .product-content__ms-list .ms-mild::before {
  background-color: #fe931b;
  left: 65px;
}
.page-template-template-pddt .product-content__ms-list .ms-serve {
  background-color: #f24164;
  margin-left: auto;
}
.page-template-template-pddt .product-content__ms-list .ms-serve::after {
  bottom: -6px;
  background-color: #f24164;
  border-radius: 0 2px 2px 0;
}
.page-template-template-pddt .product-content__ms-list .ms-serve::before {
  background-color: #f24164;
  right: 10px;
}
.page-template-template-pddt .product-content__ms_desc {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pddt .product-comment {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-top: 48px;
  margin-bottom: 50px;
}
.page-template-template-pddt .product-comment p {
  font-style: italic;
  color: #161621;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.page-template-template-pddt .product-comment__author {
  color: #858597;
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
.page-template-template-pddt .product-color .heading, .page-template-template-pddt .product-color .amic .amic-question h1, .amic .amic-question .page-template-template-pddt .product-color h1,
.page-template-template-pddt .product-color .amic .amic-email h1,
.amic .amic-email .page-template-template-pddt .product-color h1,
.page-template-template-pddt .product-color .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pddt .product-color h1,
.page-template-template-pddt .product-color .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pddt .product-color h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 0.6px;
  color: #161621;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .page-template-template-pddt .product-color .color-group .color-wrapper {
    width: auto;
    display: flex;
    float: none;
    margin-bottom: 0;
  }
}
.page-template-template-pddt .product-color .color-group .color-outline {
  padding: 10px;
  border-radius: 50%;
  border-width: 0.5px;
}
@media (max-width: 768px) {
  .page-template-template-pddt .product-color .color-group .color-outline {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pddt .product-color .color-group .color-outline .color-circle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid;
  border-radius: 20px;
}
.page-template-template-pddt .product-color .color-group .color-outline .color-name {
  display: block;
  bottom: -30px;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
.page-template-template-pddt .product-color-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-color-list {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pddt .product-color-list__item {
  float: left;
  position: relative;
  padding-right: 37px;
}
.page-template-template-pddt .product-color-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-color-list__item {
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.page-template-template-pddt .product-color-list__label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-indent: -999em;
  border: 5px solid #f7f7f8;
  transition: all ease-in-out 200ms;
}
.page-template-template-pddt .product-color-list__label--amber {
  background-color: #d9a362;
}
.page-template-template-pddt .product-color-list__label--beige {
  background-color: #deae74;
}
.page-template-template-pddt .product-color-list__label--bronze {
  background-color: #71440a;
}
.page-template-template-pddt .product-color-list__label--black {
  background-color: #161621;
}
.page-template-template-pddt .product-color-list__label--silver {
  background-color: #afafc6;
}
.page-template-template-pddt .product-color-list__label--grey {
  background-color: #8e8ea0;
}
.page-template-template-pddt .product-color-list__label--white {
  background-color: #ffffff;
}
.page-template-template-pddt .product-color-list__label:hover {
  box-shadow: 0 0 1px 1px #0E223F;
}
.page-template-template-pddt .product-color-list__label::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.page-template-template-pddt .product-payment .col-2 hr {
  width: 1px;
  height: 80%;
  background-color: #CDCDE4;
  border: none;
}
.page-template-template-pddt .payment-method {
  font-size: 1.125rem;
}
.page-template-template-pddt .payment-method:first-child {
  letter-spacing: 0.7px;
}
.page-template-template-pddt .payment-method-small {
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  letter-spacing: 0.4px;
}
.page-template-template-pddt .payment-method .payment-price .heading, .page-template-template-pddt .payment-method .payment-price .amic .amic-question h1, .amic .amic-question .page-template-template-pddt .payment-method .payment-price h1,
.page-template-template-pddt .payment-method .payment-price .amic .amic-email h1,
.amic .amic-email .page-template-template-pddt .payment-method .payment-price h1,
.page-template-template-pddt .payment-method .payment-price .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pddt .payment-method .payment-price h1,
.page-template-template-pddt .payment-method .payment-price .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pddt .payment-method .payment-price h1 {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 2.375rem;
}
.page-template-template-pddt .payment-method .payment-method-small {
  line-height: 1rem;
  margin-bottom: 2px;
}
.page-template-template-pddt .standard-options .icon {
  height: 70px;
  width: auto;
}
.page-template-template-pddt .standard-options .col::after {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  bottom: -16px;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(136, 136, 159, 0.28) 0, rgba(136, 136, 159, 0) 76%);
}
.page-template-template-pddt .standard-options .col .chip {
  z-index: 4;
}
.page-template-template-pddt .product-redirect-btn {
  padding-top: 38px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .product-redirect-btn .btn-secondary, .page-template-template-pddt .product-redirect-btn .header-cart {
    width: 100%;
  }
}
.page-template-template-pddt .icon-radiate {
  animation: pulse 2.2s 1s infinite ease-in-out;
}
.page-template-template-pddt .pddt-nav {
  background-color: #f7f7f8;
  box-shadow: 0 4px 12px 0 rgba(18, 89, 110, 0.08);
  width: 100%;
  display: block;
  position: relative;
  overflow: auto;
}
.page-template-template-pddt .pddt-nav.pddt-nav-is-scrolled {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all linear;
}
.page-template-template-pddt .pddt-nav__inner {
  min-width: 1200px;
  position: relative;
}
.page-template-template-pddt .pddt-nav__inner .container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-pddt .pddt-nav .pddt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
}
.page-template-template-pddt .pddt-nav .pddt-menu__item {
  padding-right: 4%;
}
.page-template-template-pddt .pddt-nav .pddt-menu__link {
  border: none;
  font-size: 1rem;
  color: #858597;
  transition: 0.2s color linear;
  white-space: nowrap;
  line-height: 2;
}
.page-template-template-pddt .pddt-nav .pddt-menu__link:hover {
  color: #161621;
  margin-bottom: 0;
}
.page-template-template-pddt .pddt-nav .pddt-helpers {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item .product-info__price {
  margin-bottom: 0;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item .product-info .main-price {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #161621;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item .product-info .main-price__number {
  font-weight: 600;
  color: #8ad71c;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item .product-info .secondary-price {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item:last-child {
  width: 40.4%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__item:first-child {
  position: absolute;
  top: 10px;
  right: 40.4%;
  padding-left: 13px;
  padding-right: 13px;
}
.page-template-template-pddt .pddt-nav .pddt-helpers__link {
  border-radius: 2px;
  background-color: #0E223F;
  height: 72px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 72px;
}
.page-template-template-pddt .gallery-slider {
  height: 700px;
  position: relative;
}
.page-template-template-pddt .gallery-slider .slick-dots .slick-active::after {
  border-left-color: #0E223F;
  border-right-color: #0E223F;
  border-bottom-color: #0E223F;
  border-radius: 100%;
}
.page-template-template-pddt .gallery-slider .slick-dots {
  margin-top: -40px;
}
.page-template-template-pddt .gallery-slider .slick-dots li button::after,
.page-template-template-pddt .gallery-slider .slick-dots .slick-active::before {
  background: #fff;
}
.page-template-template-pddt .gallery-slider .slick-dots .slick-active::before {
  left: 5px;
}
.page-template-template-pddt .gallery-slider .slick-prev,
.page-template-template-pddt .gallery-slider .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.page-template-template-pddt .gallery-slider_mobile {
  height: auto;
}
.page-template-template-pddt .gallery-slider_mobile .slick-prev,
.page-template-template-pddt .gallery-slider_mobile .slick-next {
  background-color: transparent;
  bottom: 0;
  z-index: 100;
}
.page-template-template-pddt .gallery-slider_mobile .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-left.svg);
  left: 25px;
}
.page-template-template-pddt .gallery-slider_mobile .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-right.svg);
  right: 25px;
}
.page-template-template-pddt .gallery-slider_desktop .slick-dots {
  display: none !important;
}
.page-template-template-pddt .gallery-slider_desktop .slick-prev,
.page-template-template-pddt .gallery-slider_desktop .slick-next {
  width: 72px;
  height: 72px;
  z-index: 100;
  top: 50%;
  margin-top: -36px;
  border-radius: 100%;
  opacity: 0.7;
  transition: 0.2s opacity linear;
  bottom: auto;
}
.page-template-template-pddt .gallery-slider_desktop .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-left.svg);
  left: 70px;
}
.page-template-template-pddt .gallery-slider_desktop .slick-prev:hover {
  opacity: 1;
}
.page-template-template-pddt .gallery-slider_desktop .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-right.svg);
  right: 70px;
}
.page-template-template-pddt .gallery-slider_desktop .slick-next:hover {
  opacity: 1;
}
.page-template-template-pddt .gallery-slide {
  position: relative;
  height: 700px;
}
.page-template-template-pddt .gallery-slide_mobile {
  height: auto;
}
.page-template-template-pddt .gallery-slide__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: 0.2s all linear;
}
.page-template-template-pddt .gallery-slide__item_0 {
  top: 0;
  left: 0;
  height: 100%;
  width: 41.7%;
}
.page-template-template-pddt .gallery-slide__item_1 {
  top: 0;
  left: 41.7%;
  height: 50%;
  width: 38.1%;
}
.page-template-template-pddt .gallery-slide__item_2 {
  top: 0;
  right: 0;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pddt .gallery-slide__item_3 {
  bottom: 0;
  left: 41.7%;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pddt .gallery-slide__item_4 {
  bottom: 0;
  right: 0;
  height: 50%;
  width: 38.1%;
}
@media (max-width: 1199.98px) {
  .page-template-template-pddt .gallery-slide__item_0 {
    width: 40%;
  }
  .page-template-template-pddt .gallery-slide__item_1 {
    left: 40%;
    width: 35%;
  }
  .page-template-template-pddt .gallery-slide__item_2 {
    width: 25%;
  }
  .page-template-template-pddt .gallery-slide__item_3 {
    left: 40%;
    width: 25%;
  }
  .page-template-template-pddt .gallery-slide__item_4 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .gallery-slide__item_0 {
    width: 34%;
  }
  .page-template-template-pddt .gallery-slide__item_1 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pddt .gallery-slide__item_2 {
    width: 33%;
  }
  .page-template-template-pddt .gallery-slide__item_3 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pddt .gallery-slide__item_4 {
    width: 33%;
  }
}
.page-template-template-pddt .gallery-slide.activate-animate .gallery-slide__item_0 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .gallery-slide.activate-animate .gallery-slide__item_1 {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .gallery-slide.activate-animate .gallery-slide__item_2 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .gallery-slide.activate-animate .gallery-slide__item_3 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .gallery-slide.activate-animate .gallery-slide__item_4 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .gallery-slide.animate-off {
  animation: fade-out 1s ease-out both;
}
.page-template-template-pddt .gallery-slide_desktop .gallery-slide__item {
  position: absolute;
}
.page-template-template-pddt .audicus-specs {
  padding-top: 48px;
  background-color: #313146;
}
.page-template-template-pddt .audicus-specs .subheading {
  color: #fff;
  margin-bottom: 60px;
}
.page-template-template-pddt .audicus-specs .btn-link {
  color: #fff;
}
.page-template-template-pddt .specs-container {
  width: 459px;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .specs-container {
    width: 250px;
  }
  .page-template-template-pddt .specs-container img {
    width: 100%;
  }
}
.page-template-template-pddt .specs-container .spec {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.7px;
  color: #fff;
  display: table;
  position: absolute;
}
.page-template-template-pddt .specs-container .spec::before {
  display: none;
}
.page-template-template-pddt .specs-container .spec::after, .page-template-template-pddt .specs-container .spec::before {
  position: absolute;
  content: "";
  border: 1px solid #0E223F;
}
.page-template-template-pddt .specs-container .spec::after {
  display: block;
}
.page-template-template-pddt .specs-container .spec__number {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #161621;
  margin-right: 8px;
  display: table;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .specs-container .spec__number {
    font-size: 0.75rem;
    width: 18px;
    height: 18px;
  }
}
.page-template-template-pddt .specs-container .spec__number::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #0E223F;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .specs-container .spec__number::after {
    display: none;
  }
}
.page-template-template-pddt .specs-container .spec-1 {
  top: -5px;
  left: -72px;
}
.page-template-template-pddt .specs-container .spec-1::after {
  width: 80px;
  height: 28px;
  right: -95px;
  top: 16px;
  border-left: none;
  border-bottom: none;
}
.page-template-template-pddt .specs-container .spec-1 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-2 {
  top: 113px;
  left: -149px;
}
.page-template-template-pddt .specs-container .spec-2::after {
  width: 100px;
  height: 1px;
  right: -115px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pddt .specs-container .spec-2 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-3 {
  top: auto;
  bottom: 110px;
  left: -226px;
}
.page-template-template-pddt .specs-container .spec-3::after {
  width: 137px;
  height: 93px;
  right: -151px;
  top: -76px;
  border-left: none;
  border-top: none;
}
.page-template-template-pddt .specs-container .spec-3 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-4 {
  top: 43px;
  right: -75px;
}
.page-template-template-pddt .specs-container .spec-4::after {
  width: 79px;
  height: 1px;
  left: -94px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pddt .specs-container .spec-4 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-5 {
  top: 134px;
  right: -66px;
}
.page-template-template-pddt .specs-container .spec-5::after {
  width: 31px;
  height: 141px;
  left: -45px;
  top: 16px;
  border-right: none;
  border-bottom: none;
}
.page-template-template-pddt .specs-container .spec-5 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-6 {
  bottom: 108px;
  right: -170px;
}
.page-template-template-pddt .specs-container .spec-6::after {
  width: 46px;
  height: 1px;
  left: -61px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pddt .specs-container .spec-6 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pddt .specs-container .spec-7 {
  bottom: -1px;
  right: -113px;
}
.page-template-template-pddt .specs-container .spec-7::after {
  width: 67px;
  height: 47px;
  left: -77px;
  top: -33px;
  border-right: none;
  border-top: none;
}
.page-template-template-pddt .specs-container .spec-7 .spec__number::after {
  left: -10px;
  top: 11px;
}
.page-template-template-pddt .specs-container .spec-8 {
  bottom: -9px;
  right: 97px;
}
.page-template-template-pddt .specs-container .spec-8::after {
  width: 52px;
  height: 33px;
  left: -65px;
  top: -17px;
  border-right: none;
  border-top: none;
}
.page-template-template-pddt .specs-container .spec-8::before {
  display: block;
  width: 61px;
  height: 93px;
  left: -126px;
  top: -89px;
  border-right: none;
  border-top: none;
}
.page-template-template-pddt .specs-container .spec-8 .spec__number::after {
  left: -13px;
  top: 13px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .specs-container .spec__title {
    display: none;
  }
  .page-template-template-pddt .specs-container .spec-1 {
    top: 8px;
    left: 23px;
  }
  .page-template-template-pddt .specs-container .spec-1::after {
    width: 35px;
    height: 12px;
    right: -33px;
    top: 10px;
  }
  .page-template-template-pddt .specs-container .spec-2 {
    top: 55px;
    left: -13px;
  }
  .page-template-template-pddt .specs-container .spec-2::after {
    width: 23px;
    height: 1px;
    right: -19px;
    top: 10px;
  }
  .page-template-template-pddt .specs-container .spec-3 {
    top: auto;
    bottom: 31px;
    left: -29px;
  }
  .page-template-template-pddt .specs-container .spec-3::after {
    width: 57px;
    height: 91px;
    right: -56px;
    top: -80px;
  }
  .page-template-template-pddt .specs-container .spec-4 {
    top: 44px;
    right: 32px;
  }
  .page-template-template-pddt .specs-container .spec-4::after {
    width: 20px;
    height: 1px;
    left: -25px;
    top: 11px;
  }
  .page-template-template-pddt .specs-container .spec-5 {
    top: 83px;
    right: 4px;
  }
  .page-template-template-pddt .specs-container .spec-5::after {
    width: 11px;
    height: 63px;
    left: -16px;
    top: 12px;
  }
  .page-template-template-pddt .specs-container .spec-6 {
    bottom: 108px;
    right: -5px;
  }
  .page-template-template-pddt .specs-container .spec-6::after {
    width: 1px;
    height: 23px;
    left: 9px;
    top: 23px;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #0E223F;
  }
  .page-template-template-pddt .specs-container .spec-7 {
    bottom: 23px;
    right: -24px;
  }
  .page-template-template-pddt .specs-container .spec-7::after {
    width: 28px;
    height: 19px;
    left: -36px;
    top: -9px;
  }
  .page-template-template-pddt .specs-container .spec-8 {
    bottom: 9px;
    right: 99px;
  }
  .page-template-template-pddt .specs-container .spec-8::after {
    width: 22px;
    height: 19px;
    left: -30px;
    top: -8px;
  }
  .page-template-template-pddt .specs-container .spec-8::before {
    display: block;
    width: 27px;
    height: 39px;
    left: -56px;
    top: -33px;
  }
}
.page-template-template-pddt .audicus-specs-desc {
  background-color: rgba(22, 22, 33, 0.08);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 25px;
}
.page-template-template-pddt .audicus-specs-desc .specs-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.page-template-template-pddt .audicus-specs-desc .specs-list__item:not(:last-child) {
  margin-bottom: 25px;
}
.page-template-template-pddt .audicus-specs-desc .h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.7px;
}
.page-template-template-pddt .audicus-specs-desc .specs-desc {
  margin-bottom: 0;
}
.page-template-template-pddt .add-ons {
  background: url(/wp-content/themes/audicus/dist/images/addons-bg.jpg) center no-repeat;
  background-size: cover;
}
.page-template-template-pddt .add-ons .container {
  max-width: 1330px;
}
.page-template-template-pddt .add-ons .row, .page-template-template-pddt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pddt .add-ons .tile-group, .page-template-template-pddt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pddt .add-ons .tile-group, .page-template-template-pddt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pddt .add-ons .tile-group {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .add-ons .row, .page-template-template-pddt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pddt .add-ons .tile-group, .page-template-template-pddt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pddt .add-ons .tile-group, .page-template-template-pddt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pddt .add-ons .tile-group {
    min-height: auto;
  }
}
.page-template-template-pddt .add-ons .add-on {
  padding: 115px 29px 100px;
  transition: 0.2s all linear;
  border: 1px solid #cdcde4;
  border-bottom: none;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .add-ons .add-on {
    padding: 40px 15px;
    border-right: none;
    border-bottom: 1px solid #cdcde4;
  }
}
.page-template-template-pddt .add-ons .add-on:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .add-ons .add-on:last-child {
    border-bottom: none;
  }
}
.page-template-template-pddt .add-ons .add-on:hover {
  background-blend-mode: soft-light;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}
.page-template-template-pddt .add-ons .add-on__inner {
  position: relative;
  min-height: 175px;
  display: flex;
  flex-direction: column;
}
.page-template-template-pddt .add-ons .add-on__icon {
  display: block;
  width: 75px;
  height: 75px;
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-dark.svg) center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.page-template-template-pddt .add-ons .add-on__title {
  line-height: 1.21;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  color: #313146;
}
.page-template-template-pddt .add-ons .add-on img {
  display: none;
}
.page-template-template-pddt .add-ons .add-on__desc {
  display: none;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: center;
  color: #161621;
  margin-top: 13px;
  margin-bottom: 0;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pddt .add-ons .add-on.add-on-active {
  background-color: white;
}
.page-template-template-pddt .add-ons .add-on.add-on-active .add-on__icon {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-dark.svg) center no-repeat;
}
.page-template-template-pddt .reviews {
  padding-top: 91px;
  padding-bottom: 52px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .reviews .h3 {
    text-align: center;
  }
  .page-template-template-pddt .reviews .btn-link {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pddt .reviews-custom {
  margin-bottom: 70px;
}
.page-template-template-pddt .reviews-custom__item {
  padding-top: 20px;
}
.page-template-template-pddt .reviews-custom__title {
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.13;
  color: #313146;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .reviews-custom__title {
    font-size: 1.875rem;
    line-height: 1.23;
  }
}
.page-template-template-pddt .reviews-custom .quote {
  font-family: "Noto Serif", serif;
  font-size: 7.5rem;
  font-weight: bold;
  color: #0E223F;
  position: relative;
  top: 40px;
  line-height: 0;
}
.page-template-template-pddt .reviews-custom .quote_open {
  margin-right: 15px;
}
.page-template-template-pddt .reviews-custom .quote_close {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .reviews-custom .quote {
    font-size: 3.625rem;
  }
  .page-template-template-pddt .reviews-custom .quote_open {
    margin-right: 5px;
    top: 10px;
  }
  .page-template-template-pddt .reviews-custom .quote_close {
    margin-left: 5px;
    top: 15px;
  }
}
.page-template-template-pddt .reviews-custom__comment {
  color: #161621;
  line-height: 1.61;
  margin-bottom: 16px;
}
.page-template-template-pddt .reviews-custom__author {
  line-height: 1.61;
  letter-spacing: 0.3px;
  color: #858597;
}
.page-template-template-pddt .reviews-slick-prev, .page-template-template-pddt .reviews-slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.page-template-template-pddt .reviews-slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  left: 25px;
}
.page-template-template-pddt .reviews-slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  right: 25px;
}
.page-template-template-pddt .reviews .slick-dots {
  margin-top: 32px;
}
.page-template-template-pddt .reviews-default {
  padding-top: 40px;
}
.page-template-template-pddt .reviews-default .col-md-6 {
  padding-bottom: 30px;
}
.page-template-template-pddt .reviews-default .product-comment {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  border: 1px solid #cdcde4;
  transition: 0.2s all linear;
}
.page-template-template-pddt .reviews-default .product-comment:hover {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
}
.page-template-template-pddt .reviews-default .all-reviews-wrapper {
  padding-top: 20px;
}
.page-template-template-pddt .signup {
  background-color: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
.page-template-template-pddt .signup-hidden {
  transform: translateY(100%);
}
.page-template-template-pddt .signup-closed {
  display: none !important;
}
.page-template-template-pddt .signup .form-control {
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pddt .signup .form-control::placeholder {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pddt .signup .close-btn {
  position: absolute;
  top: -16px;
  right: -40px;
  background-color: transparent;
  border: none;
}
.page-template-template-pddt .signup .close-btn:hover, .page-template-template-pddt .signup .close-btn:active, .page-template-template-pddt .signup .close-btn:focus {
  cursor: pointer;
  outline: none;
}
.page-template-template-pddt .signup .h4 {
  line-height: 1.23;
  color: #fff;
  margin-top: 33px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .signup .h4 {
    text-align: center;
  }
}
.page-template-template-pddt .signup .form-group {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .page-template-template-pddt .signup .form-group {
    margin-right: auto;
  }
}
.page-template-template-pddt .signup .form-group .input-group .btn-light {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #fff;
}
.page-template-template-pddt .signup .form-control,
.page-template-template-pddt .signup .input-group-append {
  height: 45px;
}
.page-template-template-pddt .signup .btn {
  padding: 10px;
  min-width: 170px;
}
.page-template-template-pddt .signup .btn span {
  color: #282828;
}
.page-template-template-pddt .signup .btn:hover, .page-template-template-pddt .signup .btn:active, .page-template-template-pddt .signup .btn:focus {
  box-shadow: none;
}
.page-template-template-pddt .chip-addons {
  border: none;
  justify-content: flex-start;
}
.page-template-template-pddt .chip-addons img {
  max-width: 50%;
  height: auto;
}
.page-template-template-pddt .chip-addons div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.page-template-template-pddt .chip-addons .price {
  color: #858597;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
}
.page-template-template-pddt .chip-addons .amount {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  color: #0E223F;
  font-size: 1.875rem;
}

/**
 * ----------------------------------------
 * animation fade-from-right
 * ----------------------------------------
 */
.fade-from-right {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-bottom
 * ----------------------------------------
 */
.fade-from-bottom {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-top
 * ----------------------------------------
 */
.fade-from-top {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
.fade-out {
  animation: fade-out 0.5s ease-out both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.pncz {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pncz .woocommerce-product-gallery__image:hover .wp-post-image {
  visibility: visible;
}
.pncz .text-gray {
  color: #0E223F;
}
.pncz .text-bold, .pncz .option-block h4, .pncz .option-box .tile-value h4,
.pncz .option-box .block-value h4, .pcz .option-box .tile-value .pncz h4,
.pcz .option-box .block-value .pncz h4, .pncz .pcz .option-block h4, .pcz .option-block .pncz h4, .pdcz .option-box .tile-value .pncz h4,
.pdcz .option-box .block-value .pncz h4, .pncz .pdcz .option-block h4, .pdcz .option-block .pncz h4 {
  font-weight: 600;
}
.pncz .text-color-mid {
  color: #0E223F;
}
.pncz .product-title {
  margin: 5.3rem 0 2.5rem;
  text-align: center;
  font-size: 2.375rem;
}
@media (max-width: 768px) {
  .pncz .product-title {
    margin-top: 68px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .pncz .coupon-banner {
    display: none;
  }
}
.pncz .product-section-title {
  font-size: 25px;
  margin-right: 20px;
}
.pncz .product-section-aux-title {
  font-size: 18px;
  display: inline-block;
  margin: 8px 0 20px;
  color: deepskyblue;
}
.pncz .audicus-image {
  background-color: #fff;
  border-radius: 50%;
  border: 50px solid #f8f8f9;
  box-shadow: 0 0 50px #f2f2f4;
  transition: opacity 0.3s;
  position: relative;
}
.pncz .audicus-image-main {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  max-width: 350px;
  transform: scale(1);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pncz .audicus-image-main {
    transform: scale(1);
  }
}
.pncz .audicus-image-main.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .pncz .audicus-image.float-to-scroll {
    position: fixed;
    top: 132px;
  }
  .pncz .audicus-image.fixed-at-bottom {
    position: absolute;
    bottom: 0;
  }
  .pncz .audicus-image img {
    max-width: 350px;
  }
}
.pncz .audicus-image .option-img img {
  position: absolute;
  width: auto;
  transform: scale(1.25);
  height: 120px;
  bottom: 4%;
  right: 40px;
  z-index: 2;
}
.pncz hr {
  margin: 0.5em 0 0;
}
.pncz a {
  color: #0E223F !important;
  cursor: pointer;
}
.pncz a:hover {
  color: deepskyblue !important;
}
.pncz a.woocommerce-product-gallery__trigger {
  display: none;
}
.pncz .p-option-wrapper {
  opacity: 1;
  transition: opacity ease-in-out 200ms;
  padding-top: 2rem;
}
.pncz .p-option-wrapper.is-disabled {
  opacity: 0.4;
}
.pncz .p-option-wrapper.is-disabled a,
.pncz .p-option-wrapper.is-disabled div {
  pointer-events: none !important;
}
.pncz .option-box-head {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pncz .option-box-head {
    font-size: 1.375rem;
  }
  .pncz .option-box-head a {
    display: table-cell;
  }
}
.pncz .option-box:not(.selected) .tile-value,
.pncz .option-box:not(.selected) .block-value {
  display: none;
}
.pncz .option-box:not(.selected) .tile-group,
.pncz .option-box:not(.selected) .color-group {
  display: flex;
}
.pncz .option-box:not(.selected) .color-group {
  padding-top: 10px;
  padding-bottom: 35px;
}
.pncz .option-box .required-info {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #f04840;
  margin-bottom: 1em;
}
.pncz .option-box.selected .tile-value,
.pncz .option-box.selected .block-value {
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pncz .option-box.selected .tile-value > .row, .pncz .option-box.selected .tile-value > .tile-group,
.pncz .option-box.selected .block-value > .row,
.pncz .option-box.selected .block-value > .tile-group {
  width: 100%;
}
.pncz .option-box.selected .required-info {
  display: none;
}
.pncz .option-box.selected .tile-group,
.pncz .option-box.selected .color-group,
.pncz .option-box.selected .option-block {
  display: none;
}
.pncz .option-box.selected .option-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pncz .option-box .tile-value,
.pncz .option-box .block-value {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #CDCDE4;
  height: 115px;
}
.pncz .option-box .tile-value:hover,
.pncz .option-box .block-value:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pncz .option-box .tile-value img,
.pncz .option-box .block-value img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
.pncz .option-box .tile-value.image-light img,
.pncz .option-box .block-value.image-light img {
  opacity: 0.2;
}
.pncz .option-box .tile-group {
  padding: 0 10px;
}
.pncz .option-box .tile-group .tile {
  padding: 0 10px;
  margin-bottom: 2rem;
}
.pncz .option-box .tile-group .tile .tile-body {
  padding: 2rem 0.5rem 1.2rem;
  background: white;
  /*border: 1px solid transparent;*/
  border: 1px solid #CDCDE4;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pncz .option-box .tile-group .tile .tile-body {
    padding-bottom: 2rem;
    border: 1px solid #CDCDE4;
  }
}
.pncz .option-box .tile-group .tile .tile-body.selected {
  border: 1px solid #0E223F;
}
.pncz .option-box .tile-group .tile .tile-body.void-option img {
  opacity: 0.2;
}
.pncz .option-box .tile-group .tile .tile-body-stacked {
  flex-direction: column;
  justify-content: start;
}
.pncz .option-box .tile-group .tile .tile-body img {
  display: inline-block;
  width: 45px;
  height: auto;
}
.pncz .option-box .tile-group .tile .tile-body:hover {
  border: 1px solid #CDCDE4;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pncz .option-box.choice-required .tile-group .tile .tile-body {
  border-color: #f04840;
}
.pncz .option-block {
  width: 100%;
  background: white;
  display: flex;
  padding: 20px 30px;
  border: 1px solid #CDCDE4;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .pncz .option-block {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pncz .option-block {
    flex-direction: row;
  }
}
.pncz .option-block:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.pncz .option-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 146px;
  width: 100%;
  height: auto;
}
.pncz .option-block.image-light img {
  opacity: 0.2;
}
.pncz .option-block .block-price .terms {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #CDCDE4;
}
.pncz .option-block .block-description ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.pncz .option-block .block-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .pncz .option-block .block-btn {
    width: auto;
  }
}
.pncz .option-block .subscription-form [type=radio]:checked,
.pncz .option-block .subscription-form [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.pncz .option-block .subscription-form [type=radio]:checked + label,
.pncz .option-block .subscription-form [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0E223F;
}
.pncz .option-block .subscription-form [type=radio]:checked + label::before,
.pncz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.pncz .option-block .subscription-form [type=radio]:not(:checked) + label::before {
  background: #FFFFFF;
  border: 1px solid #858597;
}
.pncz .option-block .subscription-form [type=radio]:checked + label::before {
  border: 1px solid #0E223F;
  background: #0E223F;
}
.pncz .option-block .subscription-form [type=radio]:checked + label::after,
.pncz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pncz .option-block .subscription-form [type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pncz .option-block .subscription-form [type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pncz .ear-image.flip {
  transform: scaleX(-1);
}
.pncz .tile-value .color-outline {
  background-color: #F8F6F3;
  border-radius: 50%;
  padding: 8px;
}
@media (max-width: 991.98px) {
  .pncz .tile-value .color-circle {
    width: 25px;
    height: 25px;
  }
}
.pncz .tile-value .ear-image {
  display: none;
}
.pncz .tile-value .ear-image.flip {
  transform: scaleX(-0.8) scaleY(0.8);
}
.pncz .tile-value [data-tile-ear=right-ear] .ear-right {
  display: inline-block;
}
.pncz .tile-value [data-tile-ear=pair] .ear-pair {
  display: inline-block;
}
.pncz .tile-value [data-tile-ear=left-ear] .ear-left {
  display: inline-block;
}
.pncz .remote-image_no-remote {
  opacity: 0.2;
}
.pncz .remote-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pncz .remote-desc .h4:first-child {
  flex-grow: 1;
}
.pncz .remote-desc .h4:last-child {
  margin-bottom: 0;
}
.pncz .display-remote {
  position: absolute;
  z-index: 11;
  height: 150px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity ease-in-out 1000ms;
}
.pncz .display-remote-active {
  opacity: 1;
}
.pncz .display-remote.remote-image_no-remote {
  display: none !important;
}
.pncz .white-box {
  padding: 20px;
  background: white;
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .pncz .white-box {
    padding: 25px 40px;
  }
}
.pncz .custom-control-label {
  font-weight: 600;
  line-height: 2;
}
.pncz .custom-control-label::after {
  width: 25px;
  height: 25px;
}
.pncz .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #cdcde4;
}
.pncz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #0E223F;
  border: 1px solid #0E223F;
}
.pncz .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}
.pncz .pay-type {
  margin: 0;
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .pncz .pay-type {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pncz .pay-type .pay-type-image {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.pncz .pay-type .pay-type-image .pay-type-image-container {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: auto;
}
.pncz .pay-type .pay-type-image .pay-type-image-container .option-img img {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 5%;
}
.pncz .pay-type .pay-type-image .pay-type-image-container img.product {
  width: 100%;
}
@media (min-width: 576px) {
  .pncz .pay-type .pay-over-time {
    padding-left: 50%;
  }
}
.pncz .pay-type .order-info > span:first-child {
  margin-right: 2rem;
}
.pncz .pay-tab-body {
  /* border-top: 0px solid $audicus-blue; */
  background: white;
  padding: 30px;
}
@media (min-width: 576px) {
  .pncz .pay-tab-body {
    padding: 30px 40px;
  }
}
.pncz .pay-tab-body .shipping-info {
  color: #858597;
}
.pncz .pay-tab-body .shipping-info img {
  margin-right: 8px;
}
.pncz .pay-tab-body .shipping-info span {
  margin-right: 3rem;
}
.pncz .pay-tab-body .pay-tab-body-item p {
  margin-bottom: 3px;
}
.pncz .pay-tab-body .pay-tab-body-item p::before {
  content: " - ";
  margin-right: 10px;
}

.mobi-cart-header {
  width: 100%;
  position: absolute;
  top: 69px;
  z-index: 9;
}
@media (min-width: 992px) {
  .mobi-cart-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobi-cart-header {
    top: 87px;
  }
}
.mobi-cart-header .pay-tab {
  text-align: center;
  padding: 15px;
}
.mobi-cart-header .pay-tab.selected .price > :nth-child(2) {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .pay-header {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .pay-header {
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
  }
}
.pay-header .pay-options {
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.pay-header .pay-options .col-auto {
  color: #858597;
  text-align: center;
}
.pay-header .pay-option {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .pay-header .pay-option {
    text-align: left;
  }
}
.pay-header .pay-option-title {
  color: #0E223F;
}
.pay-header .pay-option .price {
  font-size: 0.8125rem;
  color: #858597;
  font-style: italic;
}
.pay-header .pay-option .price-num,
.pay-header .pay-option .price-currency {
  font-size: 1.125rem;
  color: #0E223F;
  font-style: normal;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

.pay-tab-head .pay-options {
  width: 100%;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.pay-tab-head .pay-options .pay-option {
  text-align: center;
  background-color: #eaeaf7;
  padding: 10px 10px 6px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover, .pay-tab-head .pay-options .pay-option:not(.selected):active, .pay-tab-head .pay-options .pay-option:not(.selected):focus {
  cursor: pointer;
}
.pay-tab-head .pay-options .pay-option:not(.selected):hover .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):hover .price span, .pay-tab-head .pay-options .pay-option:not(.selected):active .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):active .price span, .pay-tab-head .pay-options .pay-option:not(.selected):focus .pay-option-title,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-currency,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price-num,
.pay-tab-head .pay-options .pay-option:not(.selected):focus .price span {
  color: #0E223F;
  opacity: 0.7;
}
.pay-tab-head .pay-options .pay-option-title {
  color: #8e8ea0;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .col-auto {
    height: 90px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option-over-time {
    text-align: center;
  }
}
.pay-tab-head .pay-options .pay-option-over-time .price span:last-child {
  text-align: left;
}
.pay-tab-head .pay-options .pay-option .price {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: italic;
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .pay-tab-head .pay-options .pay-option .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.pay-tab-head .pay-options .pay-option .price-currency {
  font-size: 1.125rem;
  color: #8e8ea0;
  font-style: normal;
  font-weight: 700;
  margin-left: 6px;
}
.pay-tab-head .pay-options .pay-option .price-num {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  font-size: 2.375rem;
  line-height: 1.42;
  color: #8e8ea0;
  width: auto;
  margin: 0 4px;
}
.pay-tab-head .pay-options .pay-option.selected {
  background-color: #f0f0f0; /* $audicus-blue; */
}
.pay-tab-head .pay-options .pay-option.selected .pay-option-title,
.pay-tab-head .pay-options .pay-option.selected .price-currency,
.pay-tab-head .pay-options .pay-option.selected .price-num,
.pay-tab-head .pay-options .pay-option.selected .price span {
  color: #161621; /* $color-white; */
}

.header-cart {
  width: 100%;
}

.site-header-is-scrolled .header-cart {
  padding: 0;
  height: 37px;
}
.site-header-is-scrolled .pay-tab {
  padding-top: 15px;
}

.channel-price {
  color: #858597;
}

.popover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.popover .popover-body {
  text-align: center;
}

.what-is-this {
  background: rgba(0, 5, 33, 0.6);
}
.what-is-this .modal-content {
  color: white;
  background-size: 50%;
  background-color: #7cd813;
  overflow: hidden;
  position: relative;
  background-image: url(/wp-content/themes/audicus/dist/images/bg-circle-full.svg);
  background-repeat: no-repeat;
  background-position: 150% 200px;
}
.what-is-this .modal-content .modal-header {
  border-bottom: 0;
}
.what-is-this .modal-content .modal-header .close {
  padding-bottom: 0;
  color: white;
}
.what-is-this .modal-content .modal-body {
  padding: 0 25% 0 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.what-is-this .modal-content .modal-body p {
  font-size: 35px;
  font-weight: bold;
}
.what-is-this .modal-content .modal-footer {
  justify-content: start;
  border-top: 0;
  padding: 30px 0 30px 50px;
}
@media (max-width: 768px) {
  .what-is-this .modal-content .modal-footer {
    padding: 30px 20px 30px 20px;
  }
}
.what-is-this .modal-content .modal-footer button {
  width: 230px;
}

.custom-control-label::before {
  border: 1px solid #0E223F;
  background-color: white;
}

img.remote {
  position: absolute;
  height: 50%;
  right: 15%;
  bottom: 10%;
  display: block;
  transition: opacity 1s;
}
img.remote.none {
  opacity: 0;
}

.page-template-template-pndt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
.page-template-template-pndt .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .page-template-template-pndt .site-header {
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(49, 49, 70, 0.1);
  }
}
.page-template-template-pndt .mobi-cart-header {
  z-index: 90;
  position: absolute;
  background: #fff;
  text-align: center;
}
.page-template-template-pndt .mobi-cart-header span {
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #161621;
}
.page-template-template-pndt .mobi-cart-header .btn {
  background: #fff;
  border: 1px solid #0E223F;
  border-radius: 2px;
  color: #0E223F;
}
.page-template-template-pndt .mobi-cart-header.sticky {
  position: fixed;
  top: 0;
}
.page-template-template-pndt .banner-pndt {
  background: none;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-template-pndt .banner-pndt {
    padding-bottom: 40px;
  }
}
.page-template-template-pndt .banner-pndt .h1 {
  font-size: 2.375rem;
}
.page-template-template-pndt .product-section {
  padding-bottom: 58px;
}
.page-template-template-pndt .slick-slide img {
  width: 100%;
}
.page-template-template-pndt .product-images {
  overflow: hidden;
}
.page-template-template-pndt .product-images img {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-pndt .product-images img.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page-template-template-pndt .product-gallery {
  margin-bottom: 55px;
}
.page-template-template-pndt .product-gallery-dotted {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-gallery-dotted {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.page-template-template-pndt .product-gallery-dotted .slick-slide div {
  width: 87px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.page-template-template-pndt .product-gallery-dotted .slick-slide.slick-current img {
  opacity: 0.5;
}
.page-template-template-pndt .product-gallery-dotted .slick-slide .dot-image {
  max-width: 87px;
  object-fit: contain;
  transition: 0.2s opacity linear;
}
.page-template-template-pndt .product-gallery-dotted .slick-slide .dot-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-template-template-pndt .product-content .h3 {
  font-family: "Noto Sans", sans-serif;
  color: #161621;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-content .h3 {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 400;
  }
}
.page-template-template-pndt .product-content .product-stars {
  margin-bottom: 0;
}
.page-template-template-pndt .product-content__short-description {
  color: #161621;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-content__short-description {
    text-align: center;
  }
}
.page-template-template-pndt .product-content__short-description p {
  margin-bottom: 0;
}
.page-template-template-pndt .product-content__ms-list {
  padding-left: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: table;
  width: 291px;
  border-bottom: 6px solid #fff;
  border-radius: 2px;
  position: relative;
}
.page-template-template-pndt .product-content__ms-list_item {
  display: table-cell;
  width: 50%;
  position: relative;
  padding-bottom: 12px;
}
.page-template-template-pndt .product-content__ms-list .ms-mild,
.page-template-template-pndt .product-content__ms-list .ms-serve {
  display: block;
  width: 100%;
  max-width: 83px;
  border-radius: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.page-template-template-pndt .product-content__ms-list .ms-mild::after,
.page-template-template-pndt .product-content__ms-list .ms-serve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
}
.page-template-template-pndt .product-content__ms-list .ms-mild::before,
.page-template-template-pndt .product-content__ms-list .ms-serve::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  bottom: -1px;
}
.page-template-template-pndt .product-content__ms-list .ms-mild {
  background-color: #fe931b;
  margin-left: 27px;
}
.page-template-template-pndt .product-content__ms-list .ms-mild::after {
  bottom: -6px;
  background-color: #fe931b;
  border-radius: 2px 0 0 2px;
  left: auto;
  width: 118px;
}
.page-template-template-pndt .product-content__ms-list .ms-mild::before {
  background-color: #fe931b;
  left: 65px;
}
.page-template-template-pndt .product-content__ms-list .ms-serve {
  background-color: #f24164;
  margin-left: auto;
}
.page-template-template-pndt .product-content__ms-list .ms-serve::after {
  bottom: -6px;
  background-color: #f24164;
  border-radius: 0 2px 2px 0;
}
.page-template-template-pndt .product-content__ms-list .ms-serve::before {
  background-color: #f24164;
  right: 10px;
}
.page-template-template-pndt .product-content__ms_desc {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pndt .product-comment {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-top: 48px;
  margin-bottom: 50px;
}
.page-template-template-pndt .product-comment p {
  font-style: italic;
  color: #161621;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.page-template-template-pndt .product-comment__author {
  color: #858597;
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
.page-template-template-pndt .product-color .heading, .page-template-template-pndt .product-color .amic .amic-question h1, .amic .amic-question .page-template-template-pndt .product-color h1,
.page-template-template-pndt .product-color .amic .amic-email h1,
.amic .amic-email .page-template-template-pndt .product-color h1,
.page-template-template-pndt .product-color .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pndt .product-color h1,
.page-template-template-pndt .product-color .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pndt .product-color h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 0.6px;
  color: #161621;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .page-template-template-pndt .product-color .color-group .color-wrapper {
    width: auto;
    display: flex;
    float: none;
    margin-bottom: 0;
  }
}
.page-template-template-pndt .product-color .color-group .color-outline {
  padding: 10px;
  border-radius: 50%;
  border-width: 0.5px;
}
@media (max-width: 768px) {
  .page-template-template-pndt .product-color .color-group .color-outline {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pndt .product-color .color-group .color-outline .color-circle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid;
  border-radius: 20px;
}
.page-template-template-pndt .product-color .color-group .color-outline .color-name {
  display: block;
  bottom: -30px;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
.page-template-template-pndt .product-color-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-color-list {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pndt .product-color-list__item {
  float: left;
  position: relative;
  padding-right: 37px;
}
.page-template-template-pndt .product-color-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-color-list__item {
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.page-template-template-pndt .product-color-list__label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-indent: -999em;
  border: 5px solid #f7f7f8;
  transition: all ease-in-out 200ms;
}
.page-template-template-pndt .product-color-list__label--amber {
  background-color: #d9a362;
}
.page-template-template-pndt .product-color-list__label--beige {
  background-color: #deae74;
}
.page-template-template-pndt .product-color-list__label--bronze {
  background-color: #71440a;
}
.page-template-template-pndt .product-color-list__label--black {
  background-color: #161621;
}
.page-template-template-pndt .product-color-list__label--silver {
  background-color: #afafc6;
}
.page-template-template-pndt .product-color-list__label--grey {
  background-color: #8e8ea0;
}
.page-template-template-pndt .product-color-list__label--white {
  background-color: #ffffff;
}
.page-template-template-pndt .product-color-list__label:hover {
  box-shadow: 0 0 1px 1px #0E223F;
}
.page-template-template-pndt .product-color-list__label::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.page-template-template-pndt .product-payment .col-2 hr {
  width: 1px;
  height: 80%;
  background-color: #CDCDE4;
  border: none;
}
.page-template-template-pndt .payment-method {
  font-size: 1.125rem;
}
.page-template-template-pndt .payment-method:first-child {
  letter-spacing: 0.7px;
}
.page-template-template-pndt .payment-method-small {
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  letter-spacing: 0.4px;
}
.page-template-template-pndt .payment-method .payment-price .heading, .page-template-template-pndt .payment-method .payment-price .amic .amic-question h1, .amic .amic-question .page-template-template-pndt .payment-method .payment-price h1,
.page-template-template-pndt .payment-method .payment-price .amic .amic-email h1,
.amic .amic-email .page-template-template-pndt .payment-method .payment-price h1,
.page-template-template-pndt .payment-method .payment-price .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pndt .payment-method .payment-price h1,
.page-template-template-pndt .payment-method .payment-price .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pndt .payment-method .payment-price h1 {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 2.375rem;
}
.page-template-template-pndt .payment-method .payment-method-small {
  line-height: 1rem;
  margin-bottom: 2px;
}
.page-template-template-pndt .standard-options .icon {
  height: 70px;
  width: auto;
}
.page-template-template-pndt .standard-options .col::after {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  bottom: -16px;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(136, 136, 159, 0.28) 0, rgba(136, 136, 159, 0) 76%);
}
.page-template-template-pndt .standard-options .col .chip {
  z-index: 4;
}
.page-template-template-pndt .product-redirect-btn {
  padding-top: 38px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .product-redirect-btn .btn-secondary, .page-template-template-pndt .product-redirect-btn .header-cart {
    width: 100%;
  }
}
.page-template-template-pndt .icon-radiate {
  animation: pulse 2.2s 1s infinite ease-in-out;
}
.page-template-template-pndt .pndt-nav {
  background-color: #f7f7f8;
  box-shadow: 0 4px 12px 0 rgba(18, 89, 110, 0.08);
  width: 100%;
  display: block;
  position: relative;
  overflow: auto;
}
.page-template-template-pndt .pndt-nav.pndt-nav-is-scrolled {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all linear;
}
.page-template-template-pndt .pndt-nav__inner {
  min-width: 1200px;
  position: relative;
}
.page-template-template-pndt .pndt-nav__inner .container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-pndt .pndt-nav .pndt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
}
.page-template-template-pndt .pndt-nav .pndt-menu__item {
  padding-right: 4%;
}
.page-template-template-pndt .pndt-nav .pndt-menu__link {
  border: none;
  font-size: 1rem;
  color: #858597;
  transition: 0.2s color linear;
  white-space: nowrap;
  line-height: 2;
}
.page-template-template-pndt .pndt-nav .pndt-menu__link:hover {
  color: #161621;
  margin-bottom: 0;
}
.page-template-template-pndt .pndt-nav .pndt-helpers {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item .product-info__price {
  margin-bottom: 0;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item .product-info .main-price {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #161621;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item .product-info .main-price__number {
  font-weight: 600;
  color: #8ad71c;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item .product-info .secondary-price {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item:last-child {
  width: 40.4%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__item:first-child {
  position: absolute;
  top: 10px;
  right: 40.4%;
  padding-left: 13px;
  padding-right: 13px;
}
.page-template-template-pndt .pndt-nav .pndt-helpers__link {
  border-radius: 2px;
  background-color: #0E223F;
  height: 72px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 72px;
}
.page-template-template-pndt .gallery-slider {
  height: 700px;
  position: relative;
}
.page-template-template-pndt .gallery-slider .slick-dots .slick-active::after {
  border-left-color: #0E223F;
  border-right-color: #0E223F;
  border-bottom-color: #0E223F;
  border-radius: 100%;
}
.page-template-template-pndt .gallery-slider .slick-dots {
  margin-top: -40px;
}
.page-template-template-pndt .gallery-slider .slick-dots li button::after,
.page-template-template-pndt .gallery-slider .slick-dots .slick-active::before {
  background: #fff;
}
.page-template-template-pndt .gallery-slider .slick-dots .slick-active::before {
  left: 5px;
}
.page-template-template-pndt .gallery-slider .slick-prev,
.page-template-template-pndt .gallery-slider .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.page-template-template-pndt .gallery-slider_mobile {
  height: auto;
}
.page-template-template-pndt .gallery-slider_mobile .slick-prev,
.page-template-template-pndt .gallery-slider_mobile .slick-next {
  background-color: transparent;
  bottom: 0;
  z-index: 100;
}
.page-template-template-pndt .gallery-slider_mobile .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-left.svg);
  left: 25px;
}
.page-template-template-pndt .gallery-slider_mobile .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-right.svg);
  right: 25px;
}
.page-template-template-pndt .gallery-slider_desktop .slick-dots {
  display: none !important;
}
.page-template-template-pndt .gallery-slider_desktop .slick-prev,
.page-template-template-pndt .gallery-slider_desktop .slick-next {
  width: 72px;
  height: 72px;
  z-index: 100;
  top: 50%;
  margin-top: -36px;
  border-radius: 100%;
  opacity: 0.7;
  transition: 0.2s opacity linear;
  bottom: auto;
}
.page-template-template-pndt .gallery-slider_desktop .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-left.svg);
  left: 70px;
}
.page-template-template-pndt .gallery-slider_desktop .slick-prev:hover {
  opacity: 1;
}
.page-template-template-pndt .gallery-slider_desktop .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-right.svg);
  right: 70px;
}
.page-template-template-pndt .gallery-slider_desktop .slick-next:hover {
  opacity: 1;
}
.page-template-template-pndt .gallery-slide {
  position: relative;
  height: 700px;
}
.page-template-template-pndt .gallery-slide_mobile {
  height: auto;
}
.page-template-template-pndt .gallery-slide__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: 0.2s all linear;
}
.page-template-template-pndt .gallery-slide__item_0 {
  top: 0;
  left: 0;
  height: 100%;
  width: 41.7%;
}
.page-template-template-pndt .gallery-slide__item_1 {
  top: 0;
  left: 41.7%;
  height: 50%;
  width: 38.1%;
}
.page-template-template-pndt .gallery-slide__item_2 {
  top: 0;
  right: 0;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pndt .gallery-slide__item_3 {
  bottom: 0;
  left: 41.7%;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pndt .gallery-slide__item_4 {
  bottom: 0;
  right: 0;
  height: 50%;
  width: 38.1%;
}
@media (max-width: 1199.98px) {
  .page-template-template-pndt .gallery-slide__item_0 {
    width: 40%;
  }
  .page-template-template-pndt .gallery-slide__item_1 {
    left: 40%;
    width: 35%;
  }
  .page-template-template-pndt .gallery-slide__item_2 {
    width: 25%;
  }
  .page-template-template-pndt .gallery-slide__item_3 {
    left: 40%;
    width: 25%;
  }
  .page-template-template-pndt .gallery-slide__item_4 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .gallery-slide__item_0 {
    width: 34%;
  }
  .page-template-template-pndt .gallery-slide__item_1 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pndt .gallery-slide__item_2 {
    width: 33%;
  }
  .page-template-template-pndt .gallery-slide__item_3 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pndt .gallery-slide__item_4 {
    width: 33%;
  }
}
.page-template-template-pndt .gallery-slide.activate-animate .gallery-slide__item_0 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .gallery-slide.activate-animate .gallery-slide__item_1 {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .gallery-slide.activate-animate .gallery-slide__item_2 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .gallery-slide.activate-animate .gallery-slide__item_3 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .gallery-slide.activate-animate .gallery-slide__item_4 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .gallery-slide.animate-off {
  animation: fade-out 1s ease-out both;
}
.page-template-template-pndt .gallery-slide_desktop .gallery-slide__item {
  position: absolute;
}
.page-template-template-pndt .audicus-specs {
  padding-top: 48px;
  background-color: #313146;
}
.page-template-template-pndt .audicus-specs .subheading {
  color: #fff;
  margin-bottom: 60px;
}
.page-template-template-pndt .audicus-specs .btn-link {
  color: #fff;
}
.page-template-template-pndt .specs-container {
  width: 459px;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .specs-container {
    width: 250px;
  }
  .page-template-template-pndt .specs-container img {
    width: 100%;
  }
}
.page-template-template-pndt .specs-container .spec {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.7px;
  color: #fff;
  display: table;
  position: absolute;
}
.page-template-template-pndt .specs-container .spec::before {
  display: none;
}
.page-template-template-pndt .specs-container .spec::after, .page-template-template-pndt .specs-container .spec::before {
  position: absolute;
  content: "";
  border: 1px solid #0E223F;
}
.page-template-template-pndt .specs-container .spec::after {
  display: block;
}
.page-template-template-pndt .specs-container .spec__number {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #161621;
  margin-right: 8px;
  display: table;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .specs-container .spec__number {
    font-size: 0.75rem;
    width: 18px;
    height: 18px;
  }
}
.page-template-template-pndt .specs-container .spec__number::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #0E223F;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .specs-container .spec__number::after {
    display: none;
  }
}
.page-template-template-pndt .specs-container .spec-1 {
  top: -5px;
  left: -72px;
}
.page-template-template-pndt .specs-container .spec-1::after {
  width: 80px;
  height: 28px;
  right: -95px;
  top: 16px;
  border-left: none;
  border-bottom: none;
}
.page-template-template-pndt .specs-container .spec-1 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-2 {
  top: 113px;
  left: -149px;
}
.page-template-template-pndt .specs-container .spec-2::after {
  width: 100px;
  height: 1px;
  right: -115px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pndt .specs-container .spec-2 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-3 {
  top: auto;
  bottom: 110px;
  left: -226px;
}
.page-template-template-pndt .specs-container .spec-3::after {
  width: 137px;
  height: 93px;
  right: -151px;
  top: -76px;
  border-left: none;
  border-top: none;
}
.page-template-template-pndt .specs-container .spec-3 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-4 {
  top: 43px;
  right: -75px;
}
.page-template-template-pndt .specs-container .spec-4::after {
  width: 79px;
  height: 1px;
  left: -94px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pndt .specs-container .spec-4 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-5 {
  top: 134px;
  right: -66px;
}
.page-template-template-pndt .specs-container .spec-5::after {
  width: 31px;
  height: 141px;
  left: -45px;
  top: 16px;
  border-right: none;
  border-bottom: none;
}
.page-template-template-pndt .specs-container .spec-5 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-6 {
  bottom: 108px;
  right: -170px;
}
.page-template-template-pndt .specs-container .spec-6::after {
  width: 46px;
  height: 1px;
  left: -61px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pndt .specs-container .spec-6 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pndt .specs-container .spec-7 {
  bottom: -1px;
  right: -113px;
}
.page-template-template-pndt .specs-container .spec-7::after {
  width: 67px;
  height: 47px;
  left: -77px;
  top: -33px;
  border-right: none;
  border-top: none;
}
.page-template-template-pndt .specs-container .spec-7 .spec__number::after {
  left: -10px;
  top: 11px;
}
.page-template-template-pndt .specs-container .spec-8 {
  bottom: -9px;
  right: 97px;
}
.page-template-template-pndt .specs-container .spec-8::after {
  width: 32px;
  height: 73px;
  left: -45px;
  top: -57px;
  border-right: none;
  border-top: none;
}
.page-template-template-pndt .specs-container .spec-8::before {
  display: block;
  width: 61px;
  height: 93px;
  left: -126px;
  top: -89px;
  border: none;
  border-top: none;
}
.page-template-template-pndt .specs-container .spec-8 .spec__number::after {
  left: -13px;
  top: 13px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .specs-container .spec__title {
    display: none;
  }
  .page-template-template-pndt .specs-container .spec-1 {
    top: 8px;
    left: 23px;
  }
  .page-template-template-pndt .specs-container .spec-1::after {
    width: 35px;
    height: 12px;
    right: -33px;
    top: 10px;
  }
  .page-template-template-pndt .specs-container .spec-2 {
    top: 55px;
    left: -13px;
  }
  .page-template-template-pndt .specs-container .spec-2::after {
    width: 23px;
    height: 1px;
    right: -19px;
    top: 10px;
  }
  .page-template-template-pndt .specs-container .spec-3 {
    top: auto;
    bottom: 31px;
    left: -29px;
  }
  .page-template-template-pndt .specs-container .spec-3::after {
    width: 57px;
    height: 91px;
    right: -56px;
    top: -80px;
  }
  .page-template-template-pndt .specs-container .spec-4 {
    top: 44px;
    right: 32px;
  }
  .page-template-template-pndt .specs-container .spec-4::after {
    width: 20px;
    height: 1px;
    left: -25px;
    top: 11px;
  }
  .page-template-template-pndt .specs-container .spec-5 {
    top: 83px;
    right: 4px;
  }
  .page-template-template-pndt .specs-container .spec-5::after {
    width: 11px;
    height: 63px;
    left: -16px;
    top: 12px;
  }
  .page-template-template-pndt .specs-container .spec-6 {
    bottom: 108px;
    right: -5px;
  }
  .page-template-template-pndt .specs-container .spec-6::after {
    width: 1px;
    height: 23px;
    left: 9px;
    top: 23px;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #0E223F;
  }
  .page-template-template-pndt .specs-container .spec-7 {
    bottom: 23px;
    right: -24px;
  }
  .page-template-template-pndt .specs-container .spec-7::after {
    width: 28px;
    height: 19px;
    left: -36px;
    top: -9px;
  }
  .page-template-template-pndt .specs-container .spec-8 {
    bottom: 9px;
    right: 99px;
  }
  .page-template-template-pndt .specs-container .spec-8::after {
    width: 22px;
    height: 19px;
    left: -30px;
    top: -8px;
  }
  .page-template-template-pndt .specs-container .spec-8::before {
    display: block;
    width: 27px;
    height: 39px;
    left: -56px;
    top: -33px;
  }
}
.page-template-template-pndt .audicus-specs-desc {
  background-color: rgba(22, 22, 33, 0.08);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 25px;
}
.page-template-template-pndt .audicus-specs-desc .specs-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.page-template-template-pndt .audicus-specs-desc .specs-list__item:not(:last-child) {
  margin-bottom: 25px;
}
.page-template-template-pndt .audicus-specs-desc .h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.7px;
}
.page-template-template-pndt .audicus-specs-desc .specs-desc {
  margin-bottom: 0;
}
.page-template-template-pndt .add-ons {
  background: url(/wp-content/themes/audicus/dist/images/addons-bg.jpg) center no-repeat;
  background-size: cover;
}
.page-template-template-pndt .add-ons .container {
  max-width: 1330px;
}
.page-template-template-pndt .add-ons .row, .page-template-template-pndt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pndt .add-ons .tile-group, .page-template-template-pndt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pndt .add-ons .tile-group, .page-template-template-pndt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pndt .add-ons .tile-group {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .add-ons .row, .page-template-template-pndt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pndt .add-ons .tile-group, .page-template-template-pndt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pndt .add-ons .tile-group, .page-template-template-pndt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pndt .add-ons .tile-group {
    min-height: auto;
  }
}
.page-template-template-pndt .add-ons .add-on {
  padding: 115px 29px 100px;
  transition: 0.2s all linear;
  border: 1px solid #cdcde4;
  border-bottom: none;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .add-ons .add-on {
    padding: 40px 15px;
    border-right: none;
    border-bottom: 1px solid #cdcde4;
  }
}
.page-template-template-pndt .add-ons .add-on:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .add-ons .add-on:last-child {
    border-bottom: none;
  }
}
.page-template-template-pndt .add-ons .add-on:hover {
  background-blend-mode: soft-light;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}
.page-template-template-pndt .add-ons .add-on__inner {
  position: relative;
  min-height: 175px;
  display: flex;
  flex-direction: column;
}
.page-template-template-pndt .add-ons .add-on__icon {
  display: block;
  width: 75px;
  height: 75px;
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-dark.svg) center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.page-template-template-pndt .add-ons .add-on__title {
  line-height: 1.21;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  color: #313146;
}
.page-template-template-pndt .add-ons .add-on img {
  display: none;
}
.page-template-template-pndt .add-ons .add-on__desc {
  display: none;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: center;
  color: #161621;
  margin-top: 13px;
  margin-bottom: 0;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pndt .add-ons .add-on.add-on-active {
  background-color: white;
}
.page-template-template-pndt .add-ons .add-on.add-on-active .add-on__icon {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-dark.svg) center no-repeat;
}
.page-template-template-pndt .reviews {
  padding-top: 91px;
  padding-bottom: 52px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .reviews .h3 {
    text-align: center;
  }
  .page-template-template-pndt .reviews .btn-link {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pndt .reviews-custom {
  margin-bottom: 70px;
}
.page-template-template-pndt .reviews-custom__item {
  padding-top: 20px;
}
.page-template-template-pndt .reviews-custom__title {
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.13;
  color: #313146;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .reviews-custom__title {
    font-size: 1.875rem;
    line-height: 1.23;
  }
}
.page-template-template-pndt .reviews-custom .quote {
  font-family: "Noto Serif", serif;
  font-size: 7.5rem;
  font-weight: bold;
  color: #0E223F;
  position: relative;
  top: 40px;
  line-height: 0;
}
.page-template-template-pndt .reviews-custom .quote_open {
  margin-right: 15px;
  float: left;
}
.page-template-template-pndt .reviews-custom .quote_close {
  margin-left: 15px;
  float: right;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .reviews-custom .quote {
    font-size: 3.625rem;
  }
  .page-template-template-pndt .reviews-custom .quote_open {
    margin-right: 5px;
    top: 10px;
  }
  .page-template-template-pndt .reviews-custom .quote_close {
    margin-left: 5px;
    top: 15px;
  }
}
.page-template-template-pndt .reviews-custom__comment {
  color: #161621;
  line-height: 1.61;
  margin-bottom: 16px;
}
.page-template-template-pndt .reviews-custom__author {
  line-height: 1.61;
  letter-spacing: 0.3px;
  color: #858597;
}
.page-template-template-pndt .reviews-slick-prev, .page-template-template-pndt .reviews-slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.page-template-template-pndt .reviews-slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  left: 25px;
}
.page-template-template-pndt .reviews-slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  right: 25px;
}
.page-template-template-pndt .reviews .slick-dots {
  margin-top: 32px;
}
.page-template-template-pndt .reviews-default {
  padding-top: 40px;
}
.page-template-template-pndt .reviews-default .col-md-6 {
  padding-bottom: 30px;
}
.page-template-template-pndt .reviews-default .product-comment {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  border: 1px solid #cdcde4;
  transition: 0.2s all linear;
}
.page-template-template-pndt .reviews-default .product-comment:hover {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
}
.page-template-template-pndt .reviews-default .all-reviews-wrapper {
  padding-top: 20px;
}
.page-template-template-pndt .signup {
  background-color: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
.page-template-template-pndt .signup-hidden {
  transform: translateY(100%);
}
.page-template-template-pndt .signup-closed {
  display: none !important;
}
.page-template-template-pndt .signup .form-control {
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pndt .signup .form-control::placeholder {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pndt .signup .close-btn {
  position: absolute;
  top: -16px;
  right: -40px;
  background-color: transparent;
  border: none;
}
.page-template-template-pndt .signup .close-btn:hover, .page-template-template-pndt .signup .close-btn:active, .page-template-template-pndt .signup .close-btn:focus {
  cursor: pointer;
  outline: none;
}
.page-template-template-pndt .signup .h4 {
  line-height: 1.23;
  color: #fff;
  margin-top: 33px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .signup .h4 {
    text-align: center;
  }
}
.page-template-template-pndt .signup .form-group {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .page-template-template-pndt .signup .form-group {
    margin-right: auto;
  }
}
.page-template-template-pndt .signup .form-group .input-group .btn-light {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #fff;
}
.page-template-template-pndt .signup .form-control,
.page-template-template-pndt .signup .input-group-append {
  height: 45px;
}
.page-template-template-pndt .signup .btn {
  padding: 10px;
  min-width: 170px;
}
.page-template-template-pndt .signup .btn span {
  color: #282828;
}
.page-template-template-pndt .signup .btn:hover, .page-template-template-pndt .signup .btn:active, .page-template-template-pndt .signup .btn:focus {
  box-shadow: none;
}

/**
 * ----------------------------------------
 * animation fade-from-right
 * ----------------------------------------
 */
.fade-from-right {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-bottom
 * ----------------------------------------
 */
.fade-from-bottom {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-top
 * ----------------------------------------
 */
.fade-from-top {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
.fade-out {
  animation: fade-out 0.5s ease-out both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.chip-subscription {
  border: none;
  justify-content: flex-start;
}
.chip-subscription img {
  max-width: 50%;
  height: auto;
}
.chip-subscription div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.chip-subscription .price {
  color: #858597;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
}
.chip-subscription .amount {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  color: #0E223F;
  font-size: 1.875rem;
}

.page-template-template-pric {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-template-pric .top-content {
  position: relative;
  overflow: hidden;
}
.page-template-template-pric .shape-left {
  display: block;
  position: absolute;
  left: -285px;
  bottom: 140px;
  width: 485px;
  height: 485px;
  background-color: #3ebde9;
  border-radius: 100%;
  z-index: 0;
}
.page-template-template-pric .shape-left::before {
  display: block;
  position: absolute;
  content: "";
  top: 85px;
  left: 85px;
  width: 315px;
  height: 315px;
  background-color: #0E223F;
  border-radius: 100%;
  z-index: 0;
}
.page-template-template-pric .shape-right {
  display: block;
  position: absolute;
  right: -285px;
  bottom: 140px;
  width: 485px;
  height: 485px;
  background-color: #3ebde9;
  border-radius: 100%;
  z-index: 0;
}
.page-template-template-pric .shape-right::before {
  display: block;
  position: absolute;
  content: "";
  top: 85px;
  left: 85px;
  width: 315px;
  height: 315px;
  background-color: #0E223F;
  border-radius: 100%;
  z-index: 0;
}
.page-template-template-pric .shape {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -140px;
  transform: translate(-50%, 50%);
  width: 694px;
  height: 694px;
  background-color: rgba(148, 231, 255, 0.1);
  border-radius: 100%;
}
.page-template-template-pric .shape__inner {
  display: block;
  position: absolute;
  left: 65px;
  top: 65px;
  width: 564px;
  height: 564px;
  background-color: rgba(148, 231, 255, 0.13);
  border-radius: 100%;
}
.page-template-template-pric .shape__inner::before {
  display: block;
  position: absolute;
  content: "";
  top: 51px;
  left: 51px;
  width: 462px;
  height: 462px;
  background-color: rgba(148, 231, 255, 0.2);
  border-radius: 100%;
}
.page-template-template-pric .shape__inner::after {
  display: block;
  position: absolute;
  content: "";
  top: 100px;
  left: 100px;
  width: 362px;
  height: 362px;
  background-color: rgba(148, 231, 255, 0.27);
  border-radius: 100%;
}
.page-template-template-pric .content-pricing {
  background-color: #0E223F;
  padding-bottom: 20px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .page-template-template-pric .content-pricing {
    padding-top: 50px;
  }
}
.page-template-template-pric .content-pricing .container {
  height: auto;
}
.page-template-template-pric .content-pricing .h1 {
  letter-spacing: 2px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .page-template-template-pric .content-pricing .h1 {
    font-size: 30px;
  }
}
.page-template-template-pric .purchase-methods {
  background-color: #fff;
  padding: 45px 13% 45px 10%;
  margin-top: 25px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.page-template-template-pric .bottom-banner {
  position: relative;
  background: no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
}
.page-template-template-pric .bottom-banner .btn {
  max-width: 250px;
  position: absolute;
  bottom: 58px;
  left: 50%;
  margin-left: -125px;
}
@media (max-width: 767.98px) {
  .page-template-template-pric .bottom-banner .btn {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    min-width: 100%;
    width: 100%;
    background: #fff;
    color: #17c3e6;
    border: none;
  }
}
.page-template-template-pric .price-small {
  color: #858597;
  font-size: 0.8125rem;
  font-style: italic;
}
.page-template-template-pric .price-description {
  padding: 2rem;
  margin: 1rem -2rem 0;
  border-top: 1px solid #f6f6f7;
  font-weight: 400;
  font-size: 1.125rem;
}
.page-template-template-pric .price-description ul {
  list-style: none;
  text-align: left;
  margin: 0 2rem;
  padding: 0;
}
.page-template-template-pric .price-description ul li {
  padding-left: 24px;
  position: relative;
  margin: 0.5rem 0;
}
.page-template-template-pric .price-description ul li::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path fill="#ffE02D" fill-rule="evenodd" d="M9 0C3.986 0 0 3.986 0 9c0 5.014 3.986 9 9 9 5.014 0 9-3.986 9-9 0-5.014-3.986-9-9-9zm4.757 6.557l-5.914 5.914a.621.621 0 0 1-.9 0l-2.7-2.828a.622.622 0 0 1 0-.9.622.622 0 0 1 .9 0l2.314 2.314 5.4-5.528a.621.621 0 0 1 .9 0c.257.257.257.77 0 1.028z"/></svg>');
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

.page-template-template-pwdt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .page-template-template-pwdt .site-header {
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(49, 49, 70, 0.1);
  }
}
.page-template-template-pwdt .mobi-cart-header {
  z-index: 90;
  position: absolute;
  background: #fff;
  text-align: center;
}
.page-template-template-pwdt .mobi-cart-header span {
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #161621;
}
.page-template-template-pwdt .mobi-cart-header .btn {
  background: #fff;
  border: 1px solid #0E223F;
  border-radius: 2px;
  color: #0E223F;
}
.page-template-template-pwdt .mobi-cart-header.sticky {
  position: fixed;
  top: 0;
}
.page-template-template-pwdt .banner-pwdt {
  background: none;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-template-pwdt .banner-pwdt {
    padding-bottom: 40px;
  }
}
.page-template-template-pwdt .banner-pwdt .h1 {
  font-size: 2.375rem;
}
.page-template-template-pwdt .product-section {
  padding-bottom: 58px;
}
.page-template-template-pwdt .slick-slide img {
  width: 100%;
}
.page-template-template-pwdt .product-images {
  overflow: hidden;
}
.page-template-template-pwdt .product-images img {
  display: block;
  transition: opacity 200ms ease-in-out;
  position: relative;
  opacity: 1;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-pwdt .product-images img.product-image-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page-template-template-pwdt .product-gallery {
  margin-bottom: 55px;
}
.page-template-template-pwdt .product-gallery-dotted {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-gallery-dotted {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.page-template-template-pwdt .product-gallery-dotted .slick-slide div {
  width: 87px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.page-template-template-pwdt .product-gallery-dotted .slick-slide.slick-current img {
  opacity: 0.5;
}
.page-template-template-pwdt .product-gallery-dotted .slick-slide .dot-image {
  max-width: 87px;
  object-fit: contain;
  transition: 0.2s opacity linear;
}
.page-template-template-pwdt .product-gallery-dotted .slick-slide .dot-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-template-template-pwdt .product-content .h3 {
  font-family: "Noto Sans", sans-serif;
  color: #161621;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-content .h3 {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 400;
  }
}
.page-template-template-pwdt .product-content .product-stars {
  margin-bottom: 0;
}
.page-template-template-pwdt .product-content__short-description {
  color: #161621;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-content__short-description {
    text-align: center;
  }
}
.page-template-template-pwdt .product-content__short-description p {
  margin-bottom: 0;
}
.page-template-template-pwdt .product-content__ms-list {
  padding-left: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: table;
  width: 291px;
  border-bottom: 6px solid #fff;
  border-radius: 2px;
  position: relative;
}
.page-template-template-pwdt .product-content__ms-list_item {
  display: table-cell;
  width: 50%;
  position: relative;
  padding-bottom: 12px;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild,
.page-template-template-pwdt .product-content__ms-list .ms-serve {
  display: block;
  width: 100%;
  max-width: 83px;
  border-radius: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild::after,
.page-template-template-pwdt .product-content__ms-list .ms-serve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild::before,
.page-template-template-pwdt .product-content__ms-list .ms-serve::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  bottom: -1px;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild {
  background-color: #fe931b;
  margin-left: 27px;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild::after {
  bottom: -6px;
  background-color: #fe931b;
  border-radius: 2px 0 0 2px;
  left: auto;
  width: 118px;
}
.page-template-template-pwdt .product-content__ms-list .ms-mild::before {
  background-color: #fe931b;
  left: 65px;
}
.page-template-template-pwdt .product-content__ms-list .ms-serve {
  background-color: #f24164;
  margin-left: auto;
}
.page-template-template-pwdt .product-content__ms-list .ms-serve::after {
  bottom: -6px;
  background-color: #f24164;
  border-radius: 0 2px 2px 0;
}
.page-template-template-pwdt .product-content__ms-list .ms-serve::before {
  background-color: #f24164;
  right: 10px;
}
.page-template-template-pwdt .product-content__ms_desc {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pwdt .product-comment {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-top: 48px;
  margin-bottom: 50px;
}
.page-template-template-pwdt .product-comment p {
  font-style: italic;
  color: #161621;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.page-template-template-pwdt .product-comment__author {
  color: #858597;
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
.page-template-template-pwdt .product-color .heading, .page-template-template-pwdt .product-color .amic .amic-question h1, .amic .amic-question .page-template-template-pwdt .product-color h1,
.page-template-template-pwdt .product-color .amic .amic-email h1,
.amic .amic-email .page-template-template-pwdt .product-color h1,
.page-template-template-pwdt .product-color .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pwdt .product-color h1,
.page-template-template-pwdt .product-color .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pwdt .product-color h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 0.6px;
  color: #161621;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .page-template-template-pwdt .product-color .color-group .color-wrapper {
    width: auto;
    display: flex;
    float: none;
    margin-bottom: 0;
  }
}
.page-template-template-pwdt .product-color .color-group .color-outline {
  padding: 10px;
  border-radius: 50%;
  border-width: 0.5px;
}
@media (max-width: 768px) {
  .page-template-template-pwdt .product-color .color-group .color-outline {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pwdt .product-color .color-group .color-outline .color-circle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid;
  border-radius: 20px;
}
.page-template-template-pwdt .product-color .color-group .color-outline .color-name {
  display: block;
  bottom: -30px;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
.page-template-template-pwdt .product-color-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-color-list {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pwdt .product-color-list__item {
  float: left;
  position: relative;
  padding-right: 37px;
}
.page-template-template-pwdt .product-color-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-color-list__item {
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.page-template-template-pwdt .product-color-list__label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-indent: -999em;
  border: 5px solid #f7f7f8;
  transition: all ease-in-out 200ms;
}
.page-template-template-pwdt .product-color-list__label--amber {
  background-color: #d9a362;
}
.page-template-template-pwdt .product-color-list__label--beige {
  background-color: #deae74;
}
.page-template-template-pwdt .product-color-list__label--bronze {
  background-color: #71440a;
}
.page-template-template-pwdt .product-color-list__label--black {
  background-color: #161621;
}
.page-template-template-pwdt .product-color-list__label--silver {
  background-color: #afafc6;
}
.page-template-template-pwdt .product-color-list__label--grey {
  background-color: #8e8ea0;
}
.page-template-template-pwdt .product-color-list__label--white {
  background-color: #ffffff;
}
.page-template-template-pwdt .product-color-list__label:hover {
  box-shadow: 0 0 1px 1px #0E223F;
}
.page-template-template-pwdt .product-color-list__label::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.page-template-template-pwdt .product-payment .col-2 hr {
  width: 1px;
  height: 80%;
  background-color: #CDCDE4;
  border: none;
}
.page-template-template-pwdt .payment-method {
  font-size: 1.125rem;
}
.page-template-template-pwdt .payment-method:first-child {
  letter-spacing: 0.7px;
}
.page-template-template-pwdt .payment-method-small {
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  letter-spacing: 0.4px;
}
.page-template-template-pwdt .payment-method .payment-price .heading, .page-template-template-pwdt .payment-method .payment-price .amic .amic-question h1, .amic .amic-question .page-template-template-pwdt .payment-method .payment-price h1,
.page-template-template-pwdt .payment-method .payment-price .amic .amic-email h1,
.amic .amic-email .page-template-template-pwdt .payment-method .payment-price h1,
.page-template-template-pwdt .payment-method .payment-price .amic .amic-announcement h1,
.amic .amic-announcement .page-template-template-pwdt .payment-method .payment-price h1,
.page-template-template-pwdt .payment-method .payment-price .amic .amic-cta h1,
.amic .amic-cta .page-template-template-pwdt .payment-method .payment-price h1 {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 2.375rem;
}
.page-template-template-pwdt .payment-method .payment-method-small {
  line-height: 1rem;
  margin-bottom: 2px;
}
.page-template-template-pwdt .standard-options .icon {
  height: 70px;
  width: auto;
}
.page-template-template-pwdt .standard-options .col::after {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  bottom: -16px;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(136, 136, 159, 0.28) 0, rgba(136, 136, 159, 0) 76%);
}
.page-template-template-pwdt .standard-options .col .chip {
  z-index: 4;
}
.page-template-template-pwdt .product-redirect-btn {
  padding-top: 38px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .product-redirect-btn .btn-secondary, .page-template-template-pwdt .product-redirect-btn .header-cart {
    width: 100%;
  }
}
.page-template-template-pwdt .icon-radiate {
  animation: pulse 2.2s 1s infinite ease-in-out;
}
.page-template-template-pwdt .pwdt-nav {
  background-color: #f7f7f8;
  box-shadow: 0 4px 12px 0 rgba(18, 89, 110, 0.08);
  width: 100%;
  display: block;
  position: relative;
  overflow: auto;
}
.page-template-template-pwdt .pwdt-nav.pwdt-nav-is-scrolled {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all linear;
}
.page-template-template-pwdt .pwdt-nav__inner {
  min-width: 1200px;
  position: relative;
}
.page-template-template-pwdt .pwdt-nav__inner .container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-pwdt .pwdt-nav .pwdt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
}
.page-template-template-pwdt .pwdt-nav .pwdt-menu__item {
  padding-right: 4%;
}
.page-template-template-pwdt .pwdt-nav .pwdt-menu__link {
  border: none;
  font-size: 1rem;
  color: #858597;
  transition: 0.2s color linear;
  white-space: nowrap;
  line-height: 2;
}
.page-template-template-pwdt .pwdt-nav .pwdt-menu__link:hover {
  color: #161621;
  margin-bottom: 0;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item .product-info__price {
  margin-bottom: 0;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item .product-info .main-price {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #161621;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item .product-info .main-price__number {
  font-weight: 600;
  color: #8ad71c;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item .product-info .secondary-price {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #858597;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item:last-child {
  width: 40.4%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__item:first-child {
  position: absolute;
  top: 10px;
  right: 40.4%;
  padding-left: 13px;
  padding-right: 13px;
}
.page-template-template-pwdt .pwdt-nav .pwdt-helpers__link {
  border-radius: 2px;
  background-color: #0E223F;
  height: 72px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 72px;
}
.page-template-template-pwdt .gallery-slider {
  height: 700px;
  position: relative;
}
.page-template-template-pwdt .gallery-slider .slick-dots .slick-active::after {
  border-left-color: #0E223F;
  border-right-color: #0E223F;
  border-bottom-color: #0E223F;
  border-radius: 100%;
}
.page-template-template-pwdt .gallery-slider .slick-dots {
  margin-top: -40px;
}
.page-template-template-pwdt .gallery-slider .slick-dots li button::after,
.page-template-template-pwdt .gallery-slider .slick-dots .slick-active::before {
  background: #fff;
}
.page-template-template-pwdt .gallery-slider .slick-dots .slick-active::before {
  left: 5px;
}
.page-template-template-pwdt .gallery-slider .slick-prev,
.page-template-template-pwdt .gallery-slider .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.page-template-template-pwdt .gallery-slider_mobile {
  height: auto;
}
.page-template-template-pwdt .gallery-slider_mobile .slick-prev,
.page-template-template-pwdt .gallery-slider_mobile .slick-next {
  background-color: transparent;
  bottom: 0;
  z-index: 100;
}
.page-template-template-pwdt .gallery-slider_mobile .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-left.svg);
  left: 25px;
}
.page-template-template-pwdt .gallery-slider_mobile .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-white-right.svg);
  right: 25px;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-dots {
  display: none !important;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-prev,
.page-template-template-pwdt .gallery-slider_desktop .slick-next {
  width: 72px;
  height: 72px;
  z-index: 100;
  top: 50%;
  margin-top: -36px;
  border-radius: 100%;
  opacity: 0.7;
  transition: 0.2s opacity linear;
  bottom: auto;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-left.svg);
  left: 70px;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-prev:hover {
  opacity: 1;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-arrow-white-right.svg);
  right: 70px;
}
.page-template-template-pwdt .gallery-slider_desktop .slick-next:hover {
  opacity: 1;
}
.page-template-template-pwdt .gallery-slide {
  position: relative;
  height: 700px;
}
.page-template-template-pwdt .gallery-slide_mobile {
  height: auto;
}
.page-template-template-pwdt .gallery-slide__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: 0.2s all linear;
}
.page-template-template-pwdt .gallery-slide__item_0 {
  top: 0;
  left: 0;
  height: 100%;
  width: 41.7%;
}
.page-template-template-pwdt .gallery-slide__item_1 {
  top: 0;
  left: 41.7%;
  height: 50%;
  width: 38.1%;
}
.page-template-template-pwdt .gallery-slide__item_2 {
  top: 0;
  right: 0;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pwdt .gallery-slide__item_3 {
  bottom: 0;
  left: 41.7%;
  height: 50%;
  width: 20.2%;
}
.page-template-template-pwdt .gallery-slide__item_4 {
  bottom: 0;
  right: 0;
  height: 50%;
  width: 38.1%;
}
@media (max-width: 1199.98px) {
  .page-template-template-pwdt .gallery-slide__item_0 {
    width: 40%;
  }
  .page-template-template-pwdt .gallery-slide__item_1 {
    left: 40%;
    width: 35%;
  }
  .page-template-template-pwdt .gallery-slide__item_2 {
    width: 25%;
  }
  .page-template-template-pwdt .gallery-slide__item_3 {
    left: 40%;
    width: 25%;
  }
  .page-template-template-pwdt .gallery-slide__item_4 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .gallery-slide__item_0 {
    width: 34%;
  }
  .page-template-template-pwdt .gallery-slide__item_1 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pwdt .gallery-slide__item_2 {
    width: 33%;
  }
  .page-template-template-pwdt .gallery-slide__item_3 {
    left: 34%;
    width: 33%;
  }
  .page-template-template-pwdt .gallery-slide__item_4 {
    width: 33%;
  }
}
.page-template-template-pwdt .gallery-slide.activate-animate .gallery-slide__item_0 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .gallery-slide.activate-animate .gallery-slide__item_1 {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .gallery-slide.activate-animate .gallery-slide__item_2 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .gallery-slide.activate-animate .gallery-slide__item_3 {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .gallery-slide.activate-animate .gallery-slide__item_4 {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .gallery-slide.animate-off {
  animation: fade-out 1s ease-out both;
}
.page-template-template-pwdt .gallery-slide_desktop .gallery-slide__item {
  position: absolute;
}
.page-template-template-pwdt .audicus-specs {
  padding-top: 48px;
  background-color: #313146;
}
.page-template-template-pwdt .audicus-specs .subheading {
  color: #fff;
  margin-bottom: 60px;
}
.page-template-template-pwdt .audicus-specs .btn-link {
  color: #fff;
}
.page-template-template-pwdt .specs-container {
  width: 459px;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .specs-container {
    width: 250px;
  }
  .page-template-template-pwdt .specs-container img {
    width: 100%;
  }
}
.page-template-template-pwdt .specs-container .spec {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.7px;
  color: #fff;
  display: table;
  position: absolute;
}
.page-template-template-pwdt .specs-container .spec::before {
  display: none;
}
.page-template-template-pwdt .specs-container .spec::after, .page-template-template-pwdt .specs-container .spec::before {
  position: absolute;
  content: "";
  border: 1px solid #0E223F;
}
.page-template-template-pwdt .specs-container .spec::after {
  display: block;
}
.page-template-template-pwdt .specs-container .spec__number {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #161621;
  margin-right: 8px;
  display: table;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .specs-container .spec__number {
    font-size: 0.75rem;
    width: 18px;
    height: 18px;
  }
}
.page-template-template-pwdt .specs-container .spec__number::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #0E223F;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .specs-container .spec__number::after {
    display: none;
  }
}
.page-template-template-pwdt .specs-container .spec-1 {
  top: -5px;
  left: -72px;
}
.page-template-template-pwdt .specs-container .spec-1::after {
  width: 80px;
  height: 28px;
  right: -95px;
  top: 16px;
  border-left: none;
  border-bottom: none;
}
.page-template-template-pwdt .specs-container .spec-1 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-2 {
  top: 113px;
  left: -149px;
}
.page-template-template-pwdt .specs-container .spec-2::after {
  width: 100px;
  height: 1px;
  right: -115px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pwdt .specs-container .spec-2 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-3 {
  top: auto;
  bottom: 110px;
  left: -226px;
}
.page-template-template-pwdt .specs-container .spec-3::after {
  width: 137px;
  height: 93px;
  right: -151px;
  top: -76px;
  border-left: none;
  border-top: none;
}
.page-template-template-pwdt .specs-container .spec-3 .spec__number::after {
  right: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-4 {
  top: 43px;
  right: -75px;
}
.page-template-template-pwdt .specs-container .spec-4::after {
  width: 79px;
  height: 1px;
  left: -94px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pwdt .specs-container .spec-4 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-5 {
  top: 134px;
  right: -66px;
}
.page-template-template-pwdt .specs-container .spec-5::after {
  width: 31px;
  height: 141px;
  left: -45px;
  top: 16px;
  border-right: none;
  border-bottom: none;
}
.page-template-template-pwdt .specs-container .spec-5 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-6 {
  bottom: 108px;
  right: -170px;
}
.page-template-template-pwdt .specs-container .spec-6::after {
  width: 46px;
  height: 1px;
  left: -61px;
  top: 16px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.page-template-template-pwdt .specs-container .spec-6 .spec__number::after {
  left: -15px;
  top: 14px;
}
.page-template-template-pwdt .specs-container .spec-7 {
  bottom: -1px;
  right: -113px;
}
.page-template-template-pwdt .specs-container .spec-7::after {
  width: 67px;
  height: 47px;
  left: -77px;
  top: -33px;
  border-right: none;
  border-top: none;
}
.page-template-template-pwdt .specs-container .spec-7 .spec__number::after {
  left: -10px;
  top: 11px;
}
.page-template-template-pwdt .specs-container .spec-8 {
  bottom: -9px;
  right: 97px;
}
.page-template-template-pwdt .specs-container .spec-8::after {
  width: 52px;
  height: 33px;
  left: -65px;
  top: -17px;
  border-right: none;
  border-top: none;
}
.page-template-template-pwdt .specs-container .spec-8::before {
  display: block;
  width: 61px;
  height: 93px;
  left: -126px;
  top: -89px;
  border-right: none;
  border-top: none;
}
.page-template-template-pwdt .specs-container .spec-8 .spec__number::after {
  left: -13px;
  top: 13px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .specs-container .spec__title {
    display: none;
  }
  .page-template-template-pwdt .specs-container .spec-1 {
    top: 8px;
    left: 23px;
  }
  .page-template-template-pwdt .specs-container .spec-1::after {
    width: 35px;
    height: 12px;
    right: -33px;
    top: 10px;
  }
  .page-template-template-pwdt .specs-container .spec-2 {
    top: 55px;
    left: -13px;
  }
  .page-template-template-pwdt .specs-container .spec-2::after {
    width: 23px;
    height: 1px;
    right: -19px;
    top: 10px;
  }
  .page-template-template-pwdt .specs-container .spec-3 {
    top: auto;
    bottom: 31px;
    left: -29px;
  }
  .page-template-template-pwdt .specs-container .spec-3::after {
    width: 57px;
    height: 91px;
    right: -56px;
    top: -80px;
  }
  .page-template-template-pwdt .specs-container .spec-4 {
    top: 44px;
    right: 32px;
  }
  .page-template-template-pwdt .specs-container .spec-4::after {
    width: 20px;
    height: 1px;
    left: -25px;
    top: 11px;
  }
  .page-template-template-pwdt .specs-container .spec-5 {
    top: 83px;
    right: 4px;
  }
  .page-template-template-pwdt .specs-container .spec-5::after {
    width: 11px;
    height: 63px;
    left: -16px;
    top: 12px;
  }
  .page-template-template-pwdt .specs-container .spec-6 {
    bottom: 108px;
    right: -5px;
  }
  .page-template-template-pwdt .specs-container .spec-6::after {
    width: 1px;
    height: 23px;
    left: 9px;
    top: 23px;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #0E223F;
  }
  .page-template-template-pwdt .specs-container .spec-7 {
    bottom: 23px;
    right: -24px;
  }
  .page-template-template-pwdt .specs-container .spec-7::after {
    width: 28px;
    height: 19px;
    left: -36px;
    top: -9px;
  }
  .page-template-template-pwdt .specs-container .spec-8 {
    bottom: 9px;
    right: 99px;
  }
  .page-template-template-pwdt .specs-container .spec-8::after {
    width: 22px;
    height: 19px;
    left: -30px;
    top: -8px;
  }
  .page-template-template-pwdt .specs-container .spec-8::before {
    display: block;
    width: 27px;
    height: 39px;
    left: -56px;
    top: -33px;
  }
}
.page-template-template-pwdt .audicus-specs-desc {
  background-color: rgba(22, 22, 33, 0.08);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 25px;
}
.page-template-template-pwdt .audicus-specs-desc .specs-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.page-template-template-pwdt .audicus-specs-desc .specs-list__item:not(:last-child) {
  margin-bottom: 25px;
}
.page-template-template-pwdt .audicus-specs-desc .h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.7px;
}
.page-template-template-pwdt .audicus-specs-desc .specs-desc {
  margin-bottom: 0;
}
.page-template-template-pwdt .add-ons {
  background: url(/wp-content/themes/audicus/dist/images/addons-bg.jpg) center no-repeat;
  background-size: cover;
}
.page-template-template-pwdt .add-ons .container {
  max-width: 1330px;
}
.page-template-template-pwdt .add-ons .row, .page-template-template-pwdt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pwdt .add-ons .tile-group, .page-template-template-pwdt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pwdt .add-ons .tile-group, .page-template-template-pwdt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pwdt .add-ons .tile-group {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .add-ons .row, .page-template-template-pwdt .add-ons .pcz .option-box .tile-group, .pcz .option-box .page-template-template-pwdt .add-ons .tile-group, .page-template-template-pwdt .add-ons .pdcz .option-box .tile-group, .pdcz .option-box .page-template-template-pwdt .add-ons .tile-group, .page-template-template-pwdt .add-ons .pncz .option-box .tile-group, .pncz .option-box .page-template-template-pwdt .add-ons .tile-group {
    min-height: auto;
  }
}
.page-template-template-pwdt .add-ons .add-on {
  padding: 115px 29px 100px;
  transition: 0.2s all linear;
  border: 1px solid #cdcde4;
  border-bottom: none;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .add-ons .add-on {
    padding: 40px 15px;
    border-right: none;
    border-bottom: 1px solid #cdcde4;
  }
}
.page-template-template-pwdt .add-ons .add-on:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .add-ons .add-on:last-child {
    border-bottom: none;
  }
}
.page-template-template-pwdt .add-ons .add-on:hover {
  background-blend-mode: soft-light;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}
.page-template-template-pwdt .add-ons .add-on__inner {
  position: relative;
  min-height: 175px;
  display: flex;
  flex-direction: column;
}
.page-template-template-pwdt .add-ons .add-on__icon {
  display: block;
  width: 75px;
  height: 75px;
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-dark.svg) center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.page-template-template-pwdt .add-ons .add-on__title {
  line-height: 1.21;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  color: #313146;
}
.page-template-template-pwdt .add-ons .add-on img {
  display: none;
}
.page-template-template-pwdt .add-ons .add-on__desc {
  display: none;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: center;
  color: #161621;
  margin-top: 13px;
  margin-bottom: 0;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-template-template-pwdt .add-ons .add-on.add-on-active {
  background-color: white;
}
.page-template-template-pwdt .add-ons .add-on.add-on-active .add-on__icon {
  background: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-dark.svg) center no-repeat;
}
.page-template-template-pwdt .reviews {
  padding-top: 91px;
  padding-bottom: 52px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .reviews .h3 {
    text-align: center;
  }
  .page-template-template-pwdt .reviews .btn-link {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-pwdt .reviews-custom {
  margin-bottom: 70px;
}
.page-template-template-pwdt .reviews-custom__item {
  padding-top: 20px;
}
.page-template-template-pwdt .reviews-custom__title {
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.13;
  color: #313146;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .reviews-custom__title {
    font-size: 1.875rem;
    line-height: 1.23;
  }
}
.page-template-template-pwdt .reviews-custom .quote {
  font-family: "Noto Serif", serif;
  font-size: 7.5rem;
  font-weight: bold;
  color: #0E223F;
  position: relative;
  top: 40px;
  line-height: 0;
}
.page-template-template-pwdt .reviews-custom .quote_open {
  margin-right: 15px;
  float: left;
}
.page-template-template-pwdt .reviews-custom .quote_close {
  margin-left: 15px;
  float: right;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .reviews-custom .quote {
    font-size: 3.625rem;
  }
  .page-template-template-pwdt .reviews-custom .quote_open {
    margin-right: 5px;
    top: 10px;
  }
  .page-template-template-pwdt .reviews-custom .quote_close {
    margin-left: 5px;
    top: 15px;
  }
}
.page-template-template-pwdt .reviews-custom__comment {
  color: #161621;
  line-height: 1.61;
  margin-bottom: 16px;
}
.page-template-template-pwdt .reviews-custom__author {
  line-height: 1.61;
  letter-spacing: 0.3px;
  color: #858597;
}
.page-template-template-pwdt .reviews-slick-prev, .page-template-template-pwdt .reviews-slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.page-template-template-pwdt .reviews-slick-prev {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-left.svg);
  left: 25px;
}
.page-template-template-pwdt .reviews-slick-next {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-right.svg);
  right: 25px;
}
.page-template-template-pwdt .reviews .slick-dots {
  margin-top: 32px;
}
.page-template-template-pwdt .reviews-default {
  padding-top: 40px;
}
.page-template-template-pwdt .reviews-default .col-md-6 {
  padding-bottom: 30px;
}
.page-template-template-pwdt .reviews-default .product-comment {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  border: 1px solid #cdcde4;
  transition: 0.2s all linear;
}
.page-template-template-pwdt .reviews-default .product-comment:hover {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
}
.page-template-template-pwdt .reviews-default .all-reviews-wrapper {
  padding-top: 20px;
}
.page-template-template-pwdt .signup {
  background-color: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
.page-template-template-pwdt .signup-hidden {
  transform: translateY(100%);
}
.page-template-template-pwdt .signup-closed {
  display: none !important;
}
.page-template-template-pwdt .signup .form-control {
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pwdt .signup .form-control::placeholder {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #858597;
}
.page-template-template-pwdt .signup .close-btn {
  position: absolute;
  top: -16px;
  right: -40px;
  background-color: transparent;
  border: none;
}
.page-template-template-pwdt .signup .close-btn:hover, .page-template-template-pwdt .signup .close-btn:active, .page-template-template-pwdt .signup .close-btn:focus {
  cursor: pointer;
  outline: none;
}
.page-template-template-pwdt .signup .h4 {
  line-height: 1.23;
  color: #fff;
  margin-top: 33px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .signup .h4 {
    text-align: center;
  }
}
.page-template-template-pwdt .signup .form-group {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .page-template-template-pwdt .signup .form-group {
    margin-right: auto;
  }
}
.page-template-template-pwdt .signup .form-group .input-group .btn-light {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #fff;
}
.page-template-template-pwdt .signup .form-control,
.page-template-template-pwdt .signup .input-group-append {
  height: 45px;
}
.page-template-template-pwdt .signup .btn {
  padding: 10px;
  min-width: 170px;
}
.page-template-template-pwdt .signup .btn span {
  color: #282828;
}
.page-template-template-pwdt .signup .btn:hover, .page-template-template-pwdt .signup .btn:active, .page-template-template-pwdt .signup .btn:focus {
  box-shadow: none;
}

/**
 * ----------------------------------------
 * animation fade-from-right
 * ----------------------------------------
 */
.fade-from-right {
  animation: fade-from-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-bottom
 * ----------------------------------------
 */
.fade-from-bottom {
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-from-top
 * ----------------------------------------
 */
.fade-from-top {
  animation: fade-from-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-from-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
.fade-out {
  animation: fade-out 0.5s ease-out both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.chip-subscription {
  border: none;
  justify-content: flex-start;
}
.chip-subscription img {
  max-width: 50%;
  height: auto;
}
.chip-subscription div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.chip-subscription .price {
  color: #858597;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
}
.chip-subscription .amount {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  color: #0E223F;
  font-size: 1.875rem;
}

.post-type-archive-review {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
.post-type-archive-review.modal-open .modal {
  background: rgba(22, 22, 33, 0.95);
}
.post-type-archive-review .h1 {
  font-size: 2.375rem;
  line-height: 1.37;
  color: #161621;
}
.post-type-archive-review .container-rev {
  margin-bottom: 55px;
}
.post-type-archive-review .container-rev-helper {
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .post-type-archive-review .container-rev-helper .row, .post-type-archive-review .container-rev-helper .pcz .option-box .tile-group, .pcz .option-box .post-type-archive-review .container-rev-helper .tile-group, .post-type-archive-review .container-rev-helper .pdcz .option-box .tile-group, .pdcz .option-box .post-type-archive-review .container-rev-helper .tile-group, .post-type-archive-review .container-rev-helper .pncz .option-box .tile-group, .pncz .option-box .post-type-archive-review .container-rev-helper .tile-group {
    display: block;
  }
  .post-type-archive-review .container-rev-helper .col-md-5,
  .post-type-archive-review .container-rev-helper .col-md-2 {
    width: 100%;
    max-width: 100%;
  }
}
.post-type-archive-review .template-stor .review {
  display: table;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  transition: 0.2s all linear;
}
.post-type-archive-review .template-stor .review:hover {
  box-shadow: 0 1em 2em rgba(49, 49, 70, 0.25);
}
.post-type-archive-review .template-stor .review__author {
  float: left;
  width: 25%;
  padding-right: 35px;
}
@supports (width: calc(100% - 255px)) {
  .post-type-archive-review .template-stor .review__author {
    width: 170px;
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-review .template-stor .review__author {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.post-type-archive-review .template-stor .review__meta_name {
  font-weight: bold;
}
.post-type-archive-review .template-stor .review__avatar {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.post-type-archive-review .template-stor .review__time {
  font-style: italic;
  color: #555e80;
  line-height: normal;
  margin-bottom: 17px;
  font-size: 1rem;
}
.post-type-archive-review .template-stor .review__time .time {
  font-weight: 600;
}
.post-type-archive-review .template-stor .review__cat {
  font-style: italic;
  font-size: 1rem;
}
.post-type-archive-review .template-stor .review__cat-link {
  text-transform: capitalize;
}
.post-type-archive-review .template-stor .review__body {
  float: left;
  width: 75%;
}
@supports (width: calc(100% - 255px)) {
  .post-type-archive-review .template-stor .review__body {
    width: calc(100% - 255px);
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-review .template-stor .review__body {
    width: 100%;
    float: none;
  }
}
.post-type-archive-review .template-stor .review .product-stars {
  margin-bottom: 20px;
}
.post-type-archive-review .template-stor .review .review__content {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .post-type-archive-review .template-stor .review .btn-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-type-archive-review .template-stor .review.fade-in-bottom, .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13) {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(2), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(2) {
  animation-delay: 0.2s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(3), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(3) {
  animation-delay: 0.3s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(4), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(4) {
  animation-delay: 0.4s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(5), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(5) {
  animation-delay: 0.5s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(6), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(6) {
  animation-delay: 0.6s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(7), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(7) {
  animation-delay: 0.7s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(8), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(8) {
  animation-delay: 0.8s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(9), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(9) {
  animation-delay: 0.9s;
}
.post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(10), .post-type-archive-review .template-stor .review.fade-in-bottom:nth-child(12n+13):nth-child(10) {
  animation-delay: 1s;
}
.post-type-archive-review .rev-star-line {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}
.post-type-archive-review .rev-star-line__inner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0E223F;
  transition: 0.4s width cubic-bezier(0.23, 1, 0.32, 1);
}
.post-type-archive-review .rev-stars-table {
  width: 100%;
  vertical-align: middle;
}
.post-type-archive-review .rev-stars-td {
  width: 50%;
  padding: 7px 0;
}
.post-type-archive-review .rev-stars-count {
  font-size: 1rem;
  color: #0E223F;
  line-height: 1.2;
}
.post-type-archive-review .rev-stars__trusted {
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #161621;
  margin-bottom: 20px;
}
.post-type-archive-review .rev-stars-star .product-stars {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .post-type-archive-review .rev-stars {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 407px;
  }
}
.post-type-archive-review .filter-reviews {
  width: 100%;
}
@media (max-width: 991.98px) {
  .post-type-archive-review .filter-reviews {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 407px;
    margin-bottom: 30px;
  }
}
.post-type-archive-review .reviews-select-filter {
  width: 100%;
  max-width: 407px;
  height: 45px;
  border-radius: 2px;
  border: solid 1px #CDCDE4;
}
@media (max-width: 991.98px) {
  .post-type-archive-review .rev-add .btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 30px;
  }
}

.template-stor {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .template-stor .page-banner {
    margin-top: 7rem;
  }
}
.template-stor .h1 {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .template-stor .h1 {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .template-stor .h1 {
    font-size: 1.875rem;
    line-height: 1.5;
    padding-top: 1rem;
  }
}
.template-stor .reviews {
  padding-left: 0;
  margin-bottom: 44px;
  list-style: none;
}
.template-stor .reviews__item {
  padding-left: 10px;
  padding-right: 10px;
}
.template-stor .reviews-container {
  padding-top: 25px;
  padding-bottom: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.template-stor .reviews-container .btn-outline-secondary {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 244px;
}
.template-stor .reviews-col-1 {
  max-width: 507px;
}
.template-stor .reviews-col-2 {
  max-width: 1014px;
}
.template-stor .reviews-col-3 {
  max-width: 1521px;
}
.template-stor .reviews .slick-dots {
  margin-top: 42px;
}
.template-stor .reviews .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
}
.template-stor .reviews .slick-arrow_right {
  right: 30%;
}
@media (max-width: 991.98px) {
  .template-stor .reviews .slick-arrow_right {
    right: 35px;
  }
}
.template-stor .reviews .slick-arrow_left {
  left: 30%;
}
@media (max-width: 991.98px) {
  .template-stor .reviews .slick-arrow_left {
    left: 35px;
  }
}
.template-stor .review {
  padding: 32px 35px;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: solid 1px #CDCDE4;
}
.template-stor .review__meta {
  color: #161621;
}
.template-stor .review__meta_name {
  font-weight: 600;
}
.template-stor .review__author {
  margin-bottom: 16px;
}
.template-stor .review__author .d-table-cell {
  vertical-align: middle;
}
.template-stor .review__check {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.template-stor .review__avatar {
  margin-right: 15px;
  box-shadow: none;
}
.template-stor .review__title {
  font-size: 1.5rem;
  line-height: 1.17;
  color: #0E223F;
  margin-top: 12px;
  margin-bottom: 14px;
}
.template-stor .review__content {
  line-height: 1.56;
  color: #161621;
  margin-bottom: 21px;
}
.template-stor .review .btn-link {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.template-stor .product-stars {
  margin-right: 10px;
  width: 75px;
}
.template-stor .press {
  padding: 55px;
  color: #FFFFFF;
  border-radius: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .template-stor .press {
    display: block;
    height: auto;
    padding: 45px;
    text-align: center;
  }
}
.template-stor .press-h2 {
  font-size: 2.375rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.37;
  text-align: center;
  color: #161621;
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .template-stor .press-h2 {
    font-size: 1.875rem;
    line-height: 1.5;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.template-stor .press-list {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.template-stor .press-list__item {
  float: left;
  width: 50%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .template-stor .press-list__item {
    float: none;
    width: 100%;
    padding: 10px 0;
  }
}
.template-stor .press-list__item:nth-child(4n+1) .press {
  background: #F24164;
}
.template-stor .press-list__item:nth-child(4n+1) .press .btn-link {
  border-bottom-color: #f7899e;
}
.template-stor .press-list__item:nth-child(4n+2) .press {
  background: #fe931b;
}
.template-stor .press-list__item:nth-child(4n+2) .press .btn-link {
  border-bottom-color: #feb767;
}
.template-stor .press-list__item:nth-child(4n+3) .press {
  background: #F7D21E;
}
.template-stor .press-list__item:nth-child(4n+3) .press .btn-link {
  border-bottom-color: #fae168;
}
.template-stor .press-list__item:nth-child(4n+4) .press {
  background: #117E9F;
}
.template-stor .press-list__item:nth-child(4n+4) .press .btn-link {
  border-bottom-color: #18b5e4;
}
.template-stor .press-logo {
  margin-bottom: 40px;
}
.template-stor .press-logo img {
  display: block;
  mix-blend-mode: multiply;
  height: 35px;
  width: auto;
}
@media (max-width: 767.98px) {
  .template-stor .press-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
  }
}
.template-stor .press-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.7px;
  margin-bottom: 13px;
}
.template-stor .press .entry-content {
  margin-bottom: 1.6em;
  flex-grow: 1;
}
.template-stor .press .btn-link:hover, .template-stor .press .btn-link:focus, .template-stor .press .btn-link:active {
  color: #FFFFFF;
}
.template-stor .press-container {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .template-stor .press-container {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.template-stor .press-container .btn-secondary, .template-stor .press-container .header-cart {
  width: 100%;
  max-width: 260px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .template-stor .press-container .btn-secondary, .template-stor .press-container .header-cart {
    margin-bottom: 29px;
  }
}

.template-supplies .banner.banner-page {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ref-supplies-page .banner.banner-accs {
  display: none;
}

.supplies-blocks-child {
  display: none;
}

.supplies-page .supplies-blocks {
  background-color: #fff;
}
.supplies-page .supplies-blocks .supply-block {
  border: 1px solid rgba(49, 49, 70, 0.12);
  padding: 22px;
}
.supplies-page .supplies-blocks .supply-block__image {
  height: 85px;
}
.supplies-page .supplies-blocks .supply-block__image img {
  max-height: 85px;
  width: auto;
}
.supplies-page .supplies-blocks .supply-block__title {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #6f6f7d;
  padding: 2rem 0 1rem 0;
}
.supplies-page .supplies-blocks .supply-block__content {
  color: #6f6f7d;
}
.supplies-page .supplies-blocks .supply-block__cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.supplies-page .supplies-blocks .supply-block__cta a {
  color: #FFFFFF;
  background-color: #6f6f7d;
  padding: 0.5rem 2rem;
}
.supplies-page .supplies-blocks .supply-block__cta a:hover {
  background-color: #313146;
}
.supplies-page .supplies-blocks .supply-block:hover {
  border: 1px solid #0E223F !important;
}
.supplies-page .model-block {
  width: 100%;
}
@media (min-width: 768px) {
  .supplies-page .model-block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .supplies-page .model-block {
    width: 20%;
  }
}

.flex-1 {
  flex: 1 1 0%;
}

.supplies-fluid {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .supplies-fluid {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.audicus-ad img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  box-shadow: 0 1em 1.5em -0.5em rgba(14, 34, 63, 0.2);
  color: inherit;
  transition: all ease-in-out 200ms;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog-card:hover {
  color: inherit;
  transform: translateY(4px);
  box-shadow: 0 0 0.75em -0.25em rgba(14, 34, 63, 0.3);
}
.blog-card:hover .blog-card-image {
  transform: scale(1.1);
}
.blog-card-header {
  height: 50vw;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-card-header {
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-card-header {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .blog-card-header {
    height: 190px;
  }
}
.blog-card-image {
  height: 100%;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: all ease-in-out 200ms;
}
.blog-card-body {
  padding: 15px;
  flex: 1 0 auto;
  border: 1px solid #f6f6f7;
  border-top: none;
  display: flex;
  flex-direction: column;
}
.blog-card-body-featured {
  padding: 25px;
}
.blog-card-body .heading, .blog-card-body .amic .amic-question h1, .amic .amic-question .blog-card-body h1,
.blog-card-body .amic .amic-email h1,
.amic .amic-email .blog-card-body h1,
.blog-card-body .amic .amic-announcement h1,
.amic .amic-announcement .blog-card-body h1,
.blog-card-body .amic .amic-cta h1,
.amic .amic-cta .blog-card-body h1 {
  font-size: 1.25rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.blog-card-body .blog-tag {
  margin-right: 5px;
  font-size: 0.85rem;
  font-style: italic;
  display: inline-block;
}
.blog-card-body .blog-tag:last-child {
  margin-right: 0;
}
.blog-card-title a, .blog-card-author a {
  color: #0E223F;
  transition: 0.2s;
}
.blog-card-title a:hover, .blog-card-author a:hover {
  color: #0E223F;
}
.blog-card-excerpt {
  color: #0E223F;
  font-size: 0.9em;
}
.blog-card-title {
  text-align: left;
}
.blog-card-author {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #555e80;
}
.blog-card-more {
  margin-left: calc(50% - 40px);
}
.blog-card-badge {
  font-size: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em;
}
@media (min-width: 768px) {
  .blog-card-badge {
    left: auto;
    right: 0;
  }
}
.blog-card--featured {
  box-shadow: 0 2em 3em -1em rgba(14, 34, 63, 0.3);
}
@media (min-width: 992px) {
  .blog-card--featured {
    flex-direction: row;
  }
}
.blog-card--featured .blog-card-header {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .blog-card--featured .blog-card-header {
    height: 50vw;
  }
}
.blog-card--featured .blog-card-body {
  flex: 0 1 auto;
  padding: 30px;
}
@media (min-width: 992px) {
  .blog-card--featured .blog-card-more {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .blog-card--featured .blog-card-title {
    margin-right: 170px;
  }
}

.comment-list {
  list-style: none;
  counter-reset: li;
}

.comment {
  counter-increment: li;
  position: relative;
}
.comment::before {
  content: counter(li) ".";
  color: #0E223F;
  font-weight: 600;
  position: absolute;
  width: 1em;
  left: -2em;
  top: 0;
}

.comment-metadata {
  margin: 1rem 0;
  color: #858597;
  font-size: 0.75em;
}
.comment-metadata a {
  color: #858597;
}
.comment-metadata a time {
  font-weight: 600;
}

#comments h3#reply-title {
  font-weight: 600;
}
#comments label {
  color: #0E223F;
}
#comments textarea#submit,
#comments input#submit {
  border-color: #0E223F;
  background: #0E223F;
}
#comments textarea:not(#submit),
#comments input:not(#submit) {
  background: none;
}

.featured-post {
  margin-top: -100px;
  position: relative;
  z-index: 11;
}

.blog-filter-categories .custom-checkbox .custom-control-label {
  font-size: 1em;
  line-height: 2;
  text-indent: 0.5em;
}

@media (min-width: 576px) {
  .post-slider .blog-card {
    min-height: 520px;
  }
}
.index-data .site-header-email,
.index-data .site-header-phone,
.single-post .site-header-email,
.single-post .site-header-phone {
  text-decoration: underline;
  opacity: 0.75;
}
.index-data .wrap,
.single-post .wrap {
  background: #F8F6F3;
}

.blog-filter-search {
  margin-top: -30px;
}

/*
This class holds some default formatting
for post content. Generally, it can be thought
of as the wrapper for the post editor.
 */
.entry-content > *:first-of-type {
  margin-top: 0;
}
.entry-content h1,
.entry-content h2 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.entry-content h3,
.entry-content h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.entry-content p {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.entry-content li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.post-template-default .byline {
  color: #fff;
}
.post-template-default .byline a {
  color: #fff;
}
.post-template-default .byline a:hover {
  color: #0E223F;
}
.post-template-default .post {
  background: none;
}
.post-template-default .blog-tag {
  transition: 0.2s;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-template-default .blog-tag:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .post-template-default .blog-tag {
    margin: 10px auto;
    display: table;
  }
  .post-template-default .blog-tag:last-child {
    margin-right: auto;
  }
}
.post-template-default .blog-tag:hover {
  background: #0E223F;
  color: #fff;
}
.post-template-default .social-sharing {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-template-default .social-sharing h5 {
  font-weight: 600;
  margin: 0;
}
.post-template-default .social-sharing a {
  margin: 0.5em;
  display: block;
}
.post-template-default .social-sharing a svg path,
.post-template-default .social-sharing a svg ellipse {
  transition: 0.2s;
}
.post-template-default .social-sharing a:first-child {
  margin-left: 0;
}
.post-template-default .social-sharing a:hover {
  background: none;
}
.post-template-default .social-sharing a:hover ellipse,
.post-template-default .social-sharing a:hover circle {
  fill: #447fd5;
}
.post-template-default .social-sharing-icon {
  display: inline-block;
}
.post-template-default .entry-content h3 {
  font-weight: 600;
}
.post-template-default .entry-content h4 {
  color: #0E223F;
  font-weight: 600;
}
.post-template-default .entry-content blockquote {
  width: fit-content;
  max-width: 100%;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 35px;
  position: relative;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.post-template-default .entry-content blockquote::before, .post-template-default .entry-content blockquote::after {
  font-size: 3.5rem;
  font-weight: 600;
  color: #0E223F;
  position: absolute;
  top: -20px;
}
.post-template-default .entry-content blockquote::before {
  content: "\201C";
  left: 0;
}
.post-template-default .entry-content blockquote::after {
  content: "\201D";
  right: 0;
}
.post-template-default .entry-content img {
  max-width: 100%;
}
.post-template-default .entry-content ol,
.post-template-default .entry-content ul {
  padding: 0 0 0 2rem;
  position: relative;
}
.post-template-default .entry-content ol li::before,
.post-template-default .entry-content ul li::before {
  position: absolute;
  left: 0;
}
.post-template-default .entry-content ol {
  list-style: none;
  counter-reset: ol-counter;
}
.post-template-default .entry-content ol li {
  counter-increment: ol-counter;
}
.post-template-default .entry-content ol li::before {
  content: counter(ol-counter) ".";
  color: #0E223F;
  font-family: "Georgia", serif;
  font-weight: bold;
}
.post-template-default .entry-content ul li {
  list-style: none;
}
.post-template-default .entry-content ul li::before {
  content: "\2022   ";
  font-size: 1.5rem;
  color: #0E223F;
}

.related-posts-title {
  display: flex;
  margin-top: 1em;
}
.related-posts-title h3 {
  margin-right: 10px;
}
.related-posts-title span {
  margin-left: auto;
  height: fit-content;
  color: #0E223F;
}

.page-accs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
}
.page-accs .nav-mobi-opened {
  z-index: 1200;
}
.page-accs .banner-accs {
  height: auto;
  background: #0E223F;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .page-accs .banner-accs {
    padding-top: 110px;
    padding-bottom: 25px;
  }
}
.page-accs .banner-accs .container {
  max-width: 940px;
}
@media (min-width: 768px) {
  .page-accs .banner-desc-wrap {
    padding-right: 4%;
  }
}
@media (max-width: 767.98px) {
  .page-accs .banner-desc-wrap {
    margin-top: 30px;
    text-align: center;
    order: 1;
  }
}
.page-accs .banner .h1 {
  color: #FFFFFF;
  line-height: 1.23;
  margin-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
  .page-accs .banner .h1 {
    font-size: 1.875rem;
    margin-bottom: 1.3rem;
  }
}
.page-accs .banner-description {
  font-size: 1.375rem;
  color: #FFFFFF;
  line-height: 1.68;
  letter-spacing: 0.9px;
}
@media (min-width: 992px) {
  .page-accs .row_accs .col-md-3,
  .page-accs .row_accs .col-md-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  @supports (width: calc(100% - 283px)) {
    .page-accs .row_accs .col-md-3 {
      width: 283px;
      max-width: 283px;
      flex: 0 0 283px;
    }
    .page-accs .row_accs .col-md-9 {
      width: calc(100% - 283px);
      max-width: calc(100% - 283px);
      flex: 0 0 calc(100% - 283px);
    }
  }
}
@media (max-width: 991.98px) {
  .page-accs .row_accs {
    display: block;
  }
  .page-accs .row_accs .col-md-3,
  .page-accs .row_accs .col-md-9 {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.page-accs .woocommerce-result-count {
  float: right;
  display: table;
}
.page-accs .woocommerce-result-count .btn {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
.page-accs .woocommerce-result-count__p {
  font-size: 0.9375rem;
  line-height: 1.73;
  letter-spacing: 0.5px;
  color: #0E223F;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-result-count__p {
    margin-top: 1px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-result-count {
    float: left;
    width: 50%;
    padding-right: 8px;
  }
  .page-accs .woocommerce-result-count .btn {
    display: block;
  }
}
@media (max-width: 355px) {
  .page-accs .woocommerce-result-count {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page-accs .woocommerce-ordering {
  float: left;
  position: relative;
}
.page-accs .woocommerce-ordering .select2-container .select2-selection--single {
  width: 184px;
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-ordering .select2-container .select2-selection--single {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-ordering {
    float: right;
    width: 50%;
    padding-left: 8px;
  }
}
@media (max-width: 355px) {
  .page-accs .woocommerce-ordering {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.page-accs .woocommerce-ordering__title {
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
  padding-right: 15px;
  display: table-cell;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-ordering__title {
    display: block;
    margin-bottom: 8px;
  }
}
.page-accs .woocommerce-ordering .orderby {
  appearance: none;
  padding: 9px 15px;
  height: 45px;
  border-radius: 2px;
  border: solid 1px #cdcde4;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
  text-transform: capitalize;
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-up-blue.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 7%;
}
@media (max-width: 991.98px) {
  .page-accs .woocommerce-ordering .orderby {
    width: 100%;
    background-size: 12px;
    height: 47px;
  }
}
.page-accs .select2-container ul {
  max-width: 184px;
}
@media (max-width: 400px) {
  .page-accs .select2-container ul {
    max-width: 140px;
  }
}
.page-accs .filters {
  display: block;
  background: #FFFFFF;
  padding-bottom: 35px;
}
@media (max-width: 767.98px) {
  .page-accs .filters {
    margin-bottom: 20px;
  }
}
.page-accs .filters__title:not(.filters__title_mobile) {
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  background: #0E223F;
  padding: 11px 25px 10px;
  margin: 0 0 5px;
}
@media (max-width: 991.98px) {
  .page-accs .filters__title:not(.filters__title_mobile) {
    display: none;
  }
}
.page-accs .filters__title_mobile {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.68;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.page-accs .filters .mobile-section {
  padding: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .page-accs .filters .mobile-section {
    display: none;
  }
}
.page-accs .filters .mobile-section .btn-outline-primary {
  border-color: #0E223F;
  color: #0E223F;
}
.page-accs .filters .mobile-section .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 1;
  font-size: 1.5625rem;
}
.page-accs .filters__forgot, .page-accs .filters__clear {
  margin-top: 21px;
}
.page-accs .filters__list {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: none;
}
.page-accs .filters__list-item {
  margin-bottom: 10px;
  position: relative;
  padding-top: 6px;
  padding-left: 37px;
}
.page-accs .filters__list-item .custom-control-label {
  position: static;
}
.page-accs .filters__list-item .custom-control-label::before, .page-accs .filters__list-item .custom-control-label::after {
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: solid 1px #CDCDE4;
}
.page-accs .filters__list-item .custom-control-input:checked ~ .custom-control-label::before {
  background: #0E223F;
  border: solid 1px #0E223F;
}
.page-accs .filters__list-item .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check-white.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}
.page-accs .filters__item {
  padding: 13px 25px 14px;
}
.page-accs .filters__item-title {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  padding-right: 20px;
}
.page-accs .filters__item-title .filter__item-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.page-accs .filters__item-title .filter__item-icon::before, .page-accs .filters__item-title .filter__item-icon::after {
  content: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-mini.svg);
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all linear;
}
.page-accs .filters__item-title .filter__item-icon::after {
  top: -6px;
  content: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-mini.svg);
  opacity: 0;
}
.page-accs .filters__item-title.filter-active .filter__item-icon::after {
  opacity: 1;
}
.page-accs .filters__item-title.filter-active .filter__item-icon::before {
  width: 0;
  height: 0;
  opacity: 0;
}
.page-accs .filters__item-subtitle {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.6px;
  font-style: italic;
  padding-left: 5px;
}
.page-accs .filters__item__label {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  cursor: pointer;
}
.page-accs .filters__item__label:hover {
  cursor: pointer;
}
.page-accs .filters__helper-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .page-accs .filters {
    display: none;
    background: #FFFFFF;
    position: fixed;
    z-index: 1000;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    overflow: auto;
  }
  .page-accs .filters__item-title, .page-accs .filters__item-subtitle {
    color: #0E223F;
  }
  .page-accs .filters__helper-btn {
    color: #0E223F;
  }
  .page-accs .filters__list-item {
    color: #0E223F;
  }
  .page-accs .filters__list-item .custom-control-label::before,
  .page-accs .filters__list-item .custom-control-label::after {
    border: solid 1px #0E223F;
  }
  .page-accs .filters__list-item .custom-control-label::before {
    background: #FFFFFF;
  }
  .page-accs .filters__list-item .custom-control-input:checked ~ .custom-control-label::after {
    border: 1px solid #0E223F;
    background-size: 70%;
  }
  .page-accs .filters__list-item .custom-control-input:checked ~ .custom-control-label::before {
    border: solid 1px #0E223F;
  }
  .page-accs .filters__clear_desktop {
    display: none;
  }
  .page-accs .filters .filter__item-icon::before {
    content: url(/wp-content/themes/audicus/dist/images/icons/icon-plus-mini-blue.svg);
  }
  .page-accs .filters .filter__item-icon::after {
    content: url(/wp-content/themes/audicus/dist/images/icons/icon-minus-mini-blue.svg);
  }
}
.page-accs .filter-toggle {
  cursor: pointer;
}
.page-accs .filter-content {
  display: none;
}
.page-accs .filter-content.filter-0-content {
  display: block;
}
.page-accs .more-products-container {
  display: block;
  text-align: center;
}
.page-accs .no-products {
  padding: 10px;
}
.page-accs .no-products__title {
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.55;
  color: #fe931b;
}
.page-accs .no-products__desc {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 2.68;
  color: #555e80;
}
.page-accs .products-container {
  position: relative;
  clear: both;
}
.page-accs .products-container.load-process .products_accs {
  opacity: 0.7;
  filter: blur(5px);
}
.page-accs .products-container .wds-loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.page-accs .fade-in-bottom,
.page-accs .fade-in-bottom:nth-child(12n+13) {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.page-accs .fade-in-bottom:nth-child(2), .page-accs .fade-in-bottom:nth-child(12n+14),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(2),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+14) {
  animation-delay: 0.2s;
}
.page-accs .fade-in-bottom:nth-child(3), .page-accs .fade-in-bottom:nth-child(12n+15),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(3),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+15) {
  animation-delay: 0.3s;
}
.page-accs .fade-in-bottom:nth-child(4), .page-accs .fade-in-bottom:nth-child(12n+16),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(4),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+16) {
  animation-delay: 0.4s;
}
.page-accs .fade-in-bottom:nth-child(5), .page-accs .fade-in-bottom:nth-child(12n+17),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(5),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+17) {
  animation-delay: 0.5s;
}
.page-accs .fade-in-bottom:nth-child(6), .page-accs .fade-in-bottom:nth-child(12n+18),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(6),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+18) {
  animation-delay: 0.6s;
}
.page-accs .fade-in-bottom:nth-child(7), .page-accs .fade-in-bottom:nth-child(12n+19),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(7),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+19) {
  animation-delay: 0.7s;
}
.page-accs .fade-in-bottom:nth-child(8), .page-accs .fade-in-bottom:nth-child(12n+20),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(8),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+20) {
  animation-delay: 0.8s;
}
.page-accs .fade-in-bottom:nth-child(9), .page-accs .fade-in-bottom:nth-child(12n+21),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(9),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+21) {
  animation-delay: 0.9s;
}
.page-accs .fade-in-bottom:nth-child(10), .page-accs .fade-in-bottom:nth-child(12n+22),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(10),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+22) {
  animation-delay: 1s;
}
.page-accs .fade-in-bottom:nth-child(11), .page-accs .fade-in-bottom:nth-child(12n+23),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(11),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+23) {
  animation-delay: 1.1s;
}
.page-accs .fade-in-bottom:nth-child(12), .page-accs .fade-in-bottom:nth-child(12n+24),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12),
.page-accs .fade-in-bottom:nth-child(12n+13):nth-child(12n+24) {
  animation-delay: 1.2s;
}

.products_accs {
  list-style: none;
  margin: 0 -9px 44px;
  padding: 0;
  clear: both;
  padding-top: 26px;
}
.products_accs.columns-3 .product, .products_accs.columns-6 .product {
  width: 33.3333%;
}
.products_accs.columns-4 .product {
  width: 25%;
}
@media (max-width: 1199.98px) {
  .products_accs.columns-4 .product {
    width: 33.3333%;
  }
}
.products_accs.columns-5 .product {
  width: 20%;
}
@media (max-width: 1199.98px) {
  .products_accs.columns-5 .product {
    width: 33.333%;
  }
}
.products_accs.columns-2 .product {
  width: 50%;
}
.products_accs.columns-1 .product {
  float: left;
  width: 100%;
}
@media (max-width: 767.98px) {
  .products_accs.columns-1 .product {
    float: none;
  }
}
.products_accs.columns-1 .product, .products_accs.columns-2 .product, .products_accs.columns-3 .product, .products_accs.columns-4 .product, .products_accs.columns-5 .product, .products_accs.columns-6 .product {
  float: left;
}
@media (max-width: 767.98px) {
  .products_accs.columns-1 .product, .products_accs.columns-2 .product, .products_accs.columns-3 .product, .products_accs.columns-4 .product, .products_accs.columns-5 .product, .products_accs.columns-6 .product {
    width: 100%;
    float: none;
  }
}
.products_accs .product {
  display: block;
  padding: 9px;
  margin: 0;
  min-height: 370px;
}
.products_accs .product .btn {
  transition: 0.3s all cubic-bezier(0.9, 0.24, 0.62, 0.79);
}
.products_accs .product__image-container {
  display: block;
  margin-bottom: 18px;
  position: relative;
}
.products_accs .product__image {
  width: auto;
  max-height: 131px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s all cubic-bezier(0.9, 0.24, 0.62, 0.79);
}
.products_accs .product__inner {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 60px 27px 16px;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products_accs .product__new {
  position: absolute;
  display: block;
  border-radius: 16.5px;
  background-color: #8ad71c;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  max-width: 77px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  top: 10px;
  left: 10px;
}
.products_accs .product:nth-child(3n+1) {
  clear: both;
}
.products_accs .product__title {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.44;
  letter-spacing: 0.6px;
  hyphens: none;
  flex-grow: 1;
}
.products_accs .product__title_large {
  font-family: "Noto Serif", serif;
  margin-bottom: 25px;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.16;
  hyphens: auto;
}
@media (max-width: 1199.98px) {
  .products_accs .product__title_large {
    font-size: 2rem;
  }
}
.products_accs .product__price {
  margin-bottom: 5px;
}
.products_accs .product__price-item {
  color: #0E223F;
  font-weight: bold;
  font-size: 1.375rem;
}
.products_accs .product__description {
  position: absolute;
  padding: 79px 24px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.9, 0.24, 0.62, 0.79);
  background-color: rgba(17, 126, 159, 0.87);
  transform: translate(100%, -100%);
  color: #FFFFFF;
}
.products_accs .product__description + p {
  margin: 0;
}
.products_accs .product__description-p,
.products_accs .product__description p {
  position: relative;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  z-index: 2;
}
.products_accs .product .added_to_cart.wc-forward {
  display: none !important;
}
.products_accs .product .icon-add-to-cart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 47px;
  height: 47px;
  overflow: hidden;
  background: #0E223F;
  padding: 0;
  z-index: 10;
  transition: 0.2s all linear;
  color: #FFFFFF;
}
.products_accs .product .icon-add-to-cart svg {
  width: 50%;
  color: #FFFFFF;
  fill: #FFFFFF;
  transition: 0.2s all linear;
}
.products_accs .product__inner:hover .btn {
  position: relative;
  z-index: 10;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.products_accs .product__inner:hover .icon-add-to-cart {
  background: #FFFFFF;
  color: #0E223F;
}
.products_accs .product__inner:hover .icon-add-to-cart svg {
  color: #0E223F;
  fill: #0E223F;
}
.products_accs .product__inner:hover .product__title, .products_accs .product__inner:hover .product__price {
  transition: 0.3s all linear;
  opacity: 0;
}
.products_accs .product__inner:hover .product__title_large {
  opacity: 0.4;
}
.products_accs .product__inner:hover .product__image {
  transform: scale(2) translate(0, 25px);
}
.products_accs .product__inner:hover .product__description {
  border-radius: 0;
  opacity: 1;
  transform: translate(0, 0);
}
.products_accs .product .btn:hover {
  background: #FFFFFF;
  color: #0E223F;
}

.row_accs > .col-md-9 > .entry-content > p {
  display: none;
}

.woocommerce-cart {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
  padding-top: 81px;
}
.woocommerce-cart .wc_coupon_message_wrap {
  padding: 0px 0px 0px 0px !important;
}
.woocommerce-cart .woocommerce-message {
  display: none;
}
.woocommerce-cart .woocommerce-info {
  margin-bottom: 2rem;
}
.woocommerce-cart .fixed-secondary-blog {
  position: fixed;
  z-index: 100;
  top: 100px;
}
@media (min-width: 576px) {
  .woocommerce-cart .fixed-secondary-blog {
    max-width: 480px;
  }
}
.woocommerce-cart .absolute-secondary-blog {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 576px) {
  .woocommerce-cart .absolute-secondary-blog {
    max-width: 480px;
  }
}
.woocommerce-cart .page-accs .loader {
  left: 0;
  top: 0;
  height: 800px;
  width: 800px;
  z-index: 0;
  transform: translate(-55%, 0);
}
.woocommerce-cart .page-accs .loader > .circle {
  background: #FFFFFF;
}
@media (max-width: 991.98px) {
  .woocommerce-cart .page-accs {
    display: none;
  }
}
.woocommerce-cart .variation {
  margin-top: 15px;
}
.woocommerce-cart .variation dl {
  margin-top: 5px;
  line-height: 1.2em;
}
.woocommerce-cart .variation dt,
.woocommerce-cart .variation dd {
  display: inline;
  color: #858597;
}
.woocommerce-cart .variation dt {
  font-weight: 400;
}

.cart p:empty {
  display: none;
}
.cart-header {
  background: #FFFFFF;
  height: 80px;
}
.cart-header .row, .cart-header .pcz .option-box .tile-group, .pcz .option-box .cart-header .tile-group, .cart-header .pdcz .option-box .tile-group, .pdcz .option-box .cart-header .tile-group, .cart-header .pncz .option-box .tile-group, .pncz .option-box .cart-header .tile-group {
  height: 80px;
}
.cart .h1 {
  font-size: 1.75rem;
  color: #161621;
  font-family: "Noto Serif", serif;
  margin-top: 0;
  font-weight: bold;
}
.cart .total-info {
  width: 100%;
}
.cart .total-info__item {
  width: 50%;
}
.cart .total-info p {
  clear: both;
  padding-top: 10px;
}
.cart .total-info .h3 {
  font-size: 1.375rem;
  line-height: 1.8;
  color: #161621;
  margin: 0;
  padding-top: 10px;
}
.cart .total-info .cost {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #8ad71c;
}
.cart .cart-total-hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: #cdcde4;
  margin-top: 6px;
}
.cart .have-promocode {
  margin-bottom: 23px;
}
.cart-collaterals #pay_with_amazon {
  /* display: none; */
  text-align: center;
}
.cart .actions .coupon {
  margin-bottom: 20px;
}
.cart .checkout-button {
  margin-bottom: 20px;
  background-color: #0E223F;
  border-color: #0E223F;
}
.cart .checkout-button br {
  display: none;
}
.cart .cart_totals p:last-child br {
  display: none;
}
.cart .woocommerce-checkout {
  background: #FFFFFF;
  padding: 20px 30px;
  margin-bottom: 17px;
}
@media (max-width: 991.98px) {
  .cart .woocommerce-checkout {
    background: #FFFFFF;
  }
}
.cart .wc-proceed-to-checkout .payment-notice {
  color: #858597;
  letter-spacing: 0.7px;
}
.cart .subscription-notice {
  letter-spacing: 0.7px;
}
.cart .subscription-notice .subscription-amount {
  display: block;
}
@media (min-width: 576px) {
  .cart .subscription-notice .subscription-amount {
    display: inline-block;
  }
}
.cart .subscription-notice .subscription-price {
  color: #0E223F;
  font-weight: 600;
}
.cart .subscription-notice .subcription-period {
  color: #858597;
  font-weight: 400;
}
.cart .subscriptions-block {
  color: #f7f7f8;
  letter-spacing: -5px;
  line-height: 0;
  margin-top: 0.5rem;
  font-size: 0.0625rem;
}
.cart .subscriptions-block .subcription-period {
  letter-spacing: 1px;
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  line-height: 1;
}
.cart .subscriptions-block .subscription-terms {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.cart .subscriptions-block p {
  margin: 0;
}
.cart .subscriptions-block .woocommerce-Price-amount {
  font-family: "Noto Serif", serif;
  letter-spacing: normal;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.2;
  color: #117E9F;
  display: none;
}
.cart .subscriptions-block .woocommerce-Price-amount:last-child {
  display: table;
}
.cart .subscriptions-block .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.125rem;
  color: #161621;
  margin-right: 3px;
  position: relative;
  top: -5px;
}

.woocommerce-cart-form #wc_braintree_paypal_container {
  display: none;
}
.woocommerce-cart-form p:empty {
  display: none;
}
.woocommerce-cart-form .h4 {
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 20px;
  background-color: #3a7c9c;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form .h4 .btn-link.float-right {
    float: none !important;
    margin-left: 0 !important;
    margin-top: 10px;
    display: table;
  }
}
.woocommerce-cart-form .btn-cont-shop {
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-cart-form .btn-cont-shop {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-cart-form .btn-cont-shop,
  .woocommerce-cart-form .btnUpdateCart {
    width: 100%;
    margin: 10px 0;
  }
}
.woocommerce-cart-form .shop-table {
  padding-left: 0;
  list-style: none;
}
.woocommerce-cart-form .shop-table .quantity {
  display: none;
}
.woocommerce-cart-form .shop-table__item {
  display: table;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 25px 10px;
  background-color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table__item {
    flex-wrap: wrap;
    padding-left: 100px;
  }
}
.woocommerce-cart-form .shop-table__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  display: block;
  left: 5%;
  background: #cdcde4;
}
.woocommerce-cart-form .shop-table__item:last-child {
  border: none;
}
.woocommerce-cart-form .shop-table__item:last-child::after {
  content: none;
}
.woocommerce-cart-form .shop-table__item-cell {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table__item-cell {
    display: block;
  }
}
.woocommerce-cart-form .shop-table__item-name {
  flex-grow: 1;
  padding-top: 15px;
}
.woocommerce-cart-form .shop-table__item-name a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.woocommerce-cart-form .shop-table__item-cost, .woocommerce-cart-form .shop-table__item-remove {
  padding-top: 15px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table__item-cost, .woocommerce-cart-form .shop-table__item-remove {
    text-align: left;
  }
}
.woocommerce-cart-form .shop-table__item.sold-individualy .shop-table__item-name, .woocommerce-cart-form .shop-table__item.sold-individualy .shop-table__item-cost, .woocommerce-cart-form .shop-table__item.sold-individualy .shop-table__item-remove {
  padding-top: 18px;
}
.woocommerce-cart-form .shop-table__item-remove .remove {
  color: #161621;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.5rem;
}
.woocommerce-cart-form .shop-table__item-cost .woocommerce-Price-amount {
  color: #0E223F;
  font-weight: 600;
}
.woocommerce-cart-form .shop-table__item-cost .subscription-details {
  display: block;
  color: #858597;
  font-style: italic;
  letter-spacing: 0.6px;
  text-align: right;
}
.woocommerce-cart-form .shop-table .attachment-woocommerce_thumbnail,
.woocommerce-cart-form .shop-table .woocommerce-placeholder {
  width: 100%;
  max-width: 69px;
  height: auto;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .attachment-woocommerce_thumbnail,
  .woocommerce-cart-form .shop-table .woocommerce-placeholder {
    max-width: 90px;
  }
}
.woocommerce-cart-form .shop-table .shop-table__variation {
  background-color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 45px;
}
.woocommerce-cart-form .shop-table .variation-name {
  font-size: 1.125rem;
  line-height: 1.61;
  color: #858597;
  text-transform: capitalize;
}
.woocommerce-cart-form .shop-table .variation-name_pointer {
  cursor: pointer;
}
.woocommerce-cart-form .shop-table .variation-desc {
  line-height: 1.61;
  color: #858597;
  border-radius: 3px;
  border: solid 1px #cdcde4;
  padding: 15px;
}
.woocommerce-cart-form .shop-table .variation-desc p {
  margin: 0;
}
.woocommerce-cart-form .shop-table .variation__item {
  display: table;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .variation__item {
    flex-wrap: wrap;
    padding-left: 60px;
  }
}
.woocommerce-cart-form .shop-table .variation__item-name {
  text-align: left;
  flex-grow: 1;
}
.woocommerce-cart-form .shop-table .variation__item-cell {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-cart-form .shop-table .variation__item-cell:first-child {
  text-align: right;
  margin-top: 9px;
}
.woocommerce-cart-form .shop-table .variation__item-cell:first-child svg {
  width: 15px;
  height: 15px;
}
.woocommerce-cart-form .shop-table .variation__item-cost {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  color: #0E223F;
  text-align: right;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .variation__item-cost {
    text-align: left;
  }
}
.woocommerce-cart-form .shop-table .variation__item-cost p {
  font-weight: 600;
}
.woocommerce-cart-form .shop-table .variation__item-cost .variation-no-cost {
  text-transform: capitalize;
  font-style: italic;
  color: #cdcde4;
  font-weight: 400;
}
.woocommerce-cart-form .shop-table .variation .variation-name_pointer {
  padding-right: 45px;
  position: relative;
}
.woocommerce-cart-form .shop-table .variation strong {
  color: #161621;
}
.woocommerce-cart-form .shop-table .variation .variation-has-description {
  position: absolute;
  right: 40px;
  top: -2px;
  transition: 0.2s all linear;
}
.woocommerce-cart-form .shop-table .variation .variation-has-description svg {
  width: 12px;
  height: 12px;
}
.woocommerce-cart-form .shop-table .variation .variation-has-description.active {
  transform: rotate(180deg) translate(0, -3px);
}
.woocommerce-cart-form .shop-table .variation .product-color {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  margin-left: auto;
  margin-top: 7px;
}
.woocommerce-cart-form .shop-table .variation .product-color_bronze {
  border-color: #cd7f32 !important;
}
.woocommerce-cart-form .shop-table .equal-prsnt-1 {
  width: 17%;
}
.woocommerce-cart-form .shop-table .equal-prsnt-1_variable {
  width: 14%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .equal-prsnt-1 {
    width: 100px;
    position: absolute;
    top: 35px;
    left: 0;
    padding-right: 0;
  }
  .woocommerce-cart-form .shop-table .equal-prsnt-1_variable {
    width: 60px;
    top: 0;
  }
}
.woocommerce-cart-form .shop-table .equal-prsnt-2 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .equal-prsnt-2 {
    width: 100%;
    flex-grow: 1;
  }
  .woocommerce-cart-form .shop-table .equal-prsnt-2 br {
    display: none;
  }
}
.woocommerce-cart-form .shop-table .equal-prsnt-2_variable {
  width: 56%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .equal-prsnt-2_variable {
    width: 100%;
  }
  .woocommerce-cart-form .shop-table .equal-prsnt-2_variable br {
    display: none;
  }
  .woocommerce-cart-form .shop-table .equal-prsnt-2_variable p {
    margin-bottom: 0;
  }
}
.woocommerce-cart-form .shop-table .equal-prsnt-3 {
  width: 23%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .equal-prsnt-3 {
    width: 50%;
  }
  .woocommerce-cart-form .shop-table .equal-prsnt-3_variable p {
    margin-top: 0;
  }
}
.woocommerce-cart-form .shop-table .equal-prsnt-4 {
  width: 7%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .shop-table .equal-prsnt-4 {
    width: 14%;
  }
}
.woocommerce-cart-form .accept-info {
  margin-bottom: 20px;
}
.woocommerce-cart-form .accept-info__content {
  display: block;
  padding-left: 20px;
}
.woocommerce-cart-form .cart-discount_text {
  font-size: 0.875rem;
  font-style: italic;
  color: #858597;
  display: block;
  text-align: right;
}
.woocommerce-cart-form .cart-discount .coupon-amount {
  color: #0E223F;
  font-weight: bold;
}
.woocommerce-cart-form .actions .coupon-label {
  font-size: 1.125rem;
  color: #858597;
  padding-right: 30px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 2px;
}
.woocommerce-cart-form .actions .coupon-code-container {
  height: 45px;
}
.woocommerce-cart-form .actions .coupon-code {
  width: 100%;
  height: 45px;
  padding-right: 67px;
  padding-left: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0E223F;
  background: transparent;
  box-shadow: none;
  border-radius: 2px;
  border: solid 1px #cdcde4;
}
.woocommerce-cart-form .actions .coupon-code:active, .woocommerce-cart-form .actions .coupon-code:focus {
  background: transparent;
  box-shadow: none;
}
.woocommerce-cart-form .actions .coupon-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 100%;
  border-radius: 2px;
  background-color: #cdcde4;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #0E223F;
}

.quantity-increment {
  display: table;
  margin-top: 25px;
}
.quantity-increment br {
  display: none;
}
.quantity-increment button {
  cursor: pointer;
}
.quantity-increment__item {
  display: table-cell;
  width: 45px;
  height: 45px;
  border: solid 1px #cdcde4;
  vertical-align: middle;
  text-align: center;
  background: #FFFFFF;
}
.quantity-increment__item:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.quantity-increment__item:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.quantity-increment__item svg {
  width: 15px;
  height: 15px;
}
.quantity-increment__item-number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border-left: none;
  border-right: none;
}

.wc-proceed-to-checkout p:nth-of-type(2) br {
  display: none;
}

.woocommerce-checkout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f8;
  padding-top: 81px;
}
.woocommerce-checkout .info,
.woocommerce-checkout .woocommerce-message {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 27px;
  text-align: right;
}
.woocommerce-checkout .woocommerce-info #pay_with_amazon {
  padding-left: 10px;
  zoom: 70%;
}
.woocommerce-checkout .validate-required abbr.required {
  visibility: hidden;
}
.woocommerce-checkout .hidden {
  visibility: hidden;
}
.woocommerce-checkout .btn-alert {
  background-color: #f04840;
}
.woocommerce-checkout .container {
  max-width: 1200px;
}
.woocommerce-checkout .h1 {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.11;
  color: #161621;
  margin-top: 32px;
}
.woocommerce-checkout .shipping-title,
.woocommerce-checkout .billing-title {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #161621;
  margin-bottom: 5px;
}
.woocommerce-checkout .fixed-secondary-blog {
  position: fixed;
  z-index: 100;
  top: 100px;
}
@media (min-width: 576px) {
  .woocommerce-checkout .fixed-secondary-blog {
    max-width: 480px;
  }
}
.woocommerce-checkout .absolute-secondary-blog {
  position: absolute;
  bottom: 17px;
  z-index: 100;
}
@media (min-width: 576px) {
  .woocommerce-checkout .absolute-secondary-blog {
    max-width: 480px;
  }
}
.woocommerce-checkout .checkout-column {
  background: #FFFFFF;
  padding: 20px 40px 10px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout-column {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 375px) {
  .woocommerce-checkout .checkout-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout .checkout-column .customer-details {
  clear: both;
  padding-top: 1px;
}
.woocommerce-checkout .checkout-column_last {
  padding: 20px 30px;
}
.woocommerce-checkout .subscription-notice {
  letter-spacing: 0.7px;
}
.woocommerce-checkout .subscription-notice .subscription-amount {
  display: block;
}
@media (min-width: 576px) {
  .woocommerce-checkout .subscription-notice .subscription-amount {
    display: inline-block;
  }
}
.woocommerce-checkout .subscription-notice .subscription-price {
  color: #0E223F;
  font-weight: 600;
}
.woocommerce-checkout .subscription-notice .subcription-period {
  color: #858597;
  font-weight: 400;
}
.woocommerce-checkout .checkout-discount {
  font-size: 0.875rem;
}
.woocommerce-checkout .checkout-discount .coupon-code {
  letter-spacing: 0.44px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .checkout-discount .coupon-code {
    display: none;
  }
}
.woocommerce-checkout .checkout-discount .coupon-info {
  color: #858597;
  font-style: italic;
}
.woocommerce-checkout .payment-types {
  margin-left: 1rem;
  margin-bottom: 4px;
}
.woocommerce-checkout .payment-types .selected {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-shipping-fields .mat-div,
.woocommerce-checkout .woocommerce-billing-fields .mat-div {
  float: left;
  padding-top: 23px;
}
.woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_first_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_address_2, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_address_2, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_country, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_country, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_postcode, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_postcode, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_first_name,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_address_2,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_address_2,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_country,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_country,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_postcode,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_postcode,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone {
  width: 50%;
  padding-right: 3.8%;
}
@media (max-width: 575px) {
  .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_first_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_address_2, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_address_2, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_country, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_country, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_postcode, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_postcode, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_first_name,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_address_2,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_address_2,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_country,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_country,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_postcode,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_postcode,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_first_name .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_address_2 .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_address_2 .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_country .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_country .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_postcode .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_postcode .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_first_name .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_address_2 .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_address_2 .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_country .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_country .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_postcode .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_postcode .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone .select2-container {
    max-width: 575px;
  }
}
.woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone {
  padding-right: 0 !important;
  padding-left: 3.8%;
}
@media (max-width: 575px) {
  .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_last_name .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_city .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_city .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_state .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_state .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_phone .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_last_name .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_city .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_city .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_state .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_state .select2-container,
  .woocommerce-checkout .woocommerce-billing-fields .wrap-billing_phone .select2-container {
    max-width: 575px;
  }
}
.woocommerce-checkout .woocommerce-shipping-fields .wrap-shipping_address_1, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_address_1, .woocommerce-checkout .woocommerce-shipping-fields .wrap-billing_email,
.woocommerce-checkout .woocommerce-billing-fields .wrap-shipping_address_1,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_address_1,
.woocommerce-checkout .woocommerce-billing-fields .wrap-billing_email {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout p:empty {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout .h3 {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 2.68;
  color: #161621;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shipping th {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shipping #shipping_method {
  list-style: none;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shipping #shipping_method label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  color: #0E223F;
  width: 100%;
  position: relative;
  padding-right: 50%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  position: absolute;
  right: 25%;
  top: 40%;
  font-weight: normal;
  line-height: 1.44;
  color: #858597;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  clear: both;
  padding-top: 1px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment-method-wrapper {
  margin: 0 -40px -50px -40px;
  background: #fafafd;
  padding: 40px 40px 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio {
  position: absolute;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio:checked + label {
  background-color: #161621;
  box-shadow: 0 6px 6px 0 rgba(89, 89, 172, 0.08);
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio:checked + label.payment_method_icon_braintree_credit_card {
  background-image: url(/wp-content/themes/audicus/dist/images/brand-icons/icon-credit-card-active.svg);
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio:checked + label.payment_method_icon_braintree_paypal {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-paypal-hover.svg);
  background-size: 25%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio:checked + label.payment_method_icon_braintree_amazon {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-amazon-pay-hover.svg);
  background-size: 70%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .input-radio:checked + label.payment_method_icon_amazon_payments_advanced {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-amazon-pay-hover.svg);
  background-size: 70%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon {
  display: block;
  width: 110px;
  height: 57.7px;
  border-radius: 3px;
  border: solid 1px #CDCDE4;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all linear;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon {
    width: 59px;
  }
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon_braintree_credit_card {
  background-image: url(/wp-content/themes/audicus/dist/images/brand-icons/icon-credit-card.svg);
  background-size: 25%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon_braintree_paypal {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-paypal.svg);
  background-size: 55%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon_cheque {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-carecredit.svg);
  background-size: 40%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon_braintree_amazon {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-amazon-pay.svg);
  background-size: 70%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_icon_amazon_payments_advanced {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-amazon-pay.svg);
  background-size: 70%;
}
.woocommerce-checkout .shipping_address .input-text,
.woocommerce-checkout .billing-details .input-text {
  width: 100%;
  appearance: none;
  outline: none;
  height: 45px;
  border-radius: 2px;
  border: solid 1px #CDCDE4;
  padding: 0 12px;
}
.woocommerce-checkout .shipping_address .input-text::-webkit-input-placeholder,
.woocommerce-checkout .billing-details .input-text::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
.woocommerce-checkout .shipping_address .input-text::-moz-placeholder,
.woocommerce-checkout .billing-details .input-text::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
.woocommerce-checkout .shipping_address .input-text:-ms-input-placeholder,
.woocommerce-checkout .billing-details .input-text:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
.woocommerce-checkout .shipping_address .input-text:-moz-placeholder,
.woocommerce-checkout .billing-details .input-text:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
.woocommerce-checkout .shipping_address input:-webkit-autofill,
.woocommerce-checkout .billing-details input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection__arrow,
.woocommerce-checkout .billing-details .select2-container--default .select2-selection__arrow {
  top: 10px;
}
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection__placeholder,
.woocommerce-checkout .billing-details .select2-container--default .select2-selection__placeholder {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2D415C;
}
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection__rendered,
.woocommerce-checkout .billing-details .select2-container--default .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce-checkout .btn-continue-payment,
.woocommerce-checkout .btn-place-order {
  width: 100%;
}
.woocommerce-checkout .btn-place-order strong,
.woocommerce-checkout .btn-place-order .span {
  font-weight: bold;
}
.woocommerce-checkout .wc-amazon-payments-advanced-populated {
  /* display: none; */
}
.woocommerce-checkout .wc_payment_methods {
  margin-bottom: 20px;
}
.woocommerce-checkout .wc_payment_method .form-row:not(.woocommerce-validated) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .wc_payment_method .form-row {
  position: relative;
  margin: 0 0 10px;
}
.woocommerce-checkout .wc_payment_method .form-row label {
  display: block;
  width: 100%;
  padding-left: 0.875rem;
  font-size: 1.125rem;
  color: #0E223F;
  line-height: 1.38889;
}
.woocommerce-checkout .wc_payment_method .form-row label .required {
  display: none;
}
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-number,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-expiry,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-csc {
  width: 100%;
  height: 45px !important;
}
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-number.braintree-hosted-fields-valid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-expiry.braintree-hosted-fields-valid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-csc.braintree-hosted-fields-valid {
  border-color: #CDCDE4 !important;
}
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-number.braintree-hosted-fields-focused,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-expiry.braintree-hosted-fields-focused,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-csc.braintree-hosted-fields-focused {
  box-shadow: none !important;
}
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-number.braintree-hosted-fields-focused.braintree-hosted-fields-valid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-expiry.braintree-hosted-fields-focused.braintree-hosted-fields-valid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-csc.braintree-hosted-fields-focused.braintree-hosted-fields-valid {
  box-shadow: none !important;
}
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-number.braintree-hosted-fields-invalid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-expiry.braintree-hosted-fields-invalid,
.woocommerce-checkout .wc_payment_method .form-row .wc-braintree-hosted-field-card-csc.braintree-hosted-fields-invalid {
  border-color: #f04840 !important;
}
.woocommerce-checkout .wc_payment_method .form-row.wc-braintree-hosted-field-card-expiry-parent, .woocommerce-checkout .wc_payment_method .form-row.wc-braintree-hosted-field-card-csc-parent {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.woocommerce-checkout .wc_payment_method .form-row.wc-braintree-hosted-field-card-csc-parent {
  margin-right: 0;
}
.woocommerce-checkout .wc_payment_method .form-row #wc-braintree-credit-card-test-amount {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated label {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  transform: none;
  color: #161621;
  pointer-events: auto;
  margin: 0;
  padding-top: 6px;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated label::before {
  position: absolute;
  top: 0.40563rem;
  left: 0;
  display: block;
  pointer-events: none;
  content: "";
  user-select: none;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #CDCDE4;
  background-color: #FFFFFF;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated label::after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0.40563rem;
  left: 0;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated input:checked ~ label::before {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #0E223F;
  border: 1px solid #0E223F;
}
.woocommerce-checkout .wc_payment_method .form-row.woocommerce-validated input:checked ~ label::after {
  background-image: url(/wp-content/themes/audicus/dist/images/icons/icon-check-white.svg);
  border: 1px solid #0E223F;
  background-size: 70%;
}
.woocommerce-checkout .wc_payment_method .payment_method_affirm .affirm-logo {
  display: block;
  background: url(/wp-content/themes/audicus/dist/images/icons/affirm_logo.png) center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 139px;
  height: 43px;
}
.woocommerce-checkout .wc_payment_method .payment_method_affirm .affirm-shipping-title {
  color: #0E223F;
  font-weight: bold;
}
.woocommerce-checkout .clear {
  clear: both;
}
.woocommerce-checkout .place-order {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-checkout .accept-info {
  margin-bottom: 20px;
}
.woocommerce-checkout .accept-info__content {
  display: block;
  padding-left: 20px;
}
.woocommerce-checkout .billing-info .custom-control {
  margin-bottom: 45px;
}
.woocommerce-checkout .billing-info .custom-control__content {
  padding-top: 6px;
}
.woocommerce-checkout .methods-desc {
  font-style: italic;
  line-height: 1.44;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  color: #858597;
}
.woocommerce-checkout .time-payment {
  width: 100%;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .time-payment {
    padding-top: 30px;
    border-top: 1px solid #CDCDE4;
  }
}
.woocommerce-checkout .time-payment__item {
  vertical-align: top;
}
.woocommerce-checkout .time-payment__item.subscription {
  width: 100%;
  display: block;
}
.woocommerce-checkout .time-payment__item .order-total:not(.selected) {
  display: none;
}
@media (max-width: 575px) {
  .woocommerce-checkout .time-payment__item {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout .time-payment__item:first-child {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) {
  .woocommerce-checkout .time-payment__item:not(.subscription):first-child {
    padding-right: 20px;
  }
  .woocommerce-checkout .time-payment__item:nth-child(2) {
    padding-left: 20px;
  }
}
.woocommerce-checkout .time-payment__item.selected .order-total {
  opacity: 1;
}
.woocommerce-checkout .time-payment.selected_all .order-total {
  opacity: 1;
}
.woocommerce-checkout .time-payment .total-label {
  font-weight: 600;
  color: #161621;
  margin-right: 2rem;
}
.woocommerce-checkout .time-payment__title {
  line-height: 1.44;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #0E223F;
  margin-bottom: 5px;
}
.woocommerce-checkout .time-payment__desc {
  line-height: 1.44;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.woocommerce-checkout .time-payment__cost {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.42;
  color: #0E223F;
  position: relative;
}
.woocommerce-checkout .time-payment__cost br {
  display: none;
}
.woocommerce-checkout .time-payment__cost .woocommerce-Price-currencySymbol {
  font-size: 1.125rem;
  color: #161621;
  margin-right: 3px;
  position: relative;
  top: -5px;
}
.woocommerce-checkout .time-payment__cost .each-month-top,
.woocommerce-checkout .time-payment__cost .each-month-right {
  line-height: 1;
  position: absolute;
  left: 0;
  top: -6px;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  color: #858597;
  font-style: italic;
  font-weight: normal;
}
.woocommerce-checkout .time-payment__cost .each-month-top br,
.woocommerce-checkout .time-payment__cost .each-month-right br {
  display: block !important;
}
.woocommerce-checkout .time-payment__cost .each-month-right {
  position: relative;
  top: auto;
  left: auto;
  padding-left: 10px;
  float: right;
  margin-top: 12px;
}
.woocommerce-checkout .create-account {
  display: none !important;
}
.woocommerce-checkout .ch-breadcrumb {
  display: table;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .ch-breadcrumb.mobile {
  background: #eeeef3;
}
.woocommerce-checkout .ch-breadcrumb span {
  display: table;
}
.woocommerce-checkout .ch-breadcrumb br {
  display: none;
}
.woocommerce-checkout .ch-breadcrumb__unit {
  display: table;
  text-align: center;
}
.woocommerce-checkout .ch-breadcrumb__item {
  float: left;
  margin: 0;
  width: 33.33333%;
  position: relative;
}
.woocommerce-checkout .ch-breadcrumb__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e5e5f3;
  left: 0;
  top: 14px;
  z-index: 1;
}
.woocommerce-checkout .ch-breadcrumb__item:first-child::before {
  right: 0;
  left: auto;
  width: 90%;
}
@media (max-width: 575px) {
  .woocommerce-checkout .ch-breadcrumb__item:first-child::before {
    width: 75%;
  }
}
.woocommerce-checkout .ch-breadcrumb__item:nth-child(2) .ch-breadcrumb__unit {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-checkout .ch-breadcrumb__item:last-child .ch-breadcrumb__unit {
  margin-left: auto;
  margin-right: 0;
}
.woocommerce-checkout .ch-breadcrumb__icon {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #e5e5f3;
  background: #FFFFFF;
  position: relative;
  z-index: 10;
}
.woocommerce-checkout .ch-breadcrumb__icon_step {
  cursor: pointer;
}
.woocommerce-checkout .ch-breadcrumb__icon::before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.woocommerce-checkout .ch-breadcrumb__label {
  font-size: 0.875rem;
  line-height: 1.86;
  letter-spacing: 0.4px;
  color: #0E223F;
  margin-top: 4px;
}
.woocommerce-checkout .ch-breadcrumb__item_active .ch-breadcrumb__icon::before {
  content: "";
  background: #0E223F;
}
.woocommerce-checkout .ch-breadcrumb__item_complete .ch-breadcrumb__icon {
  border-color: #117E9F;
}
.woocommerce-checkout .ch-breadcrumb__item_complete .ch-breadcrumb__icon::before {
  color: #117E9F;
  font-size: 0.75rem;
}
.woocommerce-checkout .ch-breadcrumb__item_complete .ch-breadcrumb__label {
  color: #0E223F;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .col-lg-7,
  .woocommerce-checkout .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-checkout .col-lg-7 p:empty,
  .woocommerce-checkout .col-lg-5 p:empty {
    display: none;
  }
  .woocommerce-checkout .showcoupon {
    margin-bottom: 20px;
  }
  .woocommerce-checkout .container.py-5 {
    padding-bottom: 0 !important;
  }
  .woocommerce-checkout .actions .coupon-label {
    line-height: 1.44;
  }
}

.shop {
  background-color: #F8F6F3;
  padding-top: 145px;
}

.woocommerce-product-gallery__image:hover .wp-post-image {
  visibility: hidden;
}

.banner-product {
  height: auto;
  background: none;
  padding-top: 55px;
}
@media (max-width: 991.98px) {
  .banner-product {
    padding-top: 50px;
  }
}

.woocommerce-message {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 2px solid #0E223F;
  border-radius: 2px;
}

.single-product {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .single-product {
    background-color: #ffffff;
  }
}
.single-product .select2-container {
  max-width: 230px;
}
.single-product .select2-container ul.select2-results__options li.select2-results__option:first-child {
  display: none;
}
.single-product .entry-content {
  padding-bottom: 60px;
}
.single-product .entry-content .cart {
  background: none;
}
.single-product .h1 {
  font-family: "Noto Serif", serif;
  font-size: 2.375rem;
  line-height: 1.37;
  text-align: center;
  color: #161621;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .single-product .h1 {
    font-size: 1.875rem;
  }
}
.single-product .slick-slide img {
  width: 100%;
}
.single-product .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  color: #0E223F;
  cursor: pointer;
  font-size: 0.8125rem;
}
.single-product .slick-arrow_left {
  left: 0;
}
.single-product .slick-arrow_right {
  right: 0;
}
.single-product .product-gallery {
  margin-bottom: 25px;
}
.single-product .product-gallery-dotted {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .single-product .product-gallery-dotted {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single-product .product-gallery-dotted .slick-slide div {
  width: 87px;
  border-radius: 4px;
  overflow: hidden;
}
.single-product .product-gallery-dotted .slick-slide.slick-current img {
  opacity: 0.5;
}
.single-product .product-gallery-dotted .slick-slide .dot-image {
  max-width: 87px;
  object-fit: contain;
  transition: 0.2s opacity linear;
}
.single-product .product-gallery-dotted .slick-slide .dot-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.single-product .product-description {
  line-height: 1.56;
  color: #161621;
}
.single-product .product-description p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.single-product .product-description ul {
  font-weight: 600;
  color: #0E223F;
}
.single-product .product-description ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.single-product .quantity-increment__item-number {
  font-weight: 600;
}
.single-product .quantity-table {
  display: table;
}
@media (max-width: 767.98px) {
  .single-product .quantity-table {
    display: block;
    margin-top: 40px;
  }
}
.single-product .quantity-table__item {
  display: table-cell;
}
@media (max-width: 767.98px) {
  .single-product .quantity-table__item {
    display: block;
    text-align: center;
  }
  .single-product .quantity-table__item .quantity-increment {
    width: 100%;
  }
  .single-product .quantity-table__item .quantity-increment__item {
    width: 33.3333%;
    display: block;
    float: left;
    height: 60px;
  }
  .single-product .quantity-table__item .quantity-increment__item svg {
    width: 17px;
    height: 17px;
  }
  .single-product .quantity-table__item .quantity-increment__item-number {
    font-size: 1.875rem;
    line-height: 2;
  }
}
.single-product .quantity-title {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding-right: 20px;
}
.single-product .quantity-increment__item:not(.quantity-increment__item-number) {
  background: none;
}
.single-product .additional-content {
  padding-top: 55px;
}
@media (max-width: 991.98px) {
  .single-product .additional-content {
    padding-top: 40px;
  }
}
.single-product .additional-content .h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0E223F;
  margin-bottom: 1em;
}
.single-product .additional-content .dropdowns-section {
  margin-bottom: 50px;
  width: 100%;
  max-width: 230px;
}
.single-product .additional-content .dropdowns-section .mat-div {
  padding-top: 5px;
}
.single-product .additional-content .additional-dropdown {
  display: block;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #CDCDE4;
  width: 100%;
  max-width: 230px;
  height: 45px;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #0E223F;
  font-weight: 600;
  padding-left: 14px;
  padding-right: 24px;
  background-image: url(/wp-content/themes/audicus/dist/images/icons/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .single-product .additional-content .additional-dropdown {
    max-width: 100%;
  }
}
.single-product .additional-content .additional-dropdown:last-child {
  margin-bottom: 0;
}
.single-product .radio-group {
  margin-bottom: 50px;
}
.single-product .radio-group__item:not(:last-child) {
  margin-bottom: 20px;
}
.single-product .radio-group__item-title {
  font-weight: 600;
  line-height: 1.44;
  color: #0E223F;
  position: relative;
  padding-left: 35px;
}
.single-product .radio-group__item-title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #CDCDE4;
  transition: 0.3s all linear;
  background: transparent;
  left: 0;
  top: 0;
}
.single-product .radio-group__item-input {
  position: absolute;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.single-product .radio-group__item-input:checked ~ .radio-group__item-title::after {
  background: #FFFFFF;
  border: 8px solid #0E223F;
}
.single-product .product-add-to-cart .add-to-cart-btn-container {
  margin-top: 22px;
}
.single-product .product-add-to-cart .add-to-cart-btn-container .btn {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .single-product .product-add-to-cart .add-to-cart-btn-container .btn {
    max-width: 100%;
  }
}
.single-product .product-add-to-cart .d-table-cell {
  vertical-align: middle;
}
.single-product .product-add-to-cart .product-price-title {
  font-size: 1.375rem;
  color: #161621;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .single-product .product-add-to-cart .product-price-title {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .single-product .product-add-to-cart .d-table {
    width: 100%;
    text-align: center;
  }
}
.single-product .product-add-to-cart .woocommerce-Price-amount {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: #117E9F;
}
@media (max-width: 991.98px) {
  .single-product .product-add-to-cart .woocommerce-Price-amount {
    font-size: 1.875rem;
  }
}
.single-product .product-add-to-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.375rem;
  position: relative;
  top: -7px;
  line-height: 1;
  color: #161621;
  padding-right: 4px;
}
@media (max-width: 991.98px) {
  .single-product .product-add-to-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    top: -2px;
  }
}

.reviews .reviews-custom__title {
  font-size: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.13;
  color: #313146;
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .reviews .reviews-custom__title {
    font-size: 1.875rem;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.23;
  }
}
.reviews .reviews-custom__title .quote {
  font-family: "Noto Serif", serif;
  position: absolute;
  font-size: 7.5rem;
  font-weight: bold;
  color: #0E223F;
  line-height: 0;
}
.reviews .reviews-custom__title .quote_open {
  margin-right: 15px;
  top: 30px;
  left: 0;
}
.reviews .reviews-custom__title .quote_close {
  margin-left: 15px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .reviews .reviews-custom__title .quote {
    font-size: 3.625rem;
  }
  .reviews .reviews-custom__title .quote_open {
    top: 10px;
  }
}

.woocommerce-thankyou p:empty {
  display: none;
}
.woocommerce-thankyou-page .container {
  max-width: 1040px;
}
@media (min-width: 768px) {
  .woocommerce-thankyou-page .container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .woocommerce-thankyou-page .container .row, .woocommerce-thankyou-page .container .pcz .option-box .tile-group, .pcz .option-box .woocommerce-thankyou-page .container .tile-group, .woocommerce-thankyou-page .container .pdcz .option-box .tile-group, .pdcz .option-box .woocommerce-thankyou-page .container .tile-group, .woocommerce-thankyou-page .container .pncz .option-box .tile-group, .pncz .option-box .woocommerce-thankyou-page .container .tile-group {
    margin-left: -6px;
    margin-right: -6px;
  }
  .woocommerce-thankyou-page .container .col-md-5,
  .woocommerce-thankyou-page .container .col-md-7,
  .woocommerce-thankyou-page .container .col-md-4,
  .woocommerce-thankyou-page .container .col-md-8,
  .woocommerce-thankyou-page .container .col-sm-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.woocommerce-thankyou-page .container.py-5 {
  padding-top: 0 !important;
}
.woocommerce-thankyou-order-failed, .woocommerce-thankyou-order-received {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #161621;
}
.woocommerce-thankyou-column {
  background: #FFFFFF;
  padding: 22px 25px;
  height: 100%;
}
@media (min-width: 768px) {
  .woocommerce-thankyou-column {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.woocommerce-thankyou-column.how-to-care {
  padding-left: 23px;
  padding-right: 23px;
}
.woocommerce-thankyou .h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: normal;
  color: #0E223F;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-thankyou .hr {
  background: #CDCDE4;
  border: none;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.woocommerce-thankyou-order-details {
  list-style: none;
  padding-left: 0;
}
.woocommerce-thankyou-order-details li {
  border-bottom: 1px solid #CDCDE4;
  padding-bottom: 10px;
  margin-bottom: 17px;
}
.woocommerce-thankyou-order-details li:last-child {
  border: none;
}
.woocommerce-thankyou-order-details .noa-product li {
  margin-bottom: 12px;
}
.woocommerce-thankyou-order-details .order {
  color: #0E223F;
}
.woocommerce-thankyou-order-details .total {
  font-size: 1.375rem;
  color: #161621;
  font-weight: bold;
  line-height: 1.14;
  padding-bottom: 24px;
}
.woocommerce-thankyou-order-details .total-cost {
  color: #117E9F;
  margin-left: 16px;
}
.woocommerce-thankyou-order-details .method {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.39;
  color: #161621;
  padding-top: 10px;
}
.woocommerce-thankyou-order-details .shipping {
  font-size: 1.125rem;
  color: #161621;
}
.woocommerce-thankyou-order-details .shipping__dt {
  margin-bottom: 8px;
}
.woocommerce-thankyou-order-details .shipping__dd {
  margin-bottom: 0;
  line-height: 1.5;
}
.woocommerce-thankyou-order-details .shipping__dd:last-child {
  margin-top: 11px;
}
.woocommerce-thankyou-order-details .shipping i {
  font-style: italic;
  color: #858597;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.woocommerce-thankyou-order-details .order_details.woocommerce-table {
  width: 100%;
}
.woocommerce-thankyou-order-details .order_details.woocommerce-table img {
  max-width: 100%;
  height: auto;
}
.woocommerce-thankyou-order-details .order_details td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDE4;
}
.woocommerce-thankyou-order-details .order_details td.order_item_noa {
  border: none;
}
.woocommerce-thankyou-order-details .order_details .order_item:last-child td {
  border: none;
}
.woocommerce-thankyou-order-details .main-product {
  list-style: none;
  padding-left: 20px;
}
.woocommerce-thankyou-order-details .main-product__item {
  border: none;
  line-height: 1.61;
  letter-spacing: 0.7px;
  color: #858597;
  position: relative;
  padding-left: 35px;
}
.woocommerce-thankyou-order-details .main-product__item p {
  margin: 0;
  padding: 0;
}
.woocommerce-thankyou-order-details .main-product__item svg.icon {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}
.woocommerce-thankyou-order-details .main-product__item .product-color {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  margin-left: auto;
  margin-top: 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-thankyou-order-details .main-product__item .product-color_bronze {
  border-color: #cd7f32 !important;
}
.woocommerce-thankyou-order-details .product-image {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-thankyou-order-details .product-image .wp-post-image {
  max-width: 50px;
  height: auto;
}
.woocommerce-thankyou-order-details .product-name a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #0E223F;
}
.woocommerce-thankyou .how-to-care__title {
  color: #0E223F;
  margin-bottom: 12px;
}
.woocommerce-thankyou .how-to-care__desc {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.5px;
  color: #0E223F;
}
.woocommerce-thankyou .care-product {
  background-color: #fafafd;
  border-radius: 3px;
  padding: 18px;
  margin-bottom: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce-thankyou .care-product__image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
.woocommerce-thankyou .care-product__image img {
  display: block;
  max-width: 136px;
  height: auto;
}
.woocommerce-thankyou .care-product__title {
  font-family: "Noto Serif", serif;
  margin-bottom: 4px;
}
.woocommerce-thankyou .care-product__price .amount {
  font-size: 1.375rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.7px;
  color: #0E223F;
}
.woocommerce-thankyou .care-product__price .subscription-details {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.18;
  letter-spacing: 0.7px;
  color: #858597;
}
.woocommerce-thankyou .care-product__excerpt {
  color: #161621;
  letter-spacing: 0.6px;
  line-height: 1.44;
  flex-grow: 1;
}
.woocommerce-thankyou .care-product__excerpt ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-thankyou .care-product__excerpt ul li {
  color: #858597;
  position: relative;
  padding-left: 15px;
}
.woocommerce-thankyou .care-product__excerpt ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 13px;
  background: #858597;
}
.woocommerce-thankyou .care-product__btn .btn {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-thankyou .care-product__btn .wc-forward {
  display: none !important;
}
.woocommerce-thankyou .continue-shopping {
  padding-top: 11px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

a {
  border: none;
}
