/** Shopify CDN: Minification failed

Line 669:0 "@charset" must be the first rule in the file
Line 7355:22 Unexpected ")"

**/
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/photoswipe/dist/photoswipe.css ***!
  \*********************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */

.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/

div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/

.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*

  "1 of 10" counter

*/

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*******************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

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

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

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

.swiper-pointer-events.swiper-vertical{touch-action:pan-x}

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

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

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-button-lock{display:none}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}

.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}

.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}

.swiper-slide-zoomed{cursor:move}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}

.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * entry file for Tailwind CSS
 * and other style files
 */
/*! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.scraped-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 481px){
  .scraped-container{
    max-width: 481px;
  }
}
@media (min-width: 769px){
  .scraped-container{
    max-width: 769px;
  }
}
@media (min-width: 1025px){
  .scraped-container{
    max-width: 1025px;
  }
}
@media (min-width: 1281px){
  .scraped-container{
    max-width: 1281px;
  }
}
@media (min-width: 1561px){
  .scraped-container{
    max-width: 1561px;
  }
}
@media (min-width: 1921px){
  .scraped-container{
    max-width: 1921px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!absolute{
  position: absolute !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.\!bottom-0{
  bottom: 0px !important;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[40\%\]{
  top: 40%;
}
.top-\[1\.625rem\]{
  top: 1.625rem;
}
.right-5{
  right: 1.25rem;
}
.bottom-full{
  bottom: 100%;
}
.left-5{
  left: 1.25rem;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.left-\[1\.875rem\]{
  left: 1.875rem;
}
.top-\[1\.875rem\]{
  top: 1.875rem;
}
.top-auto{
  top: auto;
}
.bottom-\[1\.875rem\]{
  bottom: 1.875rem;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-\[-1\.406rem\]{
  left: -1.406rem;
}
.right-\[-1\.406rem\]{
  right: -1.406rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.right-\[-18\%\]{
  right: -18%;
}
.\!-bottom-\[30px\]{
  bottom: -30px !important;
}
.left-\[14\%\]{
  left: 14%;
}
.right-\[16\%\]{
  right: 16%;
}
.right-\[1\.875rem\]{
  right: 1.875rem;
}
.top-\[3\.125rem\]{
  top: 3.125rem;
}
.right-\[3\.125rem\]{
  right: 3.125rem;
}
.bottom-\[9\.25rem\]{
  bottom: 9.25rem;
}
.top-\[28\%\]{
  top: 28%;
}
.bottom-\[14rem\]{
  bottom: 14rem;
}
.left-2\/4{
  left: 50%;
}
.right-1{
  right: 0.25rem;
}
.right-10{
  right: 2.5rem;
}
.top-5{
  top: 1.25rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.-z-\[1\]{
  z-index: -1;
}
.z-\[-2\]{
  z-index: -2;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[3\]{
  z-index: 3;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-start-3{
  grid-column-start: 3;
}
.float-right{
  float: right;
}
.\!m-2\.5{
  margin: 0.625rem !important;
}
.\!m-2{
  margin: 0.5rem !important;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.my-\[-0\.375rem\]{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-\[-0\.5rem\]{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-\[0\.375rem\]{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.mx-\[1\.125rem\]{
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-\[12px\]{
  margin-left: 12px;
  margin-right: 12px;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-\[0\.938rem\]{
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.my-\[1\.625rem\]{
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-\[3\.125rem\]{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-\[0\.5rem\]{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[1\.25rem\]{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-\[1rem\]{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-\[7\.5rem\]{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.my-\[6rem\]{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-\[0\.813rem\]{
  margin-top: 0.813rem;
  margin-bottom: 0.813rem;
}
.my-\[1\.875rem\]{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.\!my-\[2\.188rem\]{
  margin-top: 2.188rem !important;
  margin-bottom: 2.188rem !important;
}
.my-\[0\.313rem\]{
  margin-top: 0.313rem;
  margin-bottom: 0.313rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-\[1\.875rem\]{
  margin-bottom: 1.875rem;
}
.mt-\[1\.875rem\]{
  margin-top: 1.875rem;
}
.\!ml-5{
  margin-left: 1.25rem !important;
}
.ml-\[6\.25rem\]{
  margin-left: 6.25rem;
}
.mb-\[7\.5rem\]{
  margin-bottom: 7.5rem;
}
.mt-\[-4\.375rem\]{
  margin-top: -4.375rem;
}
.mt-\[-0\.313rem\]{
  margin-top: -0.313rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-\[4\.063rem\]{
  margin-top: 4.063rem;
}
.mt-\[3\.75rem\]{
  margin-top: 3.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-\[0\.313rem\]{
  margin-left: 0.313rem;
}
.mr-\[0\.75rem\]{
  margin-right: 0.75rem;
}
.mr-\[0\.125rem\]{
  margin-right: 0.125rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-\[0\.688rem\]{
  margin-top: 0.688rem;
}
.ml-\[1\.813rem\]{
  margin-left: 1.813rem;
}
.mt-\[1\.625rem\]{
  margin-top: 1.625rem;
}
.mt-\[0\.75rem\]{
  margin-top: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-\[-0\.625rem\]{
  margin-top: -0.625rem;
}
.mt-\[10\.625rem\]{
  margin-top: 10.625rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-\[0\.938rem\]{
  margin-right: 0.938rem;
}
.mt-\[3\.125rem\]{
  margin-top: 3.125rem;
}
.mt-\[1\.813rem\]{
  margin-top: 1.813rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[2\.25rem\]{
  margin-bottom: 2.25rem;
}
.mt-\[3\.563rem\]{
  margin-top: 3.563rem;
}
.mb-\[3\.125rem\]{
  margin-bottom: 3.125rem;
}
.mr-\[1\.625rem\]{
  margin-right: 1.625rem;
}
.mt-\[2\.188rem\]{
  margin-top: 2.188rem;
}
.mt-\[2\.313rem\]{
  margin-top: 2.313rem;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mr-\[160px\]{
  margin-right: 160px;
}
.mr-\[6\.875rem\]{
  margin-right: 6.875rem;
}
.mt-\[5rem\]{
  margin-top: 5rem;
}
.mb-\[4\.063rem\]{
  margin-bottom: 4.063rem;
}
.mb-\[1\.688rem\]{
  margin-bottom: 1.688rem;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.\!mr-0{
  margin-right: 0px !important;
}
.mb-\[2\.125rem\]{
  margin-bottom: 2.125rem;
}
.mb-\[1\.375rem\]{
  margin-bottom: 1.375rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}
.mt-\[2\.375rem\]{
  margin-top: 2.375rem;
}
.mt-\[3\.438rem\]{
  margin-top: 3.438rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.\!mt-\[6\.25rem\]{
  margin-top: 6.25rem !important;
}
.mt-\[1\.438rem\]{
  margin-top: 1.438rem;
}
.mt-\[1\.25rem\]{
  margin-top: 1.25rem;
}
.mt-\[1\.375rem\]{
  margin-top: 1.375rem;
}
.mt-\[0\.375rem\]{
  margin-top: 0.375rem;
}
.mr-24{
  margin-right: 6rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-\[6\.25rem\]{
  margin-bottom: 6.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.\!mb-\[1\.875rem\]{
  margin-bottom: 1.875rem !important;
}
.mb-\[4\.563rem\]{
  margin-bottom: 4.563rem;
}
.mb-\[0\.625rem\]{
  margin-bottom: 0.625rem;
}
.mb-\[3\.563rem\]{
  margin-bottom: 3.563rem;
}
.-ml-\[0\.563rem\]{
  margin-left: -0.563rem;
}
.mr-auto{
  margin-right: auto;
}
.ml-\[1\.25rem\]{
  margin-left: 1.25rem;
}
.mb-\[0\.313rem\]{
  margin-bottom: 0.313rem;
}
.mb-\[1\.938rem\]{
  margin-bottom: 1.938rem;
}
.mb-\[1\.563rem\]{
  margin-bottom: 1.563rem;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-\[2rem\]{
  margin-bottom: 2rem;
}
.mt-\[1\.125rem\]{
  margin-top: 1.125rem;
}
.mt-\[0\.563rem\]{
  margin-top: 0.563rem;
}
.-ml-2\.5{
  margin-left: -0.625rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.mb-\[0\.938rem\]{
  margin-bottom: 0.938rem;
}
.mt-\[1\.313rem\]{
  margin-top: 1.313rem;
}
.mt-\[0\.5rem\]{
  margin-top: 0.5rem;
}
.mt-\[1\.563rem\]{
  margin-top: 1.563rem;
}
.mb-\[1\.125rem\]{
  margin-bottom: 1.125rem;
}
.mt-\[0\.188rem\]{
  margin-top: 0.188rem;
}
.mt-\[0\.625rem\]{
  margin-top: 0.625rem;
}
.mt-\[7px\]{
  margin-top: 7px;
}
.mt-\[0\.8125rem\]{
  margin-top: 0.8125rem;
}
.mt-\[1\.3125rem\]{
  margin-top: 1.3125rem;
}
.mt-\[2\.125rem\]{
  margin-top: 2.125rem;
}
.mt-\[1\.75rem\]{
  margin-top: 1.75rem;
}
.mt-\[8\.125rem\]{
  margin-top: 8.125rem;
}
.mt-\[5\.875rem\]{
  margin-top: 5.875rem;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.mt-\[0\.875rem\]{
  margin-top: 0.875rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mt-\[2\.563rem\]{
  margin-top: 2.563rem;
}
.mb-\[0\.875rem\]{
  margin-bottom: 0.875rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-\[0\.313rem\]{
  margin-top: 0.313rem;
}
.\!mb-\[1\.563rem\]{
  margin-bottom: 1.563rem !important;
}
.mb-\[2\.625rem\]{
  margin-bottom: 2.625rem;
}
.-mb-\[6\.875rem\]{
  margin-bottom: -6.875rem;
}
.-mt-\[7\.5rem\]{
  margin-top: -7.5rem;
}
.mb-\[4\.375rem\]{
  margin-bottom: 4.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-\[19px\]{
  margin-top: 19px;
}
.mb-\[-13px\]{
  margin-bottom: -13px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mr-\[1rem\]{
  margin-right: 1rem;
}
.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}
.mb-\[1\.813rem\]{
  margin-bottom: 1.813rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.\!mb-\[1\.688rem\]{
  margin-bottom: 1.688rem !important;
}
.ml-\[1\.063rem\]{
  margin-left: 1.063rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.\!mt-2\.5{
  margin-top: 0.625rem !important;
}
.\!mt-2{
  margin-top: 0.5rem !important;
}
.mt-\[0\.938rem\]{
  margin-top: 0.938rem;
}
.mb-\[0\.813rem\]{
  margin-bottom: 0.813rem;
}
.mb-\[2\.188rem\]{
  margin-bottom: 2.188rem;
}
.mb-\[0\.422rem\]{
  margin-bottom: 0.422rem;
}
.block{
  display: block;
}
.\!block{
  display: block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-5{
  height: 1.25rem;
}
.h-full{
  height: 100%;
}
.h-\[3\.063rem\]{
  height: 3.063rem;
}
.h-\[0\.75rem\]{
  height: 0.75rem;
}
.h-\[37\.5rem\]{
  height: 37.5rem;
}
.h-\[3\.125rem\]{
  height: 3.125rem;
}
.h-\[2\.813rem\]{
  height: 2.813rem;
}
.h-\[1\.625rem\]{
  height: 1.625rem;
}
.h-\[1\.563rem\]{
  height: 1.563rem;
}
.h-\[3\.438rem\]{
  height: 3.438rem;
}
.h-\[1\.125rem\]{
  height: 1.125rem;
}
.h-auto{
  height: auto;
}
.h-\[1\.375rem\]{
  height: 1.375rem;
}
.h-\[20\.313rem\]{
  height: 20.313rem;
}
.h-\[2\.375rem\]{
  height: 2.375rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-screen{
  height: 100vh;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[0\.938rem\]{
  height: 0.938rem;
}
.h-\[2\.5rem\]{
  height: 2.5rem;
}
.h-\[49\.25rem\]{
  height: 49.25rem;
}
.h-\[9px\]{
  height: 9px;
}
.max-h-\[2\.5rem\]{
  max-height: 2.5rem;
}
.max-h-\[1\.25rem\]{
  max-height: 1.25rem;
}
.max-h-\[3\.125rem\]{
  max-height: 3.125rem;
}
.min-h-\[2\.813rem\]{
  min-height: 2.813rem;
}
.min-h-\[2\.375rem\]{
  min-height: 2.375rem;
}
.w-5{
  width: 1.25rem;
}
.w-full{
  width: 100%;
}
.w-\[4\.375rem\]{
  width: 4.375rem;
}
.w-\[3\.063rem\]{
  width: 3.063rem;
}
.w-\[34\.375rem\]{
  width: 34.375rem;
}
.w-\[0\.063rem\]{
  width: 0.063rem;
}
.w-1\/2{
  width: 50%;
}
.w-\[3\.125rem\]{
  width: 3.125rem;
}
.w-auto{
  width: auto;
}
.w-\[3\.75rem\]{
  width: 3.75rem;
}
.w-\[1\.75rem\]{
  width: 1.75rem;
}
.w-\[1\.5rem\]{
  width: 1.5rem;
}
.w-\[0\.125rem\]{
  width: 0.125rem;
}
.w-\[6\.25rem\]{
  width: 6.25rem;
}
.\!w-\[10\.688rem\]{
  width: 10.688rem !important;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[1\.375rem\]{
  width: 1.375rem;
}
.w-\[31px\]{
  width: 31px;
}
.w-\[5rem\]{
  width: 5rem;
}
.w-\[1\.875rem\]{
  width: 1.875rem;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[0\.688rem\]{
  width: 0.688rem;
}
.w-\[7\.5rem\]{
  width: 7.5rem;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-9{
  width: 2.25rem;
}
.w-\[14\.2\%\]{
  width: 14.2%;
}
.w-\[14\.563rem\]{
  width: 14.563rem;
}
.\!w-full{
  width: 100% !important;
}
.w-screen{
  width: 100vw;
}
.w-\[39\%\]{
  width: 39%;
}
.w-20{
  width: 5rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[2\.813rem\]{
  width: 2.813rem;
}
.w-\[64\.83\%\]{
  width: 64.83%;
}
.w-\[0\.938rem\]{
  width: 0.938rem;
}
.w-\[2\.5rem\]{
  width: 2.5rem;
}
.w-\[15rem\]{
  width: 15rem;
}
.w-\[5\.875rem\]{
  width: 5.875rem;
}
.w-1\/4{
  width: 25%;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1{
  width: 0.25rem;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[8\.75rem\]{
  width: 8.75rem;
}
.w-\[15\.75rem\]{
  width: 15.75rem;
}
.w-\[10rem\]{
  width: 10rem;
}
.\!w-\[10rem\]{
  width: 10rem !important;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[13px\]{
  width: 13px;
}
.\!w-auto{
  width: auto !important;
}
.min-w-\[8\.75rem\]{
  min-width: 8.75rem;
}
.min-w-\[21\.875rem\]{
  min-width: 21.875rem;
}
.min-w-\[9\.375rem\]{
  min-width: 9.375rem;
}
.min-w-\[10\.938rem\]{
  min-width: 10.938rem;
}
.min-w-\[49\%\]{
  min-width: 49%;
}
.min-w-full{
  min-width: 100%;
}
.min-w-\[12\.5rem\]{
  min-width: 12.5rem;
}
.min-w-\[16\.563rem\]{
  min-width: 16.563rem;
}
.max-w-\[90rem\]{
  max-width: 90rem;
}
.max-w-\[730px\]{
  max-width: 730px;
}
.max-w-\[34\.375rem\]{
  max-width: 34.375rem;
}
.max-w-\[48\.75rem\]{
  max-width: 48.75rem;
}
.max-w-\[31\.25rem\]{
  max-width: 31.25rem;
}
.max-w-\[57\.813rem\]{
  max-width: 57.813rem;
}
.max-w-\[40\.938rem\]{
  max-width: 40.938rem;
}
.max-w-\[22\.938rem\]{
  max-width: 22.938rem;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[33\.375rem\]{
  max-width: 33.375rem;
}
.max-w-\[32\.625rem\]{
  max-width: 32.625rem;
}
.max-w-\[42rem\]{
  max-width: 42rem;
}
.max-w-\[52\.5rem\]{
  max-width: 52.5rem;
}
.max-w-\[15\.625rem\]{
  max-width: 15.625rem;
}
.max-w-\[6\.25rem\]{
  max-width: 6.25rem;
}
.max-w-\[9\.375rem\]{
  max-width: 9.375rem;
}
.max-w-\[50\.625rem\]{
  max-width: 50.625rem;
}
.max-w-\[20\.438rem\]{
  max-width: 20.438rem;
}
.max-w-\[23\.438rem\]{
  max-width: 23.438rem;
}
.max-w-\[38\.75rem\]{
  max-width: 38.75rem;
}
.max-w-\[16\.563rem\]{
  max-width: 16.563rem;
}
.max-w-\[13\.438rem\]{
  max-width: 13.438rem;
}
.max-w-\[58\.038rem\]{
  max-width: 58.038rem;
}
.max-w-\[29\.375rem\]{
  max-width: 29.375rem;
}
.max-w-\[76\.5rem\]{
  max-width: 76.5rem;
}
.max-w-\[38\.125rem\]{
  max-width: 38.125rem;
}
.max-w-\[57\.125rem\]{
  max-width: 57.125rem;
}
.max-w-\[5rem\]{
  max-width: 5rem;
}
.max-w-\[1\.875rem\]{
  max-width: 1.875rem;
}
.max-w-\[42\.5rem\]{
  max-width: 42.5rem;
}
.max-w-\[33\.75rem\]{
  max-width: 33.75rem;
}
.max-w-\[17\.188rem\]{
  max-width: 17.188rem;
}
.max-w-\[70\.5rem\]{
  max-width: 70.5rem;
}
.max-w-\[25\.5rem\]{
  max-width: 25.5rem;
}
.max-w-\[46\.875rem\]{
  max-width: 46.875rem;
}
.max-w-\[6\.063rem\]{
  max-width: 6.063rem;
}
.max-w-\[37\.5rem\]{
  max-width: 37.5rem;
}
.max-w-\[54\.188rem\]{
  max-width: 54.188rem;
}
.max-w-\[40\.625rem\]{
  max-width: 40.625rem;
}
.max-w-\[10\.375rem\]{
  max-width: 10.375rem;
}
.max-w-\[22\.188rem\]{
  max-width: 22.188rem;
}
.max-w-\[36\.25rem\]{
  max-width: 36.25rem;
}
.max-w-\[30\.188rem\]{
  max-width: 30.188rem;
}
.max-w-\[39\.5rem\]{
  max-width: 39.5rem;
}
.max-w-\[56\.25rem\]{
  max-width: 56.25rem;
}
.max-w-\[45\.813rem\]{
  max-width: 45.813rem;
}
.max-w-\[2\.25rem\]{
  max-width: 2.25rem;
}
.max-w-\[7\.5rem\]{
  max-width: 7.5rem;
}
.max-w-\[13\.75rem\]{
  max-width: 13.75rem;
}
.max-w-\[18\.125rem\]{
  max-width: 18.125rem;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[30rem\]{
  max-width: 30rem;
}
.max-w-\[53\.125rem\]{
  max-width: 53.125rem;
}
.flex-\[1_1_0\]{
  flex: 1 1 0;
}
.flex-\[1_1_auto\]{
  flex: 1 1 auto;
}
.flex-\[1_1_2\.5rem\]{
  flex: 1 1 2.5rem;
}
.flex-\[1_1_100\%\]{
  flex: 1 1 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_1_10\.938rem\]{
  flex: 1 1 10.938rem;
}
.flex-\[1_1_25\%\]{
  flex: 1 1 25%;
}
.flex-\[1_1_75\%\]{
  flex: 1 1 75%;
}
.flex-auto{
  flex: 1 1 auto;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-auto{
  flex-basis: auto;
}
.basis-\[30\%\]{
  flex-basis: 30%;
}
.basis-\[70\%\]{
  flex-basis: 70%;
}
.basis-\[5rem\]{
  flex-basis: 5rem;
}
.basis-\[1\.563rem\]{
  flex-basis: 1.563rem;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-full{
  flex-basis: 100%;
}
.basis-\[6\.6rem\]{
  flex-basis: 6.6rem;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-2\/4{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(250px\2c _1fr\)\)\]{
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.\!items-center{
  align-items: center !important;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-\[3\.75rem\]{
  gap: 3.75rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-\[2\.313rem\]{
  gap: 2.313rem;
}
.gap-\[1\.25rem\]{
  gap: 1.25rem;
}
.gap-\[1\.875rem\]{
  gap: 1.875rem;
}
.gap-\[2\.375rem\]{
  gap: 2.375rem;
}
.gap-\[1\.5rem\]{
  gap: 1.5rem;
}
.gap-\[0\.938rem\]{
  gap: 0.938rem;
}
.gap-\[5rem\]{
  gap: 5rem;
}
.gap-\[1\.563rem\]{
  gap: 1.563rem;
}
.gap-\[5\.25rem\]{
  gap: 5.25rem;
}
.gap-\[1\.813rem\]{
  gap: 1.813rem;
}
.gap-\[0\.625rem\]{
  gap: 0.625rem;
}
.gap-\[1\.375rem\]{
  gap: 1.375rem;
}
.gap-8{
  gap: 2rem;
}
.gap-16{
  gap: 4rem;
}
.gap-20{
  gap: 5rem;
}
.gap-\[3\.125rem\]{
  gap: 3.125rem;
}
.gap-x-\[6\.25rem\]{
  column-gap: 6.25rem;
}
.gap-x-\[3\.75rem\]{
  column-gap: 3.75rem;
}
.gap-y-\[1\.875rem\]{
  row-gap: 1.875rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-\[2\.688rem\]{
  row-gap: 2.688rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-\[1rem\]{
  column-gap: 1rem;
}
.gap-x-\[2\.438rem\]{
  column-gap: 2.438rem;
}
.gap-y-\[2\.063rem\]{
  row-gap: 2.063rem;
}
.gap-y-\[1\.438rem\]{
  row-gap: 1.438rem;
}
.gap-x-\[1\.25rem\]{
  column-gap: 1.25rem;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-\[1\.563rem\]{
  border-radius: 1.563rem;
}
.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}
.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[0\.438rem\]{
  border-radius: 0.438rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-\[0\.375rem\]{
  border-radius: 0.375rem;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[0\.313rem\]{
  border-radius: 0.313rem;
}
.rounded-b-\[0\.625rem\]{
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.rounded-t-\[0\.625rem\]{
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.rounded-br-\[0\]{
  border-bottom-right-radius: 0;
}
.rounded-bl-\[0\]{
  border-bottom-left-radius: 0;
}
.rounded-bl-\[0\.625rem\]{
  border-bottom-left-radius: 0.625rem;
}
.rounded-br-\[0\.625rem\]{
  border-bottom-right-radius: 0.625rem;
}
.rounded-bl-\[10px\]{
  border-bottom-left-radius: 10px;
}
.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}
.rounded-tr-\[10px\]{
  border-top-right-radius: 10px;
}
.rounded-br-\[10px\]{
  border-bottom-right-radius: 10px;
}
.rounded-tl-\[0\.625rem\]{
  border-top-left-radius: 0.625rem;
}
.rounded-tr-\[0\.625rem\]{
  border-top-right-radius: 0.625rem;
}
.border{
  border-width: 1px;
}
.border-\[0\.313rem\]{
  border-width: 0.313rem;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-\[5px\]{
  border-width: 5px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[0\.188rem\]{
  border-width: 0.188rem;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-0{
  border-width: 0px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-t-\[0\.125rem\]{
  border-top-width: 0.125rem;
}
.border-l-4{
  border-left-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[10px\]{
  border-left-width: 10px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-eerieblack{
  --tw-border-opacity: 1;
  border-color: rgb(28 27 27 / var(--tw-border-opacity));
}
.border-grayborder{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-mobilegray{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-lightgray{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 206 0 / var(--tw-border-opacity));
}
.border-darkCharcol{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-shy-blue{
  --tw-border-opacity: 1;
  border-color: rgb(184 193 221 / var(--tw-border-opacity));
}
.border-medium-gray{
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(97 102 121 / var(--tw-border-opacity));
}
.border-gray89{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-deepgray{
  --tw-border-opacity: 1;
  border-color: rgb(216 220 232 / var(--tw-border-opacity));
}
.border-moonDust{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 239 / var(--tw-border-opacity));
}
.border-lightblue{
  --tw-border-opacity: 1;
  border-color: rgb(204 209 224 / var(--tw-border-opacity));
}
.border-deepurple{
  --tw-border-opacity: 1;
  border-color: rgb(141 152 188 / var(--tw-border-opacity));
}
.border-\[\#dee2eb\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 235 / var(--tw-border-opacity));
}
.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-dimgraylight{
  border-color: #6a6a6a99;
}
.border-\[\#fece2f\]{
  --tw-border-opacity: 1;
  border-color: rgb(254 206 47 / var(--tw-border-opacity));
}
.border-\[\#d8dce8\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 220 232 / var(--tw-border-opacity));
}
.border-charcol{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-graylight{
  border-color: #ffffff40;
}
.border-white80{
  border-color: #ffffff80;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-b-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
}
.bg-announceBG{
  background-color: var(--announcement-bar-background);
}
.bg-eerieblack{
  --tw-bg-opacity: 1;
  background-color: rgb(28 27 27 / var(--tw-bg-opacity));
}
.bg-white99{
  background-color: #ffffff99;
}
.bg-dim-black{
  background-color: #000c;
}
.bg-lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-grayborder{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-grayextralight{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-darkgray{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(13 16 26 / var(--tw-bg-opacity));
}
.bg-black-200{
  --tw-bg-opacity: 1;
  background-color: rgb(24 30 47 / var(--tw-bg-opacity));
}
.bg-black-2{
  --tw-bg-opacity: 1;
  background-color: rgb(56 59 69 / var(--tw-bg-opacity));
}
.bg-\[\#f2f3f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}
.bg-\[\#dee2eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 226 235 / var(--tw-bg-opacity));
}
.bg-\[\#0000004d\]{
  background-color: #0000004d;
}
.bg-\[\#BB8B7D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(187 139 125 / var(--tw-bg-opacity));
}
.bg-\[\#fece2f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 206 47 / var(--tw-bg-opacity));
}
.bg-\[\#fff3bf\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 191 / var(--tw-bg-opacity));
}
.bg-\[\#f7f9fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity));
}
.bg-deemyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 191 / var(--tw-bg-opacity));
}
.bg-darkyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(181 146 0 / var(--tw-bg-opacity));
}
.bg-redlight{
  --tw-bg-opacity: 1;
  background-color: rgb(228 196 196 / var(--tw-bg-opacity));
}
.bg-light-green{
  --tw-bg-opacity: 1;
  background-color: rgb(210 228 196 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.fill-dustyGray{
  fill: #999999;
}
.fill-gunsmoke{
  fill: #888888;
}
.fill-yellow{
  fill: #ffce00;
}
.fill-white80{
  fill: #ffffff80;
}
.stroke-white{
  stroke: #FFFFFF;
}
.stroke-\[0\.094rem\]{
  stroke-width: 0.094rem;
}
.object-cover{
  object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-\[0\.125rem\]{
  padding: 0.125rem;
}
.p-5{
  padding: 1.25rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-2{
  padding: 0.5rem;
}
.p-\[3\.125rem\]{
  padding: 3.125rem;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[1\.125rem\]{
  padding: 1.125rem;
}
.p-\[2\.625rem\]{
  padding: 2.625rem;
}
.p-\[0\.625rem\]{
  padding: 0.625rem;
}
.p-\[0\.75rem\]{
  padding: 0.75rem;
}
.p-\[1\.875rem\]{
  padding: 1.875rem;
}
.p-\[1\.25rem\]{
  padding: 1.25rem;
}
.p-4{
  padding: 1rem;
}
.p-\[0\.875rem\]{
  padding: 0.875rem;
}
.p-\[0\.938rem\]{
  padding: 0.938rem;
}
.p-\[0\.688rem\]{
  padding: 0.688rem;
}
.p-\[1\.563rem\]{
  padding: 1.563rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-\[0\.438rem\]{
  padding-top: 0.438rem;
  padding-bottom: 0.438rem;
}
.py-\[1\.188rem\]{
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
}
.px-\[3\.125rem\]{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.py-\[8\.75rem\]{
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[0\.75rem\]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[1\.813rem\]{
  padding-top: 1.813rem;
  padding-bottom: 1.813rem;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-\[2\.063rem\]{
  padding-top: 2.063rem;
  padding-bottom: 2.063rem;
}
.px-\[2\.438rem\]{
  padding-left: 2.438rem;
  padding-right: 2.438rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-\[1\.875rem\]{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[0\.938rem\]{
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
.py-\[1\.875rem\]{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-\[3\.125rem\]{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.px-\[0\.438rem\]{
  padding-left: 0.438rem;
  padding-right: 0.438rem;
}
.px-\[1\.25rem\]{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[4\.375rem\]{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.\!py-\[0\.438rem\]{
  padding-top: 0.438rem !important;
  padding-bottom: 0.438rem !important;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[5rem\]{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[1\.938rem\]{
  padding-top: 1.938rem;
  padding-bottom: 1.938rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-\[0\.5rem\]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[0\.5rem\]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-\[0\.938rem\]{
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-\[6\.25rem\]{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-\[0\.313rem\]{
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-\[1\.625rem\]{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-\[3\.75rem\]{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-\[0\.875rem\]{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\!py-\[0\.313rem\]{
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}
.\!px-\[1\.438rem\]{
  padding-left: 1.438rem !important;
  padding-right: 1.438rem !important;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-\[1\.125rem\]{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-\[5rem\]{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-\[0\.625rem\]{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1\.563rem\]{
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[2\.7815rem\]{
  padding-left: 2.7815rem;
  padding-right: 2.7815rem;
}
.py-\[3\.438rem\]{
  padding-top: 3.438rem;
  padding-bottom: 3.438rem;
}
.py-\[2\.5rem\]{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}
.\!px-\[0\.625rem\]{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!py-\[0\.875rem\]{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-\[1\.063rem\]{
  padding-top: 1.063rem;
  padding-bottom: 1.063rem;
}
.\!py-\[7px\]{
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.py-\[2\.188rem\]{
  padding-top: 2.188rem;
  padding-bottom: 2.188rem;
}
.px-\[0\.75rem\]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[1\.125rem\]{
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-\[0\.938rem\]{
  padding-top: 0.938rem;
}
.pb-\[1\.75rem\]{
  padding-bottom: 1.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-\[1\.813rem\]{
  padding-top: 1.813rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-\[4\.125rem\]{
  padding-bottom: 4.125rem;
}
.pb-\[6\.25rem\]{
  padding-bottom: 6.25rem;
}
.pt-\[3\.75rem\]{
  padding-top: 3.75rem;
}
.pb-\[1\.063rem\]{
  padding-bottom: 1.063rem;
}
.pt-\[2\.688rem\]{
  padding-top: 2.688rem;
}
.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}
.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pl-\[24\%\]{
  padding-left: 24%;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pr-\[43px\]{
  padding-right: 43px;
}
.pb-\[29px\]{
  padding-bottom: 29px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-\[3\.125rem\]{
  padding-top: 3.125rem;
}
.pb-\[7\.5rem\]{
  padding-bottom: 7.5rem;
}
.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-\[1\.375rem\]{
  padding-bottom: 1.375rem;
}
.pt-\[1\.313rem\]{
  padding-top: 1.313rem;
}
.pb-\[1\.438rem\]{
  padding-bottom: 1.438rem;
}
.pb-\[24\.375rem\]{
  padding-bottom: 24.375rem;
}
.pb-\[3rem\]{
  padding-bottom: 3rem;
}
.pb-\[2\.313rem\]{
  padding-bottom: 2.313rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-\[1\.625rem\]{
  padding-bottom: 1.625rem;
}
.pl-\[0\.938rem\]{
  padding-left: 0.938rem;
}
.pb-\[2\.5rem\]{
  padding-bottom: 2.5rem;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pb-\[0\.675rem\]{
  padding-bottom: 0.675rem;
}
.pb-\[0\.75rem\]{
  padding-bottom: 0.75rem;
}
.pb-\[3\.125rem\]{
  padding-bottom: 3.125rem;
}
.pl-\[0\.75rem\]{
  padding-left: 0.75rem;
}
.pr-\[0\.938rem\]{
  padding-right: 0.938rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-\[5rem\]{
  padding-bottom: 5rem;
}
.pt-\[2\.5rem\]{
  padding-top: 2.5rem;
}
.pb-\[1\.938rem\]{
  padding-bottom: 1.938rem;
}
.pb-\[1\.563rem\]{
  padding-bottom: 1.563rem;
}
.pb-\[1\.875rem\]{
  padding-bottom: 1.875rem;
}
.pt-\[1\.375rem\]{
  padding-top: 1.375rem;
}
.pl-\[1\.563rem\]{
  padding-left: 1.563rem;
}
.pt-\[3\.438rem\]{
  padding-top: 3.438rem;
}
.pr-\[6\.25rem\]{
  padding-right: 6.25rem;
}
.pl-\[6\.25rem\]{
  padding-left: 6.25rem;
}
.pb-\[0\.938rem\]{
  padding-bottom: 0.938rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-\[2\.313rem\]{
  padding-left: 2.313rem;
}
.pl-\[1\.875rem\]{
  padding-left: 1.875rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pb-\[1\.25rem\]{
  padding-bottom: 1.25rem;
}
.pt-\[1\.25rem\]{
  padding-top: 1.25rem;
}
.pl-\[0\.688rem\]{
  padding-left: 0.688rem;
}
.pt-\[1\.875rem\]{
  padding-top: 1.875rem;
}
.pl-\[1\.188rem\]{
  padding-left: 1.188rem;
}
.pr-\[1\.25rem\]{
  padding-right: 1.25rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-\[0\.813rem\]{
  padding-left: 0.813rem;
}
.pl-\[0\.313rem\]{
  padding-left: 0.313rem;
}
.pl-\[0\.625rem\]{
  padding-left: 0.625rem;
}
.pl-\[0\.563rem\]{
  padding-left: 0.563rem;
}
.pl-\[1rem\]{
  padding-left: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.\!pl-\[2\.938rem\]{
  padding-left: 2.938rem !important;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-\[0\.875rem\]{
  padding-top: 0.875rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-\[0\.688rem\]{
  padding-bottom: 0.688rem;
}
.pt-\[0\.375rem\]{
  padding-top: 0.375rem;
}
.pb-\[0\.5rem\]{
  padding-bottom: 0.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-\[2\.063rem\]{
  padding-top: 2.063rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pb-\[5\.063rem\]{
  padding-bottom: 5.063rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-\[5rem\]{
  padding-top: 5rem;
}
.pb-\[5\.625rem\]{
  padding-bottom: 5.625rem;
}
.pl-\[1\.688rem\]{
  padding-left: 1.688rem;
}
.pb-\[2\.813rem\]{
  padding-bottom: 2.813rem;
}
.pt-\[6\.25rem\]{
  padding-top: 6.25rem;
}
.pt-\[4\.375rem\]{
  padding-top: 4.375rem;
}
.pt-\[5\.625rem\]{
  padding-top: 5.625rem;
}
.pb-\[7\.25rem\]{
  padding-bottom: 7.25rem;
}
.pl-\[2\.813rem\]{
  padding-left: 2.813rem;
}
.pt-\[2\.938rem\]{
  padding-top: 2.938rem;
}
.pr-\[2\.75rem\]{
  padding-right: 2.75rem;
}
.pb-\[1rem\]{
  padding-bottom: 1rem;
}
.pr-\[2\.063rem\]{
  padding-right: 2.063rem;
}
.pr-\[4\.063rem\]{
  padding-right: 4.063rem;
}
.pl-\[1\.125rem\]{
  padding-left: 1.125rem;
}
.pr-\[0\.875rem\]{
  padding-right: 0.875rem;
}
.pt-\[1\.625rem\]{
  padding-top: 1.625rem;
}
.pr-\[2\.438rem\]{
  padding-right: 2.438rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-\[1\.563rem\]{
  padding-top: 1.563rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-\[1\.125rem\]{
  padding-top: 1.125rem;
}
.pt-\[4\.875rem\]{
  padding-top: 4.875rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-\[6\.625rem\]{
  padding-top: 6.625rem;
}
.pt-\[5\.438rem\]{
  padding-top: 5.438rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-\[0\.188rem\]{
  padding-bottom: 0.188rem;
}
.pb-\[25rem\]{
  padding-bottom: 25rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-\[2px\]{
  padding-right: 2px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.pr-\[22px\]{
  padding-right: 22px;
}
.pb-\[14px\]{
  padding-bottom: 14px;
}
.pt-\[0\.25rem\]{
  padding-top: 0.25rem;
}
.pr-\[0\.313rem\]{
  padding-right: 0.313rem;
}
.\!pt-\[0\.657rem\]{
  padding-top: 0.657rem !important;
}
.\!pb-\[0\.657rem\]{
  padding-bottom: 0.657rem !important;
}
.pr-\[0\.625rem\]{
  padding-right: 0.625rem;
}
.pb-\[0\.375rem\]{
  padding-bottom: 0.375rem;
}
.pl-\[0\.5rem\]{
  padding-left: 0.5rem;
}
.pb-\[1\.125rem\]{
  padding-bottom: 1.125rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pt-\[2\.813rem\]{
  padding-top: 2.813rem;
}
.pb-\[10\.313rem\]{
  padding-bottom: 10.313rem;
}
.pb-\[2\.188rem\]{
  padding-bottom: 2.188rem;
}
.pt-\[1\.5rem\]{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.\!text-left{
  text-align: left !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-montserrat-bold{
  font-family: var(--font-montserrat-bold);
}
.\!font-montserrat-bold{
  font-family: var(--font-montserrat-bold) !important;
}
.text-\[1\.875rem\]{
  font-size: 1.875rem;
}
.text-\[2\.125rem\]{
  font-size: 2.125rem;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[0\.688rem\]{
  font-size: 0.688rem;
}
.text-\[0\.813rem\]{
  font-size: 0.813rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[1\.625rem\]{
  font-size: 1.625rem;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[0\.875rem\]{
  font-size: 0.875rem;
}
.text-\[1\.375rem\]{
  font-size: 1.375rem;
}
.text-\[1\.063rem\]{
  font-size: 1.063rem;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[0\.938rem\]{
  font-size: 0.938rem;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[2\.25rem\]{
  font-size: 2.25rem;
}
.text-\[2\.625rem\]{
  font-size: 2.625rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[1\.188rem\]{
  font-size: 1.188rem;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.\!text-\[1\.125rem\]{
  font-size: 1.125rem !important;
}
.text-\[1\.0625rem\]{
  font-size: 1.0625rem;
}
.\!text-\[2rem\]{
  font-size: 2rem !important;
}
.text-\[3\.125rem\]{
  font-size: 3.125rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-\[0\.625rem\]{
  font-size: 0.625rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.\!text-\[0\.875rem\]{
  font-size: 0.875rem !important;
}
.\!text-\[0\.75rem\]{
  font-size: 0.75rem !important;
}
.text-\[12px\]{
  font-size: 12px;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-\[700\]{
  font-weight: 700;
}
.font-\[400\]{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-\[3\.188rem\]{
  line-height: 3.188rem;
}
.leading-\[3\.25rem\]{
  line-height: 3.25rem;
}
.leading-\[2\.5rem\]{
  line-height: 2.5rem;
}
.leading-\[1\.313rem\]{
  line-height: 1.313rem;
}
.\!leading-\[2\.438rem\]{
  line-height: 2.438rem !important;
}
.leading-\[1\.438rem\]{
  line-height: 1.438rem;
}
.leading-\[3\.063rem\]{
  line-height: 3.063rem;
}
.leading-\[0\.938rem\]{
  line-height: 0.938rem;
}
.leading-\[0\.875rem\]{
  line-height: 0.875rem;
}
.leading-\[1\.188rem\]{
  line-height: 1.188rem;
}
.leading-\[3\.5rem\]{
  line-height: 3.5rem;
}
.leading-\[2\.25rem\]{
  line-height: 2.25rem;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[1\.75rem\]{
  line-height: 1.75rem;
}
.leading-\[2\.063rem\]{
  line-height: 2.063rem;
}
.leading-\[1\.144rem\]{
  line-height: 1.144rem;
}
.leading-\[1\.813rem\]{
  line-height: 1.813rem;
}
.leading-\[1\.25rem\]{
  line-height: 1.25rem;
}
.leading-\[1\.341rem\]{
  line-height: 1.341rem;
}
.leading-\[1\.65rem\]{
  line-height: 1.65rem;
}
.leading-\[4rem\]{
  line-height: 4rem;
}
.leading-\[1\.625rem\]{
  line-height: 1.625rem;
}
.leading-\[1\.875rem\]{
  line-height: 1.875rem;
}
.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}
.leading-\[3\.938rem\]{
  line-height: 3.938rem;
}
.leading-\[1\.959rem\]{
  line-height: 1.959rem;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[0\.098rem\]{
  line-height: 0.098rem;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.125rem\]{
  line-height: 1.125rem;
}
.leading-normal{
  line-height: 1.5;
}
.leading-none{
  line-height: 1;
}
.leading-\[2\.438rem\]{
  line-height: 2.438rem;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\.88\]{
  line-height: 1.88;
}
.leading-\[1\.44\]{
  line-height: 1.44;
}
.leading-\[1\.63\]{
  line-height: 1.63;
}
.leading-\[1\.547rem\]{
  line-height: 1.547rem;
}
.leading-\[1\.238rem\]{
  line-height: 1.238rem;
}
.leading-loose{
  line-height: 2;
}
.leading-\[1\.63rem\]{
  line-height: 1.63rem;
}
.leading-\[2\.258rem\]{
  line-height: 2.258rem;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-4{
  line-height: 1rem;
}
.leading-\[3\.125rem\]{
  line-height: 3.125rem;
}
.leading-\[14\.3px\]{
  line-height: 14.3px;
}
.leading-\[0\.894rem\]{
  line-height: 0.894rem;
}
.leading-\[2\.5\]{
  line-height: 2.5;
}
.\!leading-\[1\.5rem\]{
  line-height: 1.5rem !important;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.753rem\]{
  line-height: 1.753rem;
}
.tracking-\[0\.06375rem\]{
  letter-spacing: 0.06375rem;
}
.tracking-\[0\.025rem\]{
  letter-spacing: 0.025rem;
}
.tracking-\[0\.55px\]{
  letter-spacing: 0.55px;
}
.tracking-\[1\.95px\]{
  letter-spacing: 1.95px;
}
.tracking-\[0\.163rem\]{
  letter-spacing: 0.163rem;
}
.\!tracking-\[0\.3rem\]{
  letter-spacing: 0.3rem !important;
}
.tracking-\[0\.075rem\]{
  letter-spacing: 0.075rem;
}
.tracking-\[0\.016rem\]{
  letter-spacing: 0.016rem;
}
.tracking-\[0\.028rem\]{
  letter-spacing: 0.028rem;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-\[0\.125rem\]{
  letter-spacing: 0.125rem;
}
.tracking-\[0\.045rem\]{
  letter-spacing: 0.045rem;
}
.tracking-\[0\.041rem\]{
  letter-spacing: 0.041rem;
}
.tracking-\[0\.081rem\]{
  letter-spacing: 0.081rem;
}
.tracking-\[0\.038rem\]{
  letter-spacing: 0.038rem;
}
.tracking-\[0\.079rem\]{
  letter-spacing: 0.079rem;
}
.tracking-\[0\.018rem\]{
  letter-spacing: 0.018rem;
}
.tracking-\[0\.02rem\]{
  letter-spacing: 0.02rem;
}
.tracking-\[0\.6px\]{
  letter-spacing: 0.6px;
}
.tracking-\[0\.024rem\]{
  letter-spacing: 0.024rem;
}
.tracking-\[0\.213rem\]{
  letter-spacing: 0.213rem;
}
.tracking-\[0\.3rem\]{
  letter-spacing: 0.3rem;
}
.tracking-\[0\.275rem\]{
  letter-spacing: 0.275rem;
}
.tracking-\[0\.015rem\]{
  letter-spacing: 0.015rem;
}
.tracking-\[0\.049rem\]{
  letter-spacing: 0.049rem;
}
.tracking-\[0\.113rem\]{
  letter-spacing: 0.113rem;
}
.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}
.\!tracking-normal{
  letter-spacing: 0em !important;
}
.tracking-\[0\.035rem\]{
  letter-spacing: 0.035rem;
}
.tracking-\[0\.188rem\]{
  letter-spacing: 0.188rem;
}
.\!tracking-\[0px\]{
  letter-spacing: 0px !important;
}
.tracking-\[0\.086rem\]{
  letter-spacing: 0.086rem;
}
.tracking-\[0\.023rem\]{
  letter-spacing: 0.023rem;
}
.tracking-\[0\.175rem\]{
  letter-spacing: 0.175rem;
}
.tracking-\[0\.094rem\]{
  letter-spacing: 0.094rem;
}
.text-charcol{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 206 0 / var(--tw-text-opacity));
}
.text-deepurple{
  --tw-text-opacity: 1;
  color: rgb(141 152 188 / var(--tw-text-opacity));
}
.text-eerieblack{
  --tw-text-opacity: 1;
  color: rgb(28 27 27 / var(--tw-text-opacity));
}
.text-announceText{
  color: var(--announcement-bar-text);
}
.text-announcetext2{
  color: var(--announcement-bar-text2);
}
.text-announceNumber{
  color: var(--announcement-bar-number);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white80{
  color: #ffffff80;
}
.\!text-eerieblack{
  --tw-text-opacity: 1 !important;
  color: rgb(28 27 27 / var(--tw-text-opacity)) !important;
}
.text-dimgray{
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.text-light-yellow{
  --tw-text-opacity: 1;
  color: rgb(180 145 0 / var(--tw-text-opacity));
}
.text-darkcharchol{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-dustyGray{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-darkCharcol{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-darkgray{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-100{
  --tw-text-opacity: 1;
  color: rgb(13 16 26 / var(--tw-text-opacity));
}
.text-grayline{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}
.text-black-2{
  --tw-text-opacity: 1;
  color: rgb(56 59 69 / var(--tw-text-opacity));
}
.text-shy-blue{
  --tw-text-opacity: 1;
  color: rgb(184 193 221 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(97 102 121 / var(--tw-text-opacity));
}
.\!text-light-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(180 145 0 / var(--tw-text-opacity)) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#011d17\]{
  --tw-text-opacity: 1;
  color: rgb(1 29 23 / var(--tw-text-opacity));
}
.text-green-dark{
  --tw-text-opacity: 1;
  color: rgb(0 159 72 / var(--tw-text-opacity));
}
.text-red-dark{
  --tw-text-opacity: 1;
  color: rgb(159 34 0 / var(--tw-text-opacity));
}
.text-scolor{
  --tw-text-opacity: 1;
  color: rgb(8 70 56 / var(--tw-text-opacity));
}
.text-dimgraylight{
  color: #6a6a6a99;
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(203 43 43 / var(--tw-text-opacity));
}
.text-\[\#FFCE00\]{
  --tw-text-opacity: 1;
  color: rgb(255 206 0 / var(--tw-text-opacity));
}
.text-\[\#00BB07\]{
  --tw-text-opacity: 1;
  color: rgb(0 187 7 / var(--tw-text-opacity));
}
.text-\[\#B0B0B0\]{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(48 122 7 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-8{
  text-underline-offset: 8px;
}
.opacity-100{
  opacity: 1;
}
.opacity-\[0\.5\]{
  opacity: 0.5;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-\[0\.094rem\]{
  outline-width: 0.094rem;
}
.outline-0{
  outline-width: 0px;
}
.outline-offset-\[-0\.063rem\]{
  outline-offset: -0.063rem;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
/* Vendor */
/* Globals */
p {
  font-size: var(--p-font-size);
  font-weight: var(--p-font-weight);
  line-height: var(--p-line-height);
  letter-spacing: 0.0225rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family);
  color: rgb(var(--color-base-accent-1));
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.h1,
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .h1,
h1 {
    font-size: 2.875rem;
    line-height: 3rem;
    letter-spacing: 0.14375rem;
  }
}
.h2,
h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  letter-spacing: 0.0975rem;
}
@media (max-width: 768px) {
  .h2,
h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.075rem;
  }
}
.h3,
h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  letter-spacing: 0.07875rem;
}
@media (max-width: 768px) {
  .h3,
h3 {
    font-size: 2rem;
    line-height: 3.25rem;
    letter-spacing: 0.06rem;
  }
}
.h4,
h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  letter-spacing: 0.06375rem;
}
@media (max-width: 768px) {
  .h4,
h4 {
    font-size: 1.5rem;
    line-height: 2.625rem;
    letter-spacing: 0.045rem;
  }
}
.h5,
h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  letter-spacing: 0.045rem;
}
@media (max-width: 768px) {
  .h5,
h5 {
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.03375rem;
  }
}
.h6,
h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--h6-line-height);
  letter-spacing: 0.025rem;
}
@media (max-width: 768px) {
  .h6,
h6 {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity ease 0.3s;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}
body,
input,
textarea,
button,
select {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--font-body-family);
  color: rgb(var(--color-base-text));
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style);
  letter-spacing: 0.28px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select:focus-visible, select:focus {
  outline: none;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
.scraped-container {
  max-width: 107.5rem;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media (max-width: 1920px) {
  .scraped-container {
    padding: 0 7.5rem;
  }
}
@media (max-width: 1560px) {
  .scraped-container {
    padding: 0 5rem;
  }
}
@media (max-width: 1280px) {
  .scraped-container {
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .scraped-container {
    padding: 0 1.25rem;
  }
}
/* Chrome, Safari, Edge, Opera */
.hide-input-spinner::-webkit-outer-spin-button,
.hide-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
.hide-input-spinner[type=number] {
  -moz-appearance: textfield;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.title-text {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: 0.54px;
  text-align: left;
  color: rgb(var(--color-base-accent-2));
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  display: block;
  border-bottom: 1px solid #b8c1dd;
}
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}
.Link--underline {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Link--underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
.Link--underline:hover::after {
  transform: scaleX(0);
}
.no_scroll {
  overflow: hidden;
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}
.Rte ul,
.Rte ol {
  margin-left: 30px;
  padding-left: 0;
  list-style: disc;
}
.Rte li {
  padding: 5px 0;
}
/* Animation states */
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.hide {
  display: none;
}
body.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 1921px) {
  body div#app {
    max-width: 120rem;
    margin: 0 auto;
  }}
input[type=number]:not(.show-spinner)::-webkit-outer-spin-button, input[type=number]:not(.show-spinner)::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.GiftWizard-gift-button {
  background-color: #fff !important;
}
.GiftWizard-gift-button:hover {
  background-color: #f4f6fc !important;
}
.button, .button--secondary, .button--play-new, .button--play, .button--white {
  display: inline-block;
  padding: 0.9375rem 2.375rem;
  width: auto;
  margin: 0;
  background-color: rgb(var(--color-button-background));
  font-family: var(--font-button-family);
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0.05rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: rgb(var(--color-base-solid-button-labels));
  position: relative;
  cursor: pointer;
  border: 1px solid rgb(var(--color-base-border));
  border-radius: var(--button-border-radius);
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border 0.2s ease 0s;
}
.button.button-l-padding, .button-l-padding.button--secondary, .button-l-padding.button--play-new, .button-l-padding.button--play, .button-l-padding.button--white {
  padding: 0.9375rem 4.375rem;
}
.button.button--full, .button--full.button--secondary, .button--full.button--play-new, .button--full.button--play, .button--full.button--white {
  width: 100%;
}
.button.button-square, .button-square.button--secondary, .button-square.button--play-new, .button-square.button--play, .button-square.button--white {
  border-radius: unset;
  border: unset;
}
.button.cart-btn, .cart-btn.button--secondary, .cart-btn.button--play-new, .cart-btn.button--play, .cart-btn.button--white {
  max-width: 24.0625rem;
  font-size: 1.125rem;
}
.button.button--transparent, .button--transparent.button--secondary, .button--transparent.button--play-new, .button--transparent.button--play, .button--transparent.button--white {
  background-color: transparent;
  border-color: #000;
}
.button.button--transparent:hover, .button--transparent.button--secondary:hover, .button--transparent.button--play-new:hover, .button--transparent.button--play:hover, .button--transparent.button--white:hover {
  background-color: #f4f6fc;
  border-color: #8d98bc;
  color: #000;
}
.button.btn-text--white, .btn-text--white.button--secondary, .btn-text--white.button--play-new, .btn-text--white.button--play, .btn-text--white.button--white {
  color: #fff;
  letter-spacing: 0.05rem;
}
.button.btn-border--white, .btn-border--white.button--secondary, .btn-border--white.button--play-new, .btn-border--white.button--play, .btn-border--white.button--white {
  border-color: #fff;
}
.button:hover, .button--secondary:hover, .button--play-new:hover, .button--play:hover, .button--white:hover {
  background-color: #ffe265;
  border-color: #616679;
}
.button--white {
  background-color: #fff;
  border-color: #000;
  padding: 0.9375rem 1.5rem;
}
.button--play {
  background-color: #fff;
  text-align: center;
  width: auto;
  font-size: 0.875rem;
  padding: 0.625rem;
  position: relative;
  padding-left: 3.25rem;
  padding-right: 1.3125rem;
}
.button--play::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5625rem;
  top: 0rem;
  border-top-left-radius: var(--button-border-radius);
  border-bottom-left-radius: var(--button-border-radius);
  background-color: rgb(var(--color-button-background));
  left: 0.025rem;
  border-right: 1px solid rgb(var(--color-base-border));
}
.button--play::after {
  content: "";
  position: absolute;
  background: transparent;
  border-color: transparent transparent transparent #383b45;
  transition: 0.1s all ease;
  cursor: pointer;
  border-style: solid;
  top: 0.9375rem;
  border-width: 0.375rem 0 0.375rem 0.5rem;
  left: 1.0625rem;
}
.button--play:hover {
  background-color: #f4f6fc;
  border-color: #8d98bc;
}
.button--play:hover::before {
  background-color: #ffe265;
}
.button--play-new {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  min-width: 16.5625rem;
  width: auto;
  font-size: 0.875rem;
  padding: 0;
  position: relative;
  padding-right: 1.3125rem;
  background: #fff;
  border-radius: var(--button-border-radius);
}
.button--play-new::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: 1px solid rgb(var(--color-base-border));
  border-radius: var(--button-border-radius);
}
.button--play-new .caret {
  position: relative;
  height: 2.625rem;
  display: inline-block;
  width: 2.5rem;
  border-right: 1px solid #8d98bc;
  background-color: rgb(var(--color-button-background));
  border-top-left-radius: var(--button-border-radius);
  border-bottom-left-radius: var(--button-border-radius);
}
.button--play-new .caret::after {
  content: "";
  position: absolute;
  background: transparent;
  border-color: transparent transparent transparent #383b45;
  transition: 0.1s all ease;
  cursor: pointer;
  border-style: solid;
  top: 50%;
  border-width: 0.375rem 0 0.375rem 0.5rem;
  left: 56%;
  transform: translate(-50%, -50%);
}
.button--play-new .text {
  padding-left: 1rem;
  font-weight: 500;
}
.button--play-new .text,
.button--play-new .mins {
  height: 2.625rem;
  display: flex;
  align-items: center;
}
.button--play-new span {
  float: left;
  display: inline-block;
}
.button--play-new:hover {
  background-color: transparent;
  border-color: transparent;
  background-color: #f4f6fc;
}
.button--play-new:hover::after {
  border-color: #8d98bc;
}
.button--play-new:hover .caret {
  background-color: #ffe265;
}
.button--play-new:hover .caret::after {
  background-color: #ffe265;
}
.button--secondary {
  max-width: 16.5625rem;
  width: 100%;
}
.underlined--button {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
  position: relative;
  color: #0d101a;
}
.underlined--button:after {
  content: "";
  border-bottom: 1px solid #0d101a;
  position: absolute;
  width: 100%;
  bottom: -0.75rem;
  left: 0;
}
html, body {
  scroll-behavior: smooth;
}
.modal {
  padding: 2.5rem;
  position: fixed;
  z-index: 20;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.modal__content {
  position: relative;
}
.modal__close {
  position: absolute;
  right: 1.25rem;
  top: 0;
  background-color: transparent;
}
.modal__close svg {
  height: 2rem;
  width: 2rem;
  stroke-width: 1.25px;
}
.modal__close svg path {
  stroke: #fff;
}
.popup__Modal {
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  padding: 35px 40px 40px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.popup__Modal .VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .popup__Modal .VideoWrapper {
    padding-bottom: 145%;
  }
}
.popup__Modal .VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__Modal button {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  /* width: -webkit-fill-available; */
  background: none;
  width: 2.5rem;
}
.popup__Modal button svg {
  max-width: 3.4375rem;
}
.popup__Modal button svg path {
  stroke: #fff;
}
.popup__Modal .modal__content {
  max-width: 88.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .popup__Modal .modal__content {
    padding: 2.5rem;
  }
}
.swiper .swiper-button-prev {
  background: #FFF url("https://assets.checkoutchamp.com/Funnel/assets/images/4dfefac0-0051-4c0e-9875-3a4b5afb8485/5b7fa1c2-9f4d-4238-8637-01185c3b8287/car-arrow-prev.png?v=1655783057"") no-repeat center center !important;
}
.swiper .swiper-button-prev:after {
  content: unset;
}
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper .swiper-button-next {
  background: #FFF url("https://assets.checkoutchamp.com/Funnel/assets/images/4dfefac0-0051-4c0e-9875-3a4b5afb8485/5b7fa1c2-9f4d-4238-8637-01185c3b8287/car-arrow-next.png?v=1655783057"") no-repeat center center !important;
}
.swiper .swiper-button-next:after {
  content: unset;
}
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper::before {
    top: -9rem;
  }
  .swiper::after {
    bottom: -12.75rem;
  }
}
.pswp {
  --pswp-bg: #FFFFFF;
}
.pswp .pswp__counter {
  display: none;
}
.pswp .pswp__top-bar.pswp__hide-on-close {
  display: none;
}
.pswp .pswp__button--arrow {
  visibility: hidden;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close {
  position: absolute;
  visibility: visible;
  width: 100%;
  bottom: 2.5rem;
  opacity: 1 !important;
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  border: none;
  border-radius: 100%;
  background: #FFFFFF;
  color: #ffce00;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
  display: inline-block;
  opacity: 1;
  margin: 0 0.625rem;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton svg {
  display: inline-block;
  height: 15px;
  width: 15px;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton.RoundButton--large {
  width: 3.4375rem;
  height: 3.4375rem;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton.RoundButton--large:hover svg {
  animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton:hover {
  transform: scale(1.1);
}
.pswp .pswp__arrows-indicator.pswp__hide-on-close button.pswp__button.RoundButton:hover svg {
  animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
}
.pswp .pswp__content video, .pswp .pswp__content iframe {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 90%;
  left: 50%;
}
/* Theme components */
.shipscout-banner {
  display: none;
}
#section-header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #b8c1dd;
  z-index: 9;
}
@media (min-width: 1921px) {
  #section-header.sticky {
    max-width: 120rem;
  }
}
@media (max-width: 480px) {
  #section-header .Header__Logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#section-header .CurrencySelector__Select {
  letter-spacing: 0.2em;
  background-color: transparent;
}
#section-header .Icon--select-arrow {
  top: calc(50% - 3px);
  right: 0;
  height: 0.375rem;
  position: absolute;
}
#section-header li.HorizontalList__Item a {
  position: relative;
}
#section-header li.HorizontalList__Item a:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px solid #ffce00;
  left: 0;
  opacity: 0;
  bottom: -42px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: left center;
  transform: scaleX(0);
}
#section-header li.HorizontalList__Item.active_li a {
  color: #000000;
}
#section-header li.HorizontalList__Item.active_li a:after {
  opacity: 1;
  transform: scale(1);
}
#section-header .Header__SecondaryNav .HorizontalList__Item a:hover svg path {
  fill: #000000;
}
.SidebarMenu {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100vh;
  width: calc(100vw - 65px);
  z-index: 999;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  touch-action: manipulation;
  transform: translate(-100%);
}
.SidebarMenu[aria-hidden=false] {
  visibility: visible;
  transform: translate(0);
}
@media (min-width: 481px) {
  .SidebarMenu {
    width: 21.25rem;
  }
}
.SidebarMenu__CurrencySelector::after {
  display: block;
  width: 1px;
  background: #808080;
  border-right: 1px white;
  content: "";
  position: absolute;
  right: 0;
  top: -0.625rem;
}
.product_header {
  position: fixed;
  top: 0px;
  background: white;
  z-index: 20;
}
@media (min-width: 1921px) {
  .product_header {
    max-width: 120rem;
  }
}
.product_header .buy_now_btn svg {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
  margin-left: 0.3125rem;
  font-size: 0.6875rem;
}
.product_header .buy_now_btn svg polyline {
  stroke-width: 5px;
}
.Header__CartDot {
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-top: 1.5px;
  top: -6px;
  right: -8px;
  position: absolute;
  border-radius: 100%;
  background-color: #999;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .footer .footer-block__details-content.list-unstyled {
    display: none;
  }
  .footer .footer-block__details-content.list-unstyled.footer-nav-open {
    display: block;
  }
}
#mini-cart {
  font-family: sans-serif;
  width: 23.4375rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 -10px 1.25rem rgba(0, 0, 0, 0.4);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
  z-index: 999;
}
#mini-cart::-webkit-scrollbar {
  display: none;
}
.mini-cart-open #mini-cart {
  transform: translateX(0) !important;
}
.mini-cart-open #mini-cart + .mini-cart-blocker {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 550px) {
  #mini-cart {
    width: 100%;
  }
}
#mini-cart .js-toggle-cart svg {
  width: 14px;
}
#mini-cart .mini__cart_maincontent::-webkit-scrollbar {
  display: none;
}
#mini-cart .mini-cart__body-line-item-meta-quantity svg {
  width: 8px;
  margin: 0 auto;
}
#mini-cart .mini-cart__scrollable::-webkit-scrollbar {
  display: none;
}
#mini-cart .mini-cart__subtotal-price {
  font-family: "Montserrat";
}
.mini-cart__blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b1a18ab;
}
body.mini-cart-open .mini-cart__blocker {
  display: block;
}
.mini-cart__right-wrapper {
  font-size: 0.875rem;
  flex: 1;
  min-height: 10.625rem;
}
.mini-cart__flex-item {
  padding-bottom: 0.4375rem;
}
.mini-cart__flex-item:last-of-type {
  padding-bottom: 0px;
}
.mini-cart-subtotal-price {
  font-size: 1.125rem;
}
.mini-cart__checkout-btn {
  width: 100%;
  background-color: black;
  color: white;
  padding: 0.625rem 0px;
  text-align: center;
}
.mini-cart__row {
  height: 2.1875rem;
}
.mini-cart__close-btn {
  width: 4.375rem;
  height: 1.875rem;
}
.mini-cart-blocker {
  z-index: 8;
  display: none;
}
.lineItemQuantity input {
  width: 1.875rem;
  text-align: center;
}
body.mini-cart-open {
  overflow: hidden;
}
.NewsletterPopup {
  position: fixed;
  bottom: 0.9375rem;
  left: 0.9375rem;
  width: calc(100% - 30px);
  padding: 1.5rem 1.875rem 1.875rem;
  background: #1c1b1b;
  color: #fff;
  z-index: 50;
  text-align: center;
  box-shadow: 0 1px 4px #0000004d;
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.NewsletterPopup__Close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: transparent;
}
.NewsletterPopup__Close svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.NewsletterPopup__Close svg path {
  stroke: #fff;
}
.NewsletterPopup__Content p {
  font-size: 1.0625rem;
}
.NewsletterPopup__Form .Form__Input {
  -webkit-appearance: none;
  display: block;
  padding: 0.75rem 0.875rem;
  border-radius: 0;
  border: 1px solid #fff6;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
}
@media (min-width: 481px) {
  .NewsletterPopup {
    max-width: 24.0625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: auto;
    padding-top: 2.1875rem;
  }
}
.Slideshow .Image--contrast {
  position: relative;
}
.Slideshow .Image--contrast:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.5), rgba(54, 54, 54, 0));
}
.Slideshow .RoundButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #ffce00;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0.125rem 0.625rem rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
.Slideshow .RoundButton:hover {
  transform: scale(1.1);
  color: #ffce00;
}
.Slideshow .RoundButton:hover svg {
  animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
}
.Slideshow .RoundButton.is-active {
  background: #fff;
  color: #ffce00;
  outline: none;
}
.Slideshow .RoundButton svg {
  height: 0.9375rem;
  width: 0.9375rem;
}
.Slideshow__Content .stars-section {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .Slideshow__Content .stars-section {
    justify-content: center;
    font-size: 0.75rem;
  }
}
.Slideshow__Content {
  position: relative;
}
@media (max-width: 480px) {
  .Slideshow__Content {
    margin-top: -10.3125rem;
  }
}
.our-story-bryan .Slideshow {
  max-height: calc(100vh - (var(--header-height)) - var(--announcement-bar-height));
  height: 100vh;
}
@media (max-width: 768px) {
  .our-story-bryan .Slideshow {
    min-height: 800px;
  }
}
.our-story-bryan .Slideshow__Content {
  position: absolute;
  text-shadow: 2px 2px 3px #000 !important;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 30px;
}
.our-story-bryan .Slideshow__Content::before {
  content: none;
}
@media (max-width: 768px) {
  .our-story-bryan .Slideshow__Content {
    top: 25% !important;
    padding: 1.75rem 3.125rem;
  }
}
@media (max-width: 480px) {
  .our-story-bryan .Slideshow__Content {
    padding: 0 1.875rem;
    top: 50% !important;
  }
}
.our-story-bryan .Slideshow__ImageContainer {
  height: 100%;
}
.our-story-bryan .Slideshow__ImageContainer figure {
  height: 100%;
}
.our-story-bryan .Slideshow__ImageContainer figure img {
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .our-story-bryan .Slideshow__ImageContainer::after {
    background-image: linear-gradient(to top, #040404, rgba(54, 54, 54, 0));
  }
}
.our-story-bryan .SectionHeader {
  max-width: 35.25rem;
  left: 4.25rem;
}
@media (max-width: 768px) {
  .our-story-bryan .SectionHeader {
    max-width: 100%;
  }
}
.our-story-bryan .SectionHeader__SubHeading {
  font-size: 3rem;
  line-height: 4.25rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .our-story-bryan .SectionHeader__SubHeading {
    font-size: 1.375rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.0625rem;
    letter-spacing: 0.0325rem;
  }
}
.our-story-bryan .SectionHeader__Description {
  font-size: 1.5rem;
  line-height: 2.625rem;
  margin-top: 1.5625rem;
  padding-left: 2.5rem;
  border-left: 3px solid #ffce00;
  letter-spacing: 0.03rem;
}
.our-story-bryan .SectionHeader__Description b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .our-story-bryan .SectionHeader__Description {
    font-size: 1.0625rem;
    line-height: 2rem;
  }
}
.our-story-bryan .SectionHeader .description {
  font-size: 1.125rem;
  line-height: 2.125rem;
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .our-story-bryan .SectionHeader .description {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4375rem;
    padding-top: 2.8125rem;
  }
}
.Serving__subheading p {
  max-width: 45.438rem;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  color: #333333;
}
.Serving__line-on-side {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  line-height: 0.1em;
  margin: 0.625rem 0 3.125rem;
}
.Serving__line-on-side span {
  background: #FFFFFF;
  padding: 0 1.875rem;
}
.Serving__text p {
  font-size: 0.75rem;
  line-height: 1.67;
}
.Serving__subtext p {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .Serving__subheading p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.018rem;
  }
  .Serving__line-on-side {
    margin: 0.625rem 0 2.813rem;
  }
  .Serving__line-on-side span {
    padding: 0 1.25rem;
  }
  .Serving__content h5 {
    color: #333333;
  }
}
.ingredients__sec-sub_title p {
  font-size: 1.125rem;
  line-height: 1.56;
}
.nutrition__subtext {
  font-size: var(--p-font-size);
  font-weight: var(--p-font-weight);
  line-height: var(--p-line-height);
  letter-spacing: 0.0225rem;
}
@media (max-width: 768px) {
  .nutrition__line svg {
    height: 12.5rem;
  }
}
.total_body_protien:not(.whey_body_protein) {
  position: relative;
  overflow: hidden;
}
.total_body_protien:not(.whey_body_protein):before {
  content: "";
  display: block;
  background-color: #f6f6f6;
  height: 31.25rem;
  transform: rotate(168deg);
  z-index: 0;
  position: absolute;
  top: -17.125rem;
  width: 110%;
  margin: 0 auto;
  left: -8.125rem;
}
@media (max-width: 768px) {
  .total_body_protien:not(.whey_body_protein):before {
    left: -3.75rem;
    height: 25rem;
  }
}
.total_body_protien .bodyProtein__image_inner:after {
  content: "";
  display: block;
  height: 14.125rem;
  z-index: -1;
  position: absolute;
  top: 43%;
  width: 84.9375rem;
  background: rgb(var(--color-button-background));
  margin: 0 auto;
  /* background: red; */
  right: -3.6875rem;
  transform: rotate(169deg);
}
@media (max-width: 768px) {
  .total_body_protien .bodyProtein__image_inner:after {
    background-position: center;
    background-size: contain;
    width: 50rem;
    /* height: 6.5rem; */
    top: 43%;
    height: 9.125rem;
  }
}
@media (max-width: 480px) {
  .total_body_protien .bodyProtein__image_inner:after {
    top: 46%;
    height: 8.125rem;
  }
}
@media (min-width: 1281px) {
  .total_body_protien .bodyProtein__image_inner:after {
    height: 12.125rem;
    top: 40%;
  }
}
@media (max-width: 1280px) {
  .total_body_protien .bodyProtein {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.total_body_protien .bodyProtein__logos_wrapper p {
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.0225rem;
}
@media (max-width: 768px) {
  .itemscards h5 {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.itemscards__sub_title p {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  color: #333333;
}
@media (max-width: 768px) {
  .itemscards__sub_title p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.transformation-carousel.transformation-carousel--index-section:before, .transformation-carousel.transformation-carousel--index-section::after {
  content: "";
  display: block;
  background-color: var(--carousel-bg);
  height: 31.25rem;
  transform: rotate(168deg);
  z-index: -1;
  position: absolute;
  width: 120%;
  margin: 0 auto;
}
.transformation-carousel.transformation-carousel--index-section::before {
  top: -19rem;
}
@media (max-width: 768px) {
  .transformation-carousel.transformation-carousel--index-section::before {
    width: 62.5rem;
  }
}
.transformation-carousel.transformation-carousel--index-section::after {
  bottom: -10.9375rem;
  left: -5rem;
}
.transformation-carousel.transformation-carousel--index-section-top-bg:before {
  content: "";
  display: block;
  background-color: var(--carousel-bg);
  height: 31.25rem;
  transform: rotate(168deg);
  z-index: -1;
  position: absolute;
  width: 120%;
  margin: 0 auto;
}
.transformation-carousel.transformation-carousel--index-section-top-bg::before {
  top: -19rem;
}
@media (max-width: 768px) {
  .transformation-carousel.transformation-carousel--index-section-top-bg::before {
    width: 62.5rem;
  }
}
@media (min-width: 769px) {
  .transformation-carousel .trans-description p {
    font-size: 1rem;
  }
}
.transformation-carousel .trans-description p strong {
  font-family: "Montserrat Bold";
}
.footerTop__signup button {
  font-size: 0.8125rem;
  padding: 0 1.875rem;
}
.footerTop__signup__rte {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.01625rem;
}
.footerTop__signup input {
  font-size: 0.8125rem;
  color: #616679;
}
.footerTop__signup input::-webkit-input-placeholder {
  color: #616679;
}
.footerTop__social svg {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #616679;
}
.footerTop__social__support svg {
  width: 1.6875rem;
  height: 1.75rem;
}
.footerTop__social__support svg g {
  fill: #616679;
}
.footerTop__social__support svg g path {
  fill: #616679;
}
.footerTop__social p {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}
@media (max-width: 768px) {
  .footerTop__inner {
    padding-top: 2.5rem;
    padding-bottom: 3.3125rem;
  }
}
.subscribe-image-text__content__icon-txt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  color: #333333;
}
@media (min-width: 1281px) {
  .subscribe-image-text__content__icon-txt ul li {
    font-size: 1rem;
    line-height: 1.88;
    letter-spacing: 0.02rem;
  }
}
.subscribe-image-text__content__icon-txt ul li::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.5rem;
  background: url("https://assets.checkoutchamp.com/Funnel/assets/images/4dfefac0-0051-4c0e-9875-3a4b5afb8485/5b7fa1c2-9f4d-4238-8637-01185c3b8287/check_9dee655d-1cd2-4a02-8a40-10320fa9523a.png?v=1655177254"") no-repeat;
  margin-right: 1.625rem;
  flex-shrink: 0;
}
.subscribe-image-text__content__icon-txt ul li:last-child {
  margin-bottom: 0;
}
.subscribe-image-text__content__bottom__title {
  color: #FFF;
}
@media (max-width: 480px) {
  .subscribe-image-text__content__icon-txt ul {
    padding-right: 4.375rem;
  }
  .subscribe-image-text__content__icon-txt ul li {
    margin-bottom: 1.25rem;
  }
}
.home-comments__item:last-child {
  margin-right: 0;
}
.home-comments__item__content__description p {
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 769px) {
  .home-comments__item__content__description p {
    font-size: 1.25rem;
    line-height: 2.625rem;
  }
}
.home-comments__item__content__description p strong {
  font-family: "Montserrat Bold";
}
.FeatureText {
  margin-top: 0;
}
@media (max-width: 768px) {
  .FeatureText.heading-with-golden-line .FeatureText__Content {
    max-width: 34.875rem;
    margin: 0 auto;
  }
}
.FeatureText.heading-with-golden-line .SectionHeader__Heading {
  padding-left: 1.6875rem;
  border-left: 3px solid #ffce00;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
.FeatureText span.text-sunglow {
  color: #fece2f;
}
.FeatureText .SectionHeader__Description {
  font-size: 1.5rem;
  line-height: 2.75rem;
}
@media (max-width: 768px) {
  .FeatureText .SectionHeader__Description {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.FeatureText .SectionHeader__Description.h6 {
  color: #333333 !important;
}
.FeatureText .SectionHeader__hot_text {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .FeatureText .SectionHeader__hot_text {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-top: 1.6875rem;
  }
}
.FeatureText.community .SectionHeader__Description {
  margin-top: 2.125rem;
  max-width: 32.75rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .FeatureText.community .SectionHeader__Description {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
}
.FeatureText.community .SectionHeader__link {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .FeatureText.community .SectionHeader__link {
    margin-top: 1.8125rem;
  }
}
.FeatureText.community .SectionHeader__link a {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (min-width: 1025px) {
  .FeatureText.community .FeatureText__ContentWrapper {
    padding-left: 5.875rem;
  }
}
@media (max-width: 768px) {
  .FeatureText.community .FeatureText__ContentWrapper {
    padding: 1.875rem 1.875rem 2.6875rem 2rem;
  }
}
.FeatureText.community .FeatureText__ContentWrapper .FeatureText__Content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .FeatureText.community .FeatureText__ContentWrapper .FeatureText__Content {
    text-align: center;
  }
  .FeatureText__ContentWrapper {
    padding: 2.4375rem 1.9375rem 3.9375rem 1.25rem;
  }
}
@media (min-width: 481px) {
  .FeatureText .SectionHeader__Heading b {
    font-family: "Montserrat Bold";
  }
}
.story-bryan .FeatureText.heading-with-golden-line .SectionHeader__Heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.story-bryan .FeatureText.heading-with-golden-line .SectionHeader .details-section {
  font-size: 1rem;
}
.story-bryan .FeatureText.heading-with-golden-line .SectionHeader .details-section b {
  font-family: var(--font-montserrat-bold);
}
.featuredBlogs__info .rte {
  font-size: 1rem;
  line-height: 1.875rem;
}
.productLists__info .rte {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .productLists__info .rte {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
ul.other_bags_options li {
  position: relative;
}
ul.other_bags_options li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
}
.subscribe-otions.active-subscription {
  font-weight: 700;
  color: #000000;
  background: #FFCE00;
  border: 1px solid black;
}
.subscribe-otions {
  padding: 30px 15px;
  font-size: 12px;
  line-height: 14.3px;
  letter-spacing: 0.36px;
  font-weight: 600;
  color: #FFFFFF;
  background: #616679;
  text-align: center;
  flex-basis: 50%;
  border-radius: 0.625rem;
}
.check-box {
  width: 30px;
  height: 30px;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
}
.other_bags_options li.active_swatch .check-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other_bags_options li:not(.active_swatch) .check-box svg {
  display: none;
}
.active_swatch .check-box {
  background: #FFCE00;
  border: 1px solid black;
}
.custom_new_landing_page .qty_wrapper,
.custom_new_landing_page .discounted_fair-box,
.custom_new_landing_page .product-formMain__priceWrap {
  display: none;
}
.custom_new_landing_page .option_title {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.36px;
  color: #000000 !important;
  font-weight: 500;
  padding-left: 13px;
  margin-bottom: 0.6875rem;
}
.custom_new_landing_page .ProductMeta__serving {
  padding-left: 13px;
  margin-bottom: 2.3125rem;
}
.custom_new_landing_page .selling-plan-select {
  padding-left: 11px;
}
.custom_new_landing_page #selling-plan-select {
  padding: 11.5px 16px 12.5px 17px;
  border: 1px solid #8D98BC;
  border-radius: 10px;
  min-width: 242px;
}
.custom_new_landing_page .selling-plan-select-wrapper {
  position: relative;
  display: inline-flex;
  min-width: 242px;
}
.custom_new_landing_page .selling-plan-select-wrapper::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 45px;
  right: 0.0625rem;
  top: auto;
  bottom: 1px;
  border: 1px #8d98bc;
  background-color: #f2f3f5;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-left: 1px solid #8d98bc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 107 %E2%80%93 23%27 width=%2714.142%27 height=%279.193%27 viewBox=%270 0 14.142 9.193%27%3E%3Cpath data-name=%27Rectangle 512%27 transform=%27rotate%2845 1.06 2.56%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3Cpath data-name=%27Rectangle 513%27 transform=%27rotate%28-45 11.01 -2.44%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.custom_new_landing_page #selling-plan-select svg {
  padding: 16px 17px;
  max-width: 100%;
  background: #F2F3F5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom_new_landing_page .add_to-cart .add_text {
  font-size: 21px;
  line-height: 19.5px;
  letter-spacing: 0.28px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom_new_landing_page .product_subscription_box {
  margin: 0;
  border: none;
  margin-top: -4px;
}
.custom_new_landing_page .product_subscription_list {
  padding-left: 11px;
  margin-bottom: 17px;
}
.custom_new_landing_page .product_subscription_list li {
  font-size: 12px;
  line-height: 21px;
  color: black;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.custom_new_landing_page .avail-contents {
  margin-top: 0;
  margin-bottom: 26px;
  padding-left: 12px;
}
.custom_new_landing_page .avail-contents .text-gray {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 500;
  letter-spacing: 0.28px;
  color: #00BB07;
}
.custom_new_landing_page .avail-contents .people-bought {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 500;
  letter-spacing: 0.28px;
  color: #333333;
}
.custom_new_landing_page .product-formMain .avail-contents span.people-bought span.number {
  font-family: "Montserrat";
}
.custom_new_landing_page .Product_custom__logos {
  margin-top: 49px;
  padding-left: 9px;
}
@media screen and (max-width: 768px) {
  .custom_new_landing_page .option_title {
    margin-bottom: 11px;
  }

  .custom_new_landing_page .product-form__content {
    margin-bottom: 30px;
  }
}
.custom_new_landing_page .product-form__content {
  padding-top: 37px;
}
.custom_new_landing_page .ProductMeta__Title {
  margin-bottom: 15px;
}
.custom_new_landing_page .stamped-product-reviews-badge br {
  display: none;
}
.custom_new_landing_page .stamped-product-reviews-badge.stamped-main-badge + br {
  display: none;
}
.custom_new_landing_page .ProductMeta__Description {
  margin-top: 15px;
}
.custom_new_landing_page .product-formMain__option {
  margin-bottom: 23px;
}
.custom_new_landing_page .product_list_items-variant {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom_new_landing_page .product_list_items-variant .list-variant-items ul li, .custom_new_landing_page .product_list_items-variant .list-variant-items ol li {
  padding-left: 1.6875rem;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  letter-spacing: 0.28px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.375rem;
}
.custom_new_landing_page .product_list_items-variant .list-variant-items ul li::before {
  content: "";
  background: url("data:image/svg+xml,<svg width=\"17\" height=\"14\" viewBox=\"0 0 17 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.931 12.9535L0 7.0155L2.372 4.6405L6.326 8.5995L14.628 0.286499L17 2.6615L6.326 13.3495L5.931 12.9535Z\" fill=\"%23FFCE00\"/></svg>");
  width: 17px;
  position: absolute;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
.custom_new_landing_page .product_list_items-variant .list-variant-items ol li::before {
  content: "";
  background: url("data:image/svg+xml,<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\"11.3137\" width=\"16\" height=\"3\" transform=\"rotate%28-45 0 11.3137%29\" fill=\"%23C70000\"/><rect y=\"11.3137\" width=\"16\" height=\"3\" transform=\"rotate%28-45 0 11.3137%29\" fill=\"%23C70000\"/><rect x=\"11.3137\" y=\"13.4351\" width=\"16\" height=\"3\" transform=\"rotate%28-135 11.3137 13.4351%29\" fill=\"%23C70000\"/><rect x=\"11.3137\" y=\"13.4351\" width=\"16\" height=\"3\" transform=\"rotate%28-135 11.3137 13.4351%29\" fill=\"%23C70000\"/></svg>");
  width: 17px;
  position: absolute;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
.fansRating__star p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
}
.fansRating__singleReview .rte p {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.02rem;
  color: #333;
}
.fansRating__singleReview .rating_video-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 id=%27prefix__Component_46_1%27 width=%2732%27 height=%2732%27 data-name=%27Component 46 %E2%80%93 1%27 viewBox=%270 0 44 44%27 style=%27 position: relative; z-index: -1;%0A%27%3E%3Cpath id=%27prefix__Rectangle_1689_copy_9%27 d=%27M0 0h44v44H0z%27 data-name=%27Rectangle 1689 copy 9%27 style=%27fill:%23000%27%3E%3C/path%3E%3Cpath id=%27prefix__Polygon_5%27 d=%27M10.312 0l10.313 14.559H0z%27 data-name=%27Polygon 5%27 style=%27fill:%23ffce00%27 transform=%27rotate%2890 10.029 21.717%29%27%3E%3C/path%3E%3C/svg%3E");
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.fansRating__singleReview .rating_video-btn.green_vid-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 id=%27prefix__Component_46_1%27 width=%2738%27 height=%2738%27 data-name=%27Component 46 %E2%80%93 1%27 viewBox=%270 0 44 44%27 style=%27 outline: 1px solid white;%0A%27%3E%3Cpath id=%27prefix__Rectangle_1689_copy_9%27 d=%27M0 0h44v44H0z%27 data-name=%27Rectangle 1689 copy 9%27 style=%27fill: %23084638;stroke:%23fff; stroke-width:2px;stroke: white;stroke-width: 2px;%27%3E%3C/path%3E%3Cpath id=%27prefix__Polygon_5%27 d=%27M10.312 0l10.313 14.559H0z%27 data-name=%27Polygon 5%27 style=%27fill: white;%27 transform=%27rotate%2890 10.029 21.717%29%27%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 480px) {
  .fansRating__singleReview {
    padding: 0 2.25rem;
  }
}
@media (max-width: 768px) {
  .fansRating_slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.fansRating .swiper-button-next,
.fansRating .swiper-button-prev {
  width: 1.875rem;
  height: 2.375rem;
}
.compare-table__description p {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .compare-table__description p {
    font-size: 0.875rem;
  }
}
.compare-table__chart-info p {
  font-size: 0.6875rem;
  line-height: 1.1875rem;
  letter-spacing: 0;
}
.Card-list-items__section-subheading p {
  font-size: 1rem;
  line-height: 2.0625rem;
}
.Card-list-items b, .Card-list-items strong {
  font-family: var(--font-montserrat-bold);
}
.Card-list-items__ul li {
  display: flex;
  gap: 1.4375rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.375rem;
}
.Card-list-items__ul li:not(:last-child) {
  padding-bottom: 2.0625rem;
}
@media (max-width: 768px) {
  .Card-list-items__ul li:not(:last-child) {
    padding-bottom: 1.4375rem;
  }
  .Card-list-items__ul li {
    font-size: 0.875rem;
    padding-left: 0 !important;
  }
}
.Card-list-items__ul li svg {
  min-width: 25px;
}
.main-product .bg_div {
  display: block;
  height: 35.3125rem;
  transform: rotate(168deg);
  z-index: -1;
  position: absolute;
  width: 110%;
  margin: 0 auto;
  left: -8.125rem;
  top: -22rem;
}
@media (max-width: 1024px) {
  .main-product .bg_div {
    left: -4.75rem;
    top: -25rem;
  }
}
@media (max-width: 480px) {
  .main-product .bg_div {
    top: -26rem;
    width: 120%;
  }
}
@media (min-width: 1281px) {
  .main-product .bg_div {
    top: -14rem;
  }
}
@media (min-width: 1561px) {
  .main-product .bg_div {
    top: -12rem;
  }
}
.main-product .bg_div.bg-color-custom {
  background-color: #f4efed !important;
}
.main-product span.rc-option__price.rc_widget__price {
  display: none !important;
}
.product__gallery__image-container .swiper-wrapper iframe, .product__gallery__image-container .swiper-wrapper video {
  width: 100%;
  min-height: 250px;
}
@media (max-width: 480px) {
  .product__gallery__image-container .swiper-wrapper iframe, .product__gallery__image-container .swiper-wrapper video {
    height: 400px;
  }
}
@media (min-width: 1561px) {
  .product__gallery__image-container .swiper-pagination .swiper-pagination-bullet {
    width: 9rem;
  }
}
@media (min-width: 1025px) {
  .product__gallery__image-container .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid transparent;
    background: unset;
  }
  .product__gallery__image-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
  }
}
@media (max-width: 1024px) {
  .product__gallery__image-container .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #ccd1e0;
    background: #fff;
  }
  .product__gallery__image-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8d98bc;
  }
}
.product__gallery__image.main-image, .product__gallery__image iframe {
  cursor: url(/cdn/shop/t/39/assets/cursor-zoom-in.svg?v=1705329…) 18 18, zoom-in;
  cursor: -webkit-image-set(url(/cdn/shop/t/39/assets/cursor-zoom-in.svg?v=1705329…) 1x, url("https://assets.checkoutchamp.com/Funnel/assets/images/4dfefac0-0051-4c0e-9875-3a4b5afb8485/5b7fa1c2-9f4d-4238-8637-01185c3b8287/cursor-zoom-in-2x.svg?v=5668565818364938756) 2x"), zoom-in;
}
.product__SlideshowNavImage.image_thumb .product__gallery__image {
  border: 1px solid transparent;
}
.product__SlideshowNavImage.active {
  border-color: #1c1b1b;
  background: #1c1b1b;
}
@media (min-width: 1281px) {
  .product__SlideshowNavImage.active .product__gallery__image {
    border-color: #000;
  }
}
.product-formMain form {
  display: flex;
  flex-direction: column;
}
.product-formMain__qtyWrapper input[type=number] {
  font-size: 1.125rem;
}
.product-formMain__qtyWrapper input[type=number]::-webkit-inner-spin-button, .product-formMain__qtyWrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-formMain__qtyWrapper .qty_btn {
  background-color: #f2f3f5;
}
.product-formMain__qtyWrapper .minus {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.product-formMain__qtyWrapper .plus {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-formMain__variants {
  order: -1;
}
.product-formMain__variants .flavour_swatches .first_swatch_option {
  position: relative;
}
.product-formMain__variants .flavour_swatches .first_swatch_option:after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 100%;
  right: 0.0625rem;
  top: 0;
  bottom: 0;
  border: 1px #8d98bc;
  background-color: #f2f3f5;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-left: 1px solid #8d98bc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 107 %E2%80%93 23%27 width=%2714.142%27 height=%279.193%27 viewBox=%270 0 14.142 9.193%27%3E%3Cpath data-name=%27Rectangle 512%27 transform=%27rotate%2845 1.06 2.56%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3Cpath data-name=%27Rectangle 513%27 transform=%27rotate%28-45 11.01 -2.44%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.product-formMain__variants .flavour_swatches li.active_swatch {
  background-color: #f2f3f5;
}
.product-formMain__variants .custom_flavour_swatches .first_swatch_option {
  position: relative;
}
.product-formMain__variants .custom_flavour_swatches li {
  padding: 23px 47px;
  font-size: 14px;
  line-height: 14.3px;
  letter-spacing: 0.36px;
  font-weight: 600;
  color: #FFFFFF;
  background: #616679;
  text-align: center;
  flex-basis: 50%;
  justify-content: center;
}
.product-formMain__variants .custom_flavour_swatches li.active_swatch {
  font-weight: 700;
  color: #000000;
  background: #FFCE00;
  border: 1px solid black;
}
.product-formMain .rc_popup {
  display: none;
}
.product-formMain .rc_container_wrapper {
  padding: 0;
  background: none;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  border: 1px solid #8d98bc;
  border-bottom: 0;
}
.product-formMain .rc-widget-injection-parent .rc_container_wrapper {
  border: 0;
}
.product-formMain .rc-template__legacy-radio {
  display: flex;
}
@media (max-width: 768px) {
  .product-formMain .rc-template__legacy-radio {
    flex-wrap: wrap;
  }
}
.product-formMain .rc-template__legacy-radio .rc-option__text p {
  display: inline-block;
  color: #b49100;
}
.product-formMain .rc-template__legacy-radio .rc-radio {
  padding: 0 !important;
  white-space: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}
.product-formMain .rc-template__legacy-radio .rc-radio:nth-child(2) {
  border-top-right-radius: 0.625rem;
}
.product-formMain .rc-template__legacy-radio .rc-radio:nth-child(2) .rc_widget__option__selector {
  border-top-right-radius: 0.625rem;
  border-left: 1px solid #8d98bc;
  border-bottom: 1px solid #8d98bc;
}
@media (max-width: 768px) {
  .product-formMain .rc-template__legacy-radio .rc-radio:nth-child(2) {
    width: 40%;
  }
}
.product-formMain .rc-template__legacy-radio .rc-radio:nth-child(1) {
  border-top-left-radius: 0.625rem;
}
.product-formMain .rc-template__legacy-radio .rc-radio:nth-child(1) .rc_widget__option__selector {
  border-top-left-radius: 0.625rem;
  border-right: 1px solid #8d98bc;
  border-bottom: 1px solid #8d98bc;
}
@media (max-width: 768px) {
  .product-formMain .rc-template__legacy-radio .rc-radio:nth-child(1) {
    width: 60%;
  }
}
.product-formMain .rc-template__legacy-radio .rc-radio input,
.product-formMain .rc-template__legacy-radio .rc-radio label {
  cursor: pointer;
  color: #383b45;
}
.product-formMain .rc-template__legacy-radio .rc-radio.rc-option--active {
  background-color: #fff;
}
.product-formMain .rc-template__legacy-radio .rc-radio.rc-option--active .rc_widget__option__selector {
  border: none;
  background-color: #fff;
  font-family: "Montserrat Bold";
}
.product-formMain .rc-template__legacy-radio .rc-radio .rc_widget__option__selector {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 0 !important;
  color: #616679;
  padding: 0.625rem;
  background-color: #f2f3f5;
}
.product-formMain .rc-template__legacy-radio .rc-radio .rc_widget__option__selector .rc-option__price,
.product-formMain .rc-template__legacy-radio .rc-radio .rc_widget__option__selector .rc_widget__option__discount {
  color: #b49100;
}
@media (max-width: 480px) {
  .product-formMain .rc-template__legacy-radio .rc-radio .rc_widget__option__selector {
    font-size: 0.875rem;
  }
}
.product-formMain .rc-template__legacy-radio .rc-radio .rc_widget__option__selector .rc_widget__option__discount {
  display: none;
}
.product-formMain .rc-template__legacy-radio .rc-radio__input {
  border: 1px solid #000;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.product-formMain .rc-template__legacy-radio .rc-radio__input::before {
  content: "";
  padding: 8px;
}
.product-formMain .rc-template__legacy-radio .rc-radio__input:checked:after {
  content: "";
  background: #383b45;
  position: absolute;
  padding: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-formMain .rc-template__legacy-radio .rc-radio__input :focus {
  outline-color: transparent;
}
.product-formMain .rc-template__legacy-radio .rc-selling-plans {
  padding: 0 !important;
  padding-left: 1.25rem !important;
  margin-top: 0.8125rem;
  display: flex; /* --axl !important */
  flex-flow: column;
  position: relative;
  width: max-content;
}
.product-formMain .rc-template__legacy-radio .rc-selling-plans__label {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  font-size: 13px;
  color: #616679;
}
.product-formMain .rc-template__legacy-radio .rc-selling-plans::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 58%;
  right: 0.0625rem;
  top: auto;
  bottom: 1px;
  border: 1px #8d98bc;
  background-color: #f2f3f5;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-left: 1px solid #8d98bc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 107 %E2%80%93 23%27 width=%2714.142%27 height=%279.193%27 viewBox=%270 0 14.142 9.193%27%3E%3Cpath data-name=%27Rectangle 512%27 transform=%27rotate%2845 1.06 2.56%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3Cpath data-name=%27Rectangle 513%27 transform=%27rotate%28-45 11.01 -2.44%29%27 style=%27fill:%23383b45%27 d=%27M0 0h10v3H0z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.product-formMain .rc-template__legacy-radio select {
  border: solid 1px #8d98bc;
  border-radius: 0.5rem;
  padding: 0.6875rem 3.5rem 0.6875rem 1rem;
  width: max-content;
}
.product-formMain .avail-contents span.stock {
  font-family: "Montserrat Bold";
  font-size: 0.8125rem;
}
.product-formMain .avail-contents span.people-bought span.number {
  font-family: "Montserrat Bold";
}
.product-info__lists ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 54 %E2%80%93 130%27 width=%2717%27 height=%2713.427%27 viewBox=%270 0 17 13.427%27%3E%3Cpath data-name=%27Union 10%27 d=%27M5.931 12.667 0 6.729l2.372-2.375 3.954 3.959L14.628 0 17 2.375 6.326 13.063z%27 style=%27fill:%23ffce00%27/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  width: 1.0625rem;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  background-position: center;
}
.product-info__lists .product_money__back {
  padding: 0.75rem 1.3125rem 0.9375rem 1.25rem;
  background-color: #0d101a;
  display: flex;
  color: white;
  align-items: center;
  margin-left: -0.0625rem;
  margin-bottom: -0.0625rem;
}
.Product__InfoWrapper .ProductMeta__serving ul {
  display: flex;
}
.Product__InfoWrapper .ProductMeta__serving ul li .weight {
  font-weight: 600;
  color: #383b45;
}
.Product__InfoWrapper .video-selection button {
  padding-top: 0.4375rem;
  padding-bottom: 0.5rem;
  color: #383b45;
  font-weight: 500;
}
.Product__InfoWrapper .video-selection button:before {
  height: 100%;
  width: 2rem;
  left: 0;
}
.Product__InfoWrapper .video-selection button:after {
  top: 0.75rem;
  left: 0.875rem;
}
.yotpo .promoted-products-box {
  display: none !important;
}
@media (min-width: 1561px) {
  .yotpo .main-widget {
    padding: 0 10.5rem;
  }
}
.yotpo .standalone-bottomline .star-clickable {
  align-items: center;
}
.yotpo .standalone-bottomline .yotpo-stars {
  padding-right: 0.8125rem !important;
}
.Bag_variant {
  display: none;
}
.ArticleToolbar {
  position: fixed;
  width: 100%;
  z-index: 3;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.1s ease-in-out, transform 0.2s ease-in-out;
  top: calc(var(--announcement-bar-height) + var(--header-height));
}
.ArticleToolbar.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.ArticleToolbar__HorizontalList__Item .Icon {
  display: inline-block;
  height: 1.0625rem;
  width: 1.0625rem;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
.ArticleToolbar__Nav .Icon {
  display: inline-block;
  height: 0.8125rem;
  width: 0.8125rem;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
.ArticleToolbar__NavItem--next svg {
  margin-left: 0.375rem;
}
.ArticleToolbar__NavItem svg {
  vertical-align: -0.0625rem !important;
  color: #FFFFFF;
}
.ArticleToolbar__ArticleTitle::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(28, 27, 27, 0.1), #1c1b1b);
  right: 0;
  top: 0;
  height: 100%;
  width: 2.1875rem;
}
.Article__Body h2 {
  font-weight: 700;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  font-size: 1.375rem;
  line-height: 2.25rem;
  letter-spacing: 0.275rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.Article__Body p {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #1c1b1b;
  margin-bottom: 1.6875rem;
  letter-spacing: normal;
}
.Article__Body p a {
  color: #6a6a6a;
  text-decoration: underline;
  text-decoration-color: #6a6a6a99;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  text-underline-position: under;
  font-weight: 400;
}
.Article__Body p a:hover {
  color: #1c1b1b;
}
.Article__Body p:last-child {
  margin-bottom: 0;
}
.Article__Body ol {
  list-style: decimal;
  margin-left: 1.875rem;
  margin-bottom: 1.6875rem;
  padding-left: 0;
  list-style-position: outside;
}
.Article__Body ol li {
  padding: 0.3125rem 0;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #1c1b1b;
  font-weight: 400;
}
.Article__Body ol li a {
  color: #6a6a6a;
  text-decoration: underline;
  text-decoration-color: #6a6a6a99;
  font-weight: 400;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  text-underline-position: under;
}
.Article__Body ol li a:hover {
  color: #1c1b1b;
}
.Article__Body ol strong, .Article__Body ol b {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #1c1b1b;
}
.Article__ShareButtons .Icon {
  height: 1.125rem;
  width: 1.125rem;
  vertical-align: text-bottom;
  fill: currentColor;
}
body .Shop_arrows, body .Shop .swiper-button-prev, body .Shop .swiper-button-next {
  box-shadow: 0 0 10px #00000026;
  border: none;
  border-radius: 100%;
  background: #FFFFFF !important;
  color: #ffce00;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  opacity: 1;
}
body .Shop_arrows:hover, body .Shop .swiper-button-prev:hover, body .Shop .swiper-button-next:hover {
  transform: scale(1.1);
}
body .Shop_arrows:hover svg, body .Shop .swiper-button-prev:hover svg, body .Shop .swiper-button-next:hover svg {
  animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
}
body .Shop_arrows svg, body .Shop .swiper-button-prev svg, body .Shop .swiper-button-next svg {
  display: inline-block;
  height: 0.9375rem;
  width: 0.9375rem;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 0.0625rem;
  background: none;
  pointer-events: none;
}
body .Shop_FeaturedQuote__Content {
  font-size: 20px;
}
body .Shop_FeaturedQuote__Content p {
  font-size: 1.3125rem;
  line-height: 2.125rem;
  font-weight: 400;
}
.recipe-main-section-wrapper .ACButton__success {
  background: #000000;
  color: #fc0;
  flex-flow: row;
  justify-content: space-around;
}
.recipe-main-section-wrapper .share-dialog.is-open {
  display: block;
}
.show-element {
  display: block;
}
.ArticleItem__ImageWrapper {
  overflow: hidden;
}
.ArticleItem__ImageWrapper .image {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ArticleItem__ImageWrapper:hover .image {
  transform: scale(1.2);
}
@media (max-width: 480px) {
  .video-text-bryan__video-button svg {
    width: 5rem;
    height: 5rem;
  }
}
.video-text-bryan__description p {
  font-size: 1.25rem;
  line-height: 3.125rem;
}
@media (max-width: 480px) {
  .video-text-bryan__description p {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
  }
}
.default-page_content h2 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  letter-spacing: 0.275rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-style: normal;
  font-family: "Montserrat Bold";
  color: #1c1b1b;
  text-transform: uppercase;
}
.default-page_content p {
  margin-bottom: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  color: #1c1b1b;
  word-break: break-all;
}
.default-page_content p a {
  color: #6a6a6a;
  text-decoration: underline;
  text-decoration-color: #6a6a6a99;
}
.default-page_content ul {
  list-style: disc;
  margin-left: 1.875rem;
  margin-bottom: 1.6875rem;
  padding-left: 0;
  list-style-position: outside;
}
.default-page_content ul li {
  padding: 0.3125rem 0;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #1c1b1b;
  font-weight: 400;
}
.default-page_content ul li a {
  color: #6a6a6a;
  text-decoration: underline;
  text-decoration-color: #6a6a6a99;
  font-weight: 400;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  text-underline-position: under;
}
.default-page_content ul li a:hover {
  color: #1c1b1b;
}
.default-page_content ul li p {
  margin-bottom: 0;
}
.default-page_content ul strong, .default-page_content ul b {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #1c1b1b;
}
.customer-account__Form__Item input {
  display: block;
  padding: 0.75rem 0.875rem;
  border-radius: 0;
  border: 1px solid #dddddd;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
}
.customer-account__Form__Item input:focus {
  border: 1px solid #000000;
  outline: none;
}
.customer-account__Form__Item input:not(:placeholder-shown) ~ label {
  opacity: 1;
  background: white;
  transform: translateY(0);
}
.customer-account__Form__Item input.Form__Checkbox {
  position: relative;
}
.customer-account__Form__Item input.Form__Checkbox::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 10;
  background: white;
  top: 50%;
  border: 1px solid #dddddd;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-account__Form__Item input.Form__Checkbox:checked::before {
  border: 1px solid black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27Icon Icon--checkmark m-auto %27 role=%27presentation%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27%3E%3Cpolygon fill=%27currentColor%27 points=%279,20 2,13 5,10 9,14 19,4 22,7 %27%3E%3C/polygon%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
  will-change: background-image;
}
.customer-account__Form__Item input.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}
.customer-account__Form__Item select {
  width: 100%;
  height: 2.8125rem;
  padding-left: 0.875rem;
  padding-right: 1.75rem;
  border: 1px solid #dddddd;
}
.customer-account__Form__Item__checkbox svg {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  z-index: 20;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
.customer-account__Form__Item__select svg {
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 1;
  right: 0.9375rem;
}
.customer-account__Form__label {
  position: absolute;
  bottom: calc(100% - 0.5rem);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: #6a6a6a;
  font-size: 15px;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}
.customer-account__table {
  /* Handle */
  /* Handle on hover */
}
.customer-account__table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.customer-account__table::-webkit-scrollbar {
  height: 0.4375rem;
}
.customer-account__table::-webkit-scrollbar-thumb {
  background: #000000;
}
.customer-account__table::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.customer-account__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  z-index: 20;
  background: white;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  /* Handle */
  /* Handle on hover */
}
.customer-account__modal__close {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  transition: opacity 0.2s ease-in-out;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 480px) {
  .customer-account__modal {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
}
.customer-account__modal.active {
  opacity: 1;
  visibility: visible;
}
.customer-account__modal::-webkit-scrollbar {
  height: 0.4375rem;
}
.customer-account__modal::-webkit-scrollbar-thumb {
  background: #000000;
}
.customer-account__modal::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.ArticleList .ImageHero__Image {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ArticleList .ImageHero:hover .ImageHero__Image {
  transform: scale(1.2);
}
#growthhero_iframe {
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}
#growthhero_iframe #growthhero_iframe_wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#growthhero_iframe #growthhero_iframe_wrapper::-webkit-scrollbar {
  width: 0px;
}
#growthhero_not_active_alert {
  display: none;
}
#growthhero_not_active_admin_alert {
  display: none;
}
@media (min-width: 769px) {
  .coverflowSlider .swiper-slide.swiper-slide-active {
    width: 61% !important;
    padding-left: 0%;
    margin-left: -15%;
    margin-right: -11%;
    transform: scale(1.2) !important;
  }
}
.coverflowSlider .swiper-slide.swiper-slide-active .coverflowSlider__text {
  display: block;
  padding-right: 40px;
}
.coverflowSlider .swiper-slide.swiper-slide-active .coverflowSlider__text svg {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
}
.coverflowSlider .swiper-slide.swiper-slide-active .before-image {
  display: block;
}
.coverflowSlider .swiper-slide.swiper-slide-active .coverflowSlider__content {
  background-color: #ffce00;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.coverflowSlider .before-image {
  display: none;
}
.coverflowSlider__text {
  display: none;
}
.coverflowSlider .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  margin: 0 9px;
  height: 1.25rem;
  border-radius: 0;
}
.coverflowSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.coverflowSlider .custom_pagination_arrow .arrowss {
  background: #ffce00 !important;
}
.coverflowSlider .arrowss {
  background: #FFFFFF !important;
}
.coverflowSlider .arrowss:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27Icon Icon--arrow-right-bold%27 role=%27presentation%27 viewBox=%270 0 11 21%27 style=%27 height: 1em; width: 1em;%0A%27%3E%3Cpolyline fill=%27none%27 stroke=%27currentColor%27 points=%270.5 0.5 10.5 10.5 0.5 20.5%27 stroke-width=%273.25%27%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.faqSection .question-text:before {
  content: "Q";
  font-family: "Montserrat";
  font-size: 40px;
  display: block;
  width: 1.625rem;
  margin-right: 2.5rem;
  line-height: 1;
  color: #b49100;
  padding-top: 0.3125rem;
}
.faqSection .question-text span.action-btn {
  display: block;
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 2.5rem;
  background: url("/cdn/shop/t/54/assets/less-gold_small.png?v=6101402…") no-repeat center center;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 0.625rem;
}
.faqSection .question-text.close span.action-btn {
  content: " ";
  background: url("/cdn/shop/t/54/assets/more-gold_small.png?v=1404325…") no-repeat center center;
  background-size: cover;
}
.faqSection .question-text p {
  width: 100%;
}
.faqSection .answer-text p {
  font-size: 0.875rem;
}
.faqSection .answer-text::before {
  content: "A";
  font-family: "Montserrat";
  font-size: 40px;
  display: block;
  color: #b49100;
  margin-right: 45px;
  line-height: 1;
  padding-top: 5px;
}
#ReCharge {
  margin-bottom: 1.25rem;
}
#ReCharge .rc_header-settings__title h4 {
  font-size: 1rem;
}
#ReCharge .rc_header-settings__title h2 {
  font-size: 1.875rem;
  color: #666666;
  line-height: 1.67;
  font-weight: 700;
}
.best-protein-wade-and-allison .video-text-bryan {
  padding-bottom: 0;
}
.best-protein-wade-and-allison .video-text-bryan .border-section {
  display: none;
}
.best-protein-wade-and-allison .Serving {
  padding-top: 0;
}
.videoTextBanner .button--play:after {
  top: 0.8125rem;
  border-width: 8px 0 8px 13px;
  left: 0.9375rem;
}
#shopify-section-fan-raving-section-1-male-v2, #shopify-section-fan-raving-section-1-female-v2 {
  margin-top: 60px;
}
.section-product-right-text .FeatureText .Button.Btn-buy:hover {
  color: #ffce00;
  background-color: #fff;
}
.section-product-right-text .FeatureText .Button.Btn-buy {
  margin-bottom: 20px;
  width: 200px;
  height: 60px;
  border: solid 2px #333;
  border: solid 2px #000;
  background-color: #ffce00;
  display: block;
  text-align: center;
  font-size: 20px;
}
.ninner_item img, .nouter_item img, .pinner_item img, .pouter_item img {
  filter: grayscale(1);
}
.cards {
  position: relative;
  width: 90%;
  height: 100%;
}
.active_item, .pinner_item .content-container-block .images-content-holder, .pinner_item .content-container-block .images-holder .before-image, .pinner_item .content-container-block svg[role=presentation], .pouter_item .content-container-block .images-content-holder, .pouter_item .content-container-block .images-holder .before-image, .pouter_item .content-container-block svg[role=presentation] {
  display: none;
}
.pinner_item .content-container-block .images-content-holder .images-holder .after-image, .pouter_item .content-container-block .images-content-holder .images-holder .after-image {
  display: none;
  position: absolute;
}
.ninner_item .content-container-block, .nouter_item .content-container-block {
  background: 0 0 !important;
  padding: 0;
}
.ninner_item .before-image .before-image-src, .ninner_item .content-container-block .images-content-holder, .nouter_item .before-image .before-image-src, .nouter_item .content-container-block .images-content-holder.ninner_item .content-container-block .images-holder .before-image, .nouter_item .content-container-block .images-holder .before-image.ninner_item .content-container-block svg[role=presentation], .nouter_item .content-container-block svg[role=presentation] {
  display: none;
}
.ninner_item .content-container-block .images-holder, .nouter_item .content-container-block .images-holder {
  right: 0;
  position: absolute;
}
.cf:after, .cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.before-image {
  width: 170px;
  right: 7%;
  top: 50%;
  margin-top: -120px;
  height: 250px;
  position: absolute;
}
.after-image {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.after-image-src {
  border: solid 5px #fff;
}
.images-holder {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
.content-container-block {
  padding: 65px;
  width: 90%;
  max-width: 1240px;
  display: flex;
  margin: auto;
  background-color: #ffce00;
  position: relative;
}
.name-of-ba-person {
  font-family: Montserrat;
  font-size: 30px;
  display: block;
  padding-bottom: 0.2rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.callout-of-ba-person, .results-of-ba-person, .review-of-ba-person, .title-of-section > h1, .title-of-section > h2 {
  font-family: Montserrat;
  display: block;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
}
.results-of-ba-person {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 20px;
}
.callout-of-ba-person {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: normal;
  color: #333;
}
.review-of-ba-person {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.36px;
  color: #333;
  padding-top: 5px;
  max-width: 435px;
}
.images-content-holder {
  padding-left: 35px;
}
.title-of-section > h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}
.title-of-section > h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 0;
}
.inner-left-nav, .inner-right-nav {
  width: 40px;
  height: 40px;
  border: solid 2px #333;
  background-color: #fff;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  padding-top: 3px;
}
.inner-left-nav {
  left: 37px;
}
.inner-right-nav {
  right: 37px;
}
.inner-left-nav:hover, .inner-right-nav:hover {
  cursor: pointer;
  background-color: #ffce00;
}
.outer-left-nav, .outer-right-nav {
  width: 40px;
  height: 40px;
  border: solid 2px #333;
  background-color: #ffce00;
  background-size: 16px;
  background-position: center center;
  transition: all 0.3s ease-in;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding-top: 3px;
}
.outer-left-nav {
  left: -35px;
}
.outer-right-nav {
  right: -20px;
}
.outer-left-nav:hover, .outer-right-nav:hover {
  cursor: pointer;
  background-color: #fff;
}
.outer-nav-includes {
  width: 25%;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
.subsection-slider-v2 {
  padding: 60px;
  position: relative;
  background-color: #f6f6f6;
}
.text-center-v2 {
  text-align: center;
}
.nav-boxes {
  margin-top: 10px;
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  background-color: #bbb;
  transition: background-color 0.2s ease-in;
}
.nav-boxes:last-child() {
  margin-right: 0;
}
.nav-boxes.active {
  background-color: #000 !important;
}
.pinner_item .content-container-block .images-holder .after-image .after-image-src, .pouter_item .content-container-block .images-holder .after-image .after-image-src {
  border: 0;
  height: 600px;
  width: 200px;
}
input[type=radio] {
  display: none;
}
.card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  pointer-events: none;
}
.custom_carousel .scraped-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  align-items: center;
  height: 600px;
}
.before-image-src {
  width: 160px;
  height: 240px;
  object-fit: cover;
  border: solid 5px #fff;
  filter: grayscale(1);
}
.ninner_item .content-container-block .images-holder .after-image .after-image-src, .nouter_item .content-container-block .images-holder .after-image .after-image-src {
  border: 0;
  height: 600px;
  width: 200px;
}
.pinner_item .content-container-block, .pouter_item .content-container-block {
  background: 0 0 !important;
  padding: 0;
}
.mobile-images-content-holder, .mobile-images-holder {
  display: none;
}
@media (min-width: 320px) and (max-width: 900px) {
  .section-product-right-text .FeatureText .Button.Btn-buy {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .ninner_item {
    transform: translatex(20%) scale(0.9);
    opacity: 1;
    z-index: 1;
    filter: grayscale(0.8);
  }

  .nouter_item {
    transform: translatex(40%) scale(0.7);
    opacity: 1;
    z-index: 0;
  }

  .pinner_item {
    transform: translatex(-20%) scale(0.9);
    opacity: 1;
    z-index: 1;
  }

  .pouter_item {
    transform: translatex(-40%) scale(0.7);
    opacity: 1;
    z-index: 0;
  }

  .after-image-src {
    width: 335px;
    height: 470px;
    object-fit: cover;
    border: solid 4px #fff;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .mobile-images-content-holder {
    min-height: 445px;
    padding: 15px 0;
  }

  .inner-right-nav {
    right: 90px;
  }

  .inner-left-nav {
    left: 90px;
  }

  .summer-style {
    height: 1051px;
  }

  .main-item .content-container-block {
    margin-bottom: 20px;
  }

  .custom_carousel .scraped-container {
    max-width: 600px;
  }

  .main-item .before-image {
    right: 0;
  }

  .main-item .images-holder {
    margin-top: 400px;
  }

  .main-item .images-content-holder, .main-item .images-holder, .outer-nav-includes.text-center-v2 {
    display: none;
  }

  .mobile-images-holder .before-image {
    top: 68%;
  }

  .main-item .content-container-block, .mobile-images-content-holder, .mobile-images-holder {
    display: block;
  }

  .inner-left-nav, .inner-right-nav, .ninner_item, .pinner_item {
    margin-top: 50%;
  }

  .ninner_item {
    transform: translatex(20%) scale(1);
    z-index: 0;
  }

  .nouter_item {
    transform: translatex(40%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .ninner_item .images-holder {
    padding-right: 0 !important;
  }

  .pinner_item {
    transform: translatex(-20%) scale(1);
    z-index: 0;
  }

  .pouter_item {
    transform: translatex(-40%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .after-image-src {
    width: 400px;
    height: 470px;
    object-fit: cover;
    border: solid 5px #fff;
  }
}
@media (min-width: 900px) and (max-width: 1020px) {
  .mobile-images-content-holder {
    min-height: 445px;
    padding: 15px 0;
  }

  .inner-right-nav {
    right: 90px;
  }

  .inner-left-nav {
    left: 90px;
  }

  .summer-style {
    height: 1340px;
  }

  .main-item .content-container-block {
    margin-bottom: 20px;
  }

  .scraped-container {
    width: 100%;
  }

  .main-item .before-image {
    right: 0;
  }

  .main-item .images-holder {
    margin-top: 400px;
  }

  .main-item .images-content-holder, .main-item .images-holder, .outer-nav-includes.text-center-v2 {
    display: none;
  }

  .mobile-images-holder .before-image {
    top: 68%;
  }

  .main-item .content-container-block, .mobile-images-content-holder, .mobile-images-holder {
    display: block;
  }

  .inner-left-nav, .inner-right-nav, .ninner_item, .pinner_item {
    margin-top: 50%;
  }

  .ninner_item {
    transform: translatex(20%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .nouter_item {
    transform: translatex(40%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .ninner_item .images-holder {
    padding-right: 0 !important;
  }

  .pinner_item {
    transform: translatex(-20%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .pouter_item {
    transform: translatex(-40%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .after-image-src {
    width: 400px;
    height: 470px;
    object-fit: cover;
    border: solid 5px #fff;
  }
}
@media (min-width: 481px) and (max-width: 900px) {
  .mobile-images-content-holder {
    padding: 15px 0;
    min-height: auto;
  }

  .content-container-block {
    height: 770px;
  }

  .title-of-section > h1, .title-of-section > h2 {
    font-size: 25px;
    line-height: 180%;
  }

  .summer-style {
    min-height: 1060px;
  }

  .inner-right-nav {
    right: -18px;
  }

  .inner-left-nav {
    left: -18px;
  }

  .ninner_item > .content-container-block {
    margin-right: 0;
  }

  .pinner_item .content-container-block, .pouter_item .content-container-block {
    background: 0 0 !important;
    margin: 0 0;
  }

  .ninner_item .content-container-block .images-holder .after-image .after-image-src, .pinner_item .content-container-block .images-holder .after-image .after-image-src {
    border: 0;
    height: 400px;
    width: 200px;
    object-fit: cover;
  }

  .main-item .content-container-block {
    margin-bottom: 20px;
  }

  .scraped-container {
    margin: 20px auto;
  }

  .name-of-ba-person {
    font-size: 18px;
  }

  .results-of-ba-person {
    font-size: 17px;
    padding-bottom: 0;
  }

  .callout-of-ba-person {
    font-size: 17px;
  }

  .review-of-ba-person {
    font-size: 17px;
    line-height: 125%;
    padding-bottom: 20px;
  }

  .scraped-container {
    width: 100%;
    margin: 0 auto;
  }

  .main-item .before-image {
    right: 0;
  }

  .main-item .images-holder {
    margin-top: 400px;
  }

  .main-item .images-content-holder, .main-item .images-holder, .outer-nav-includes.text-center-v2 {
    display: none;
  }

  .mobile-images-holder .after-image {
    top: 40%;
    margin-left: -5px;
    width: 87%;
    height: 260px;
  }

  .mobile-images-holder .before-image-src {
    height: 142px;
    width: 94px;
  }

  .content-container-block {
    padding: 20px;
  }

  .main-item .content-container-block, .mobile-images-content-holder, .mobile-images-holder {
    display: block;
  }

  .inner-left-nav, .inner-right-nav {
    top: 66%;
  }

  .ninner_item, .pinner_item {
    top: 30%;
  }

  .ninner_item {
    transform: translatex(15%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .nouter_item {
    transform: translatex(5%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .ninner_item .images-holder {
    padding-right: 0 !important;
  }

  .pinner_item {
    transform: translatex(-15%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .pouter_item {
    transform: translatex(-5%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 650px) {
  .mobile-images-content-holder {
    padding: 15px 0;
  }

  .title-of-section > h1, .title-of-section > h2 {
    font-size: 25px;
    line-height: 180%;
  }

  .summer-style {
    min-height:760px;
  }

  .inner-right-nav {
    right: 15px;
  }

  .inner-left-nav {
    left: 15px;
  }

  .ninner_item > .content-container-block {
    margin-right: 0;
  }

  .pinner_item .content-container-block, .pouter_item .content-container-block {
    background: 0 0 !important;
    margin: 0 0;
  }

  .ninner_item .content-container-block .images-holder .after-image .after-image-src, .pinner_item .content-container-block .images-holder .after-image .after-image-src {
    border: 0;
    height: 400px;
    width: 200px;
    object-fit: cover;
  }

  .main-item .content-container-block {
    margin-bottom: 20px;
  }

  .scraped-container {
    margin: 20px auto;
  }

  .name-of-ba-person {
    font-size: 19px;
  }

  .results-of-ba-person {
    font-size: 16px;
    padding-bottom: 0;
  }

  .callout-of-ba-person {
    font-size: 16px;
  }

  .review-of-ba-person {
    font-size: 14px;
    line-height: 125%;
    padding-bottom: 20px;
  }

  .scraped-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .main-item .before-image {
    right: 10%;
    bottom: 5%;
    width: auto;
    top: auto;
    height: auto;
  }

  .main-item .images-holder {
    margin-top: 400px;
  }

  .main-item .images-content-holder, .main-item .images-holder, .outer-nav-includes.text-center-v2 {
    display: none;
  }

  .mobile-images-holder .before-image-src {
    height: 142px;
    width: 94px;
  }

  .content-container-block {
    padding: 20px;
  }

  .main-item .content-container-block, .mobile-images-content-holder, .mobile-images-holder {
    display: block;
  }

  .inner-left-nav, .inner-right-nav {
    top: 60%;
  }

  .ninner_item, .pinner_item {
    top: 30%;
  }

  .ninner_item {
    transform: translatex(15%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .nouter_item {
    transform: translatex(5%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }

  .ninner_item .images-holder {
    padding-right: 0 !important;
  }

  .pinner_item {
    transform: translatex(-15%) scale(1);
    opacity: 0.9;
    z-index: 0;
  }

  .pouter_item {
    transform: translatex(-5%) scale(0.7);
    opacity: 0;
    z-index: 0;
  }
}
img {
  -o-user-select: none;
  user-select: none;
}
.main-item {
  z-index: 1;
}
.inner-left-nav, .inner-right-nav {
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .custom_carousel .scraped-container {
    width: 80%;
    max-width: unset;
  }

  .mobile-images-content-holder {
    min-height: unset;
  }

  .inner-left-nav, .inner-right-nav, .ninner_item, .pinner_item {
    margin-top: 17%;
  }

  .main-item .after-image {
    text-align: center;
  }

  .main-item .before-image {
    right: calc(50% - 285px);
  }
}
@media screen and (max-width: 1073px) {
  .inner-left-nav, .inner-right-nav, .ninner_item, .pinner_item {
    margin-top: 20%;
  }
}
@media screen and (max-width: 900px) {
  .inner-left-nav, .inner-right-nav, .ninner_item, .pinner_item {
    margin-top: 0%;
  }

  .mobile-images-content-holder {
    padding: 25px 10%;
  }

  .callout-of-ba-person {
    margin-top: 20px;
  }

  .main-item .after-image {
    left: unset;
    margin: 0 auto;
  }

  .main-item .before-image {
    right: calc(50% - 275px);
    margin-top: unset;
    top: 60%;
  }
}
@media screen and (max-width: 650px) {
  .main-item .after-image {
    left: unset;
    margin: 0 auto;
  }

  .main-item .before-image {
    right: 10px;
    top: 60%;
    position: absolute;
  }
}
@media screen and (max-width: 440px) {
  .custom_carousel .scraped-container {
    width: 100%;
  }

  .main-item .before-image {
    top: 67%;
  }
}
.custom_carousel .Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: bottom;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style {
  overflow: hidden;
  width: 99% !important;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  #shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .card {
    width: 88%;
  }
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .card .content-container-block {
  width: unset;
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .card .content-container-block .Icon {
  transform: rotate(180deg);
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .card .content-container-block .callout-of-ba-person {
  margin-top: 50px;
  margin-bottom: 15px;
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .nouter_item {
  transform: translatex(44.5%) scale(0.52);
  opacity: 0.5;
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .pouter_item {
  transform: translatex(-44.5%) scale(0.52);
  opacity: 0.5;
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .ninner_item {
  transform: translatex(28%) scale(0.67);
}
#shopify-section-fan-raving-section-1-female-v2 .summer-style .scraped-container .cards .pinner_item {
  transform: translatex(-28%) scale(0.67);
}
@media screen and (max-width: 1280px) {
  #shopify-section-fan-raving-section-1-female-v2 .card {
    width: 100%;
  }
  #shopify-section-fan-raving-section-1-female-v2 .content-container-block {
    width: 81%;
  }
  #shopify-section-fan-raving-section-1-female-v2 .content-container-block .callout-of-ba-person {
    margin-top: 25px;
  }
  #shopify-section-fan-raving-section-1-female-v2 .content-container-block .review-of-ba-person {
    max-width: unset;
  }
  #shopify-section-fan-raving-section-1-female-v2 .nouter_item,
#shopify-section-fan-raving-section-1-female-v2 .pouter_item {
    margin-top: 17%;
    z-index: -10;
  }
}
@media screen and (max-width: 899px) {
  #shopify-section-fan-raving-section-1-female-v2 .nouter_item {
    transform: translatex(40%) scale(0.7);
    opacity: 0.5;
  }
  #shopify-section-fan-raving-section-1-female-v2 .pouter_item {
    transform: translatex(-40%) scale(0.7);
    opacity: 0.5;
  }
  #shopify-section-fan-raving-section-1-female-v2 .ninner_item {
    transform: translatex(10%) scale(1);
    opacity: 1;
  }
  #shopify-section-fan-raving-section-1-female-v2 .pinner_item {
    transform: translatex(-10%) scale(1);
    opacity: 1;
  }
  #shopify-section-fan-raving-section-1-female-v2 .nouter_item img, #shopify-section-fan-raving-section-1-female-v2 .pouter_item img {
    object-fit: none;
  }
  #shopify-section-fan-raving-section-1-female-v2 .nouter_item .images-content-holder, #shopify-section-fan-raving-section-1-female-v2 .pouter_item .images-content-holder, #shopify-section-fan-raving-section-1-female-v2 .pinner_item .images-content-holder, #shopify-section-fan-raving-section-1-female-v2 .ninner_item .images-content-holder {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #shopify-section-fan-raving-section-1-female-v2 .nouter_item, #shopify-section-fan-raving-section-1-female-v2 .pouter_item {
    margin-top: unset;
    top: calc(50% - 200px);
  }
}
@media screen and (max-width: 420px) {
  #shopify-section-fan-raving-section-1-female-v2 .main-item .after-image {
    left: -20px;
    width: 85%;
    margin: 0 auto 5px;
  }
  #shopify-section-fan-raving-section-1-female-v2 .main-item .before-image {
    right: 15px;
    top: 70%;
  }
  #shopify-section-fan-raving-section-1-female-v2 .main-item .mobile-images-holder .before-image-src {
    height: 120px;
    width: auto;
  }
  #shopify-section-fan-raving-section-1-female-v2 .main-item .mobile-images-content-holder {
    padding: 10px 10% 15px;
  }
}
a#bbblink {
  display: block;
  position: relative;
  text-align: center;
  color: #005a78;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a#bbblink img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 200%;
}
a#bbblink.sehzbas, a#bbblink.rbhzbus {
  width: 100px;
  height: 38px;
}
a#bbblink.sehzbas:hover img, a#bbblink.rbhzbus:hover img {
  margin-left: -100px;
}
.product-form__content .Product__InfoWrapper .ruk_rating_snippet .ruk-rating-snippet-count {
  color: #000 !important;
  padding-left: 0.8125rem;
}
#ReviewsWidget .R-TextBody--xxs {
  font-size: 0.813rem;
}
#ReviewsWidget .R-TextBody--xs {
  font-size: 0.875rem;
  color: var(--body-text-color, #0E1311);
}
#ReviewsWidget .R-TextHeading--xxxxs {
  color: #6A6C77;
  font-size: 0.8125rem;
}
#ReviewsWidget .R-TextHeading--xxs {
  font-size: 0.875rem;
}
#ReviewsWidget .ElementsWidget__list .R-PaginationControls .R-PaginationControls__item .isActive {
  border-bottom: none;
}
#ReviewsWidget .ElementsWidget__list .R-ContentList .R-ContentList__item {
  display: block;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
#ReviewsWidget .ElementsWidget__list .R-ContentList .R-ContentList__item .item__meta {
  border: none;
  padding: 0;
  border-right: none;
  width: 100%;
}
#ReviewsWidget .ElementsWidget__list .R-ContentList .R-ContentList__item .item__meta .c-meta__authorDetails {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 10px !important;
}
#ReviewsWidget .ElementsWidget__list .R-ContentList .R-ContentList__item .item__review {
  padding-left: 53px;
}
#ReviewsWidget .ElementsWidget__list .R-ContentList .R-ContentList__item .u-marginBottom--md {
  margin-bottom: 10px !important;
}
#ReviewsWidget.padding-narrow .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--left {
  padding-top: 3.75rem;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
  border-bottom: none;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
  flex-direction: column;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--left {
  flex-basis: auto;
  padding-top: 6.25rem;
  margin-bottom: 0;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--right {
  flex-basis: auto;
  align-self: end;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--right {
    align-self: center;
    width: auto;
  }
  #ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--right .R-Button {
    width: 120px;
  }
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner .header__group.header__group--right .R-Button {
  margin-bottom: 0 !important;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
  flex-direction: column-reverse !important;
  align-items: start !important;
  padding-bottom: 25px;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader .u-textRight--all {
  text-align: left !important;
  border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
  width: 100%;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader .u-textRight--all .R-TabControls__item {
  margin-bottom: 4px !important;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader .R-TabControls .R-DropUpDownMenu-container {
  width: 220px;
  height: 35px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  padding: 6px 10px 0px 15px;
  display: block;
  color: #6B6D76;
  margin-top: 25px;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader .R-TabControls .R-DropUpDownMenu-container .R-TextHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  font-weight: 700;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader .R-TabControls .R-DropUpDownMenu-container .R-DropUpDownMenu {
  width: 100%;
  top: 100%;
  margin-top: 1px;
}
#ReviewsWidget .ElementsWidget-prefix .ElementsWidget__footer .footer__reviewsLogo-container {
  display: none !important;
}
.page main div:not(.Header__Logo) > figure {
  position: relative;
  display: flex;
  align-items: stretch;
}
.page main div:not(.Header__Logo) > figure:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.page main div:not(.Header__Logo) > figure picture {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.page main div:not(.Header__Logo) > figure picture img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.cartPageMain__checkouts .cartPageMain__express-checkouts ul {
  display: block !important;
}
.cartPageMain__checkouts .cartPageMain__express-checkouts ul li {
  height: 3.5rem !important;
}
.cartPageMain__checkouts .cartPageMain__express-checkouts ul li iframe,
.cartPageMain__checkouts .cartPageMain__express-checkouts ul li div[role=button] {
  height: 3.5rem !important;
}
.cartPageMain_total-rapper p {
  color: #616679;
}
.cartPageMain .ot-wrapper-discount-code {
  display: none;
}
.stripped::before {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #d8dce8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stripped span {
  background: #ffffff;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
/* --------------- Cart Gift Card --------------- */
#card-away {
  display: flex;
  flex-direction: column;
  border: 1px solid #d8dce8;
  border-radius: 10px;
  font-family: Montserrat;
  justify-content: space-between;
  margin-bottom: 30px;
}
#card-away .card-claim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 23px 30px;
  font-size: 14px;
  color: #333333;
}
#card-away .card-claim h6 {
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #b49100;
  margin: 0 0 10px;
}
#card-away .card-claim .block-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 455px;
  margin: 0 0 35px;
}
#card-away .card-claim li {
  min-width: 180px;
  margin-right: 35px;
}
#card-away .card-claim .no-code b {
  color: #b49100;
  font-size: 16px;
}
#card-away #bar-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 252px;
  flex-shrink: 0;
  background: #f6f6f6;
  text-align: center;
}
@media (max-width: 768px) {
  #card-away #bar-area {
    width: 100%;
    padding: 25px 0 !important;
  }
}
#card-away #bar-area .to-unlock {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b49100;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
#card-away #bar-area .to-unlock svg {
  fill: #b49100 !important;
  color: #b49100 !important;
  margin-right: 10px;
}
#card-away #bar-area .to-unlock .Icon--lock {
  height: 15px;
  width: 15px;
  margin-top: -2px;
}
#card-away #bar-area #bar-text {
  font-size: 14px;
  color: #1d1d1d;
  letter-spacing: 0.7px;
  max-width: 165px;
  margin: 0 auto;
}
#card-away #bar-area #bar-text strong {
  color: #000000;
}
#card-away #bar-area #bar-text .gold-text {
  font-weight: bold;
  color: #b49100;
}
#card-away #bar-area #bar-bar {
  display: block;
  margin: 20px 0;
}
#card-away #bar-area #bar-bar svg {
  display: inline-block;
}
.new.collection .collection-hero {
  margin: 3.375rem 0;
}
@media (max-width: 768px) {
  .new.collection .collection-hero {
    margin: 2rem 0 1rem 0;
  }
}
.new.collection .collection-hero__description.my-8 {
  display: none;
}
@media (max-width: 768px) {
  .new.collection .main-collection {
    margin-top: 0;
  }
  .new.collection div#main-collection-filters {
    padding-bottom: 0;
  }
  .new.collection .product-grid-container {
    padding-top: 10px;
  }
}
.new.collection .product__item .ProductItem__Label {
  display: none;
}
.new.collection .product__item .card__information {
  text-align: left;
}
@media (max-width: 768px) {
  .new.collection .product__item .card__information {
    text-align: center;
  }
}
.new.collection .product__item .card__information .card__heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: "Montserrat Bold", sans-serif;
}
@media (max-width: 768px) {
  .new.collection .product__item .card__information .card__heading {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.24px;
    margin-bottom: 5px;
  }
}
.new.collection .product__item .card__information .ProductItem__Price {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .new.collection .product__item .card__information .ProductItem__Price {
    font-size: 14px;
  }
}
.new.collection .product__item .card__information .ProductItem__Price.Price--highlight {
  color: #616679;
}
.new.collection .product__item .card__information .short_description {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.33px;
  color: #616679;
}
@media (min-width: 769px) {
  .new.collection .product__item .card__information .short_description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.42px;
  }
}
@media (max-width: 768px) {
  .reason-why-transformation_2 header:not(.SectionHeader) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
  .reason-why-transformation_2 header:not(.SectionHeader) .Header__Logo {
    position: unset !important;
    transform: none !important;
    max-width: 160px;
    margin: 0;
  }
  .reason-why-transformation_2 header:not(.SectionHeader) .Header__Wrapper .Header__FlexItem {
    display: block;
  }
  .reason-why-transformation_2 header:not(.SectionHeader) .Header__Wrapper .Header__FlexItem a.ButtonGroup__Item {
    min-width: 125px;
    padding-block: 8px 7px;
    font-size: 13px;
    line-height: 1rem;
  }
  .reason-why-transformation_2 header:not(.SectionHeader) .Header__Wrapper .Header__FlexItem .shopify-button {
    display: none;
  }
  .reason-why-transformation_2 section .reason-3-hero .banner_text p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (min-width: 1561px) {
  .reason-why-transformation_2 section .compare-table {
    margin-top: 10px;
  }
  .reason-why-transformation_2 section.text-logo-section-wrapper {
    padding-top: 4.6875rem;
    padding-bottom: 4rem;
  }
}
.reason-why-transformation_2 section.text-logo-section-wrapper .text-logo-section .logo-items {
  color: #383b45;
}
.reason-why-transformation_2 section.text-logo-section-wrapper .text-logo-section .logo-items img {
  max-width: 3.3125rem;
}
.reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .first_swatch_option {
  color: #383b45;
}
.reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .avail-contents, .reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .people-bought {
  color: #616679;
}
.reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .subscribe_off, .reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .buy_two p {
  color: #383b45;
}
.reason-why-transformation_2 section .product-form__content .Product__InfoWrapper .Product__singleLogo p {
  color: #383b45;
}
@media (min-width: 1561px) {
  .reason-why-transformation_2 section .product-form__content .product-form__content {
    padding-top: 5rem;
  }
  .reason-why-transformation_2 section .product-form__content .product__gallery__wrapper {
    padding-right: 6.25rem;
  }
  .reason-why-transformation_2 section .product-form__content .ProductMeta__Description {
    margin-bottom: 1.4375rem;
  }
  .reason-why-transformation_2 section .product-form__content .ProductMeta__serving {
    margin-bottom: 1.6875rem;
  }
  .reason-why-transformation_2 section .product-form__content .video-selection button {
    font-size: 13px;
  }
  .reason-why-transformation_2 section .product-form__content .swatch_image {
    margin-right: 0.875rem;
  }
  .reason-why-transformation_2 section .product-form__content .first_swatch_option {
    font-size: 1rem;
  }
  .reason-why-transformation_2 section .product-form__content .product-formMain__option {
    margin-bottom: 1.875rem;
  }
  .reason-why-transformation_2 section .product-form__content .avail-contents {
    margin-top: 0;
  }
  .reason-why-transformation_2 section .product-form__content .product_subscription_box {
    margin-bottom: 1.125rem;
  }
  .reason-why-transformation_2 section .product-form__content .product-formMain__priceWrap {
    margin-bottom: 1.625rem;
  }
  .reason-why-transformation_2 section .product-form__content .product-formMain__qtyWrapper {
    gap: 1.125rem;
  }
  .reason-why-transformation_2 section .product-form__content .Product__Info {
    padding-bottom: 1.625rem;
  }
  .reason-why-transformation_2 section .product-form__content .Product_custom__logos .grid {
    gap: 1.25rem;
  }
  .reason-why-transformation_2 section .product-form__content .product_subscription_list {
    margin-bottom: 0.9375rem;
  }
  .reason-why-transformation_2 section .product-form__content .ruk_rating_snippet {
    margin-bottom: 1.5625rem !important;
  }
  .reason-why-transformation_2 section .product-form__content .product-form__content {
    margin-bottom: 3.5625rem;
  }
  .reason-why-transformation_2 section .product-form__content .swiper-pagination-bullet {
    width: 9rem;
  }
  .reason-why-transformation_2 section .product-form__content .Product__InfoWrapper {
    max-width: 35rem;
  }
  .reason-why-transformation_2 section .product-form__content .product__gallery__wrapper {
    width: calc(100% - 35rem);
  }
  .reason-why-transformation_2 section .product-form__content .scraped-container {
    padding-inline: 6.875rem;
  }
  .reason-why-transformation_2 section .product-form__content .scraped-container .product__gallery__image-container {
    margin: 0;
  }
  .reason-why-transformation_2 section .product-form__content .scraped-container .Product__InfoWrapper .codePanel {
    display: none;
  }
  .reason-why-transformation_2 section .product-form__content .scraped-container .Product__InfoWrapper .video-selection button {
    line-height: 1rem;
  }
  .reason-why-transformation_2 section .product-form__content .scraped-container .Product__InfoWrapper .product-info__lists li {
    line-height: 24px;
    margin: 0;
  }
}
.reason-why-transformation_2 section .videoTextBanner .Banner_Text h5 {
  font-weight: 700;
}
.reason-why-transformation_2 section .transformation-carousel h5 {
  color: #000;
}
@media (min-width: 1561px) {
  .reason-why-transformation_2 section .transformation-carousel .trans-carousel__item__texts {
    margin-top: 2.5625rem;
  }
  .reason-why-transformation_2 section .transformation-carousel h5.trans-title {
    line-height: 1.8125rem;
  }
  .reason-why-transformation_2 section .transformation-carousel .trans-description {
    margin-bottom: 0.75rem;
    margin-top: 1.875rem;
  }
  .reason-why-transformation_2 section .Serving {
    padding-bottom: 6.25rem;
    padding-top: 6.625rem;
  }
  .reason-why-transformation_2 section .Serving .Serving__content {
    padding-bottom: 1.25rem;
  }
  .reason-why-transformation_2 section .Serving .Serving__subheading {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.02rem;
  }
  .reason-why-transformation_2 section .Serving h6.Serving__line-on-side {
    margin-bottom: 2.75rem;
  }
}
.reason-why-transformation_2 section .ingredients__ingredients-container p.ingredients__title {
  color: #fff !important;
}
.reason-why-transformation_2 section .ingredients__ingredients-container .ingredients__subtext {
  color: #ffce00 !important;
}
.reason-why-transformation_2 section .ingredients__ingredients-container .ingredients__subtext p {
  font-size: 1rem;
}
.reason-why-transformation_2 section .ingredients__ingredients-container .ingredients__subtext .item-wrapp {
  padding-left: 2.8125rem;
  gap: 1.5rem;
}
.reason-why-transformation_2 section .nutrition button.rating_video-btn {
  border-color: #0d101a;
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (min-width: 1561px) {
  .reason-why-transformation_2 section .nutrition {
    padding-bottom: 5.4375rem;
  }
  .reason-why-transformation_2 section .brian-wargula-section .FeatureText__Content {
    padding-inline: 3.6875rem;
  }
  .reason-why-transformation_2 section .brian-wargula-section .FeatureText__ImageWrapper {
    max-width: 800px;
  }
  .reason-why-transformation_2 section .brian-wargula-section .button--play-new .text, .reason-why-transformation_2 section .brian-wargula-section .button--play-new .mins {
    height: 32px;
  }
  .reason-why-transformation_2 section .brian-wargula-section .button--play-new .caret {
    height: 32px;
  }
  .reason-why-transformation_2 section .brian-wargula-section .FeatureText__ImageWrapper figure {
    aspect-ratio: 1;
  }
  .reason-why-transformation_2 section .brian-wargula-section .SectionHeader h3.SectionHeader__Heading {
    font-size: 2.25rem;
    line-height: 3.75rem;
    letter-spacing: 0.72px;
  }
  .reason-why-transformation_2 section .brian-wargula-section .SectionHeader__hot_text {
    margin: 0 !important;
  }
  .reason-why-transformation_2 section .fansRating {
    padding-bottom: 7.375rem;
    padding-top: 6.5rem;
  }
  .reason-why-transformation_2 section .fansRating .scraped-container {
    padding-inline: 7rem;
  }
  .reason-why-transformation_2 .section-video-text-banner .scraped-container {
    padding-inline: 6.25rem;
  }
  .reason-why-transformation_2 .section-video-text-banner .scraped-container h5 + div {
    margin-top: 22px;
  }
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:h-\[82\%\]::before{
  content: var(--tw-content);
  height: 82%;
}
.before\:-translate-x-2\/4::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:border-l-4::before{
  content: var(--tw-content);
  border-left-width: 4px;
}
.before\:border-yellow::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 206 0 / var(--tw-border-opacity));
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(68 105 175 / var(--tw-border-opacity));
}
.hover\:border-sky-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 172 237 / var(--tw-border-opacity));
}
.hover\:border-darkred:hover{
  --tw-border-opacity: 1;
  border-color: rgb(200 35 44 / var(--tw-border-opacity));
}
.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 105 175 / var(--tw-bg-opacity));
}
.hover\:bg-sky-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 237 / var(--tw-bg-opacity));
}
.hover\:bg-darkred:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(200 35 44 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:outline-blue:hover{
  outline-color: #4469af;
}
.hover\:outline-sky-blue:hover{
  outline-color: #00aced;
}
.hover\:outline-darkred:hover{
  outline-color: #c8232c;
}
.focus\:border-\[\#5d5a5a\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(93 90 90 / var(--tw-border-opacity));
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:hidden{
  display: none;
}
@media (min-width: 481px){
  .sm\:fixed{
    position: fixed;
  }
  .sm\:top-\[3\.7rem\]{
    top: 3.7rem;
  }
  .sm\:\!block{
    display: block !important;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-\[80\%\]{
    width: 80%;
  }
  .sm\:max-w-\[18\.75rem\]{
    max-width: 18.75rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-\[1_0_0\]{
    flex: 1 0 0;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:justify-around{
    justify-content: space-around;
  }
  .sm\:overflow-y-auto{
    overflow-y: auto;
  }
  .sm\:border-b{
    border-bottom-width: 1px;
  }
  .sm\:border-lightblue{
    --tw-border-opacity: 1;
    border-color: rgb(204 209 224 / var(--tw-border-opacity));
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:py-\[1\.375rem\]{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .sm\:px-\[1\.875rem\]{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:pb-\[20rem\]{
    padding-bottom: 20rem;
  }
  .sm\:pr-3{
    padding-right: 0.75rem;
  }
  .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }
  .sm\:pl-2{
    padding-left: 0.5rem;
  }
  .sm\:pr-\[0\.625rem\]{
    padding-right: 0.625rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 769px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-mx-\[2\.35rem\]{
    margin-left: -2.35rem;
    margin-right: -2.35rem;
  }
  .md\:mx-\[2\.188rem\]{
    margin-left: 2.188rem;
    margin-right: 2.188rem;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:mt-\[2\.375rem\]{
    margin-top: 2.375rem;
  }
  .md\:mt-9{
    margin-top: 2.25rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-\[3\.75rem\]{
    margin-top: 3.75rem;
  }
  .md\:mb-\[2\.25rem\]{
    margin-bottom: 2.25rem;
  }
  .md\:mb-\[1\.875rem\]{
    margin-bottom: 1.875rem;
  }
  .md\:mt-\[2\.813rem\]{
    margin-top: 2.813rem;
  }
  .md\:mt-\[7\.5rem\]{
    margin-top: 7.5rem;
  }
  .md\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }
  .md\:mb-\[5\.438rem\]{
    margin-bottom: 5.438rem;
  }
  .md\:mb-\[1\.25rem\]{
    margin-bottom: 1.25rem;
  }
  .md\:mb-\[3\.125rem\]{
    margin-bottom: 3.125rem;
  }
  .md\:mb-\[2\.188rem\]{
    margin-bottom: 2.188rem;
  }
  .md\:mt-\[1\.25rem\]{
    margin-top: 1.25rem;
  }
  .md\:mt-\[0\.9375rem\]{
    margin-top: 0.9375rem;
  }
  .md\:mt-\[1\.875rem\]{
    margin-top: 1.875rem;
  }
  .md\:mb-\[3\.75rem\]{
    margin-bottom: 3.75rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-\[1\.688rem\]{
    margin-top: 1.688rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-\[3\.25rem\]{
    margin-top: 3.25rem;
  }
  .md\:mb-\[1\.625rem\]{
    margin-bottom: 1.625rem;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[3\.125rem\]{
    height: 3.125rem;
  }
  .md\:h-\[25rem\]{
    height: 25rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-10{
    width: 2.5rem;
  }
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:w-\[42\.381\%\]{
    width: 42.381%;
  }
  .md\:w-\[57\.619\%\]{
    width: 57.619%;
  }
  .md\:w-\[8\.125rem\]{
    width: 8.125rem;
  }
  .md\:min-w-\[16\.563rem\]{
    min-width: 16.563rem;
  }
  .md\:max-w-\[107\.5rem\]{
    max-width: 107.5rem;
  }
  .md\:max-w-\[26\.563rem\]{
    max-width: 26.563rem;
  }
  .md\:max-w-\[7\.5rem\]{
    max-width: 7.5rem;
  }
  .md\:max-w-\[25\.5rem\]{
    max-width: 25.5rem;
  }
  .md\:max-w-\[25rem\]{
    max-width: 25rem;
  }
  .md\:max-w-\[19\.625rem\]{
    max-width: 19.625rem;
  }
  .md\:max-w-\[19\.75rem\]{
    max-width: 19.75rem;
  }
  .md\:max-w-\[31\.25rem\]{
    max-width: 31.25rem;
  }
  .md\:max-w-\[11\.063rem\]{
    max-width: 11.063rem;
  }
  @media (min-width: 769px){
    .md\:md\:max-w-\[7\.25rem\]{
      max-width: 7.25rem;
    }
  }
  .md\:max-w-\[7\.25rem\]{
    max-width: 7.25rem;
  }
  .md\:max-w-\[48\%\]{
    max-width: 48%;
  }
  .md\:max-w-\[34rem\]{
    max-width: 34rem;
  }
  .md\:basis-1\/2{
    flex-basis: 50%;
  }
  .md\:basis-\[18\.438rem\]{
    flex-basis: 18.438rem;
  }
  .md\:basis-3\/5{
    flex-basis: 60%;
  }
  .md\:basis-2\/5{
    flex-basis: 40%;
  }
  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-\[6\.25rem\]{
    gap: 6.25rem;
  }
  .md\:gap-\[1\.25rem\]{
    gap: 1.25rem;
  }
  .md\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }
  .md\:gap-\[7\.813rem\]{
    gap: 7.813rem;
  }
  .md\:gap-\[3\.125rem\]{
    gap: 3.125rem;
  }
  .md\:gap-32{
    gap: 8rem;
  }
  .md\:gap-x-\[12\.5rem\]{
    column-gap: 12.5rem;
  }
  .md\:gap-x-\[3rem\]{
    column-gap: 3rem;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:border-deepgray{
    --tw-border-opacity: 1;
    border-color: rgb(216 220 232 / var(--tw-border-opacity));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-\[2\.5rem\]{
    padding: 2.5rem;
  }
  .md\:px-\[2\.5rem\]{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-\[3\.125rem\]{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:px-\[3\.75rem\]{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:px-\[1\.75rem\]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-\[2\.688rem\]{
    padding-top: 2.688rem;
    padding-bottom: 2.688rem;
  }
  .md\:px-\[1\.5rem\]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:px-\[3\.125rem\]{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .md\:pb-\[4\.375rem\]{
    padding-bottom: 4.375rem;
  }
  .md\:pt-\[4rem\]{
    padding-top: 4rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-\[12\.5rem\]{
    padding-bottom: 12.5rem;
  }
  .md\:pt-\[6\.25rem\]{
    padding-top: 6.25rem;
  }
  .md\:pb-\[3\.563rem\]{
    padding-bottom: 3.563rem;
  }
  .md\:pt-\[4\.438rem\]{
    padding-top: 4.438rem;
  }
  .md\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
  .md\:pb-\[9\.313rem\]{
    padding-bottom: 9.313rem;
  }
  .md\:pt-\[3\.75rem\]{
    padding-top: 3.75rem;
  }
  .md\:pb-\[4\.5rem\]{
    padding-bottom: 4.5rem;
  }
  .md\:pt-\[3\.125rem\]{
    padding-top: 3.125rem;
  }
  .md\:pb-\[4\.75rem\]{
    padding-bottom: 4.75rem;
  }
  .md\:pt-\[1\.875rem\]{
    padding-top: 1.875rem;
  }
  .md\:pt-\[57px\]{
    padding-top: 57px;
  }
  .md\:pb-\[2\.5rem\]{
    padding-bottom: 2.5rem;
  }
  .md\:pl-\[2\.5rem\]{
    padding-left: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }
  .md\:pb-\[2\.75rem\]{
    padding-bottom: 2.75rem;
  }
  .md\:pl-\[3\.75rem\]{
    padding-left: 3.75rem;
  }
  .md\:pr-\[2\.875rem\]{
    padding-right: 2.875rem;
  }
  .md\:pl-\[0\.5rem\]{
    padding-left: 0.5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-\[8\.75rem\]{
    padding-top: 8.75rem;
  }
  .md\:pl-\[3\.125rem\]{
    padding-left: 3.125rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:pt-\[2\.375rem\]{
    padding-top: 2.375rem;
  }
  .md\:pb-\[2\.563rem\]{
    padding-bottom: 2.563rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }
  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .md\:font-semibold{
    font-weight: 600;
  }
  .md\:leading-\[2\.5rem\]{
    line-height: 2.5rem;
  }
  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:text-yellow{
    --tw-text-opacity: 1;
    color: rgb(255 206 0 / var(--tw-text-opacity));
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1025px){
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:mt-\[3\.75rem\]{
    margin-top: 3.75rem;
  }
  .lg\:mt-\[1\.5rem\]{
    margin-top: 1.5rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mr-\[2\.938rem\]{
    margin-right: 2.938rem;
  }
  .lg\:mr-\[4\.688rem\]{
    margin-right: 4.688rem;
  }
  .lg\:mt-\[8\.75rem\]{
    margin-top: 8.75rem;
  }
  .lg\:mt-\[7\.5rem\]{
    margin-top: 7.5rem;
  }
  .lg\:mb-\[5\.625rem\]{
    margin-bottom: 5.625rem;
  }
  .lg\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }
  .lg\:mb-\[7\.688rem\]{
    margin-bottom: 7.688rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-\[1\.438rem\]{
    margin-top: 1.438rem;
  }
  .lg\:mt-\[2\.25rem\]{
    margin-top: 2.25rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:min-w-\[17\.188rem\]{
    min-width: 17.188rem;
  }
  .lg\:max-w-\[13\.625rem\]{
    max-width: 13.625rem;
  }
  .lg\:max-w-\[22\.188rem\]{
    max-width: 22.188rem;
  }
  .lg\:max-w-\[31\.438rem\]{
    max-width: 31.438rem;
  }
  .lg\:max-w-\[7rem\]{
    max-width: 7rem;
  }
  .lg\:basis-\[32\%\]{
    flex-basis: 32%;
  }
  .lg\:basis-\[64\%\]{
    flex-basis: 64%;
  }
  .lg\:basis-\[36\%\]{
    flex-basis: 36%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-\[0\.75rem\]{
    gap: 0.75rem;
  }
  .lg\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }
  .lg\:gap-\[5rem\]{
    gap: 5rem;
  }
  .lg\:gap-y-\[2\.813rem\]{
    row-gap: 2.813rem;
  }
  .lg\:gap-x-\[1\.875rem\]{
    column-gap: 1.875rem;
  }
  .lg\:gap-x-12{
    column-gap: 3rem;
  }
  .lg\:py-\[1\.125rem\]{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .lg\:px-\[6\.25rem\]{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .lg\:pr-\[2\.6875rem\]{
    padding-right: 2.6875rem;
  }
  .lg\:pl-\[2\.6875rem\]{
    padding-left: 2.6875rem;
  }
  .lg\:pb-\[4rem\]{
    padding-bottom: 4rem;
  }
  .lg\:pt-\[1\.875rem\]{
    padding-top: 1.875rem;
  }
  .lg\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }
  .lg\:pr-\[3\.125rem\]{
    padding-right: 3.125rem;
  }
  .lg\:\!pr-0{
    padding-right: 0px !important;
  }
  .lg\:pt-\[4\.438rem\]{
    padding-top: 4.438rem;
  }
  .lg\:pb-\[6\.438rem\]{
    padding-bottom: 6.438rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-\[0\.813rem\]{
    padding-bottom: 0.813rem;
  }
  .lg\:pt-\[3\.125rem\]{
    padding-top: 3.125rem;
  }
  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1281px){
  .xl\:top-\[31\%\]{
    top: 31%;
  }
  .xl\:ml-5{
    margin-left: 1.25rem;
  }
  .xl\:mr-\[5\.125rem\]{
    margin-right: 5.125rem;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[28\.125rem\]{
    height: 28.125rem;
  }
  .xl\:max-w-\[35rem\]{
    max-width: 35rem;
  }
  .xl\:max-w-\[8\.125rem\]{
    max-width: 8.125rem;
  }
  .xl\:px-\[6\.25rem\]{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:pr-\[3\.75rem\]{
    padding-right: 3.75rem;
  }
}
@media (min-width: 1561px){
  .\32xl\:mx-\[2\.5rem\]{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .\32xl\:-mx-\[4\.375rem\]{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }
  .\32xl\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }
  .\32xl\:-mb-36{
    margin-bottom: -9rem;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:min-w-\[60rem\]{
    min-width: 60rem;
  }
  .\32xl\:min-w-\[56\.25rem\]{
    min-width: 56.25rem;
  }
  .\32xl\:max-w-\[60rem\]{
    max-width: 60rem;
  }
  .\32xl\:max-w-\[57\.063rem\]{
    max-width: 57.063rem;
  }
  .\32xl\:max-w-\[54\.125rem\]{
    max-width: 54.125rem;
  }
  .\32xl\:py-\[2rem\]{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\32xl\:px-\[1\.438rem\]{
    padding-left: 1.438rem;
    padding-right: 1.438rem;
  }
  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\32xl\:px-\[2\.7rem\]{
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
  .\32xl\:pl-\[8\.75rem\]{
    padding-left: 8.75rem;
  }
  .\32xl\:pr-\[7\.938rem\]{
    padding-right: 7.938rem;
  }
  .\32xl\:pl-\[11\.25rem\]{
    padding-left: 11.25rem;
  }
  .\32xl\:pr-\[12\.5rem\]{
    padding-right: 12.5rem;
  }
  .\32xl\:pr-\[5\.725rem\]{
    padding-right: 5.725rem;
  }
  .\32xl\:pl-\[6\.125rem\]{
    padding-left: 6.125rem;
  }
  .\32xl\:pl-28{
    padding-left: 7rem;
  }
  .\32xl\:pr-\[7\.5rem\]{
    padding-right: 7.5rem;
  }
  .\32xl\:pr-\[8\.5rem\]{
    padding-right: 8.5rem;
  }
  .\32xl\:pr-\[5\.5rem\]{
    padding-right: 5.5rem;
  }
  .\32xl\:pl-\[4\.8125rem\]{
    padding-left: 4.8125rem;
  }
  .\32xl\:pr-\[6\.125rem\]{
    padding-right: 6.125rem;
  }
  .\32xl\:pr-44{
    padding-right: 11rem;
  }
  .\32xl\:pl-\[5\.25rem\]{
    padding-left: 5.25rem;
  }
  .\32xl\:pt-\[3\.5rem\]{
    padding-top: 3.5rem;
  }
  .\32xl\:pb-\[2\.75rem\]{
    padding-bottom: 2.75rem;
  }
  .\32xl\:pt-0{
    padding-top: 0px;
  }
  .\32xl\:pb-\[14\.75rem\]{
    padding-bottom: 14.75rem;
  }
  .\32xl\:pr-4{
    padding-right: 1rem;
  }
  .\32xl\:text-\[3\.75rem\]{
    font-size: 3.75rem;
  }
  .\32xl\:text-\[2\.25rem\]{
    font-size: 2.25rem;
  }
  .\32xl\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .\32xl\:\!text-\[2\.875rem\]{
    font-size: 2.875rem !important;
  }
  .\32xl\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .\32xl\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }
  .\32xl\:leading-\[3\.125rem\]{
    line-height: 3.125rem;
  }
  .\32xl\:leading-\[2\.25rem\]{
    line-height: 2.25rem;
  }
  .\32xl\:leading-\[5rem\]{
    line-height: 5rem;
  }
  .\32xl\:leading-\[2\.5rem\]{
    line-height: 2.5rem;
  }
  .\32xl\:tracking-\[0\.045rem\]{
    letter-spacing: 0.045rem;
  }
  .\32xl\:tracking-\[0\.023rem\]{
    letter-spacing: 0.023rem;
  }
  .\32xl\:tracking-\[0\.03rem\]{
    letter-spacing: 0.03rem;
  }
  .\32xl\:tracking-\[0\.056rem\]{
    letter-spacing: 0.056rem;
  }
}
@media (max-width: 1560px){
  .\32xl-down\:mb-\[3\.125rem\]{
    margin-bottom: 3.125rem;
  }
  .\32xl-down\:hidden{
    display: none;
  }
  .\32xl-down\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl-down\:py-\[2\.1875rem\]{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 1280px){
  .xl-down\:ml-\[3\.125rem\]{
    margin-left: 3.125rem;
  }
  .xl-down\:hidden{
    display: none;
  }
  .xl-down\:h-\[28\.125rem\]{
    height: 28.125rem;
  }
  .xl-down\:w-\[25rem\]{
    width: 25rem;
  }
  .xl-down\:w-full{
    width: 100%;
  }
  .xl-down\:max-w-\[25rem\]{
    max-width: 25rem;
  }
  .xl-down\:max-w-\[17\.375rem\]{
    max-width: 17.375rem;
  }
  .xl-down\:flex-1{
    flex: 1 1 0%;
  }
  .xl-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .xl-down\:flex-wrap{
    flex-wrap: wrap;
  }
  .xl-down\:justify-center{
    justify-content: center;
  }
  .xl-down\:gap-\[1\.875rem\]{
    gap: 1.875rem;
  }
  .xl-down\:gap-x-\[1\.875rem\]{
    column-gap: 1.875rem;
  }
  .xl-down\:px-\[1\.875rem\]{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .xl-down\:text-center{
    text-align: center;
  }
}
@media (max-width: 1024px){
  .lg-down\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg-down\:col-start-2{
    grid-column-start: 2;
  }
  .lg-down\:my-\[5\.625rem\]{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .lg-down\:mx-\[-2\.5rem\]{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .lg-down\:ml-\[1\.875rem\]{
    margin-left: 1.875rem;
  }
  .lg-down\:mt-\[-2\.813rem\]{
    margin-top: -2.813rem;
  }
  .lg-down\:mt-0{
    margin-top: 0px;
  }
  .lg-down\:mt-5{
    margin-top: 1.25rem;
  }
  .lg-down\:mt-2\.5{
    margin-top: 0.625rem;
  }
  .lg-down\:mt-2{
    margin-top: 0.5rem;
  }
  .lg-down\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg-down\:mt-\[3\.75rem\]{
    margin-top: 3.75rem;
  }
  .lg-down\:mb-\[-5\.625rem\]{
    margin-bottom: -5.625rem;
  }
  .lg-down\:flex{
    display: flex;
  }
  .lg-down\:hidden{
    display: none;
  }
  .lg-down\:h-\[20\.938rem\]{
    height: 20.938rem;
  }
  .lg-down\:w-\[18\.75rem\]{
    width: 18.75rem;
  }
  .lg-down\:w-full{
    width: 100%;
  }
  .lg-down\:\!w-full{
    width: 100% !important;
  }
  .lg-down\:min-w-\[100\%\]{
    min-width: 100%;
  }
  .lg-down\:max-w-\[18\.75rem\]{
    max-width: 18.75rem;
  }
  .lg-down\:max-w-\[38\.75rem\]{
    max-width: 38.75rem;
  }
  .lg-down\:max-w-\[15\.625rem\]{
    max-width: 15.625rem;
  }
  .lg-down\:max-w-\[45rem\]{
    max-width: 45rem;
  }
  .lg-down\:flex-auto{
    flex: 1 1 auto;
  }
  .lg-down\:flex-none{
    flex: none;
  }
  .lg-down\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg-down\:flex-col{
    flex-direction: column;
  }
  .lg-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .lg-down\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg-down\:items-center{
    align-items: center;
  }
  .lg-down\:justify-start{
    justify-content: flex-start;
  }
  .lg-down\:justify-center{
    justify-content: center;
  }
  .lg-down\:gap-\[1rem\]{
    gap: 1rem;
  }
  .lg-down\:gap-5{
    gap: 1.25rem;
  }
  .lg-down\:gap-10{
    gap: 2.5rem;
  }
  .lg-down\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }
  .lg-down\:gap-y-\[3\.75rem\]{
    row-gap: 3.75rem;
  }
  .lg-down\:p-10{
    padding: 2.5rem;
  }
  .lg-down\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg-down\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg-down\:py-\[7\.5rem\]{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .lg-down\:pb-\[4\.5rem\]{
    padding-bottom: 4.5rem;
  }
  .lg-down\:pt-7{
    padding-top: 1.75rem;
  }
  .lg-down\:pb-8{
    padding-bottom: 2rem;
  }
  .lg-down\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }
  .lg-down\:pb-\[0\.813rem\]{
    padding-bottom: 0.813rem;
  }
  .lg-down\:pb-\[1\.438rem\]{
    padding-bottom: 1.438rem;
  }
  .lg-down\:text-center{
    text-align: center;
  }
  .lg-down\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .lg-down\:text-\[2\.875rem\]{
    font-size: 2.875rem;
  }
  .lg-down\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg-down\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .lg-down\:text-\[1rem\]{
    font-size: 1rem;
  }
  .lg-down\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg-down\:leading-\[2\.125rem\]{
    line-height: 2.125rem;
  }
  .lg-down\:leading-\[1\.75rem\]{
    line-height: 1.75rem;
  }
  .lg-down\:leading-\[1\]{
    line-height: 1;
  }
  .lg-down\:\!leading-\[2rem\]{
    line-height: 2rem !important;
  }
}
@media (max-width: 768px){
  .md-down\:bottom-1\/2{
    bottom: 50%;
  }
  .md-down\:-order-1{
    order: -1;
  }
  .md-down\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md-down\:m-auto{
    margin: auto;
  }
  .md-down\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md-down\:my-\[2\.188rem\]{
    margin-top: 2.188rem;
    margin-bottom: 2.188rem;
  }
  .md-down\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md-down\:mx-\[-1\.25rem\]{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md-down\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-down\:mt-5{
    margin-top: 1.25rem;
  }
  .md-down\:mb-\[5\.625rem\]{
    margin-bottom: 5.625rem;
  }
  .md-down\:mt-\[2\.625rem\]{
    margin-top: 2.625rem;
  }
  .md-down\:mt-4{
    margin-top: 1rem;
  }
  .md-down\:mt-\[1\.875rem\]{
    margin-top: 1.875rem;
  }
  .md-down\:mt-\[0\.938rem\]{
    margin-top: 0.938rem;
  }
  .md-down\:mb-\[1\.625rem\]{
    margin-bottom: 1.625rem;
  }
  .md-down\:mr-\[1\.25rem\]{
    margin-right: 1.25rem;
  }
  .md-down\:mt-\[2\.5rem\]{
    margin-top: 2.5rem;
  }
  .md-down\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md-down\:mb-\[2\.188rem\]{
    margin-bottom: 2.188rem;
  }
  .md-down\:ml-0{
    margin-left: 0px;
  }
  .md-down\:mr-0{
    margin-right: 0px;
  }
  .md-down\:mt-\[1\.25rem\]{
    margin-top: 1.25rem;
  }
  .md-down\:-mt-\[11\.25rem\]{
    margin-top: -11.25rem;
  }
  .md-down\:mb-\[0\.625rem\]{
    margin-bottom: 0.625rem;
  }
  .md-down\:mb-\[1\.563rem\]{
    margin-bottom: 1.563rem;
  }
  .md-down\:mt-\[1\.375rem\]{
    margin-top: 1.375rem;
  }
  .md-down\:block{
    display: block;
  }
  .md-down\:flex{
    display: flex;
  }
  .md-down\:grid{
    display: grid;
  }
  .md-down\:hidden{
    display: none;
  }
  .md-down\:h-\[13\.438rem\]{
    height: 13.438rem;
  }
  .md-down\:w-full{
    width: 100%;
  }
  .md-down\:w-1\/3{
    width: 33.333333%;
  }
  .md-down\:max-w-\[18\.438rem\]{
    max-width: 18.438rem;
  }
  .md-down\:max-w-\[5\.625rem\]{
    max-width: 5.625rem;
  }
  .md-down\:max-w-full{
    max-width: 100%;
  }
  .md-down\:flex-1{
    flex: 1 1 0%;
  }
  .md-down\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .md-down\:basis-24{
    flex-basis: 6rem;
  }
  .md-down\:basis-full{
    flex-basis: 100%;
  }
  .md-down\:basis-1\/2{
    flex-basis: 50%;
  }
  .md-down\:translate-y-2\/4{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md-down\:cursor-pointer{
    cursor: pointer;
  }
  .md-down\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md-down\:flex-col{
    flex-direction: column;
  }
  .md-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .md-down\:flex-wrap{
    flex-wrap: wrap;
  }
  .md-down\:items-center{
    align-items: center;
  }
  .md-down\:justify-center{
    justify-content: center;
  }
  .md-down\:justify-between{
    justify-content: space-between;
  }
  .md-down\:gap-\[3\.125rem\]{
    gap: 3.125rem;
  }
  .md-down\:gap-\[1\.875rem\]{
    gap: 1.875rem;
  }
  .md-down\:gap-2\.5{
    gap: 0.625rem;
  }
  .md-down\:gap-2{
    gap: 0.5rem;
  }
  .md-down\:gap-\[20px\]{
    gap: 20px;
  }
  .md-down\:gap-y-\[3\.125rem\]{
    row-gap: 3.125rem;
  }
  .md-down\:whitespace-normal{
    white-space: normal;
  }
  .md-down\:rounded-md{
    border-radius: 0.375rem;
  }
  .md-down\:border-b{
    border-bottom-width: 1px;
  }
  .md-down\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md-down\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md-down\:py-\[4\.688rem\]{
    padding-top: 4.688rem;
    padding-bottom: 4.688rem;
  }
  .md-down\:px-\[3\.75rem\]{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md-down\:px-\[3\.125rem\]{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .md-down\:px-\[0\.938rem\]{
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }
  .md-down\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-down\:py-\[1\.25rem\]{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md-down\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md-down\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-down\:px-\[2\.25rem\]{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md-down\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md-down\:px-\[1\.875rem\]{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md-down\:px-\[0\.5rem\]{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-down\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md-down\:px-\[0\.625rem\]{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md-down\:px-\[1\.25rem\]{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md-down\:px-\[0\.75rem\]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md-down\:px-\[4\.625rem\]{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }
  .md-down\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md-down\:py-\[0\.875rem\]{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md-down\:pt-\[1\.875rem\]{
    padding-top: 1.875rem;
  }
  .md-down\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
  .md-down\:pt-\[2\.063rem\]{
    padding-top: 2.063rem;
  }
  .md-down\:pb-\[1\.875rem\]{
    padding-bottom: 1.875rem;
  }
  .md-down\:pl-\[1\.5rem\]{
    padding-left: 1.5rem;
  }
  .md-down\:pl-\[12px\]{
    padding-left: 12px;
  }
  .md-down\:pt-\[10px\]{
    padding-top: 10px;
  }
  .md-down\:pr-\[32px\]{
    padding-right: 32px;
  }
  .md-down\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md-down\:pt-10{
    padding-top: 2.5rem;
  }
  .md-down\:pt-\[0\.625rem\]{
    padding-top: 0.625rem;
  }
  .md-down\:pb-\[2\.25rem\]{
    padding-bottom: 2.25rem;
  }
  .md-down\:pl-2\.5{
    padding-left: 0.625rem;
  }
  .md-down\:pl-2{
    padding-left: 0.5rem;
  }
  .md-down\:pl-0{
    padding-left: 0px;
  }
  .md-down\:pt-\[1\.25rem\]{
    padding-top: 1.25rem;
  }
  .md-down\:pt-\[1\.563rem\]{
    padding-top: 1.563rem;
  }
  .md-down\:pb-\[1\.438rem\]{
    padding-bottom: 1.438rem;
  }
  .md-down\:pt-0{
    padding-top: 0px;
  }
  .md-down\:pb-\[3\.313rem\]{
    padding-bottom: 3.313rem;
  }
  .md-down\:pb-5{
    padding-bottom: 1.25rem;
  }
  .md-down\:pb-\[2rem\]{
    padding-bottom: 2rem;
  }
  .md-down\:pt-\[3\.125rem\]{
    padding-top: 3.125rem;
  }
  .md-down\:pb-\[1\.25rem\]{
    padding-bottom: 1.25rem;
  }
  .md-down\:pb-\[4\.063rem\]{
    padding-bottom: 4.063rem;
  }
  .md-down\:pb-8{
    padding-bottom: 2rem;
  }
  .md-down\:pt-\[1\.125rem\]{
    padding-top: 1.125rem;
  }
  .md-down\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }
  .md-down\:pt-5{
    padding-top: 1.25rem;
  }
  .md-down\:pb-\[0\.75rem\]{
    padding-bottom: 0.75rem;
  }
  .md-down\:pb-\[2\.438rem\]{
    padding-bottom: 2.438rem;
  }
  .md-down\:pt-\[2\.688rem\]{
    padding-top: 2.688rem;
  }
  .md-down\:pr-\[3\.188rem\]{
    padding-right: 3.188rem;
  }
  .md-down\:pb-4{
    padding-bottom: 1rem;
  }
  .md-down\:pt-\[3\.438rem\]{
    padding-top: 3.438rem;
  }
  .md-down\:pr-\[1\.063rem\]{
    padding-right: 1.063rem;
  }
  .md-down\:pr-\[3\.875rem\]{
    padding-right: 3.875rem;
  }
  .md-down\:text-center{
    text-align: center;
  }
  .md-down\:text-right{
    text-align: right;
  }
  .md-down\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .md-down\:text-\[2rem\]{
    font-size: 2rem;
  }
  .md-down\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }
  .md-down\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md-down\:text-\[0\.75rem\]{
    font-size: 0.75rem;
  }
  .md-down\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .md-down\:leading-\[2\.625rem\]{
    line-height: 2.625rem;
  }
  .md-down\:leading-\[3\.25rem\]{
    line-height: 3.25rem;
  }
  .md-down\:leading-\[1\.75rem\]{
    line-height: 1.75rem;
  }
  .md-down\:leading-\[1\.125rem\]{
    line-height: 1.125rem;
  }
  .md-down\:tracking-\[0\.045rem\]{
    letter-spacing: 0.045rem;
  }
  .md-down\:tracking-\[0\.017rem\]{
    letter-spacing: 0.017rem;
  }
  .md-down\:tracking-\[0\.018rem\]{
    letter-spacing: 0.018rem;
  }
  .md-down\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md-down\:text-darkcharchol{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }
  .md-down\:text-black-2{
    --tw-text-opacity: 1;
    color: rgb(56 59 69 / var(--tw-text-opacity));
  }
}
@media (max-width: 480px){
  .sm-down\:bottom-\[0\.375rem\]{
    bottom: 0.375rem;
  }
  .sm-down\:left-0{
    left: 0px;
  }
  .sm-down\:right-0{
    right: 0px;
  }
  .sm-down\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sm-down\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-down\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm-down\:mt-0{
    margin-top: 0px;
  }
  .sm-down\:mb-\[0\.625rem\]{
    margin-bottom: 0.625rem;
  }
  .sm-down\:mb-0{
    margin-bottom: 0px;
  }
  .sm-down\:mr-\[0\.625rem\]{
    margin-right: 0.625rem;
  }
  .sm-down\:ml-auto{
    margin-left: auto;
  }
  .sm-down\:mr-auto{
    margin-right: auto;
  }
  .sm-down\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm-down\:ml-\[17\%\]{
    margin-left: 17%;
  }
  .sm-down\:mt-\[2\.5rem\]{
    margin-top: 2.5rem;
  }
  .sm-down\:mt-\[1\.188rem\]{
    margin-top: 1.188rem;
  }
  .sm-down\:ml-2{
    margin-left: 0.5rem;
  }
  .sm-down\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }
  .sm-down\:mb-\[3\.125rem\]{
    margin-bottom: 3.125rem;
  }
  .sm-down\:mt-\[2\.188rem\]{
    margin-top: 2.188rem;
  }
  .sm-down\:block{
    display: block;
  }
  .sm-down\:flex{
    display: flex;
  }
  .sm-down\:hidden{
    display: none;
  }
  .sm-down\:\!w-full{
    width: 100% !important;
  }
  .sm-down\:w-full{
    width: 100%;
  }
  .sm-down\:min-w-\[100\%\]{
    min-width: 100%;
  }
  .sm-down\:max-w-full{
    max-width: 100%;
  }
  .sm-down\:max-w-\[15\.75rem\]{
    max-width: 15.75rem;
  }
  .sm-down\:max-w-\[14\.063rem\]{
    max-width: 14.063rem;
  }
  .sm-down\:max-w-\[19\.5rem\]{
    max-width: 19.5rem;
  }
  .sm-down\:max-w-\[6\.3rem\]{
    max-width: 6.3rem;
  }
  .sm-down\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm-down\:flex-col{
    flex-direction: column;
  }
  .sm-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .sm-down\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm-down\:items-start{
    align-items: flex-start;
  }
  .sm-down\:justify-between{
    justify-content: space-between;
  }
  .sm-down\:gap-4{
    gap: 1rem;
  }
  .sm-down\:gap-\[0\.313rem\]{
    gap: 0.313rem;
  }
  .sm-down\:gap-\[3\.125rem\]{
    gap: 3.125rem;
  }
  .sm-down\:gap-10{
    gap: 2.5rem;
  }
  .sm-down\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sm-down\:\!p-0{
    padding: 0px !important;
  }
  .sm-down\:p-\[0\.938rem\]{
    padding: 0.938rem;
  }
  .sm-down\:p-0{
    padding: 0px;
  }
  .sm-down\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-down\:px-\[0\.938rem\]{
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }
  .sm-down\:py-\[1\.563rem\]{
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
  }
  .sm-down\:px-\[1\.875rem\]{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm-down\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm-down\:px-\[0\.625rem\]{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm-down\:py-\[2\.438rem\]{
    padding-top: 2.438rem;
    padding-bottom: 2.438rem;
  }
  .sm-down\:px-\[0\.875rem\]{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .sm-down\:pr-5{
    padding-right: 1.25rem;
  }
  .sm-down\:pb-0{
    padding-bottom: 0px;
  }
  .sm-down\:pb-\[0\.938rem\]{
    padding-bottom: 0.938rem;
  }
  .sm-down\:pl-2\.5{
    padding-left: 0.625rem;
  }
  .sm-down\:pl-2{
    padding-left: 0.5rem;
  }
  .sm-down\:pt-10{
    padding-top: 2.5rem;
  }
  .sm-down\:pl-5{
    padding-left: 1.25rem;
  }
  .sm-down\:pt-\[2\.875rem\]{
    padding-top: 2.875rem;
  }
  .sm-down\:pb-\[1\.563rem\]{
    padding-bottom: 1.563rem;
  }
  .sm-down\:pl-\[1\.25rem\]{
    padding-left: 1.25rem;
  }
  .sm-down\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }
  .sm-down\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
  .sm-down\:pb-\[6\.25rem\]{
    padding-bottom: 6.25rem;
  }
  .sm-down\:pt-5{
    padding-top: 1.25rem;
  }
  .sm-down\:text-left{
    text-align: left;
  }
  .sm-down\:text-center{
    text-align: center;
  }
  .sm-down\:text-\[1rem\]{
    font-size: 1rem;
  }
  .sm-down\:text-\[0\.75rem\]{
    font-size: 0.75rem;
  }
  .sm-down\:text-\[1\.625rem\]{
    font-size: 1.625rem;
  }
  .sm-down\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .sm-down\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm-down\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .sm-down\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .sm-down\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .sm-down\:\!text-\[1\.375rem\]{
    font-size: 1.375rem !important;
  }
  .sm-down\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }
  .sm-down\:text-\[1\.688rem\]{
    font-size: 1.688rem;
  }
  .sm-down\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }
  .sm-down\:leading-\[2rem\]{
    line-height: 2rem;
  }
  .sm-down\:leading-\[1\.755rem\]{
    line-height: 1.755rem;
  }
  .sm-down\:leading-\[2\.625rem\]{
    line-height: 2.625rem;
  }
  .sm-down\:leading-\[2\.063rem\]{
    line-height: 2.063rem;
  }
  .sm-down\:leading-\[2\.475rem\]{
    line-height: 2.475rem;
  }
  .sm-down\:\!leading-\[2\.131rem\]{
    line-height: 2.131rem !important;
  }
  .sm-down\:leading-\[1\.13rem\]{
    line-height: 1.13rem;
  }
  .sm-down\:leading-\[1\.129rem\]{
    line-height: 1.129rem;
  }
  .sm-down\:leading-\[2\.194rem\]{
    line-height: 2.194rem;
  }
  .sm-down\:leading-\[1\.774rem\]{
    line-height: 1.774rem;
  }
  .sm-down\:leading-\[1\.238rem\]{
    line-height: 1.238rem;
  }
  .sm-down\:tracking-\[0\.02rem\]{
    letter-spacing: 0.02rem;
  }
  .sm-down\:tracking-\[0\.023rem\]{
    letter-spacing: 0.023rem;
  }
  .sm-down\:tracking-\[0\.045rem\]{
    letter-spacing: 0.045rem;
  }
  .sm-down\:tracking-\[0\.018rem\]{
    letter-spacing: 0.018rem;
  }
}

.totalbodyprotein-0425 section#shopify-section-announcement ,
.cart .sec-cart-img,
.transformation-quiz #hkoA11YEnablerLoaderAssets trigger-host {
    display: none;
}
  .non-product {
    display:none;
  }
