/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/styles/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/**
 * Bootstrap Variables
 */
/*
 * Color system
 */
/**
 * Grid
 */
/**
 * Border Radius
 */
/**
 * Fonts
 */
/**
 * Crunch Utilities
 */
/**
 * Variables
 */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
 * Mixins
 */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
 * Fluid
 */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
 * Spacings
 */
/**
 * Editor wysiwyg margins
 */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
.background-cover {
  background-position: center;
  background-size: cover;
}

/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.object-fit-cover--centered {
  top: 50%;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.object-fit-cover--centered-x {
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
.hide {
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -998em;
}

/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
.adjustable-element {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
.fill-the-whole-space {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.font-size-10 {
  font-size: 0.625rem;
}

.font-size-11 {
  font-size: 0.6875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.font-size-12-14 {
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .font-size-12-14 {
    font-size: 0.78125rem;
  }
}
@media (min-width: 768px) {
  .font-size-12-14 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .font-size-12-14 {
    font-size: 0.84375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-12-14 {
    font-size: 0.875rem;
  }
}

.font-size-16 {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .font-size-16 {
    font-size: 0.90625rem;
  }
}
@media (min-width: 768px) {
  .font-size-16 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .font-size-16 {
    font-size: 0.96875rem;
  }
}
@media (min-width: 1200px) {
  .font-size-16 {
    font-size: 1rem;
  }
}

.font-size-20 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .font-size-20 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .font-size-20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .font-size-20 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .font-size-20 {
    font-size: 1.25rem;
  }
}

.font-size-24 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .font-size-24 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .font-size-24 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .font-size-24 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-24 {
    font-size: 1.5rem;
  }
}

.font-size-30 {
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .font-size-30 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .font-size-30 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .font-size-30 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .font-size-30 {
    font-size: 1.875rem;
  }
}

.font-size-50 {
  font-size: 2.0625rem;
}
@media (min-width: 576px) {
  .font-size-50 {
    font-size: 2.32812rem;
  }
}
@media (min-width: 768px) {
  .font-size-50 {
    font-size: 2.59375rem;
  }
}
@media (min-width: 992px) {
  .font-size-50 {
    font-size: 2.85938rem;
  }
}
@media (min-width: 1200px) {
  .font-size-50 {
    font-size: 3.125rem;
  }
}

.font-size-60 {
  font-size: 2.375rem;
}
@media (min-width: 576px) {
  .font-size-60 {
    font-size: 2.71875rem;
  }
}
@media (min-width: 768px) {
  .font-size-60 {
    font-size: 3.0625rem;
  }
}
@media (min-width: 992px) {
  .font-size-60 {
    font-size: 3.40625rem;
  }
}
@media (min-width: 1200px) {
  .font-size-60 {
    font-size: 3.75rem;
  }
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
.animated-border-bottom {
  padding-bottom: 0.125rem;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.animated-border-bottom:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.animated-border-bottom:hover,
.animated-border-bottom:focus,
.active.animated-border-bottom {
  background-size: 100% 100%;
}
.animated-border-bottom--width-2 {
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 2px,
    transparent 2px
  );
  background-image: linear-gradient(to top, currentColor 2px, transparent 2px);
}
.animated-border-bottom--reverse {
  background-position: right;
  background-size: 100% 100%;
}
.animated-border-bottom--reverse:hover,
.animated-border-bottom--reverse:focus,
.active.animated-border-bottom--reverse {
  background-size: 0% 100%;
}

/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
.lock-position {
  position: fixed !important;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
.hover-opacity-0-75:hover,
.hover-opacity-0-75:focus {
  opacity: 0.75;
}

.hover-opacity-0-5:hover,
.hover-opacity-0-5:focus {
  opacity: 0.5;
}

/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
.flex-0-0-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
.text-opacity-0-3,
.text-opacity-0-3 p,
.text-opacity-0-3 span,
.text-opacity-0-3 h1,
.text-opacity-0-3 .h1,
.text-opacity-0-3 h2,
.text-opacity-0-3 .h2,
.text-opacity-0-3 h3,
.text-opacity-0-3 .h3,
.text-opacity-0-3 h4,
.text-opacity-0-3 .h4,
.text-opacity-0-3 h5,
.text-opacity-0-3 .h5,
.text-opacity-0-3 h6,
.text-opacity-0-3 .h6,
.text-opacity-0-3 ul,
.text-opacity-0-3 ol,
.text-opacity-0-3 sup,
.text-opacity-0-3 sub,
.text-opacity-0-3 tr,
.text-opacity-0-3 th,
.text-opacity-0-3 td,
.text-opacity-0-3 hr {
  opacity: 0.3;
}

.text-opacity-0-4,
.text-opacity-0-4 p,
.text-opacity-0-4 span,
.text-opacity-0-4 h1,
.text-opacity-0-4 .h1,
.text-opacity-0-4 h2,
.text-opacity-0-4 .h2,
.text-opacity-0-4 h3,
.text-opacity-0-4 .h3,
.text-opacity-0-4 h4,
.text-opacity-0-4 .h4,
.text-opacity-0-4 h5,
.text-opacity-0-4 .h5,
.text-opacity-0-4 h6,
.text-opacity-0-4 .h6,
.text-opacity-0-4 ul,
.text-opacity-0-4 ol,
.text-opacity-0-4 sup,
.text-opacity-0-4 sub,
.text-opacity-0-4 tr,
.text-opacity-0-4 th,
.text-opacity-0-4 td,
.text-opacity-0-4 hr {
  opacity: 0.4;
}

.text-opacity-0-5,
.text-opacity-0-5 p,
.text-opacity-0-5 span,
.text-opacity-0-5 h1,
.text-opacity-0-5 .h1,
.text-opacity-0-5 h2,
.text-opacity-0-5 .h2,
.text-opacity-0-5 h3,
.text-opacity-0-5 .h3,
.text-opacity-0-5 h4,
.text-opacity-0-5 .h4,
.text-opacity-0-5 h5,
.text-opacity-0-5 .h5,
.text-opacity-0-5 h6,
.text-opacity-0-5 .h6,
.text-opacity-0-5 ul,
.text-opacity-0-5 ol,
.text-opacity-0-5 sup,
.text-opacity-0-5 sub,
.text-opacity-0-5 tr,
.text-opacity-0-5 th,
.text-opacity-0-5 td,
.text-opacity-0-5 hr {
  opacity: 0.5;
}

.text-opacity-0-6,
.text-opacity-0-6 p,
.text-opacity-0-6 span,
.text-opacity-0-6 h1,
.text-opacity-0-6 .h1,
.text-opacity-0-6 h2,
.text-opacity-0-6 .h2,
.text-opacity-0-6 h3,
.text-opacity-0-6 .h3,
.text-opacity-0-6 h4,
.text-opacity-0-6 .h4,
.text-opacity-0-6 h5,
.text-opacity-0-6 .h5,
.text-opacity-0-6 h6,
.text-opacity-0-6 .h6,
.text-opacity-0-6 ul,
.text-opacity-0-6 ol,
.text-opacity-0-6 sup,
.text-opacity-0-6 sub,
.text-opacity-0-6 tr,
.text-opacity-0-6 th,
.text-opacity-0-6 td,
.text-opacity-0-6 hr {
  opacity: 0.6;
}

.text-opacity-0-7,
.text-opacity-0-7 p,
.text-opacity-0-7 span,
.text-opacity-0-7 h1,
.text-opacity-0-7 .h1,
.text-opacity-0-7 h2,
.text-opacity-0-7 .h2,
.text-opacity-0-7 h3,
.text-opacity-0-7 .h3,
.text-opacity-0-7 h4,
.text-opacity-0-7 .h4,
.text-opacity-0-7 h5,
.text-opacity-0-7 .h5,
.text-opacity-0-7 h6,
.text-opacity-0-7 .h6,
.text-opacity-0-7 ul,
.text-opacity-0-7 ol,
.text-opacity-0-7 sup,
.text-opacity-0-7 sub,
.text-opacity-0-7 tr,
.text-opacity-0-7 th,
.text-opacity-0-7 td,
.text-opacity-0-7 hr {
  opacity: 0.7;
}

.text-opacity-0-8,
.text-opacity-0-8 p,
.text-opacity-0-8 span,
.text-opacity-0-8 h1,
.text-opacity-0-8 .h1,
.text-opacity-0-8 h2,
.text-opacity-0-8 .h2,
.text-opacity-0-8 h3,
.text-opacity-0-8 .h3,
.text-opacity-0-8 h4,
.text-opacity-0-8 .h4,
.text-opacity-0-8 h5,
.text-opacity-0-8 .h5,
.text-opacity-0-8 h6,
.text-opacity-0-8 .h6,
.text-opacity-0-8 ul,
.text-opacity-0-8 ol,
.text-opacity-0-8 sup,
.text-opacity-0-8 sub,
.text-opacity-0-8 tr,
.text-opacity-0-8 th,
.text-opacity-0-8 td,
.text-opacity-0-8 hr {
  opacity: 0.8;
}

.text-opacity-0-9,
.text-opacity-0-9 p,
.text-opacity-0-9 span,
.text-opacity-0-9 h1,
.text-opacity-0-9 .h1,
.text-opacity-0-9 h2,
.text-opacity-0-9 .h2,
.text-opacity-0-9 h3,
.text-opacity-0-9 .h3,
.text-opacity-0-9 h4,
.text-opacity-0-9 .h4,
.text-opacity-0-9 h5,
.text-opacity-0-9 .h5,
.text-opacity-0-9 h6,
.text-opacity-0-9 .h6,
.text-opacity-0-9 ul,
.text-opacity-0-9 ol,
.text-opacity-0-9 sup,
.text-opacity-0-9 sub,
.text-opacity-0-9 tr,
.text-opacity-0-9 th,
.text-opacity-0-9 td,
.text-opacity-0-9 hr {
  opacity: 0.9;
}

.text-opacity-0-15,
.text-opacity-0-15 p,
.text-opacity-0-15 span,
.text-opacity-0-15 h1,
.text-opacity-0-15 .h1,
.text-opacity-0-15 h2,
.text-opacity-0-15 .h2,
.text-opacity-0-15 h3,
.text-opacity-0-15 .h3,
.text-opacity-0-15 h4,
.text-opacity-0-15 .h4,
.text-opacity-0-15 h5,
.text-opacity-0-15 .h5,
.text-opacity-0-15 h6,
.text-opacity-0-15 .h6,
.text-opacity-0-15 ul,
.text-opacity-0-15 ol,
.text-opacity-0-15 sup,
.text-opacity-0-15 sub,
.text-opacity-0-15 tr,
.text-opacity-0-15 th,
.text-opacity-0-15 td,
.text-opacity-0-15 hr {
  opacity: 0.15;
}

/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Main Styles
   */
/* ~~~~~~~~~~ Bootstrap ~~~~~~~~~~ */
/**
   * Include functions first (so you can manipulate colors, SVGs, calc, etc)
   */
/**
  * Include any default variable overrides here
  */
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
  * Include rest of required Bootstrap stylesheets
  */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-blue: #1445f5;
  --bs-lavender-blue: #7b90ff;
  --bs-salmon: #fa8263;
  --bs-yellow: #f7cc3d;
  --bs-pink: #ff85c7;
  --bs-green: #29d17d;
  --bs-red: #ec524e;
  --bs-light-gray: #e5e5e5;
  --bs-light-gray-2: #bbbbbb;
  --bs-gray: #6c6c6c;
  --bs-gray-2: #7f7f7f;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-alabaster: #f9f9f9;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

/**
  * Include any optional Bootstrap components as you like
  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1,
.h1 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: -webkit-calc(1.325rem + 0.9vw);
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: -webkit-calc(1.3rem + 0.6vw);
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: -webkit-calc(1.625rem + 4.5vw);
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: -webkit-calc(1.575rem + 3.9vw);
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: -webkit-calc(1.525rem + 3.3vw);
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: -webkit-calc(1.475rem + 2.7vw);
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: -webkit-calc(1.425rem + 2.1vw);
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 860px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1080px;
  }
}

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/**
   * Add additional utilities
   */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-blue {
  color: #1445f5;
}
.link-blue:hover,
.link-blue:focus {
  color: #1037c4;
}

.link-lavender-blue {
  color: #7b90ff;
}
.link-lavender-blue:hover,
.link-lavender-blue:focus {
  color: #95a6ff;
}

.link-salmon {
  color: #fa8263;
}
.link-salmon:hover,
.link-salmon:focus {
  color: #fb9b82;
}

.link-yellow {
  color: #f7cc3d;
}
.link-yellow:hover,
.link-yellow:focus {
  color: #f9d664;
}

.link-pink {
  color: #ff85c7;
}
.link-pink:hover,
.link-pink:focus {
  color: #ff9dd2;
}

.link-green {
  color: #29d17d;
}
.link-green:hover,
.link-green:focus {
  color: #54da97;
}

.link-red {
  color: #ec524e;
}
.link-red:hover,
.link-red:focus {
  color: #f07571;
}

.link-light-gray {
  color: #e5e5e5;
}
.link-light-gray:hover,
.link-light-gray:focus {
  color: #eaeaea;
}

.link-light-gray-2 {
  color: #bbbbbb;
}
.link-light-gray-2:hover,
.link-light-gray-2:focus {
  color: #c9c9c9;
}

.link-gray {
  color: #6c6c6c;
}
.link-gray:hover,
.link-gray:focus {
  color: #565656;
}

.link-gray-2 {
  color: #7f7f7f;
}
.link-gray-2:hover,
.link-gray-2:focus {
  color: #999999;
}

.link-black {
  color: #000;
}
.link-black:hover,
.link-black:focus {
  color: black;
}

.link-white {
  color: #fff;
}
.link-white:hover,
.link-white:focus {
  color: white;
}

.link-alabaster {
  color: #f9f9f9;
}
.link-alabaster:hover,
.link-alabaster:focus {
  color: #fafafa;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: -webkit-calc(3 / 4 * 100%);
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: -webkit-calc(9 / 16 * 100%);
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: -webkit-calc(9 / 21 * 100%);
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-blue {
  border-color: #1445f5 !important;
}

.border-lavender-blue {
  border-color: #7b90ff !important;
}

.border-salmon {
  border-color: #fa8263 !important;
}

.border-yellow {
  border-color: #f7cc3d !important;
}

.border-pink {
  border-color: #ff85c7 !important;
}

.border-green {
  border-color: #29d17d !important;
}

.border-red {
  border-color: #ec524e !important;
}

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

.border-light-gray-2 {
  border-color: #bbbbbb !important;
}

.border-gray {
  border-color: #6c6c6c !important;
}

.border-gray-2 {
  border-color: #7f7f7f !important;
}

.border-black {
  border-color: #000 !important;
}

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

.border-alabaster {
  border-color: #f9f9f9 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

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

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

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

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

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

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: -webkit-calc(1.375rem + 1.5vw) !important;
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: -webkit-calc(1.325rem + 0.9vw) !important;
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: -webkit-calc(1.3rem + 0.6vw) !important;
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: -webkit-calc(1.275rem + 0.3vw) !important;
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-6 {
  line-height: 1.6 !important;
}

.line-height-1-7 {
  line-height: 1.7 !important;
}

.line-height-1-8 {
  line-height: 1.8 !important;
}

.line-height-1-9 {
  line-height: 1.9 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-blue {
  color: #1445f5 !important;
}

.text-lavender-blue {
  color: #7b90ff !important;
}

.text-salmon {
  color: #fa8263 !important;
}

.text-yellow {
  color: #f7cc3d !important;
}

.text-pink {
  color: #ff85c7 !important;
}

.text-green {
  color: #29d17d !important;
}

.text-red {
  color: #ec524e !important;
}

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

.text-light-gray-2 {
  color: #bbbbbb !important;
}

.text-gray {
  color: #6c6c6c !important;
}

.text-gray-2 {
  color: #7f7f7f !important;
}

.text-black {
  color: #000 !important;
}

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

.text-alabaster {
  color: #f9f9f9 !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-blue {
  background-color: #1445f5 !important;
}

.bg-lavender-blue {
  background-color: #7b90ff !important;
}

.bg-salmon {
  background-color: #fa8263 !important;
}

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

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

.bg-green {
  background-color: #29d17d !important;
}

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

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

.bg-light-gray-2 {
  background-color: #bbbbbb !important;
}

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

.bg-gray-2 {
  background-color: #7f7f7f !important;
}

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

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

.bg-alabaster {
  background-color: #f9f9f9 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-index-minus-1 {
  z-index: -1 !important;
}

.z-index-minus-2 {
  z-index: -2 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.clamp-1 {
  -webkit-line-clamp: 1 !important;
}

.clamp-2 {
  -webkit-line-clamp: 2 !important;
}

.clamp-3 {
  -webkit-line-clamp: 3 !important;
}

.clamp-4 {
  -webkit-line-clamp: 4 !important;
}

.clamp-5 {
  -webkit-line-clamp: 5 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .clamp-sm-1 {
    -webkit-line-clamp: 1 !important;
  }
  .clamp-sm-2 {
    -webkit-line-clamp: 2 !important;
  }
  .clamp-sm-3 {
    -webkit-line-clamp: 3 !important;
  }
  .clamp-sm-4 {
    -webkit-line-clamp: 4 !important;
  }
  .clamp-sm-5 {
    -webkit-line-clamp: 5 !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .clamp-md-1 {
    -webkit-line-clamp: 1 !important;
  }
  .clamp-md-2 {
    -webkit-line-clamp: 2 !important;
  }
  .clamp-md-3 {
    -webkit-line-clamp: 3 !important;
  }
  .clamp-md-4 {
    -webkit-line-clamp: 4 !important;
  }
  .clamp-md-5 {
    -webkit-line-clamp: 5 !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .clamp-lg-1 {
    -webkit-line-clamp: 1 !important;
  }
  .clamp-lg-2 {
    -webkit-line-clamp: 2 !important;
  }
  .clamp-lg-3 {
    -webkit-line-clamp: 3 !important;
  }
  .clamp-lg-4 {
    -webkit-line-clamp: 4 !important;
  }
  .clamp-lg-5 {
    -webkit-line-clamp: 5 !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .clamp-xl-1 {
    -webkit-line-clamp: 1 !important;
  }
  .clamp-xl-2 {
    -webkit-line-clamp: 2 !important;
  }
  .clamp-xl-3 {
    -webkit-line-clamp: 3 !important;
  }
  .clamp-xl-4 {
    -webkit-line-clamp: 4 !important;
  }
  .clamp-xl-5 {
    -webkit-line-clamp: 5 !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* ~~~~~~~~~~ Base Styles ~~~~~~~~~~ */
/**
   * Typography
   */
/* ~~~~~~~~~~ HTML ~~~~~~~~~~ */
:root {
  font-size: 100%;
}

/* ~~~~~~~~~~ Body ~~~~~~~~~~ */
body {
  line-height: 1.6;
}
body {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  body {
    font-size: 0.90625rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 0.96875rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}

/* ~~~~~~~~~~ Headlines ~~~~~~~~~~ */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0 !important;
  font-weight: 800;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
}

h1,
.h1,
.h1 {
  line-height: 1.2;
}
h1,
.h1,
.h1 {
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  h1,
  .h1,
  .h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  .h1 {
    font-size: 3.75rem;
  }
}

h2,
.h2,
.h2 {
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2,
  .h2 {
    font-size: 3.125rem;
  }
}

h3,
.h3,
.h3 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.40625rem;
  }
}
@media (min-width: 768px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.71875rem;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4,
.h4 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5,
.h5 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6,
.h6 {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  h6,
  .h6,
  .h6 {
    font-size: 0.90625rem;
  }
}
@media (min-width: 768px) {
  h6,
  .h6,
  .h6 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  h6,
  .h6,
  .h6 {
    font-size: 0.96875rem;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6,
  .h6 {
    font-size: 1rem;
  }
}

/* ~~~~~~~~~~ Text elements ~~~~~~~~~~ */
b,
strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

/**
   * WP Admin Bar
   */
div#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

.ab-sub-wrapper {
  bottom: 2.875rem;
}
@media screen and (min-width: 48.9375rem) {
  .ab-sub-wrapper {
    bottom: 2rem;
  }
}

.admin-bar {
  margin-bottom: 2.875rem !important;
}
@media screen and (min-width: 48.9375rem) {
  .admin-bar {
    margin-bottom: 2rem !important;
  }
}

html[lang] {
  margin-top: 0 !important;
}

.alert-ie {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  padding: 2rem;
  background: #cd5c5c;
  color: #fff;
  text-align: center;
}
.alert-ie a {
  text-decoration: underline;
}

/* ~~~~~~~~~~ Helpers ~~~~~~~~~~ */
html {
  /* CSS custom property for the polyfill */
  --scroll-behavior: unset;
  /* Normal CSS property for browsers with native support */
  scroll-behavior: unset;
}
html *[id] {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-margin: -5rem;
}

/**
   * Lazyload
   */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* prettier-ignore */
/**
   * Repeaters
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Element paddings and margins ~~~~~~~~~~ */
.c-m-1 {
  margin: 0.25rem;
}

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

.c-m-2 {
  margin: 0.25rem;
}

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

.c-m-3 {
  margin: 0.5rem;
}

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

.c-m-4 {
  margin: 0.75rem;
}

.c-m-only-4 {
  margin: 1.5rem !important;
}

.c-m-5 {
  margin: 1rem;
}

.c-m-only-5 {
  margin: 2rem !important;
}

.c-m-6 {
  margin: 1.5rem;
}

.c-m-only-6 {
  margin: 3rem !important;
}

.c-m-7 {
  margin: 2rem;
}

.c-m-only-7 {
  margin: 4rem !important;
}

.c-m-8 {
  margin: 2.5rem;
}

.c-m-only-8 {
  margin: 5rem !important;
}

.c-m-9 {
  margin: 3.125rem;
}

.c-m-only-9 {
  margin: 6.25rem !important;
}

.c-m-10 {
  margin: 4rem;
}

.c-m-only-10 {
  margin: 8rem !important;
}

.c-m-11 {
  margin: 4.6875rem;
}

.c-m-only-11 {
  margin: 9.375rem !important;
}

.c-m-12 {
  margin: 5.3125rem;
}

.c-m-only-12 {
  margin: 10.625rem !important;
}

.c-mt-1 {
  margin-top: 0.25rem;
}

.c-mt-only-1 {
  margin-top: 0.25rem !important;
}

.c-mt-2 {
  margin-top: 0.25rem;
}

.c-mt-only-2 {
  margin-top: 0.5rem !important;
}

.c-mt-3 {
  margin-top: 0.5rem;
}

.c-mt-only-3 {
  margin-top: 1rem !important;
}

.c-mt-4 {
  margin-top: 0.75rem;
}

.c-mt-only-4 {
  margin-top: 1.5rem !important;
}

.c-mt-5 {
  margin-top: 1rem;
}

.c-mt-only-5 {
  margin-top: 2rem !important;
}

.c-mt-6 {
  margin-top: 1.5rem;
}

.c-mt-only-6 {
  margin-top: 3rem !important;
}

.c-mt-7 {
  margin-top: 2rem;
}

.c-mt-only-7 {
  margin-top: 4rem !important;
}

.c-mt-8 {
  margin-top: 2.5rem;
}

.c-mt-only-8 {
  margin-top: 5rem !important;
}

.c-mt-9 {
  margin-top: 3.125rem;
}

.c-mt-only-9 {
  margin-top: 6.25rem !important;
}

.c-mt-10 {
  margin-top: 4rem;
}

.c-mt-only-10 {
  margin-top: 8rem !important;
}

.c-mt-11 {
  margin-top: 4.6875rem;
}

.c-mt-only-11 {
  margin-top: 9.375rem !important;
}

.c-mt-12 {
  margin-top: 5.3125rem;
}

.c-mt-only-12 {
  margin-top: 10.625rem !important;
}

.c-mr-1 {
  margin-right: 0.25rem;
}

.c-mr-only-1 {
  margin-right: 0.25rem !important;
}

.c-mr-2 {
  margin-right: 0.25rem;
}

.c-mr-only-2 {
  margin-right: 0.5rem !important;
}

.c-mr-3 {
  margin-right: 0.5rem;
}

.c-mr-only-3 {
  margin-right: 1rem !important;
}

.c-mr-4 {
  margin-right: 0.75rem;
}

.c-mr-only-4 {
  margin-right: 1.5rem !important;
}

.c-mr-5 {
  margin-right: 1rem;
}

.c-mr-only-5 {
  margin-right: 2rem !important;
}

.c-mr-6 {
  margin-right: 1.5rem;
}

.c-mr-only-6 {
  margin-right: 3rem !important;
}

.c-mr-7 {
  margin-right: 2rem;
}

.c-mr-only-7 {
  margin-right: 4rem !important;
}

.c-mr-8 {
  margin-right: 2.5rem;
}

.c-mr-only-8 {
  margin-right: 5rem !important;
}

.c-mr-9 {
  margin-right: 3.125rem;
}

.c-mr-only-9 {
  margin-right: 6.25rem !important;
}

.c-mr-10 {
  margin-right: 4rem;
}

.c-mr-only-10 {
  margin-right: 8rem !important;
}

.c-mr-11 {
  margin-right: 4.6875rem;
}

.c-mr-only-11 {
  margin-right: 9.375rem !important;
}

.c-mr-12 {
  margin-right: 5.3125rem;
}

.c-mr-only-12 {
  margin-right: 10.625rem !important;
}

.c-mb-1 {
  margin-bottom: 0.25rem;
}

.c-mb-only-1 {
  margin-bottom: 0.25rem !important;
}

.c-mb-2 {
  margin-bottom: 0.25rem;
}

.c-mb-only-2 {
  margin-bottom: 0.5rem !important;
}

.c-mb-3 {
  margin-bottom: 0.5rem;
}

.c-mb-only-3 {
  margin-bottom: 1rem !important;
}

.c-mb-4 {
  margin-bottom: 0.75rem;
}

.c-mb-only-4 {
  margin-bottom: 1.5rem !important;
}

.c-mb-5 {
  margin-bottom: 1rem;
}

.c-mb-only-5 {
  margin-bottom: 2rem !important;
}

.c-mb-6 {
  margin-bottom: 1.5rem;
}

.c-mb-only-6 {
  margin-bottom: 3rem !important;
}

.c-mb-7 {
  margin-bottom: 2rem;
}

.c-mb-only-7 {
  margin-bottom: 4rem !important;
}

.c-mb-8 {
  margin-bottom: 2.5rem;
}

.c-mb-only-8 {
  margin-bottom: 5rem !important;
}

.c-mb-9 {
  margin-bottom: 3.125rem;
}

.c-mb-only-9 {
  margin-bottom: 6.25rem !important;
}

.c-mb-10 {
  margin-bottom: 4rem;
}

.c-mb-only-10 {
  margin-bottom: 8rem !important;
}

.c-mb-11 {
  margin-bottom: 4.6875rem;
}

.c-mb-only-11 {
  margin-bottom: 9.375rem !important;
}

.c-mb-12 {
  margin-bottom: 5.3125rem;
}

.c-mb-only-12 {
  margin-bottom: 10.625rem !important;
}

.c-ml-1 {
  margin-left: 0.25rem;
}

.c-ml-only-1 {
  margin-left: 0.25rem !important;
}

.c-ml-2 {
  margin-left: 0.25rem;
}

.c-ml-only-2 {
  margin-left: 0.5rem !important;
}

.c-ml-3 {
  margin-left: 0.5rem;
}

.c-ml-only-3 {
  margin-left: 1rem !important;
}

.c-ml-4 {
  margin-left: 0.75rem;
}

.c-ml-only-4 {
  margin-left: 1.5rem !important;
}

.c-ml-5 {
  margin-left: 1rem;
}

.c-ml-only-5 {
  margin-left: 2rem !important;
}

.c-ml-6 {
  margin-left: 1.5rem;
}

.c-ml-only-6 {
  margin-left: 3rem !important;
}

.c-ml-7 {
  margin-left: 2rem;
}

.c-ml-only-7 {
  margin-left: 4rem !important;
}

.c-ml-8 {
  margin-left: 2.5rem;
}

.c-ml-only-8 {
  margin-left: 5rem !important;
}

.c-ml-9 {
  margin-left: 3.125rem;
}

.c-ml-only-9 {
  margin-left: 6.25rem !important;
}

.c-ml-10 {
  margin-left: 4rem;
}

.c-ml-only-10 {
  margin-left: 8rem !important;
}

.c-ml-11 {
  margin-left: 4.6875rem;
}

.c-ml-only-11 {
  margin-left: 9.375rem !important;
}

.c-ml-12 {
  margin-left: 5.3125rem;
}

.c-ml-only-12 {
  margin-left: 10.625rem !important;
}

.c-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-mx-only-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.c-mx-2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-mx-only-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.c-mx-3 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.c-mx-only-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.c-mx-4 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.c-mx-only-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.c-mx-5 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-mx-only-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.c-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.c-mx-only-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.c-mx-7 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.c-mx-only-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.c-mx-8 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.c-mx-only-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.c-mx-9 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.c-mx-only-9 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.c-mx-10 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.c-mx-only-10 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.c-mx-11 {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.c-mx-only-11 {
  margin-left: 9.375rem !important;
  margin-right: 9.375rem !important;
}

.c-mx-12 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.c-mx-only-12 {
  margin-left: 10.625rem !important;
  margin-right: 10.625rem !important;
}

.c-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-my-only-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.c-my-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-my-only-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.c-my-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-my-only-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.c-my-4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.c-my-only-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.c-my-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-my-only-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.c-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-my-only-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.c-my-7 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-my-only-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.c-my-8 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c-my-only-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.c-my-9 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.c-my-only-9 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.c-my-10 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.c-my-only-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.c-my-11 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.c-my-only-11 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.c-my-12 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.c-my-only-12 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}

.c-p-1 {
  padding: 0.25rem;
}

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

.c-p-2 {
  padding: 0.25rem;
}

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

.c-p-3 {
  padding: 0.5rem;
}

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

.c-p-4 {
  padding: 0.75rem;
}

.c-p-only-4 {
  padding: 1.5rem !important;
}

.c-p-5 {
  padding: 1rem;
}

.c-p-only-5 {
  padding: 2rem !important;
}

.c-p-6 {
  padding: 1.5rem;
}

.c-p-only-6 {
  padding: 3rem !important;
}

.c-p-7 {
  padding: 2rem;
}

.c-p-only-7 {
  padding: 4rem !important;
}

.c-p-8 {
  padding: 2.5rem;
}

.c-p-only-8 {
  padding: 5rem !important;
}

.c-p-9 {
  padding: 3.125rem;
}

.c-p-only-9 {
  padding: 6.25rem !important;
}

.c-p-10 {
  padding: 4rem;
}

.c-p-only-10 {
  padding: 8rem !important;
}

.c-p-11 {
  padding: 4.6875rem;
}

.c-p-only-11 {
  padding: 9.375rem !important;
}

.c-p-12 {
  padding: 5.3125rem;
}

.c-p-only-12 {
  padding: 10.625rem !important;
}

.c-pt-1 {
  padding-top: 0.25rem;
}

.c-pt-only-1 {
  padding-top: 0.25rem !important;
}

.c-pt-2 {
  padding-top: 0.25rem;
}

.c-pt-only-2 {
  padding-top: 0.5rem !important;
}

.c-pt-3 {
  padding-top: 0.5rem;
}

.c-pt-only-3 {
  padding-top: 1rem !important;
}

.c-pt-4 {
  padding-top: 0.75rem;
}

.c-pt-only-4 {
  padding-top: 1.5rem !important;
}

.c-pt-5 {
  padding-top: 1rem;
}

.c-pt-only-5 {
  padding-top: 2rem !important;
}

.c-pt-6 {
  padding-top: 1.5rem;
}

.c-pt-only-6 {
  padding-top: 3rem !important;
}

.c-pt-7 {
  padding-top: 2rem;
}

.c-pt-only-7 {
  padding-top: 4rem !important;
}

.c-pt-8 {
  padding-top: 2.5rem;
}

.c-pt-only-8 {
  padding-top: 5rem !important;
}

.c-pt-9 {
  padding-top: 3.125rem;
}

.c-pt-only-9 {
  padding-top: 6.25rem !important;
}

.c-pt-10 {
  padding-top: 4rem;
}

.c-pt-only-10 {
  padding-top: 8rem !important;
}

.c-pt-11 {
  padding-top: 4.6875rem;
}

.c-pt-only-11 {
  padding-top: 9.375rem !important;
}

.c-pt-12 {
  padding-top: 5.3125rem;
}

.c-pt-only-12 {
  padding-top: 10.625rem !important;
}

.c-pr-1 {
  padding-right: 0.25rem;
}

.c-pr-only-1 {
  padding-right: 0.25rem !important;
}

.c-pr-2 {
  padding-right: 0.25rem;
}

.c-pr-only-2 {
  padding-right: 0.5rem !important;
}

.c-pr-3 {
  padding-right: 0.5rem;
}

.c-pr-only-3 {
  padding-right: 1rem !important;
}

.c-pr-4 {
  padding-right: 0.75rem;
}

.c-pr-only-4 {
  padding-right: 1.5rem !important;
}

.c-pr-5 {
  padding-right: 1rem;
}

.c-pr-only-5 {
  padding-right: 2rem !important;
}

.c-pr-6 {
  padding-right: 1.5rem;
}

.c-pr-only-6 {
  padding-right: 3rem !important;
}

.c-pr-7 {
  padding-right: 2rem;
}

.c-pr-only-7 {
  padding-right: 4rem !important;
}

.c-pr-8 {
  padding-right: 2.5rem;
}

.c-pr-only-8 {
  padding-right: 5rem !important;
}

.c-pr-9 {
  padding-right: 3.125rem;
}

.c-pr-only-9 {
  padding-right: 6.25rem !important;
}

.c-pr-10 {
  padding-right: 4rem;
}

.c-pr-only-10 {
  padding-right: 8rem !important;
}

.c-pr-11 {
  padding-right: 4.6875rem;
}

.c-pr-only-11 {
  padding-right: 9.375rem !important;
}

.c-pr-12 {
  padding-right: 5.3125rem;
}

.c-pr-only-12 {
  padding-right: 10.625rem !important;
}

.c-pb-1 {
  padding-bottom: 0.25rem;
}

.c-pb-only-1 {
  padding-bottom: 0.25rem !important;
}

.c-pb-2 {
  padding-bottom: 0.25rem;
}

.c-pb-only-2 {
  padding-bottom: 0.5rem !important;
}

.c-pb-3 {
  padding-bottom: 0.5rem;
}

.c-pb-only-3 {
  padding-bottom: 1rem !important;
}

.c-pb-4 {
  padding-bottom: 0.75rem;
}

.c-pb-only-4 {
  padding-bottom: 1.5rem !important;
}

.c-pb-5 {
  padding-bottom: 1rem;
}

.c-pb-only-5 {
  padding-bottom: 2rem !important;
}

.c-pb-6 {
  padding-bottom: 1.5rem;
}

.c-pb-only-6 {
  padding-bottom: 3rem !important;
}

.c-pb-7 {
  padding-bottom: 2rem;
}

.c-pb-only-7 {
  padding-bottom: 4rem !important;
}

.c-pb-8 {
  padding-bottom: 2.5rem;
}

.c-pb-only-8 {
  padding-bottom: 5rem !important;
}

.c-pb-9 {
  padding-bottom: 3.125rem;
}

.c-pb-only-9 {
  padding-bottom: 6.25rem !important;
}

.c-pb-10 {
  padding-bottom: 4rem;
}

.c-pb-only-10 {
  padding-bottom: 8rem !important;
}

.c-pb-11 {
  padding-bottom: 4.6875rem;
}

.c-pb-only-11 {
  padding-bottom: 9.375rem !important;
}

.c-pb-12 {
  padding-bottom: 5.3125rem;
}

.c-pb-only-12 {
  padding-bottom: 10.625rem !important;
}

.c-pl-1 {
  padding-left: 0.25rem;
}

.c-pl-only-1 {
  padding-left: 0.25rem !important;
}

.c-pl-2 {
  padding-left: 0.25rem;
}

.c-pl-only-2 {
  padding-left: 0.5rem !important;
}

.c-pl-3 {
  padding-left: 0.5rem;
}

.c-pl-only-3 {
  padding-left: 1rem !important;
}

.c-pl-4 {
  padding-left: 0.75rem;
}

.c-pl-only-4 {
  padding-left: 1.5rem !important;
}

.c-pl-5 {
  padding-left: 1rem;
}

.c-pl-only-5 {
  padding-left: 2rem !important;
}

.c-pl-6 {
  padding-left: 1.5rem;
}

.c-pl-only-6 {
  padding-left: 3rem !important;
}

.c-pl-7 {
  padding-left: 2rem;
}

.c-pl-only-7 {
  padding-left: 4rem !important;
}

.c-pl-8 {
  padding-left: 2.5rem;
}

.c-pl-only-8 {
  padding-left: 5rem !important;
}

.c-pl-9 {
  padding-left: 3.125rem;
}

.c-pl-only-9 {
  padding-left: 6.25rem !important;
}

.c-pl-10 {
  padding-left: 4rem;
}

.c-pl-only-10 {
  padding-left: 8rem !important;
}

.c-pl-11 {
  padding-left: 4.6875rem;
}

.c-pl-only-11 {
  padding-left: 9.375rem !important;
}

.c-pl-12 {
  padding-left: 5.3125rem;
}

.c-pl-only-12 {
  padding-left: 10.625rem !important;
}

.c-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.c-px-only-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.c-px-2 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.c-px-only-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.c-px-3 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-px-only-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.c-px-4 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-px-only-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.c-px-5 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-px-only-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.c-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.c-px-only-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.c-px-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.c-px-only-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.c-px-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.c-px-only-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.c-px-9 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.c-px-only-9 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.c-px-10 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-px-only-10 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.c-px-11 {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.c-px-only-11 {
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important;
}

.c-px-12 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.c-px-only-12 {
  padding-left: 10.625rem !important;
  padding-right: 10.625rem !important;
}

.c-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-py-only-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.c-py-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-py-only-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.c-py-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-py-only-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.c-py-4 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.c-py-only-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.c-py-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-py-only-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.c-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-py-only-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.c-py-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-py-only-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.c-py-8 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.c-py-only-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.c-py-9 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.c-py-only-9 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.c-py-10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-py-only-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.c-py-11 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.c-py-only-11 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.c-py-12 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.c-py-only-12 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}

@media (min-width: 576px) {
  .c-m-2 {
    margin: 0.3125rem;
  }
  .c-m-3 {
    margin: 0.625rem;
  }
  .c-m-4 {
    margin: 0.9375rem;
  }
  .c-m-5 {
    margin: 1.25rem;
  }
  .c-m-6 {
    margin: 1.875rem;
  }
  .c-m-7 {
    margin: 2.5rem;
  }
  .c-m-8 {
    margin: 3.125rem;
  }
  .c-m-9 {
    margin: 3.90625rem;
  }
  .c-m-10 {
    margin: 5rem;
  }
  .c-m-11 {
    margin: 5.85938rem;
  }
  .c-m-12 {
    margin: 6.64062rem;
  }
  .c-mt-2 {
    margin-top: 0.3125rem;
  }
  .c-mt-3 {
    margin-top: 0.625rem;
  }
  .c-mt-4 {
    margin-top: 0.9375rem;
  }
  .c-mt-5 {
    margin-top: 1.25rem;
  }
  .c-mt-6 {
    margin-top: 1.875rem;
  }
  .c-mt-7 {
    margin-top: 2.5rem;
  }
  .c-mt-8 {
    margin-top: 3.125rem;
  }
  .c-mt-9 {
    margin-top: 3.90625rem;
  }
  .c-mt-10 {
    margin-top: 5rem;
  }
  .c-mt-11 {
    margin-top: 5.85938rem;
  }
  .c-mt-12 {
    margin-top: 6.64062rem;
  }
  .c-mr-2 {
    margin-right: 0.3125rem;
  }
  .c-mr-3 {
    margin-right: 0.625rem;
  }
  .c-mr-4 {
    margin-right: 0.9375rem;
  }
  .c-mr-5 {
    margin-right: 1.25rem;
  }
  .c-mr-6 {
    margin-right: 1.875rem;
  }
  .c-mr-7 {
    margin-right: 2.5rem;
  }
  .c-mr-8 {
    margin-right: 3.125rem;
  }
  .c-mr-9 {
    margin-right: 3.90625rem;
  }
  .c-mr-10 {
    margin-right: 5rem;
  }
  .c-mr-11 {
    margin-right: 5.85938rem;
  }
  .c-mr-12 {
    margin-right: 6.64062rem;
  }
  .c-mb-2 {
    margin-bottom: 0.3125rem;
  }
  .c-mb-3 {
    margin-bottom: 0.625rem;
  }
  .c-mb-4 {
    margin-bottom: 0.9375rem;
  }
  .c-mb-5 {
    margin-bottom: 1.25rem;
  }
  .c-mb-6 {
    margin-bottom: 1.875rem;
  }
  .c-mb-7 {
    margin-bottom: 2.5rem;
  }
  .c-mb-8 {
    margin-bottom: 3.125rem;
  }
  .c-mb-9 {
    margin-bottom: 3.90625rem;
  }
  .c-mb-10 {
    margin-bottom: 5rem;
  }
  .c-mb-11 {
    margin-bottom: 5.85938rem;
  }
  .c-mb-12 {
    margin-bottom: 6.64062rem;
  }
  .c-ml-2 {
    margin-left: 0.3125rem;
  }
  .c-ml-3 {
    margin-left: 0.625rem;
  }
  .c-ml-4 {
    margin-left: 0.9375rem;
  }
  .c-ml-5 {
    margin-left: 1.25rem;
  }
  .c-ml-6 {
    margin-left: 1.875rem;
  }
  .c-ml-7 {
    margin-left: 2.5rem;
  }
  .c-ml-8 {
    margin-left: 3.125rem;
  }
  .c-ml-9 {
    margin-left: 3.90625rem;
  }
  .c-ml-10 {
    margin-left: 5rem;
  }
  .c-ml-11 {
    margin-left: 5.85938rem;
  }
  .c-ml-12 {
    margin-left: 6.64062rem;
  }
  .c-mx-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-6 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-7 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-8 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .c-mx-9 {
    margin-left: 3.90625rem;
    margin-right: 3.90625rem;
  }
  .c-mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-11 {
    margin-left: 5.85938rem;
    margin-right: 5.85938rem;
  }
  .c-mx-12 {
    margin-left: 6.64062rem;
    margin-right: 6.64062rem;
  }
  .c-my-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-4 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .c-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-6 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-7 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-8 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .c-my-9 {
    margin-top: 3.90625rem;
    margin-bottom: 3.90625rem;
  }
  .c-my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-11 {
    margin-top: 5.85938rem;
    margin-bottom: 5.85938rem;
  }
  .c-my-12 {
    margin-top: 6.64062rem;
    margin-bottom: 6.64062rem;
  }
  .c-p-2 {
    padding: 0.3125rem;
  }
  .c-p-3 {
    padding: 0.625rem;
  }
  .c-p-4 {
    padding: 0.9375rem;
  }
  .c-p-5 {
    padding: 1.25rem;
  }
  .c-p-6 {
    padding: 1.875rem;
  }
  .c-p-7 {
    padding: 2.5rem;
  }
  .c-p-8 {
    padding: 3.125rem;
  }
  .c-p-9 {
    padding: 3.90625rem;
  }
  .c-p-10 {
    padding: 5rem;
  }
  .c-p-11 {
    padding: 5.85938rem;
  }
  .c-p-12 {
    padding: 6.64062rem;
  }
  .c-pt-2 {
    padding-top: 0.3125rem;
  }
  .c-pt-3 {
    padding-top: 0.625rem;
  }
  .c-pt-4 {
    padding-top: 0.9375rem;
  }
  .c-pt-5 {
    padding-top: 1.25rem;
  }
  .c-pt-6 {
    padding-top: 1.875rem;
  }
  .c-pt-7 {
    padding-top: 2.5rem;
  }
  .c-pt-8 {
    padding-top: 3.125rem;
  }
  .c-pt-9 {
    padding-top: 3.90625rem;
  }
  .c-pt-10 {
    padding-top: 5rem;
  }
  .c-pt-11 {
    padding-top: 5.85938rem;
  }
  .c-pt-12 {
    padding-top: 6.64062rem;
  }
  .c-pr-2 {
    padding-right: 0.3125rem;
  }
  .c-pr-3 {
    padding-right: 0.625rem;
  }
  .c-pr-4 {
    padding-right: 0.9375rem;
  }
  .c-pr-5 {
    padding-right: 1.25rem;
  }
  .c-pr-6 {
    padding-right: 1.875rem;
  }
  .c-pr-7 {
    padding-right: 2.5rem;
  }
  .c-pr-8 {
    padding-right: 3.125rem;
  }
  .c-pr-9 {
    padding-right: 3.90625rem;
  }
  .c-pr-10 {
    padding-right: 5rem;
  }
  .c-pr-11 {
    padding-right: 5.85938rem;
  }
  .c-pr-12 {
    padding-right: 6.64062rem;
  }
  .c-pb-2 {
    padding-bottom: 0.3125rem;
  }
  .c-pb-3 {
    padding-bottom: 0.625rem;
  }
  .c-pb-4 {
    padding-bottom: 0.9375rem;
  }
  .c-pb-5 {
    padding-bottom: 1.25rem;
  }
  .c-pb-6 {
    padding-bottom: 1.875rem;
  }
  .c-pb-7 {
    padding-bottom: 2.5rem;
  }
  .c-pb-8 {
    padding-bottom: 3.125rem;
  }
  .c-pb-9 {
    padding-bottom: 3.90625rem;
  }
  .c-pb-10 {
    padding-bottom: 5rem;
  }
  .c-pb-11 {
    padding-bottom: 5.85938rem;
  }
  .c-pb-12 {
    padding-bottom: 6.64062rem;
  }
  .c-pl-2 {
    padding-left: 0.3125rem;
  }
  .c-pl-3 {
    padding-left: 0.625rem;
  }
  .c-pl-4 {
    padding-left: 0.9375rem;
  }
  .c-pl-5 {
    padding-left: 1.25rem;
  }
  .c-pl-6 {
    padding-left: 1.875rem;
  }
  .c-pl-7 {
    padding-left: 2.5rem;
  }
  .c-pl-8 {
    padding-left: 3.125rem;
  }
  .c-pl-9 {
    padding-left: 3.90625rem;
  }
  .c-pl-10 {
    padding-left: 5rem;
  }
  .c-pl-11 {
    padding-left: 5.85938rem;
  }
  .c-pl-12 {
    padding-left: 6.64062rem;
  }
  .c-px-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-8 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .c-px-9 {
    padding-left: 3.90625rem;
    padding-right: 3.90625rem;
  }
  .c-px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-11 {
    padding-left: 5.85938rem;
    padding-right: 5.85938rem;
  }
  .c-px-12 {
    padding-left: 6.64062rem;
    padding-right: 6.64062rem;
  }
  .c-py-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-4 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-6 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-7 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-8 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .c-py-9 {
    padding-top: 3.90625rem;
    padding-bottom: 3.90625rem;
  }
  .c-py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-11 {
    padding-top: 5.85938rem;
    padding-bottom: 5.85938rem;
  }
  .c-py-12 {
    padding-top: 6.64062rem;
    padding-bottom: 6.64062rem;
  }
  .c-m-sm-1 {
    margin: 0.25rem;
  }
  .c-m-sm-only-1 {
    margin: 0.25rem !important;
  }
  .c-m-sm-2 {
    margin: 0.3125rem;
  }
  .c-m-sm-only-2 {
    margin: 0.5rem !important;
  }
  .c-m-sm-3 {
    margin: 0.625rem;
  }
  .c-m-sm-only-3 {
    margin: 1rem !important;
  }
  .c-m-sm-4 {
    margin: 0.9375rem;
  }
  .c-m-sm-only-4 {
    margin: 1.5rem !important;
  }
  .c-m-sm-5 {
    margin: 1.25rem;
  }
  .c-m-sm-only-5 {
    margin: 2rem !important;
  }
  .c-m-sm-6 {
    margin: 1.875rem;
  }
  .c-m-sm-only-6 {
    margin: 3rem !important;
  }
  .c-m-sm-7 {
    margin: 2.5rem;
  }
  .c-m-sm-only-7 {
    margin: 4rem !important;
  }
  .c-m-sm-8 {
    margin: 3.125rem;
  }
  .c-m-sm-only-8 {
    margin: 5rem !important;
  }
  .c-m-sm-9 {
    margin: 3.90625rem;
  }
  .c-m-sm-only-9 {
    margin: 6.25rem !important;
  }
  .c-m-sm-10 {
    margin: 5rem;
  }
  .c-m-sm-only-10 {
    margin: 8rem !important;
  }
  .c-m-sm-11 {
    margin: 5.85938rem;
  }
  .c-m-sm-only-11 {
    margin: 9.375rem !important;
  }
  .c-m-sm-12 {
    margin: 6.64062rem;
  }
  .c-m-sm-only-12 {
    margin: 10.625rem !important;
  }
  .c-mt-sm-1 {
    margin-top: 0.25rem;
  }
  .c-mt-sm-only-1 {
    margin-top: 0.25rem !important;
  }
  .c-mt-sm-2 {
    margin-top: 0.3125rem;
  }
  .c-mt-sm-only-2 {
    margin-top: 0.5rem !important;
  }
  .c-mt-sm-3 {
    margin-top: 0.625rem;
  }
  .c-mt-sm-only-3 {
    margin-top: 1rem !important;
  }
  .c-mt-sm-4 {
    margin-top: 0.9375rem;
  }
  .c-mt-sm-only-4 {
    margin-top: 1.5rem !important;
  }
  .c-mt-sm-5 {
    margin-top: 1.25rem;
  }
  .c-mt-sm-only-5 {
    margin-top: 2rem !important;
  }
  .c-mt-sm-6 {
    margin-top: 1.875rem;
  }
  .c-mt-sm-only-6 {
    margin-top: 3rem !important;
  }
  .c-mt-sm-7 {
    margin-top: 2.5rem;
  }
  .c-mt-sm-only-7 {
    margin-top: 4rem !important;
  }
  .c-mt-sm-8 {
    margin-top: 3.125rem;
  }
  .c-mt-sm-only-8 {
    margin-top: 5rem !important;
  }
  .c-mt-sm-9 {
    margin-top: 3.90625rem;
  }
  .c-mt-sm-only-9 {
    margin-top: 6.25rem !important;
  }
  .c-mt-sm-10 {
    margin-top: 5rem;
  }
  .c-mt-sm-only-10 {
    margin-top: 8rem !important;
  }
  .c-mt-sm-11 {
    margin-top: 5.85938rem;
  }
  .c-mt-sm-only-11 {
    margin-top: 9.375rem !important;
  }
  .c-mt-sm-12 {
    margin-top: 6.64062rem;
  }
  .c-mt-sm-only-12 {
    margin-top: 10.625rem !important;
  }
  .c-mr-sm-1 {
    margin-right: 0.25rem;
  }
  .c-mr-sm-only-1 {
    margin-right: 0.25rem !important;
  }
  .c-mr-sm-2 {
    margin-right: 0.3125rem;
  }
  .c-mr-sm-only-2 {
    margin-right: 0.5rem !important;
  }
  .c-mr-sm-3 {
    margin-right: 0.625rem;
  }
  .c-mr-sm-only-3 {
    margin-right: 1rem !important;
  }
  .c-mr-sm-4 {
    margin-right: 0.9375rem;
  }
  .c-mr-sm-only-4 {
    margin-right: 1.5rem !important;
  }
  .c-mr-sm-5 {
    margin-right: 1.25rem;
  }
  .c-mr-sm-only-5 {
    margin-right: 2rem !important;
  }
  .c-mr-sm-6 {
    margin-right: 1.875rem;
  }
  .c-mr-sm-only-6 {
    margin-right: 3rem !important;
  }
  .c-mr-sm-7 {
    margin-right: 2.5rem;
  }
  .c-mr-sm-only-7 {
    margin-right: 4rem !important;
  }
  .c-mr-sm-8 {
    margin-right: 3.125rem;
  }
  .c-mr-sm-only-8 {
    margin-right: 5rem !important;
  }
  .c-mr-sm-9 {
    margin-right: 3.90625rem;
  }
  .c-mr-sm-only-9 {
    margin-right: 6.25rem !important;
  }
  .c-mr-sm-10 {
    margin-right: 5rem;
  }
  .c-mr-sm-only-10 {
    margin-right: 8rem !important;
  }
  .c-mr-sm-11 {
    margin-right: 5.85938rem;
  }
  .c-mr-sm-only-11 {
    margin-right: 9.375rem !important;
  }
  .c-mr-sm-12 {
    margin-right: 6.64062rem;
  }
  .c-mr-sm-only-12 {
    margin-right: 10.625rem !important;
  }
  .c-mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-sm-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.3125rem;
  }
  .c-mb-sm-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.625rem;
  }
  .c-mb-sm-only-3 {
    margin-bottom: 1rem !important;
  }
  .c-mb-sm-4 {
    margin-bottom: 0.9375rem;
  }
  .c-mb-sm-only-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.25rem;
  }
  .c-mb-sm-only-5 {
    margin-bottom: 2rem !important;
  }
  .c-mb-sm-6 {
    margin-bottom: 1.875rem;
  }
  .c-mb-sm-only-6 {
    margin-bottom: 3rem !important;
  }
  .c-mb-sm-7 {
    margin-bottom: 2.5rem;
  }
  .c-mb-sm-only-7 {
    margin-bottom: 4rem !important;
  }
  .c-mb-sm-8 {
    margin-bottom: 3.125rem;
  }
  .c-mb-sm-only-8 {
    margin-bottom: 5rem !important;
  }
  .c-mb-sm-9 {
    margin-bottom: 3.90625rem;
  }
  .c-mb-sm-only-9 {
    margin-bottom: 6.25rem !important;
  }
  .c-mb-sm-10 {
    margin-bottom: 5rem;
  }
  .c-mb-sm-only-10 {
    margin-bottom: 8rem !important;
  }
  .c-mb-sm-11 {
    margin-bottom: 5.85938rem;
  }
  .c-mb-sm-only-11 {
    margin-bottom: 9.375rem !important;
  }
  .c-mb-sm-12 {
    margin-bottom: 6.64062rem;
  }
  .c-mb-sm-only-12 {
    margin-bottom: 10.625rem !important;
  }
  .c-ml-sm-1 {
    margin-left: 0.25rem;
  }
  .c-ml-sm-only-1 {
    margin-left: 0.25rem !important;
  }
  .c-ml-sm-2 {
    margin-left: 0.3125rem;
  }
  .c-ml-sm-only-2 {
    margin-left: 0.5rem !important;
  }
  .c-ml-sm-3 {
    margin-left: 0.625rem;
  }
  .c-ml-sm-only-3 {
    margin-left: 1rem !important;
  }
  .c-ml-sm-4 {
    margin-left: 0.9375rem;
  }
  .c-ml-sm-only-4 {
    margin-left: 1.5rem !important;
  }
  .c-ml-sm-5 {
    margin-left: 1.25rem;
  }
  .c-ml-sm-only-5 {
    margin-left: 2rem !important;
  }
  .c-ml-sm-6 {
    margin-left: 1.875rem;
  }
  .c-ml-sm-only-6 {
    margin-left: 3rem !important;
  }
  .c-ml-sm-7 {
    margin-left: 2.5rem;
  }
  .c-ml-sm-only-7 {
    margin-left: 4rem !important;
  }
  .c-ml-sm-8 {
    margin-left: 3.125rem;
  }
  .c-ml-sm-only-8 {
    margin-left: 5rem !important;
  }
  .c-ml-sm-9 {
    margin-left: 3.90625rem;
  }
  .c-ml-sm-only-9 {
    margin-left: 6.25rem !important;
  }
  .c-ml-sm-10 {
    margin-left: 5rem;
  }
  .c-ml-sm-only-10 {
    margin-left: 8rem !important;
  }
  .c-ml-sm-11 {
    margin-left: 5.85938rem;
  }
  .c-ml-sm-only-11 {
    margin-left: 9.375rem !important;
  }
  .c-ml-sm-12 {
    margin-left: 6.64062rem;
  }
  .c-ml-sm-only-12 {
    margin-left: 10.625rem !important;
  }
  .c-mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-sm-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .c-mx-sm-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-sm-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .c-mx-sm-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-sm-only-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .c-mx-sm-4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-mx-sm-only-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .c-mx-sm-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-sm-only-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-mx-sm-6 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-sm-only-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .c-mx-sm-7 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-sm-only-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-mx-sm-8 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .c-mx-sm-only-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .c-mx-sm-9 {
    margin-left: 3.90625rem;
    margin-right: 3.90625rem;
  }
  .c-mx-sm-only-9 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .c-mx-sm-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-sm-only-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-mx-sm-11 {
    margin-left: 5.85938rem;
    margin-right: 5.85938rem;
  }
  .c-mx-sm-only-11 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .c-mx-sm-12 {
    margin-left: 6.64062rem;
    margin-right: 6.64062rem;
  }
  .c-mx-sm-only-12 {
    margin-left: 10.625rem !important;
    margin-right: 10.625rem !important;
  }
  .c-my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-sm-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .c-my-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-sm-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .c-my-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-sm-only-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .c-my-sm-4 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .c-my-sm-only-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .c-my-sm-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-sm-only-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-my-sm-6 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-sm-only-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .c-my-sm-7 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-sm-only-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-my-sm-8 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .c-my-sm-only-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .c-my-sm-9 {
    margin-top: 3.90625rem;
    margin-bottom: 3.90625rem;
  }
  .c-my-sm-only-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .c-my-sm-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-sm-only-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-my-sm-11 {
    margin-top: 5.85938rem;
    margin-bottom: 5.85938rem;
  }
  .c-my-sm-only-11 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .c-my-sm-12 {
    margin-top: 6.64062rem;
    margin-bottom: 6.64062rem;
  }
  .c-my-sm-only-12 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .c-p-sm-1 {
    padding: 0.25rem;
  }
  .c-p-sm-only-1 {
    padding: 0.25rem !important;
  }
  .c-p-sm-2 {
    padding: 0.3125rem;
  }
  .c-p-sm-only-2 {
    padding: 0.5rem !important;
  }
  .c-p-sm-3 {
    padding: 0.625rem;
  }
  .c-p-sm-only-3 {
    padding: 1rem !important;
  }
  .c-p-sm-4 {
    padding: 0.9375rem;
  }
  .c-p-sm-only-4 {
    padding: 1.5rem !important;
  }
  .c-p-sm-5 {
    padding: 1.25rem;
  }
  .c-p-sm-only-5 {
    padding: 2rem !important;
  }
  .c-p-sm-6 {
    padding: 1.875rem;
  }
  .c-p-sm-only-6 {
    padding: 3rem !important;
  }
  .c-p-sm-7 {
    padding: 2.5rem;
  }
  .c-p-sm-only-7 {
    padding: 4rem !important;
  }
  .c-p-sm-8 {
    padding: 3.125rem;
  }
  .c-p-sm-only-8 {
    padding: 5rem !important;
  }
  .c-p-sm-9 {
    padding: 3.90625rem;
  }
  .c-p-sm-only-9 {
    padding: 6.25rem !important;
  }
  .c-p-sm-10 {
    padding: 5rem;
  }
  .c-p-sm-only-10 {
    padding: 8rem !important;
  }
  .c-p-sm-11 {
    padding: 5.85938rem;
  }
  .c-p-sm-only-11 {
    padding: 9.375rem !important;
  }
  .c-p-sm-12 {
    padding: 6.64062rem;
  }
  .c-p-sm-only-12 {
    padding: 10.625rem !important;
  }
  .c-pt-sm-1 {
    padding-top: 0.25rem;
  }
  .c-pt-sm-only-1 {
    padding-top: 0.25rem !important;
  }
  .c-pt-sm-2 {
    padding-top: 0.3125rem;
  }
  .c-pt-sm-only-2 {
    padding-top: 0.5rem !important;
  }
  .c-pt-sm-3 {
    padding-top: 0.625rem;
  }
  .c-pt-sm-only-3 {
    padding-top: 1rem !important;
  }
  .c-pt-sm-4 {
    padding-top: 0.9375rem;
  }
  .c-pt-sm-only-4 {
    padding-top: 1.5rem !important;
  }
  .c-pt-sm-5 {
    padding-top: 1.25rem;
  }
  .c-pt-sm-only-5 {
    padding-top: 2rem !important;
  }
  .c-pt-sm-6 {
    padding-top: 1.875rem;
  }
  .c-pt-sm-only-6 {
    padding-top: 3rem !important;
  }
  .c-pt-sm-7 {
    padding-top: 2.5rem;
  }
  .c-pt-sm-only-7 {
    padding-top: 4rem !important;
  }
  .c-pt-sm-8 {
    padding-top: 3.125rem;
  }
  .c-pt-sm-only-8 {
    padding-top: 5rem !important;
  }
  .c-pt-sm-9 {
    padding-top: 3.90625rem;
  }
  .c-pt-sm-only-9 {
    padding-top: 6.25rem !important;
  }
  .c-pt-sm-10 {
    padding-top: 5rem;
  }
  .c-pt-sm-only-10 {
    padding-top: 8rem !important;
  }
  .c-pt-sm-11 {
    padding-top: 5.85938rem;
  }
  .c-pt-sm-only-11 {
    padding-top: 9.375rem !important;
  }
  .c-pt-sm-12 {
    padding-top: 6.64062rem;
  }
  .c-pt-sm-only-12 {
    padding-top: 10.625rem !important;
  }
  .c-pr-sm-1 {
    padding-right: 0.25rem;
  }
  .c-pr-sm-only-1 {
    padding-right: 0.25rem !important;
  }
  .c-pr-sm-2 {
    padding-right: 0.3125rem;
  }
  .c-pr-sm-only-2 {
    padding-right: 0.5rem !important;
  }
  .c-pr-sm-3 {
    padding-right: 0.625rem;
  }
  .c-pr-sm-only-3 {
    padding-right: 1rem !important;
  }
  .c-pr-sm-4 {
    padding-right: 0.9375rem;
  }
  .c-pr-sm-only-4 {
    padding-right: 1.5rem !important;
  }
  .c-pr-sm-5 {
    padding-right: 1.25rem;
  }
  .c-pr-sm-only-5 {
    padding-right: 2rem !important;
  }
  .c-pr-sm-6 {
    padding-right: 1.875rem;
  }
  .c-pr-sm-only-6 {
    padding-right: 3rem !important;
  }
  .c-pr-sm-7 {
    padding-right: 2.5rem;
  }
  .c-pr-sm-only-7 {
    padding-right: 4rem !important;
  }
  .c-pr-sm-8 {
    padding-right: 3.125rem;
  }
  .c-pr-sm-only-8 {
    padding-right: 5rem !important;
  }
  .c-pr-sm-9 {
    padding-right: 3.90625rem;
  }
  .c-pr-sm-only-9 {
    padding-right: 6.25rem !important;
  }
  .c-pr-sm-10 {
    padding-right: 5rem;
  }
  .c-pr-sm-only-10 {
    padding-right: 8rem !important;
  }
  .c-pr-sm-11 {
    padding-right: 5.85938rem;
  }
  .c-pr-sm-only-11 {
    padding-right: 9.375rem !important;
  }
  .c-pr-sm-12 {
    padding-right: 6.64062rem;
  }
  .c-pr-sm-only-12 {
    padding-right: 10.625rem !important;
  }
  .c-pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-sm-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.3125rem;
  }
  .c-pb-sm-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.625rem;
  }
  .c-pb-sm-only-3 {
    padding-bottom: 1rem !important;
  }
  .c-pb-sm-4 {
    padding-bottom: 0.9375rem;
  }
  .c-pb-sm-only-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.25rem;
  }
  .c-pb-sm-only-5 {
    padding-bottom: 2rem !important;
  }
  .c-pb-sm-6 {
    padding-bottom: 1.875rem;
  }
  .c-pb-sm-only-6 {
    padding-bottom: 3rem !important;
  }
  .c-pb-sm-7 {
    padding-bottom: 2.5rem;
  }
  .c-pb-sm-only-7 {
    padding-bottom: 4rem !important;
  }
  .c-pb-sm-8 {
    padding-bottom: 3.125rem;
  }
  .c-pb-sm-only-8 {
    padding-bottom: 5rem !important;
  }
  .c-pb-sm-9 {
    padding-bottom: 3.90625rem;
  }
  .c-pb-sm-only-9 {
    padding-bottom: 6.25rem !important;
  }
  .c-pb-sm-10 {
    padding-bottom: 5rem;
  }
  .c-pb-sm-only-10 {
    padding-bottom: 8rem !important;
  }
  .c-pb-sm-11 {
    padding-bottom: 5.85938rem;
  }
  .c-pb-sm-only-11 {
    padding-bottom: 9.375rem !important;
  }
  .c-pb-sm-12 {
    padding-bottom: 6.64062rem;
  }
  .c-pb-sm-only-12 {
    padding-bottom: 10.625rem !important;
  }
  .c-pl-sm-1 {
    padding-left: 0.25rem;
  }
  .c-pl-sm-only-1 {
    padding-left: 0.25rem !important;
  }
  .c-pl-sm-2 {
    padding-left: 0.3125rem;
  }
  .c-pl-sm-only-2 {
    padding-left: 0.5rem !important;
  }
  .c-pl-sm-3 {
    padding-left: 0.625rem;
  }
  .c-pl-sm-only-3 {
    padding-left: 1rem !important;
  }
  .c-pl-sm-4 {
    padding-left: 0.9375rem;
  }
  .c-pl-sm-only-4 {
    padding-left: 1.5rem !important;
  }
  .c-pl-sm-5 {
    padding-left: 1.25rem;
  }
  .c-pl-sm-only-5 {
    padding-left: 2rem !important;
  }
  .c-pl-sm-6 {
    padding-left: 1.875rem;
  }
  .c-pl-sm-only-6 {
    padding-left: 3rem !important;
  }
  .c-pl-sm-7 {
    padding-left: 2.5rem;
  }
  .c-pl-sm-only-7 {
    padding-left: 4rem !important;
  }
  .c-pl-sm-8 {
    padding-left: 3.125rem;
  }
  .c-pl-sm-only-8 {
    padding-left: 5rem !important;
  }
  .c-pl-sm-9 {
    padding-left: 3.90625rem;
  }
  .c-pl-sm-only-9 {
    padding-left: 6.25rem !important;
  }
  .c-pl-sm-10 {
    padding-left: 5rem;
  }
  .c-pl-sm-only-10 {
    padding-left: 8rem !important;
  }
  .c-pl-sm-11 {
    padding-left: 5.85938rem;
  }
  .c-pl-sm-only-11 {
    padding-left: 9.375rem !important;
  }
  .c-pl-sm-12 {
    padding-left: 6.64062rem;
  }
  .c-pl-sm-only-12 {
    padding-left: 10.625rem !important;
  }
  .c-px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-sm-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .c-px-sm-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-sm-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .c-px-sm-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-sm-only-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .c-px-sm-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-px-sm-only-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .c-px-sm-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-sm-only-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-px-sm-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-sm-only-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .c-px-sm-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-sm-only-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-px-sm-8 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .c-px-sm-only-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .c-px-sm-9 {
    padding-left: 3.90625rem;
    padding-right: 3.90625rem;
  }
  .c-px-sm-only-9 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .c-px-sm-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-sm-only-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-px-sm-11 {
    padding-left: 5.85938rem;
    padding-right: 5.85938rem;
  }
  .c-px-sm-only-11 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .c-px-sm-12 {
    padding-left: 6.64062rem;
    padding-right: 6.64062rem;
  }
  .c-px-sm-only-12 {
    padding-left: 10.625rem !important;
    padding-right: 10.625rem !important;
  }
  .c-py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-sm-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .c-py-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-sm-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .c-py-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-sm-only-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .c-py-sm-4 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-py-sm-only-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .c-py-sm-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-sm-only-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-py-sm-6 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-sm-only-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .c-py-sm-7 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-sm-only-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-py-sm-8 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .c-py-sm-only-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .c-py-sm-9 {
    padding-top: 3.90625rem;
    padding-bottom: 3.90625rem;
  }
  .c-py-sm-only-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .c-py-sm-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-sm-only-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-py-sm-11 {
    padding-top: 5.85938rem;
    padding-bottom: 5.85938rem;
  }
  .c-py-sm-only-11 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .c-py-sm-12 {
    padding-top: 6.64062rem;
    padding-bottom: 6.64062rem;
  }
  .c-py-sm-only-12 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
}

@media (min-width: 768px) {
  .c-m-2 {
    margin: 0.375rem;
  }
  .c-m-3 {
    margin: 0.75rem;
  }
  .c-m-4 {
    margin: 1.125rem;
  }
  .c-m-5 {
    margin: 1.5rem;
  }
  .c-m-6 {
    margin: 2.25rem;
  }
  .c-m-7 {
    margin: 3rem;
  }
  .c-m-8 {
    margin: 3.75rem;
  }
  .c-m-9 {
    margin: 4.6875rem;
  }
  .c-m-10 {
    margin: 6rem;
  }
  .c-m-11 {
    margin: 7.03125rem;
  }
  .c-m-12 {
    margin: 7.96875rem;
  }
  .c-mt-2 {
    margin-top: 0.375rem;
  }
  .c-mt-3 {
    margin-top: 0.75rem;
  }
  .c-mt-4 {
    margin-top: 1.125rem;
  }
  .c-mt-5 {
    margin-top: 1.5rem;
  }
  .c-mt-6 {
    margin-top: 2.25rem;
  }
  .c-mt-7 {
    margin-top: 3rem;
  }
  .c-mt-8 {
    margin-top: 3.75rem;
  }
  .c-mt-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-10 {
    margin-top: 6rem;
  }
  .c-mt-11 {
    margin-top: 7.03125rem;
  }
  .c-mt-12 {
    margin-top: 7.96875rem;
  }
  .c-mr-2 {
    margin-right: 0.375rem;
  }
  .c-mr-3 {
    margin-right: 0.75rem;
  }
  .c-mr-4 {
    margin-right: 1.125rem;
  }
  .c-mr-5 {
    margin-right: 1.5rem;
  }
  .c-mr-6 {
    margin-right: 2.25rem;
  }
  .c-mr-7 {
    margin-right: 3rem;
  }
  .c-mr-8 {
    margin-right: 3.75rem;
  }
  .c-mr-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-10 {
    margin-right: 6rem;
  }
  .c-mr-11 {
    margin-right: 7.03125rem;
  }
  .c-mr-12 {
    margin-right: 7.96875rem;
  }
  .c-mb-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-7 {
    margin-bottom: 3rem;
  }
  .c-mb-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-10 {
    margin-bottom: 6rem;
  }
  .c-mb-11 {
    margin-bottom: 7.03125rem;
  }
  .c-mb-12 {
    margin-bottom: 7.96875rem;
  }
  .c-ml-2 {
    margin-left: 0.375rem;
  }
  .c-ml-3 {
    margin-left: 0.75rem;
  }
  .c-ml-4 {
    margin-left: 1.125rem;
  }
  .c-ml-5 {
    margin-left: 1.5rem;
  }
  .c-ml-6 {
    margin-left: 2.25rem;
  }
  .c-ml-7 {
    margin-left: 3rem;
  }
  .c-ml-8 {
    margin-left: 3.75rem;
  }
  .c-ml-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-10 {
    margin-left: 6rem;
  }
  .c-ml-11 {
    margin-left: 7.03125rem;
  }
  .c-ml-12 {
    margin-left: 7.96875rem;
  }
  .c-mx-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-mx-11 {
    margin-left: 7.03125rem;
    margin-right: 7.03125rem;
  }
  .c-mx-12 {
    margin-left: 7.96875rem;
    margin-right: 7.96875rem;
  }
  .c-my-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-my-11 {
    margin-top: 7.03125rem;
    margin-bottom: 7.03125rem;
  }
  .c-my-12 {
    margin-top: 7.96875rem;
    margin-bottom: 7.96875rem;
  }
  .c-p-2 {
    padding: 0.375rem;
  }
  .c-p-3 {
    padding: 0.75rem;
  }
  .c-p-4 {
    padding: 1.125rem;
  }
  .c-p-5 {
    padding: 1.5rem;
  }
  .c-p-6 {
    padding: 2.25rem;
  }
  .c-p-7 {
    padding: 3rem;
  }
  .c-p-8 {
    padding: 3.75rem;
  }
  .c-p-9 {
    padding: 4.6875rem;
  }
  .c-p-10 {
    padding: 6rem;
  }
  .c-p-11 {
    padding: 7.03125rem;
  }
  .c-p-12 {
    padding: 7.96875rem;
  }
  .c-pt-2 {
    padding-top: 0.375rem;
  }
  .c-pt-3 {
    padding-top: 0.75rem;
  }
  .c-pt-4 {
    padding-top: 1.125rem;
  }
  .c-pt-5 {
    padding-top: 1.5rem;
  }
  .c-pt-6 {
    padding-top: 2.25rem;
  }
  .c-pt-7 {
    padding-top: 3rem;
  }
  .c-pt-8 {
    padding-top: 3.75rem;
  }
  .c-pt-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-10 {
    padding-top: 6rem;
  }
  .c-pt-11 {
    padding-top: 7.03125rem;
  }
  .c-pt-12 {
    padding-top: 7.96875rem;
  }
  .c-pr-2 {
    padding-right: 0.375rem;
  }
  .c-pr-3 {
    padding-right: 0.75rem;
  }
  .c-pr-4 {
    padding-right: 1.125rem;
  }
  .c-pr-5 {
    padding-right: 1.5rem;
  }
  .c-pr-6 {
    padding-right: 2.25rem;
  }
  .c-pr-7 {
    padding-right: 3rem;
  }
  .c-pr-8 {
    padding-right: 3.75rem;
  }
  .c-pr-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-10 {
    padding-right: 6rem;
  }
  .c-pr-11 {
    padding-right: 7.03125rem;
  }
  .c-pr-12 {
    padding-right: 7.96875rem;
  }
  .c-pb-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-7 {
    padding-bottom: 3rem;
  }
  .c-pb-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-10 {
    padding-bottom: 6rem;
  }
  .c-pb-11 {
    padding-bottom: 7.03125rem;
  }
  .c-pb-12 {
    padding-bottom: 7.96875rem;
  }
  .c-pl-2 {
    padding-left: 0.375rem;
  }
  .c-pl-3 {
    padding-left: 0.75rem;
  }
  .c-pl-4 {
    padding-left: 1.125rem;
  }
  .c-pl-5 {
    padding-left: 1.5rem;
  }
  .c-pl-6 {
    padding-left: 2.25rem;
  }
  .c-pl-7 {
    padding-left: 3rem;
  }
  .c-pl-8 {
    padding-left: 3.75rem;
  }
  .c-pl-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-10 {
    padding-left: 6rem;
  }
  .c-pl-11 {
    padding-left: 7.03125rem;
  }
  .c-pl-12 {
    padding-left: 7.96875rem;
  }
  .c-px-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-px-11 {
    padding-left: 7.03125rem;
    padding-right: 7.03125rem;
  }
  .c-px-12 {
    padding-left: 7.96875rem;
    padding-right: 7.96875rem;
  }
  .c-py-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-py-11 {
    padding-top: 7.03125rem;
    padding-bottom: 7.03125rem;
  }
  .c-py-12 {
    padding-top: 7.96875rem;
    padding-bottom: 7.96875rem;
  }
  .c-m-sm-2 {
    margin: 0.375rem;
  }
  .c-m-sm-3 {
    margin: 0.75rem;
  }
  .c-m-sm-4 {
    margin: 1.125rem;
  }
  .c-m-sm-5 {
    margin: 1.5rem;
  }
  .c-m-sm-6 {
    margin: 2.25rem;
  }
  .c-m-sm-7 {
    margin: 3rem;
  }
  .c-m-sm-8 {
    margin: 3.75rem;
  }
  .c-m-sm-9 {
    margin: 4.6875rem;
  }
  .c-m-sm-10 {
    margin: 6rem;
  }
  .c-m-sm-11 {
    margin: 7.03125rem;
  }
  .c-m-sm-12 {
    margin: 7.96875rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.75rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.125rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.5rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.25rem;
  }
  .c-mt-sm-7 {
    margin-top: 3rem;
  }
  .c-mt-sm-8 {
    margin-top: 3.75rem;
  }
  .c-mt-sm-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-sm-10 {
    margin-top: 6rem;
  }
  .c-mt-sm-11 {
    margin-top: 7.03125rem;
  }
  .c-mt-sm-12 {
    margin-top: 7.96875rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.375rem;
  }
  .c-mr-sm-3 {
    margin-right: 0.75rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.125rem;
  }
  .c-mr-sm-5 {
    margin-right: 1.5rem;
  }
  .c-mr-sm-6 {
    margin-right: 2.25rem;
  }
  .c-mr-sm-7 {
    margin-right: 3rem;
  }
  .c-mr-sm-8 {
    margin-right: 3.75rem;
  }
  .c-mr-sm-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-sm-10 {
    margin-right: 6rem;
  }
  .c-mr-sm-11 {
    margin-right: 7.03125rem;
  }
  .c-mr-sm-12 {
    margin-right: 7.96875rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 3rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 6rem;
  }
  .c-mb-sm-11 {
    margin-bottom: 7.03125rem;
  }
  .c-mb-sm-12 {
    margin-bottom: 7.96875rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.375rem;
  }
  .c-ml-sm-3 {
    margin-left: 0.75rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.125rem;
  }
  .c-ml-sm-5 {
    margin-left: 1.5rem;
  }
  .c-ml-sm-6 {
    margin-left: 2.25rem;
  }
  .c-ml-sm-7 {
    margin-left: 3rem;
  }
  .c-ml-sm-8 {
    margin-left: 3.75rem;
  }
  .c-ml-sm-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-sm-10 {
    margin-left: 6rem;
  }
  .c-ml-sm-11 {
    margin-left: 7.03125rem;
  }
  .c-ml-sm-12 {
    margin-left: 7.96875rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-sm-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-sm-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-sm-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-sm-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-mx-sm-11 {
    margin-left: 7.03125rem;
    margin-right: 7.03125rem;
  }
  .c-mx-sm-12 {
    margin-left: 7.96875rem;
    margin-right: 7.96875rem;
  }
  .c-my-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-sm-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-sm-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-sm-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-sm-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-sm-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-my-sm-11 {
    margin-top: 7.03125rem;
    margin-bottom: 7.03125rem;
  }
  .c-my-sm-12 {
    margin-top: 7.96875rem;
    margin-bottom: 7.96875rem;
  }
  .c-p-sm-2 {
    padding: 0.375rem;
  }
  .c-p-sm-3 {
    padding: 0.75rem;
  }
  .c-p-sm-4 {
    padding: 1.125rem;
  }
  .c-p-sm-5 {
    padding: 1.5rem;
  }
  .c-p-sm-6 {
    padding: 2.25rem;
  }
  .c-p-sm-7 {
    padding: 3rem;
  }
  .c-p-sm-8 {
    padding: 3.75rem;
  }
  .c-p-sm-9 {
    padding: 4.6875rem;
  }
  .c-p-sm-10 {
    padding: 6rem;
  }
  .c-p-sm-11 {
    padding: 7.03125rem;
  }
  .c-p-sm-12 {
    padding: 7.96875rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.75rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.125rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.5rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.25rem;
  }
  .c-pt-sm-7 {
    padding-top: 3rem;
  }
  .c-pt-sm-8 {
    padding-top: 3.75rem;
  }
  .c-pt-sm-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-sm-10 {
    padding-top: 6rem;
  }
  .c-pt-sm-11 {
    padding-top: 7.03125rem;
  }
  .c-pt-sm-12 {
    padding-top: 7.96875rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.375rem;
  }
  .c-pr-sm-3 {
    padding-right: 0.75rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.125rem;
  }
  .c-pr-sm-5 {
    padding-right: 1.5rem;
  }
  .c-pr-sm-6 {
    padding-right: 2.25rem;
  }
  .c-pr-sm-7 {
    padding-right: 3rem;
  }
  .c-pr-sm-8 {
    padding-right: 3.75rem;
  }
  .c-pr-sm-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-sm-10 {
    padding-right: 6rem;
  }
  .c-pr-sm-11 {
    padding-right: 7.03125rem;
  }
  .c-pr-sm-12 {
    padding-right: 7.96875rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 3rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 6rem;
  }
  .c-pb-sm-11 {
    padding-bottom: 7.03125rem;
  }
  .c-pb-sm-12 {
    padding-bottom: 7.96875rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.375rem;
  }
  .c-pl-sm-3 {
    padding-left: 0.75rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.125rem;
  }
  .c-pl-sm-5 {
    padding-left: 1.5rem;
  }
  .c-pl-sm-6 {
    padding-left: 2.25rem;
  }
  .c-pl-sm-7 {
    padding-left: 3rem;
  }
  .c-pl-sm-8 {
    padding-left: 3.75rem;
  }
  .c-pl-sm-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-sm-10 {
    padding-left: 6rem;
  }
  .c-pl-sm-11 {
    padding-left: 7.03125rem;
  }
  .c-pl-sm-12 {
    padding-left: 7.96875rem;
  }
  .c-px-sm-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-sm-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-sm-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-sm-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-sm-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-sm-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-sm-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-sm-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-px-sm-11 {
    padding-left: 7.03125rem;
    padding-right: 7.03125rem;
  }
  .c-px-sm-12 {
    padding-left: 7.96875rem;
    padding-right: 7.96875rem;
  }
  .c-py-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-sm-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-sm-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-sm-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-sm-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-sm-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-py-sm-11 {
    padding-top: 7.03125rem;
    padding-bottom: 7.03125rem;
  }
  .c-py-sm-12 {
    padding-top: 7.96875rem;
    padding-bottom: 7.96875rem;
  }
  .c-m-md-1 {
    margin: 0.25rem;
  }
  .c-m-md-only-1 {
    margin: 0.25rem !important;
  }
  .c-m-md-2 {
    margin: 0.375rem;
  }
  .c-m-md-only-2 {
    margin: 0.5rem !important;
  }
  .c-m-md-3 {
    margin: 0.75rem;
  }
  .c-m-md-only-3 {
    margin: 1rem !important;
  }
  .c-m-md-4 {
    margin: 1.125rem;
  }
  .c-m-md-only-4 {
    margin: 1.5rem !important;
  }
  .c-m-md-5 {
    margin: 1.5rem;
  }
  .c-m-md-only-5 {
    margin: 2rem !important;
  }
  .c-m-md-6 {
    margin: 2.25rem;
  }
  .c-m-md-only-6 {
    margin: 3rem !important;
  }
  .c-m-md-7 {
    margin: 3rem;
  }
  .c-m-md-only-7 {
    margin: 4rem !important;
  }
  .c-m-md-8 {
    margin: 3.75rem;
  }
  .c-m-md-only-8 {
    margin: 5rem !important;
  }
  .c-m-md-9 {
    margin: 4.6875rem;
  }
  .c-m-md-only-9 {
    margin: 6.25rem !important;
  }
  .c-m-md-10 {
    margin: 6rem;
  }
  .c-m-md-only-10 {
    margin: 8rem !important;
  }
  .c-m-md-11 {
    margin: 7.03125rem;
  }
  .c-m-md-only-11 {
    margin: 9.375rem !important;
  }
  .c-m-md-12 {
    margin: 7.96875rem;
  }
  .c-m-md-only-12 {
    margin: 10.625rem !important;
  }
  .c-mt-md-1 {
    margin-top: 0.25rem;
  }
  .c-mt-md-only-1 {
    margin-top: 0.25rem !important;
  }
  .c-mt-md-2 {
    margin-top: 0.375rem;
  }
  .c-mt-md-only-2 {
    margin-top: 0.5rem !important;
  }
  .c-mt-md-3 {
    margin-top: 0.75rem;
  }
  .c-mt-md-only-3 {
    margin-top: 1rem !important;
  }
  .c-mt-md-4 {
    margin-top: 1.125rem;
  }
  .c-mt-md-only-4 {
    margin-top: 1.5rem !important;
  }
  .c-mt-md-5 {
    margin-top: 1.5rem;
  }
  .c-mt-md-only-5 {
    margin-top: 2rem !important;
  }
  .c-mt-md-6 {
    margin-top: 2.25rem;
  }
  .c-mt-md-only-6 {
    margin-top: 3rem !important;
  }
  .c-mt-md-7 {
    margin-top: 3rem;
  }
  .c-mt-md-only-7 {
    margin-top: 4rem !important;
  }
  .c-mt-md-8 {
    margin-top: 3.75rem;
  }
  .c-mt-md-only-8 {
    margin-top: 5rem !important;
  }
  .c-mt-md-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-md-only-9 {
    margin-top: 6.25rem !important;
  }
  .c-mt-md-10 {
    margin-top: 6rem;
  }
  .c-mt-md-only-10 {
    margin-top: 8rem !important;
  }
  .c-mt-md-11 {
    margin-top: 7.03125rem;
  }
  .c-mt-md-only-11 {
    margin-top: 9.375rem !important;
  }
  .c-mt-md-12 {
    margin-top: 7.96875rem;
  }
  .c-mt-md-only-12 {
    margin-top: 10.625rem !important;
  }
  .c-mr-md-1 {
    margin-right: 0.25rem;
  }
  .c-mr-md-only-1 {
    margin-right: 0.25rem !important;
  }
  .c-mr-md-2 {
    margin-right: 0.375rem;
  }
  .c-mr-md-only-2 {
    margin-right: 0.5rem !important;
  }
  .c-mr-md-3 {
    margin-right: 0.75rem;
  }
  .c-mr-md-only-3 {
    margin-right: 1rem !important;
  }
  .c-mr-md-4 {
    margin-right: 1.125rem;
  }
  .c-mr-md-only-4 {
    margin-right: 1.5rem !important;
  }
  .c-mr-md-5 {
    margin-right: 1.5rem;
  }
  .c-mr-md-only-5 {
    margin-right: 2rem !important;
  }
  .c-mr-md-6 {
    margin-right: 2.25rem;
  }
  .c-mr-md-only-6 {
    margin-right: 3rem !important;
  }
  .c-mr-md-7 {
    margin-right: 3rem;
  }
  .c-mr-md-only-7 {
    margin-right: 4rem !important;
  }
  .c-mr-md-8 {
    margin-right: 3.75rem;
  }
  .c-mr-md-only-8 {
    margin-right: 5rem !important;
  }
  .c-mr-md-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-md-only-9 {
    margin-right: 6.25rem !important;
  }
  .c-mr-md-10 {
    margin-right: 6rem;
  }
  .c-mr-md-only-10 {
    margin-right: 8rem !important;
  }
  .c-mr-md-11 {
    margin-right: 7.03125rem;
  }
  .c-mr-md-only-11 {
    margin-right: 9.375rem !important;
  }
  .c-mr-md-12 {
    margin-right: 7.96875rem;
  }
  .c-mr-md-only-12 {
    margin-right: 10.625rem !important;
  }
  .c-mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-md-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-mb-md-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-md-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-mb-md-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-md-only-3 {
    margin-bottom: 1rem !important;
  }
  .c-mb-md-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-md-only-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-mb-md-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-md-only-5 {
    margin-bottom: 2rem !important;
  }
  .c-mb-md-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-md-only-6 {
    margin-bottom: 3rem !important;
  }
  .c-mb-md-7 {
    margin-bottom: 3rem;
  }
  .c-mb-md-only-7 {
    margin-bottom: 4rem !important;
  }
  .c-mb-md-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-md-only-8 {
    margin-bottom: 5rem !important;
  }
  .c-mb-md-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-md-only-9 {
    margin-bottom: 6.25rem !important;
  }
  .c-mb-md-10 {
    margin-bottom: 6rem;
  }
  .c-mb-md-only-10 {
    margin-bottom: 8rem !important;
  }
  .c-mb-md-11 {
    margin-bottom: 7.03125rem;
  }
  .c-mb-md-only-11 {
    margin-bottom: 9.375rem !important;
  }
  .c-mb-md-12 {
    margin-bottom: 7.96875rem;
  }
  .c-mb-md-only-12 {
    margin-bottom: 10.625rem !important;
  }
  .c-ml-md-1 {
    margin-left: 0.25rem;
  }
  .c-ml-md-only-1 {
    margin-left: 0.25rem !important;
  }
  .c-ml-md-2 {
    margin-left: 0.375rem;
  }
  .c-ml-md-only-2 {
    margin-left: 0.5rem !important;
  }
  .c-ml-md-3 {
    margin-left: 0.75rem;
  }
  .c-ml-md-only-3 {
    margin-left: 1rem !important;
  }
  .c-ml-md-4 {
    margin-left: 1.125rem;
  }
  .c-ml-md-only-4 {
    margin-left: 1.5rem !important;
  }
  .c-ml-md-5 {
    margin-left: 1.5rem;
  }
  .c-ml-md-only-5 {
    margin-left: 2rem !important;
  }
  .c-ml-md-6 {
    margin-left: 2.25rem;
  }
  .c-ml-md-only-6 {
    margin-left: 3rem !important;
  }
  .c-ml-md-7 {
    margin-left: 3rem;
  }
  .c-ml-md-only-7 {
    margin-left: 4rem !important;
  }
  .c-ml-md-8 {
    margin-left: 3.75rem;
  }
  .c-ml-md-only-8 {
    margin-left: 5rem !important;
  }
  .c-ml-md-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-md-only-9 {
    margin-left: 6.25rem !important;
  }
  .c-ml-md-10 {
    margin-left: 6rem;
  }
  .c-ml-md-only-10 {
    margin-left: 8rem !important;
  }
  .c-ml-md-11 {
    margin-left: 7.03125rem;
  }
  .c-ml-md-only-11 {
    margin-left: 9.375rem !important;
  }
  .c-ml-md-12 {
    margin-left: 7.96875rem;
  }
  .c-ml-md-only-12 {
    margin-left: 10.625rem !important;
  }
  .c-mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-md-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .c-mx-md-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-md-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .c-mx-md-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-md-only-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .c-mx-md-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-md-only-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .c-mx-md-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-md-only-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-mx-md-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-md-only-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .c-mx-md-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-md-only-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-mx-md-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-md-only-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .c-mx-md-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-md-only-9 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .c-mx-md-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-mx-md-only-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-mx-md-11 {
    margin-left: 7.03125rem;
    margin-right: 7.03125rem;
  }
  .c-mx-md-only-11 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .c-mx-md-12 {
    margin-left: 7.96875rem;
    margin-right: 7.96875rem;
  }
  .c-mx-md-only-12 {
    margin-left: 10.625rem !important;
    margin-right: 10.625rem !important;
  }
  .c-my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-md-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .c-my-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-md-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .c-my-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-md-only-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .c-my-md-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-md-only-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .c-my-md-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-md-only-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-my-md-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-md-only-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .c-my-md-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-md-only-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-my-md-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-md-only-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .c-my-md-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-md-only-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .c-my-md-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-my-md-only-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-my-md-11 {
    margin-top: 7.03125rem;
    margin-bottom: 7.03125rem;
  }
  .c-my-md-only-11 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .c-my-md-12 {
    margin-top: 7.96875rem;
    margin-bottom: 7.96875rem;
  }
  .c-my-md-only-12 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .c-p-md-1 {
    padding: 0.25rem;
  }
  .c-p-md-only-1 {
    padding: 0.25rem !important;
  }
  .c-p-md-2 {
    padding: 0.375rem;
  }
  .c-p-md-only-2 {
    padding: 0.5rem !important;
  }
  .c-p-md-3 {
    padding: 0.75rem;
  }
  .c-p-md-only-3 {
    padding: 1rem !important;
  }
  .c-p-md-4 {
    padding: 1.125rem;
  }
  .c-p-md-only-4 {
    padding: 1.5rem !important;
  }
  .c-p-md-5 {
    padding: 1.5rem;
  }
  .c-p-md-only-5 {
    padding: 2rem !important;
  }
  .c-p-md-6 {
    padding: 2.25rem;
  }
  .c-p-md-only-6 {
    padding: 3rem !important;
  }
  .c-p-md-7 {
    padding: 3rem;
  }
  .c-p-md-only-7 {
    padding: 4rem !important;
  }
  .c-p-md-8 {
    padding: 3.75rem;
  }
  .c-p-md-only-8 {
    padding: 5rem !important;
  }
  .c-p-md-9 {
    padding: 4.6875rem;
  }
  .c-p-md-only-9 {
    padding: 6.25rem !important;
  }
  .c-p-md-10 {
    padding: 6rem;
  }
  .c-p-md-only-10 {
    padding: 8rem !important;
  }
  .c-p-md-11 {
    padding: 7.03125rem;
  }
  .c-p-md-only-11 {
    padding: 9.375rem !important;
  }
  .c-p-md-12 {
    padding: 7.96875rem;
  }
  .c-p-md-only-12 {
    padding: 10.625rem !important;
  }
  .c-pt-md-1 {
    padding-top: 0.25rem;
  }
  .c-pt-md-only-1 {
    padding-top: 0.25rem !important;
  }
  .c-pt-md-2 {
    padding-top: 0.375rem;
  }
  .c-pt-md-only-2 {
    padding-top: 0.5rem !important;
  }
  .c-pt-md-3 {
    padding-top: 0.75rem;
  }
  .c-pt-md-only-3 {
    padding-top: 1rem !important;
  }
  .c-pt-md-4 {
    padding-top: 1.125rem;
  }
  .c-pt-md-only-4 {
    padding-top: 1.5rem !important;
  }
  .c-pt-md-5 {
    padding-top: 1.5rem;
  }
  .c-pt-md-only-5 {
    padding-top: 2rem !important;
  }
  .c-pt-md-6 {
    padding-top: 2.25rem;
  }
  .c-pt-md-only-6 {
    padding-top: 3rem !important;
  }
  .c-pt-md-7 {
    padding-top: 3rem;
  }
  .c-pt-md-only-7 {
    padding-top: 4rem !important;
  }
  .c-pt-md-8 {
    padding-top: 3.75rem;
  }
  .c-pt-md-only-8 {
    padding-top: 5rem !important;
  }
  .c-pt-md-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-md-only-9 {
    padding-top: 6.25rem !important;
  }
  .c-pt-md-10 {
    padding-top: 6rem;
  }
  .c-pt-md-only-10 {
    padding-top: 8rem !important;
  }
  .c-pt-md-11 {
    padding-top: 7.03125rem;
  }
  .c-pt-md-only-11 {
    padding-top: 9.375rem !important;
  }
  .c-pt-md-12 {
    padding-top: 7.96875rem;
  }
  .c-pt-md-only-12 {
    padding-top: 10.625rem !important;
  }
  .c-pr-md-1 {
    padding-right: 0.25rem;
  }
  .c-pr-md-only-1 {
    padding-right: 0.25rem !important;
  }
  .c-pr-md-2 {
    padding-right: 0.375rem;
  }
  .c-pr-md-only-2 {
    padding-right: 0.5rem !important;
  }
  .c-pr-md-3 {
    padding-right: 0.75rem;
  }
  .c-pr-md-only-3 {
    padding-right: 1rem !important;
  }
  .c-pr-md-4 {
    padding-right: 1.125rem;
  }
  .c-pr-md-only-4 {
    padding-right: 1.5rem !important;
  }
  .c-pr-md-5 {
    padding-right: 1.5rem;
  }
  .c-pr-md-only-5 {
    padding-right: 2rem !important;
  }
  .c-pr-md-6 {
    padding-right: 2.25rem;
  }
  .c-pr-md-only-6 {
    padding-right: 3rem !important;
  }
  .c-pr-md-7 {
    padding-right: 3rem;
  }
  .c-pr-md-only-7 {
    padding-right: 4rem !important;
  }
  .c-pr-md-8 {
    padding-right: 3.75rem;
  }
  .c-pr-md-only-8 {
    padding-right: 5rem !important;
  }
  .c-pr-md-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-md-only-9 {
    padding-right: 6.25rem !important;
  }
  .c-pr-md-10 {
    padding-right: 6rem;
  }
  .c-pr-md-only-10 {
    padding-right: 8rem !important;
  }
  .c-pr-md-11 {
    padding-right: 7.03125rem;
  }
  .c-pr-md-only-11 {
    padding-right: 9.375rem !important;
  }
  .c-pr-md-12 {
    padding-right: 7.96875rem;
  }
  .c-pr-md-only-12 {
    padding-right: 10.625rem !important;
  }
  .c-pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-md-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pb-md-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-md-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pb-md-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-md-only-3 {
    padding-bottom: 1rem !important;
  }
  .c-pb-md-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-md-only-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pb-md-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-md-only-5 {
    padding-bottom: 2rem !important;
  }
  .c-pb-md-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-md-only-6 {
    padding-bottom: 3rem !important;
  }
  .c-pb-md-7 {
    padding-bottom: 3rem;
  }
  .c-pb-md-only-7 {
    padding-bottom: 4rem !important;
  }
  .c-pb-md-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-md-only-8 {
    padding-bottom: 5rem !important;
  }
  .c-pb-md-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-md-only-9 {
    padding-bottom: 6.25rem !important;
  }
  .c-pb-md-10 {
    padding-bottom: 6rem;
  }
  .c-pb-md-only-10 {
    padding-bottom: 8rem !important;
  }
  .c-pb-md-11 {
    padding-bottom: 7.03125rem;
  }
  .c-pb-md-only-11 {
    padding-bottom: 9.375rem !important;
  }
  .c-pb-md-12 {
    padding-bottom: 7.96875rem;
  }
  .c-pb-md-only-12 {
    padding-bottom: 10.625rem !important;
  }
  .c-pl-md-1 {
    padding-left: 0.25rem;
  }
  .c-pl-md-only-1 {
    padding-left: 0.25rem !important;
  }
  .c-pl-md-2 {
    padding-left: 0.375rem;
  }
  .c-pl-md-only-2 {
    padding-left: 0.5rem !important;
  }
  .c-pl-md-3 {
    padding-left: 0.75rem;
  }
  .c-pl-md-only-3 {
    padding-left: 1rem !important;
  }
  .c-pl-md-4 {
    padding-left: 1.125rem;
  }
  .c-pl-md-only-4 {
    padding-left: 1.5rem !important;
  }
  .c-pl-md-5 {
    padding-left: 1.5rem;
  }
  .c-pl-md-only-5 {
    padding-left: 2rem !important;
  }
  .c-pl-md-6 {
    padding-left: 2.25rem;
  }
  .c-pl-md-only-6 {
    padding-left: 3rem !important;
  }
  .c-pl-md-7 {
    padding-left: 3rem;
  }
  .c-pl-md-only-7 {
    padding-left: 4rem !important;
  }
  .c-pl-md-8 {
    padding-left: 3.75rem;
  }
  .c-pl-md-only-8 {
    padding-left: 5rem !important;
  }
  .c-pl-md-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-md-only-9 {
    padding-left: 6.25rem !important;
  }
  .c-pl-md-10 {
    padding-left: 6rem;
  }
  .c-pl-md-only-10 {
    padding-left: 8rem !important;
  }
  .c-pl-md-11 {
    padding-left: 7.03125rem;
  }
  .c-pl-md-only-11 {
    padding-left: 9.375rem !important;
  }
  .c-pl-md-12 {
    padding-left: 7.96875rem;
  }
  .c-pl-md-only-12 {
    padding-left: 10.625rem !important;
  }
  .c-px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-md-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .c-px-md-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-md-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .c-px-md-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-md-only-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .c-px-md-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-md-only-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .c-px-md-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-md-only-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-px-md-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-md-only-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .c-px-md-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-md-only-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-px-md-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-md-only-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .c-px-md-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-md-only-9 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .c-px-md-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-px-md-only-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-px-md-11 {
    padding-left: 7.03125rem;
    padding-right: 7.03125rem;
  }
  .c-px-md-only-11 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .c-px-md-12 {
    padding-left: 7.96875rem;
    padding-right: 7.96875rem;
  }
  .c-px-md-only-12 {
    padding-left: 10.625rem !important;
    padding-right: 10.625rem !important;
  }
  .c-py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-md-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .c-py-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-md-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .c-py-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-md-only-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .c-py-md-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-md-only-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .c-py-md-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-md-only-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-py-md-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-md-only-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .c-py-md-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-md-only-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-py-md-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-md-only-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .c-py-md-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-md-only-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .c-py-md-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-py-md-only-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-py-md-11 {
    padding-top: 7.03125rem;
    padding-bottom: 7.03125rem;
  }
  .c-py-md-only-11 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .c-py-md-12 {
    padding-top: 7.96875rem;
    padding-bottom: 7.96875rem;
  }
  .c-py-md-only-12 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
}

@media (min-width: 992px) {
  .c-m-2 {
    margin: 0.4375rem;
  }
  .c-m-3 {
    margin: 0.875rem;
  }
  .c-m-4 {
    margin: 1.3125rem;
  }
  .c-m-5 {
    margin: 1.75rem;
  }
  .c-m-6 {
    margin: 2.625rem;
  }
  .c-m-7 {
    margin: 3.5rem;
  }
  .c-m-8 {
    margin: 4.375rem;
  }
  .c-m-9 {
    margin: 5.46875rem;
  }
  .c-m-10 {
    margin: 7rem;
  }
  .c-m-11 {
    margin: 8.20312rem;
  }
  .c-m-12 {
    margin: 9.29688rem;
  }
  .c-mt-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-3 {
    margin-top: 0.875rem;
  }
  .c-mt-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-5 {
    margin-top: 1.75rem;
  }
  .c-mt-6 {
    margin-top: 2.625rem;
  }
  .c-mt-7 {
    margin-top: 3.5rem;
  }
  .c-mt-8 {
    margin-top: 4.375rem;
  }
  .c-mt-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-10 {
    margin-top: 7rem;
  }
  .c-mt-11 {
    margin-top: 8.20312rem;
  }
  .c-mt-12 {
    margin-top: 9.29688rem;
  }
  .c-mr-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-3 {
    margin-right: 0.875rem;
  }
  .c-mr-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-5 {
    margin-right: 1.75rem;
  }
  .c-mr-6 {
    margin-right: 2.625rem;
  }
  .c-mr-7 {
    margin-right: 3.5rem;
  }
  .c-mr-8 {
    margin-right: 4.375rem;
  }
  .c-mr-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-10 {
    margin-right: 7rem;
  }
  .c-mr-11 {
    margin-right: 8.20312rem;
  }
  .c-mr-12 {
    margin-right: 9.29688rem;
  }
  .c-mb-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-10 {
    margin-bottom: 7rem;
  }
  .c-mb-11 {
    margin-bottom: 8.20312rem;
  }
  .c-mb-12 {
    margin-bottom: 9.29688rem;
  }
  .c-ml-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-3 {
    margin-left: 0.875rem;
  }
  .c-ml-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-5 {
    margin-left: 1.75rem;
  }
  .c-ml-6 {
    margin-left: 2.625rem;
  }
  .c-ml-7 {
    margin-left: 3.5rem;
  }
  .c-ml-8 {
    margin-left: 4.375rem;
  }
  .c-ml-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-10 {
    margin-left: 7rem;
  }
  .c-ml-11 {
    margin-left: 8.20312rem;
  }
  .c-ml-12 {
    margin-left: 9.29688rem;
  }
  .c-mx-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-mx-11 {
    margin-left: 8.20312rem;
    margin-right: 8.20312rem;
  }
  .c-mx-12 {
    margin-left: 9.29688rem;
    margin-right: 9.29688rem;
  }
  .c-my-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-my-11 {
    margin-top: 8.20312rem;
    margin-bottom: 8.20312rem;
  }
  .c-my-12 {
    margin-top: 9.29688rem;
    margin-bottom: 9.29688rem;
  }
  .c-p-2 {
    padding: 0.4375rem;
  }
  .c-p-3 {
    padding: 0.875rem;
  }
  .c-p-4 {
    padding: 1.3125rem;
  }
  .c-p-5 {
    padding: 1.75rem;
  }
  .c-p-6 {
    padding: 2.625rem;
  }
  .c-p-7 {
    padding: 3.5rem;
  }
  .c-p-8 {
    padding: 4.375rem;
  }
  .c-p-9 {
    padding: 5.46875rem;
  }
  .c-p-10 {
    padding: 7rem;
  }
  .c-p-11 {
    padding: 8.20312rem;
  }
  .c-p-12 {
    padding: 9.29688rem;
  }
  .c-pt-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-3 {
    padding-top: 0.875rem;
  }
  .c-pt-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-5 {
    padding-top: 1.75rem;
  }
  .c-pt-6 {
    padding-top: 2.625rem;
  }
  .c-pt-7 {
    padding-top: 3.5rem;
  }
  .c-pt-8 {
    padding-top: 4.375rem;
  }
  .c-pt-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-10 {
    padding-top: 7rem;
  }
  .c-pt-11 {
    padding-top: 8.20312rem;
  }
  .c-pt-12 {
    padding-top: 9.29688rem;
  }
  .c-pr-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-3 {
    padding-right: 0.875rem;
  }
  .c-pr-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-5 {
    padding-right: 1.75rem;
  }
  .c-pr-6 {
    padding-right: 2.625rem;
  }
  .c-pr-7 {
    padding-right: 3.5rem;
  }
  .c-pr-8 {
    padding-right: 4.375rem;
  }
  .c-pr-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-10 {
    padding-right: 7rem;
  }
  .c-pr-11 {
    padding-right: 8.20312rem;
  }
  .c-pr-12 {
    padding-right: 9.29688rem;
  }
  .c-pb-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-10 {
    padding-bottom: 7rem;
  }
  .c-pb-11 {
    padding-bottom: 8.20312rem;
  }
  .c-pb-12 {
    padding-bottom: 9.29688rem;
  }
  .c-pl-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-3 {
    padding-left: 0.875rem;
  }
  .c-pl-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-5 {
    padding-left: 1.75rem;
  }
  .c-pl-6 {
    padding-left: 2.625rem;
  }
  .c-pl-7 {
    padding-left: 3.5rem;
  }
  .c-pl-8 {
    padding-left: 4.375rem;
  }
  .c-pl-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-10 {
    padding-left: 7rem;
  }
  .c-pl-11 {
    padding-left: 8.20312rem;
  }
  .c-pl-12 {
    padding-left: 9.29688rem;
  }
  .c-px-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-px-11 {
    padding-left: 8.20312rem;
    padding-right: 8.20312rem;
  }
  .c-px-12 {
    padding-left: 9.29688rem;
    padding-right: 9.29688rem;
  }
  .c-py-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-py-11 {
    padding-top: 8.20312rem;
    padding-bottom: 8.20312rem;
  }
  .c-py-12 {
    padding-top: 9.29688rem;
    padding-bottom: 9.29688rem;
  }
  .c-m-sm-2 {
    margin: 0.4375rem;
  }
  .c-m-sm-3 {
    margin: 0.875rem;
  }
  .c-m-sm-4 {
    margin: 1.3125rem;
  }
  .c-m-sm-5 {
    margin: 1.75rem;
  }
  .c-m-sm-6 {
    margin: 2.625rem;
  }
  .c-m-sm-7 {
    margin: 3.5rem;
  }
  .c-m-sm-8 {
    margin: 4.375rem;
  }
  .c-m-sm-9 {
    margin: 5.46875rem;
  }
  .c-m-sm-10 {
    margin: 7rem;
  }
  .c-m-sm-11 {
    margin: 8.20312rem;
  }
  .c-m-sm-12 {
    margin: 9.29688rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.875rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.75rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.625rem;
  }
  .c-mt-sm-7 {
    margin-top: 3.5rem;
  }
  .c-mt-sm-8 {
    margin-top: 4.375rem;
  }
  .c-mt-sm-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-sm-10 {
    margin-top: 7rem;
  }
  .c-mt-sm-11 {
    margin-top: 8.20312rem;
  }
  .c-mt-sm-12 {
    margin-top: 9.29688rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-sm-3 {
    margin-right: 0.875rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-sm-5 {
    margin-right: 1.75rem;
  }
  .c-mr-sm-6 {
    margin-right: 2.625rem;
  }
  .c-mr-sm-7 {
    margin-right: 3.5rem;
  }
  .c-mr-sm-8 {
    margin-right: 4.375rem;
  }
  .c-mr-sm-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-sm-10 {
    margin-right: 7rem;
  }
  .c-mr-sm-11 {
    margin-right: 8.20312rem;
  }
  .c-mr-sm-12 {
    margin-right: 9.29688rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 7rem;
  }
  .c-mb-sm-11 {
    margin-bottom: 8.20312rem;
  }
  .c-mb-sm-12 {
    margin-bottom: 9.29688rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-sm-3 {
    margin-left: 0.875rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-sm-5 {
    margin-left: 1.75rem;
  }
  .c-ml-sm-6 {
    margin-left: 2.625rem;
  }
  .c-ml-sm-7 {
    margin-left: 3.5rem;
  }
  .c-ml-sm-8 {
    margin-left: 4.375rem;
  }
  .c-ml-sm-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-sm-10 {
    margin-left: 7rem;
  }
  .c-ml-sm-11 {
    margin-left: 8.20312rem;
  }
  .c-ml-sm-12 {
    margin-left: 9.29688rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-sm-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-sm-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-sm-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-sm-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-mx-sm-11 {
    margin-left: 8.20312rem;
    margin-right: 8.20312rem;
  }
  .c-mx-sm-12 {
    margin-left: 9.29688rem;
    margin-right: 9.29688rem;
  }
  .c-my-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-sm-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-sm-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-sm-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-sm-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-sm-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-my-sm-11 {
    margin-top: 8.20312rem;
    margin-bottom: 8.20312rem;
  }
  .c-my-sm-12 {
    margin-top: 9.29688rem;
    margin-bottom: 9.29688rem;
  }
  .c-p-sm-2 {
    padding: 0.4375rem;
  }
  .c-p-sm-3 {
    padding: 0.875rem;
  }
  .c-p-sm-4 {
    padding: 1.3125rem;
  }
  .c-p-sm-5 {
    padding: 1.75rem;
  }
  .c-p-sm-6 {
    padding: 2.625rem;
  }
  .c-p-sm-7 {
    padding: 3.5rem;
  }
  .c-p-sm-8 {
    padding: 4.375rem;
  }
  .c-p-sm-9 {
    padding: 5.46875rem;
  }
  .c-p-sm-10 {
    padding: 7rem;
  }
  .c-p-sm-11 {
    padding: 8.20312rem;
  }
  .c-p-sm-12 {
    padding: 9.29688rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.875rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.75rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.625rem;
  }
  .c-pt-sm-7 {
    padding-top: 3.5rem;
  }
  .c-pt-sm-8 {
    padding-top: 4.375rem;
  }
  .c-pt-sm-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-sm-10 {
    padding-top: 7rem;
  }
  .c-pt-sm-11 {
    padding-top: 8.20312rem;
  }
  .c-pt-sm-12 {
    padding-top: 9.29688rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-sm-3 {
    padding-right: 0.875rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-sm-5 {
    padding-right: 1.75rem;
  }
  .c-pr-sm-6 {
    padding-right: 2.625rem;
  }
  .c-pr-sm-7 {
    padding-right: 3.5rem;
  }
  .c-pr-sm-8 {
    padding-right: 4.375rem;
  }
  .c-pr-sm-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-sm-10 {
    padding-right: 7rem;
  }
  .c-pr-sm-11 {
    padding-right: 8.20312rem;
  }
  .c-pr-sm-12 {
    padding-right: 9.29688rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 7rem;
  }
  .c-pb-sm-11 {
    padding-bottom: 8.20312rem;
  }
  .c-pb-sm-12 {
    padding-bottom: 9.29688rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-sm-3 {
    padding-left: 0.875rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-sm-5 {
    padding-left: 1.75rem;
  }
  .c-pl-sm-6 {
    padding-left: 2.625rem;
  }
  .c-pl-sm-7 {
    padding-left: 3.5rem;
  }
  .c-pl-sm-8 {
    padding-left: 4.375rem;
  }
  .c-pl-sm-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-sm-10 {
    padding-left: 7rem;
  }
  .c-pl-sm-11 {
    padding-left: 8.20312rem;
  }
  .c-pl-sm-12 {
    padding-left: 9.29688rem;
  }
  .c-px-sm-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-sm-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-sm-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-sm-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-sm-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-sm-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-sm-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-sm-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-px-sm-11 {
    padding-left: 8.20312rem;
    padding-right: 8.20312rem;
  }
  .c-px-sm-12 {
    padding-left: 9.29688rem;
    padding-right: 9.29688rem;
  }
  .c-py-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-sm-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-sm-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-sm-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-sm-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-sm-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-py-sm-11 {
    padding-top: 8.20312rem;
    padding-bottom: 8.20312rem;
  }
  .c-py-sm-12 {
    padding-top: 9.29688rem;
    padding-bottom: 9.29688rem;
  }
  .c-m-md-2 {
    margin: 0.4375rem;
  }
  .c-m-md-3 {
    margin: 0.875rem;
  }
  .c-m-md-4 {
    margin: 1.3125rem;
  }
  .c-m-md-5 {
    margin: 1.75rem;
  }
  .c-m-md-6 {
    margin: 2.625rem;
  }
  .c-m-md-7 {
    margin: 3.5rem;
  }
  .c-m-md-8 {
    margin: 4.375rem;
  }
  .c-m-md-9 {
    margin: 5.46875rem;
  }
  .c-m-md-10 {
    margin: 7rem;
  }
  .c-m-md-11 {
    margin: 8.20312rem;
  }
  .c-m-md-12 {
    margin: 9.29688rem;
  }
  .c-mt-md-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-md-3 {
    margin-top: 0.875rem;
  }
  .c-mt-md-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-md-5 {
    margin-top: 1.75rem;
  }
  .c-mt-md-6 {
    margin-top: 2.625rem;
  }
  .c-mt-md-7 {
    margin-top: 3.5rem;
  }
  .c-mt-md-8 {
    margin-top: 4.375rem;
  }
  .c-mt-md-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-md-10 {
    margin-top: 7rem;
  }
  .c-mt-md-11 {
    margin-top: 8.20312rem;
  }
  .c-mt-md-12 {
    margin-top: 9.29688rem;
  }
  .c-mr-md-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-md-3 {
    margin-right: 0.875rem;
  }
  .c-mr-md-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-md-5 {
    margin-right: 1.75rem;
  }
  .c-mr-md-6 {
    margin-right: 2.625rem;
  }
  .c-mr-md-7 {
    margin-right: 3.5rem;
  }
  .c-mr-md-8 {
    margin-right: 4.375rem;
  }
  .c-mr-md-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-md-10 {
    margin-right: 7rem;
  }
  .c-mr-md-11 {
    margin-right: 8.20312rem;
  }
  .c-mr-md-12 {
    margin-right: 9.29688rem;
  }
  .c-mb-md-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-md-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-md-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-md-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-md-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-md-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-md-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-md-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-md-10 {
    margin-bottom: 7rem;
  }
  .c-mb-md-11 {
    margin-bottom: 8.20312rem;
  }
  .c-mb-md-12 {
    margin-bottom: 9.29688rem;
  }
  .c-ml-md-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-md-3 {
    margin-left: 0.875rem;
  }
  .c-ml-md-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-md-5 {
    margin-left: 1.75rem;
  }
  .c-ml-md-6 {
    margin-left: 2.625rem;
  }
  .c-ml-md-7 {
    margin-left: 3.5rem;
  }
  .c-ml-md-8 {
    margin-left: 4.375rem;
  }
  .c-ml-md-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-md-10 {
    margin-left: 7rem;
  }
  .c-ml-md-11 {
    margin-left: 8.20312rem;
  }
  .c-ml-md-12 {
    margin-left: 9.29688rem;
  }
  .c-mx-md-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-md-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-md-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-md-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-md-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-md-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-md-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-md-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-md-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-mx-md-11 {
    margin-left: 8.20312rem;
    margin-right: 8.20312rem;
  }
  .c-mx-md-12 {
    margin-left: 9.29688rem;
    margin-right: 9.29688rem;
  }
  .c-my-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-md-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-md-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-md-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-md-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-md-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-md-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-my-md-11 {
    margin-top: 8.20312rem;
    margin-bottom: 8.20312rem;
  }
  .c-my-md-12 {
    margin-top: 9.29688rem;
    margin-bottom: 9.29688rem;
  }
  .c-p-md-2 {
    padding: 0.4375rem;
  }
  .c-p-md-3 {
    padding: 0.875rem;
  }
  .c-p-md-4 {
    padding: 1.3125rem;
  }
  .c-p-md-5 {
    padding: 1.75rem;
  }
  .c-p-md-6 {
    padding: 2.625rem;
  }
  .c-p-md-7 {
    padding: 3.5rem;
  }
  .c-p-md-8 {
    padding: 4.375rem;
  }
  .c-p-md-9 {
    padding: 5.46875rem;
  }
  .c-p-md-10 {
    padding: 7rem;
  }
  .c-p-md-11 {
    padding: 8.20312rem;
  }
  .c-p-md-12 {
    padding: 9.29688rem;
  }
  .c-pt-md-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-md-3 {
    padding-top: 0.875rem;
  }
  .c-pt-md-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-md-5 {
    padding-top: 1.75rem;
  }
  .c-pt-md-6 {
    padding-top: 2.625rem;
  }
  .c-pt-md-7 {
    padding-top: 3.5rem;
  }
  .c-pt-md-8 {
    padding-top: 4.375rem;
  }
  .c-pt-md-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-md-10 {
    padding-top: 7rem;
  }
  .c-pt-md-11 {
    padding-top: 8.20312rem;
  }
  .c-pt-md-12 {
    padding-top: 9.29688rem;
  }
  .c-pr-md-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-md-3 {
    padding-right: 0.875rem;
  }
  .c-pr-md-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-md-5 {
    padding-right: 1.75rem;
  }
  .c-pr-md-6 {
    padding-right: 2.625rem;
  }
  .c-pr-md-7 {
    padding-right: 3.5rem;
  }
  .c-pr-md-8 {
    padding-right: 4.375rem;
  }
  .c-pr-md-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-md-10 {
    padding-right: 7rem;
  }
  .c-pr-md-11 {
    padding-right: 8.20312rem;
  }
  .c-pr-md-12 {
    padding-right: 9.29688rem;
  }
  .c-pb-md-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-md-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-md-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-md-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-md-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-md-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-md-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-md-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-md-10 {
    padding-bottom: 7rem;
  }
  .c-pb-md-11 {
    padding-bottom: 8.20312rem;
  }
  .c-pb-md-12 {
    padding-bottom: 9.29688rem;
  }
  .c-pl-md-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-md-3 {
    padding-left: 0.875rem;
  }
  .c-pl-md-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-md-5 {
    padding-left: 1.75rem;
  }
  .c-pl-md-6 {
    padding-left: 2.625rem;
  }
  .c-pl-md-7 {
    padding-left: 3.5rem;
  }
  .c-pl-md-8 {
    padding-left: 4.375rem;
  }
  .c-pl-md-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-md-10 {
    padding-left: 7rem;
  }
  .c-pl-md-11 {
    padding-left: 8.20312rem;
  }
  .c-pl-md-12 {
    padding-left: 9.29688rem;
  }
  .c-px-md-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-md-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-md-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-md-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-md-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-md-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-md-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-md-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-md-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-px-md-11 {
    padding-left: 8.20312rem;
    padding-right: 8.20312rem;
  }
  .c-px-md-12 {
    padding-left: 9.29688rem;
    padding-right: 9.29688rem;
  }
  .c-py-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-md-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-md-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-md-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-md-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-md-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-md-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-py-md-11 {
    padding-top: 8.20312rem;
    padding-bottom: 8.20312rem;
  }
  .c-py-md-12 {
    padding-top: 9.29688rem;
    padding-bottom: 9.29688rem;
  }
  .c-m-lg-1 {
    margin: 0.25rem;
  }
  .c-m-lg-only-1 {
    margin: 0.25rem !important;
  }
  .c-m-lg-2 {
    margin: 0.4375rem;
  }
  .c-m-lg-only-2 {
    margin: 0.5rem !important;
  }
  .c-m-lg-3 {
    margin: 0.875rem;
  }
  .c-m-lg-only-3 {
    margin: 1rem !important;
  }
  .c-m-lg-4 {
    margin: 1.3125rem;
  }
  .c-m-lg-only-4 {
    margin: 1.5rem !important;
  }
  .c-m-lg-5 {
    margin: 1.75rem;
  }
  .c-m-lg-only-5 {
    margin: 2rem !important;
  }
  .c-m-lg-6 {
    margin: 2.625rem;
  }
  .c-m-lg-only-6 {
    margin: 3rem !important;
  }
  .c-m-lg-7 {
    margin: 3.5rem;
  }
  .c-m-lg-only-7 {
    margin: 4rem !important;
  }
  .c-m-lg-8 {
    margin: 4.375rem;
  }
  .c-m-lg-only-8 {
    margin: 5rem !important;
  }
  .c-m-lg-9 {
    margin: 5.46875rem;
  }
  .c-m-lg-only-9 {
    margin: 6.25rem !important;
  }
  .c-m-lg-10 {
    margin: 7rem;
  }
  .c-m-lg-only-10 {
    margin: 8rem !important;
  }
  .c-m-lg-11 {
    margin: 8.20312rem;
  }
  .c-m-lg-only-11 {
    margin: 9.375rem !important;
  }
  .c-m-lg-12 {
    margin: 9.29688rem;
  }
  .c-m-lg-only-12 {
    margin: 10.625rem !important;
  }
  .c-mt-lg-1 {
    margin-top: 0.25rem;
  }
  .c-mt-lg-only-1 {
    margin-top: 0.25rem !important;
  }
  .c-mt-lg-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-lg-only-2 {
    margin-top: 0.5rem !important;
  }
  .c-mt-lg-3 {
    margin-top: 0.875rem;
  }
  .c-mt-lg-only-3 {
    margin-top: 1rem !important;
  }
  .c-mt-lg-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-lg-only-4 {
    margin-top: 1.5rem !important;
  }
  .c-mt-lg-5 {
    margin-top: 1.75rem;
  }
  .c-mt-lg-only-5 {
    margin-top: 2rem !important;
  }
  .c-mt-lg-6 {
    margin-top: 2.625rem;
  }
  .c-mt-lg-only-6 {
    margin-top: 3rem !important;
  }
  .c-mt-lg-7 {
    margin-top: 3.5rem;
  }
  .c-mt-lg-only-7 {
    margin-top: 4rem !important;
  }
  .c-mt-lg-8 {
    margin-top: 4.375rem;
  }
  .c-mt-lg-only-8 {
    margin-top: 5rem !important;
  }
  .c-mt-lg-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-lg-only-9 {
    margin-top: 6.25rem !important;
  }
  .c-mt-lg-10 {
    margin-top: 7rem;
  }
  .c-mt-lg-only-10 {
    margin-top: 8rem !important;
  }
  .c-mt-lg-11 {
    margin-top: 8.20312rem;
  }
  .c-mt-lg-only-11 {
    margin-top: 9.375rem !important;
  }
  .c-mt-lg-12 {
    margin-top: 9.29688rem;
  }
  .c-mt-lg-only-12 {
    margin-top: 10.625rem !important;
  }
  .c-mr-lg-1 {
    margin-right: 0.25rem;
  }
  .c-mr-lg-only-1 {
    margin-right: 0.25rem !important;
  }
  .c-mr-lg-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-lg-only-2 {
    margin-right: 0.5rem !important;
  }
  .c-mr-lg-3 {
    margin-right: 0.875rem;
  }
  .c-mr-lg-only-3 {
    margin-right: 1rem !important;
  }
  .c-mr-lg-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-lg-only-4 {
    margin-right: 1.5rem !important;
  }
  .c-mr-lg-5 {
    margin-right: 1.75rem;
  }
  .c-mr-lg-only-5 {
    margin-right: 2rem !important;
  }
  .c-mr-lg-6 {
    margin-right: 2.625rem;
  }
  .c-mr-lg-only-6 {
    margin-right: 3rem !important;
  }
  .c-mr-lg-7 {
    margin-right: 3.5rem;
  }
  .c-mr-lg-only-7 {
    margin-right: 4rem !important;
  }
  .c-mr-lg-8 {
    margin-right: 4.375rem;
  }
  .c-mr-lg-only-8 {
    margin-right: 5rem !important;
  }
  .c-mr-lg-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-lg-only-9 {
    margin-right: 6.25rem !important;
  }
  .c-mr-lg-10 {
    margin-right: 7rem;
  }
  .c-mr-lg-only-10 {
    margin-right: 8rem !important;
  }
  .c-mr-lg-11 {
    margin-right: 8.20312rem;
  }
  .c-mr-lg-only-11 {
    margin-right: 9.375rem !important;
  }
  .c-mr-lg-12 {
    margin-right: 9.29688rem;
  }
  .c-mr-lg-only-12 {
    margin-right: 10.625rem !important;
  }
  .c-mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-lg-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-mb-lg-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-lg-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-mb-lg-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-lg-only-3 {
    margin-bottom: 1rem !important;
  }
  .c-mb-lg-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-lg-only-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-mb-lg-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-lg-only-5 {
    margin-bottom: 2rem !important;
  }
  .c-mb-lg-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-lg-only-6 {
    margin-bottom: 3rem !important;
  }
  .c-mb-lg-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-lg-only-7 {
    margin-bottom: 4rem !important;
  }
  .c-mb-lg-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-lg-only-8 {
    margin-bottom: 5rem !important;
  }
  .c-mb-lg-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-lg-only-9 {
    margin-bottom: 6.25rem !important;
  }
  .c-mb-lg-10 {
    margin-bottom: 7rem;
  }
  .c-mb-lg-only-10 {
    margin-bottom: 8rem !important;
  }
  .c-mb-lg-11 {
    margin-bottom: 8.20312rem;
  }
  .c-mb-lg-only-11 {
    margin-bottom: 9.375rem !important;
  }
  .c-mb-lg-12 {
    margin-bottom: 9.29688rem;
  }
  .c-mb-lg-only-12 {
    margin-bottom: 10.625rem !important;
  }
  .c-ml-lg-1 {
    margin-left: 0.25rem;
  }
  .c-ml-lg-only-1 {
    margin-left: 0.25rem !important;
  }
  .c-ml-lg-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-lg-only-2 {
    margin-left: 0.5rem !important;
  }
  .c-ml-lg-3 {
    margin-left: 0.875rem;
  }
  .c-ml-lg-only-3 {
    margin-left: 1rem !important;
  }
  .c-ml-lg-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-lg-only-4 {
    margin-left: 1.5rem !important;
  }
  .c-ml-lg-5 {
    margin-left: 1.75rem;
  }
  .c-ml-lg-only-5 {
    margin-left: 2rem !important;
  }
  .c-ml-lg-6 {
    margin-left: 2.625rem;
  }
  .c-ml-lg-only-6 {
    margin-left: 3rem !important;
  }
  .c-ml-lg-7 {
    margin-left: 3.5rem;
  }
  .c-ml-lg-only-7 {
    margin-left: 4rem !important;
  }
  .c-ml-lg-8 {
    margin-left: 4.375rem;
  }
  .c-ml-lg-only-8 {
    margin-left: 5rem !important;
  }
  .c-ml-lg-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-lg-only-9 {
    margin-left: 6.25rem !important;
  }
  .c-ml-lg-10 {
    margin-left: 7rem;
  }
  .c-ml-lg-only-10 {
    margin-left: 8rem !important;
  }
  .c-ml-lg-11 {
    margin-left: 8.20312rem;
  }
  .c-ml-lg-only-11 {
    margin-left: 9.375rem !important;
  }
  .c-ml-lg-12 {
    margin-left: 9.29688rem;
  }
  .c-ml-lg-only-12 {
    margin-left: 10.625rem !important;
  }
  .c-mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-lg-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .c-mx-lg-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-lg-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .c-mx-lg-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-lg-only-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .c-mx-lg-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-lg-only-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .c-mx-lg-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-lg-only-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-mx-lg-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-lg-only-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .c-mx-lg-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-lg-only-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-mx-lg-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-lg-only-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .c-mx-lg-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-lg-only-9 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .c-mx-lg-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-mx-lg-only-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-mx-lg-11 {
    margin-left: 8.20312rem;
    margin-right: 8.20312rem;
  }
  .c-mx-lg-only-11 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .c-mx-lg-12 {
    margin-left: 9.29688rem;
    margin-right: 9.29688rem;
  }
  .c-mx-lg-only-12 {
    margin-left: 10.625rem !important;
    margin-right: 10.625rem !important;
  }
  .c-my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-lg-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .c-my-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-lg-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .c-my-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-lg-only-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .c-my-lg-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-lg-only-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .c-my-lg-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-lg-only-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-my-lg-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-lg-only-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .c-my-lg-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-lg-only-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-my-lg-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-lg-only-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .c-my-lg-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-lg-only-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .c-my-lg-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-my-lg-only-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-my-lg-11 {
    margin-top: 8.20312rem;
    margin-bottom: 8.20312rem;
  }
  .c-my-lg-only-11 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .c-my-lg-12 {
    margin-top: 9.29688rem;
    margin-bottom: 9.29688rem;
  }
  .c-my-lg-only-12 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .c-p-lg-1 {
    padding: 0.25rem;
  }
  .c-p-lg-only-1 {
    padding: 0.25rem !important;
  }
  .c-p-lg-2 {
    padding: 0.4375rem;
  }
  .c-p-lg-only-2 {
    padding: 0.5rem !important;
  }
  .c-p-lg-3 {
    padding: 0.875rem;
  }
  .c-p-lg-only-3 {
    padding: 1rem !important;
  }
  .c-p-lg-4 {
    padding: 1.3125rem;
  }
  .c-p-lg-only-4 {
    padding: 1.5rem !important;
  }
  .c-p-lg-5 {
    padding: 1.75rem;
  }
  .c-p-lg-only-5 {
    padding: 2rem !important;
  }
  .c-p-lg-6 {
    padding: 2.625rem;
  }
  .c-p-lg-only-6 {
    padding: 3rem !important;
  }
  .c-p-lg-7 {
    padding: 3.5rem;
  }
  .c-p-lg-only-7 {
    padding: 4rem !important;
  }
  .c-p-lg-8 {
    padding: 4.375rem;
  }
  .c-p-lg-only-8 {
    padding: 5rem !important;
  }
  .c-p-lg-9 {
    padding: 5.46875rem;
  }
  .c-p-lg-only-9 {
    padding: 6.25rem !important;
  }
  .c-p-lg-10 {
    padding: 7rem;
  }
  .c-p-lg-only-10 {
    padding: 8rem !important;
  }
  .c-p-lg-11 {
    padding: 8.20312rem;
  }
  .c-p-lg-only-11 {
    padding: 9.375rem !important;
  }
  .c-p-lg-12 {
    padding: 9.29688rem;
  }
  .c-p-lg-only-12 {
    padding: 10.625rem !important;
  }
  .c-pt-lg-1 {
    padding-top: 0.25rem;
  }
  .c-pt-lg-only-1 {
    padding-top: 0.25rem !important;
  }
  .c-pt-lg-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-lg-only-2 {
    padding-top: 0.5rem !important;
  }
  .c-pt-lg-3 {
    padding-top: 0.875rem;
  }
  .c-pt-lg-only-3 {
    padding-top: 1rem !important;
  }
  .c-pt-lg-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-lg-only-4 {
    padding-top: 1.5rem !important;
  }
  .c-pt-lg-5 {
    padding-top: 1.75rem;
  }
  .c-pt-lg-only-5 {
    padding-top: 2rem !important;
  }
  .c-pt-lg-6 {
    padding-top: 2.625rem;
  }
  .c-pt-lg-only-6 {
    padding-top: 3rem !important;
  }
  .c-pt-lg-7 {
    padding-top: 3.5rem;
  }
  .c-pt-lg-only-7 {
    padding-top: 4rem !important;
  }
  .c-pt-lg-8 {
    padding-top: 4.375rem;
  }
  .c-pt-lg-only-8 {
    padding-top: 5rem !important;
  }
  .c-pt-lg-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-lg-only-9 {
    padding-top: 6.25rem !important;
  }
  .c-pt-lg-10 {
    padding-top: 7rem;
  }
  .c-pt-lg-only-10 {
    padding-top: 8rem !important;
  }
  .c-pt-lg-11 {
    padding-top: 8.20312rem;
  }
  .c-pt-lg-only-11 {
    padding-top: 9.375rem !important;
  }
  .c-pt-lg-12 {
    padding-top: 9.29688rem;
  }
  .c-pt-lg-only-12 {
    padding-top: 10.625rem !important;
  }
  .c-pr-lg-1 {
    padding-right: 0.25rem;
  }
  .c-pr-lg-only-1 {
    padding-right: 0.25rem !important;
  }
  .c-pr-lg-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-lg-only-2 {
    padding-right: 0.5rem !important;
  }
  .c-pr-lg-3 {
    padding-right: 0.875rem;
  }
  .c-pr-lg-only-3 {
    padding-right: 1rem !important;
  }
  .c-pr-lg-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-lg-only-4 {
    padding-right: 1.5rem !important;
  }
  .c-pr-lg-5 {
    padding-right: 1.75rem;
  }
  .c-pr-lg-only-5 {
    padding-right: 2rem !important;
  }
  .c-pr-lg-6 {
    padding-right: 2.625rem;
  }
  .c-pr-lg-only-6 {
    padding-right: 3rem !important;
  }
  .c-pr-lg-7 {
    padding-right: 3.5rem;
  }
  .c-pr-lg-only-7 {
    padding-right: 4rem !important;
  }
  .c-pr-lg-8 {
    padding-right: 4.375rem;
  }
  .c-pr-lg-only-8 {
    padding-right: 5rem !important;
  }
  .c-pr-lg-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-lg-only-9 {
    padding-right: 6.25rem !important;
  }
  .c-pr-lg-10 {
    padding-right: 7rem;
  }
  .c-pr-lg-only-10 {
    padding-right: 8rem !important;
  }
  .c-pr-lg-11 {
    padding-right: 8.20312rem;
  }
  .c-pr-lg-only-11 {
    padding-right: 9.375rem !important;
  }
  .c-pr-lg-12 {
    padding-right: 9.29688rem;
  }
  .c-pr-lg-only-12 {
    padding-right: 10.625rem !important;
  }
  .c-pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-lg-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pb-lg-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-lg-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pb-lg-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-lg-only-3 {
    padding-bottom: 1rem !important;
  }
  .c-pb-lg-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-lg-only-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pb-lg-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-lg-only-5 {
    padding-bottom: 2rem !important;
  }
  .c-pb-lg-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-lg-only-6 {
    padding-bottom: 3rem !important;
  }
  .c-pb-lg-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-lg-only-7 {
    padding-bottom: 4rem !important;
  }
  .c-pb-lg-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-lg-only-8 {
    padding-bottom: 5rem !important;
  }
  .c-pb-lg-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-lg-only-9 {
    padding-bottom: 6.25rem !important;
  }
  .c-pb-lg-10 {
    padding-bottom: 7rem;
  }
  .c-pb-lg-only-10 {
    padding-bottom: 8rem !important;
  }
  .c-pb-lg-11 {
    padding-bottom: 8.20312rem;
  }
  .c-pb-lg-only-11 {
    padding-bottom: 9.375rem !important;
  }
  .c-pb-lg-12 {
    padding-bottom: 9.29688rem;
  }
  .c-pb-lg-only-12 {
    padding-bottom: 10.625rem !important;
  }
  .c-pl-lg-1 {
    padding-left: 0.25rem;
  }
  .c-pl-lg-only-1 {
    padding-left: 0.25rem !important;
  }
  .c-pl-lg-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-lg-only-2 {
    padding-left: 0.5rem !important;
  }
  .c-pl-lg-3 {
    padding-left: 0.875rem;
  }
  .c-pl-lg-only-3 {
    padding-left: 1rem !important;
  }
  .c-pl-lg-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-lg-only-4 {
    padding-left: 1.5rem !important;
  }
  .c-pl-lg-5 {
    padding-left: 1.75rem;
  }
  .c-pl-lg-only-5 {
    padding-left: 2rem !important;
  }
  .c-pl-lg-6 {
    padding-left: 2.625rem;
  }
  .c-pl-lg-only-6 {
    padding-left: 3rem !important;
  }
  .c-pl-lg-7 {
    padding-left: 3.5rem;
  }
  .c-pl-lg-only-7 {
    padding-left: 4rem !important;
  }
  .c-pl-lg-8 {
    padding-left: 4.375rem;
  }
  .c-pl-lg-only-8 {
    padding-left: 5rem !important;
  }
  .c-pl-lg-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-lg-only-9 {
    padding-left: 6.25rem !important;
  }
  .c-pl-lg-10 {
    padding-left: 7rem;
  }
  .c-pl-lg-only-10 {
    padding-left: 8rem !important;
  }
  .c-pl-lg-11 {
    padding-left: 8.20312rem;
  }
  .c-pl-lg-only-11 {
    padding-left: 9.375rem !important;
  }
  .c-pl-lg-12 {
    padding-left: 9.29688rem;
  }
  .c-pl-lg-only-12 {
    padding-left: 10.625rem !important;
  }
  .c-px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-lg-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .c-px-lg-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-lg-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .c-px-lg-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-lg-only-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .c-px-lg-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-lg-only-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .c-px-lg-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-lg-only-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-px-lg-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-lg-only-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .c-px-lg-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-lg-only-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-px-lg-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-lg-only-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .c-px-lg-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-lg-only-9 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .c-px-lg-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-px-lg-only-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-px-lg-11 {
    padding-left: 8.20312rem;
    padding-right: 8.20312rem;
  }
  .c-px-lg-only-11 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .c-px-lg-12 {
    padding-left: 9.29688rem;
    padding-right: 9.29688rem;
  }
  .c-px-lg-only-12 {
    padding-left: 10.625rem !important;
    padding-right: 10.625rem !important;
  }
  .c-py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-lg-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .c-py-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-lg-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .c-py-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-lg-only-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .c-py-lg-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-lg-only-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .c-py-lg-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-lg-only-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-py-lg-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-lg-only-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .c-py-lg-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-lg-only-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-py-lg-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-lg-only-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .c-py-lg-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-lg-only-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .c-py-lg-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-py-lg-only-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-py-lg-11 {
    padding-top: 8.20312rem;
    padding-bottom: 8.20312rem;
  }
  .c-py-lg-only-11 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .c-py-lg-12 {
    padding-top: 9.29688rem;
    padding-bottom: 9.29688rem;
  }
  .c-py-lg-only-12 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
}

@media (min-width: 1200px) {
  .c-m-2 {
    margin: 0.5rem;
  }
  .c-m-3 {
    margin: 1rem;
  }
  .c-m-4 {
    margin: 1.5rem;
  }
  .c-m-5 {
    margin: 2rem;
  }
  .c-m-6 {
    margin: 3rem;
  }
  .c-m-7 {
    margin: 4rem;
  }
  .c-m-8 {
    margin: 5rem;
  }
  .c-m-9 {
    margin: 6.25rem;
  }
  .c-m-10 {
    margin: 8rem;
  }
  .c-m-11 {
    margin: 9.375rem;
  }
  .c-m-12 {
    margin: 10.625rem;
  }
  .c-mt-2 {
    margin-top: 0.5rem;
  }
  .c-mt-3 {
    margin-top: 1rem;
  }
  .c-mt-4 {
    margin-top: 1.5rem;
  }
  .c-mt-5 {
    margin-top: 2rem;
  }
  .c-mt-6 {
    margin-top: 3rem;
  }
  .c-mt-7 {
    margin-top: 4rem;
  }
  .c-mt-8 {
    margin-top: 5rem;
  }
  .c-mt-9 {
    margin-top: 6.25rem;
  }
  .c-mt-10 {
    margin-top: 8rem;
  }
  .c-mt-11 {
    margin-top: 9.375rem;
  }
  .c-mt-12 {
    margin-top: 10.625rem;
  }
  .c-mr-2 {
    margin-right: 0.5rem;
  }
  .c-mr-3 {
    margin-right: 1rem;
  }
  .c-mr-4 {
    margin-right: 1.5rem;
  }
  .c-mr-5 {
    margin-right: 2rem;
  }
  .c-mr-6 {
    margin-right: 3rem;
  }
  .c-mr-7 {
    margin-right: 4rem;
  }
  .c-mr-8 {
    margin-right: 5rem;
  }
  .c-mr-9 {
    margin-right: 6.25rem;
  }
  .c-mr-10 {
    margin-right: 8rem;
  }
  .c-mr-11 {
    margin-right: 9.375rem;
  }
  .c-mr-12 {
    margin-right: 10.625rem;
  }
  .c-mb-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-3 {
    margin-bottom: 1rem;
  }
  .c-mb-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-5 {
    margin-bottom: 2rem;
  }
  .c-mb-6 {
    margin-bottom: 3rem;
  }
  .c-mb-7 {
    margin-bottom: 4rem;
  }
  .c-mb-8 {
    margin-bottom: 5rem;
  }
  .c-mb-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-10 {
    margin-bottom: 8rem;
  }
  .c-mb-11 {
    margin-bottom: 9.375rem;
  }
  .c-mb-12 {
    margin-bottom: 10.625rem;
  }
  .c-ml-2 {
    margin-left: 0.5rem;
  }
  .c-ml-3 {
    margin-left: 1rem;
  }
  .c-ml-4 {
    margin-left: 1.5rem;
  }
  .c-ml-5 {
    margin-left: 2rem;
  }
  .c-ml-6 {
    margin-left: 3rem;
  }
  .c-ml-7 {
    margin-left: 4rem;
  }
  .c-ml-8 {
    margin-left: 5rem;
  }
  .c-ml-9 {
    margin-left: 6.25rem;
  }
  .c-ml-10 {
    margin-left: 8rem;
  }
  .c-ml-11 {
    margin-left: 9.375rem;
  }
  .c-ml-12 {
    margin-left: 10.625rem;
  }
  .c-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-mx-11 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
  .c-mx-12 {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
  .c-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-my-11 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
  .c-my-12 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
  .c-p-2 {
    padding: 0.5rem;
  }
  .c-p-3 {
    padding: 1rem;
  }
  .c-p-4 {
    padding: 1.5rem;
  }
  .c-p-5 {
    padding: 2rem;
  }
  .c-p-6 {
    padding: 3rem;
  }
  .c-p-7 {
    padding: 4rem;
  }
  .c-p-8 {
    padding: 5rem;
  }
  .c-p-9 {
    padding: 6.25rem;
  }
  .c-p-10 {
    padding: 8rem;
  }
  .c-p-11 {
    padding: 9.375rem;
  }
  .c-p-12 {
    padding: 10.625rem;
  }
  .c-pt-2 {
    padding-top: 0.5rem;
  }
  .c-pt-3 {
    padding-top: 1rem;
  }
  .c-pt-4 {
    padding-top: 1.5rem;
  }
  .c-pt-5 {
    padding-top: 2rem;
  }
  .c-pt-6 {
    padding-top: 3rem;
  }
  .c-pt-7 {
    padding-top: 4rem;
  }
  .c-pt-8 {
    padding-top: 5rem;
  }
  .c-pt-9 {
    padding-top: 6.25rem;
  }
  .c-pt-10 {
    padding-top: 8rem;
  }
  .c-pt-11 {
    padding-top: 9.375rem;
  }
  .c-pt-12 {
    padding-top: 10.625rem;
  }
  .c-pr-2 {
    padding-right: 0.5rem;
  }
  .c-pr-3 {
    padding-right: 1rem;
  }
  .c-pr-4 {
    padding-right: 1.5rem;
  }
  .c-pr-5 {
    padding-right: 2rem;
  }
  .c-pr-6 {
    padding-right: 3rem;
  }
  .c-pr-7 {
    padding-right: 4rem;
  }
  .c-pr-8 {
    padding-right: 5rem;
  }
  .c-pr-9 {
    padding-right: 6.25rem;
  }
  .c-pr-10 {
    padding-right: 8rem;
  }
  .c-pr-11 {
    padding-right: 9.375rem;
  }
  .c-pr-12 {
    padding-right: 10.625rem;
  }
  .c-pb-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-3 {
    padding-bottom: 1rem;
  }
  .c-pb-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-5 {
    padding-bottom: 2rem;
  }
  .c-pb-6 {
    padding-bottom: 3rem;
  }
  .c-pb-7 {
    padding-bottom: 4rem;
  }
  .c-pb-8 {
    padding-bottom: 5rem;
  }
  .c-pb-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-10 {
    padding-bottom: 8rem;
  }
  .c-pb-11 {
    padding-bottom: 9.375rem;
  }
  .c-pb-12 {
    padding-bottom: 10.625rem;
  }
  .c-pl-2 {
    padding-left: 0.5rem;
  }
  .c-pl-3 {
    padding-left: 1rem;
  }
  .c-pl-4 {
    padding-left: 1.5rem;
  }
  .c-pl-5 {
    padding-left: 2rem;
  }
  .c-pl-6 {
    padding-left: 3rem;
  }
  .c-pl-7 {
    padding-left: 4rem;
  }
  .c-pl-8 {
    padding-left: 5rem;
  }
  .c-pl-9 {
    padding-left: 6.25rem;
  }
  .c-pl-10 {
    padding-left: 8rem;
  }
  .c-pl-11 {
    padding-left: 9.375rem;
  }
  .c-pl-12 {
    padding-left: 10.625rem;
  }
  .c-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-px-11 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .c-px-12 {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }
  .c-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-py-11 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .c-py-12 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
  .c-m-sm-2 {
    margin: 0.5rem;
  }
  .c-m-sm-3 {
    margin: 1rem;
  }
  .c-m-sm-4 {
    margin: 1.5rem;
  }
  .c-m-sm-5 {
    margin: 2rem;
  }
  .c-m-sm-6 {
    margin: 3rem;
  }
  .c-m-sm-7 {
    margin: 4rem;
  }
  .c-m-sm-8 {
    margin: 5rem;
  }
  .c-m-sm-9 {
    margin: 6.25rem;
  }
  .c-m-sm-10 {
    margin: 8rem;
  }
  .c-m-sm-11 {
    margin: 9.375rem;
  }
  .c-m-sm-12 {
    margin: 10.625rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.5rem;
  }
  .c-mt-sm-3 {
    margin-top: 1rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.5rem;
  }
  .c-mt-sm-5 {
    margin-top: 2rem;
  }
  .c-mt-sm-6 {
    margin-top: 3rem;
  }
  .c-mt-sm-7 {
    margin-top: 4rem;
  }
  .c-mt-sm-8 {
    margin-top: 5rem;
  }
  .c-mt-sm-9 {
    margin-top: 6.25rem;
  }
  .c-mt-sm-10 {
    margin-top: 8rem;
  }
  .c-mt-sm-11 {
    margin-top: 9.375rem;
  }
  .c-mt-sm-12 {
    margin-top: 10.625rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.5rem;
  }
  .c-mr-sm-3 {
    margin-right: 1rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.5rem;
  }
  .c-mr-sm-5 {
    margin-right: 2rem;
  }
  .c-mr-sm-6 {
    margin-right: 3rem;
  }
  .c-mr-sm-7 {
    margin-right: 4rem;
  }
  .c-mr-sm-8 {
    margin-right: 5rem;
  }
  .c-mr-sm-9 {
    margin-right: 6.25rem;
  }
  .c-mr-sm-10 {
    margin-right: 8rem;
  }
  .c-mr-sm-11 {
    margin-right: 9.375rem;
  }
  .c-mr-sm-12 {
    margin-right: 10.625rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 1rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 2rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 3rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 4rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 5rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 8rem;
  }
  .c-mb-sm-11 {
    margin-bottom: 9.375rem;
  }
  .c-mb-sm-12 {
    margin-bottom: 10.625rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.5rem;
  }
  .c-ml-sm-3 {
    margin-left: 1rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.5rem;
  }
  .c-ml-sm-5 {
    margin-left: 2rem;
  }
  .c-ml-sm-6 {
    margin-left: 3rem;
  }
  .c-ml-sm-7 {
    margin-left: 4rem;
  }
  .c-ml-sm-8 {
    margin-left: 5rem;
  }
  .c-ml-sm-9 {
    margin-left: 6.25rem;
  }
  .c-ml-sm-10 {
    margin-left: 8rem;
  }
  .c-ml-sm-11 {
    margin-left: 9.375rem;
  }
  .c-ml-sm-12 {
    margin-left: 10.625rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-sm-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-sm-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-sm-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-sm-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-sm-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-sm-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-mx-sm-11 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
  .c-mx-sm-12 {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
  .c-my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-sm-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-sm-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-sm-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-my-sm-11 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
  .c-my-sm-12 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
  .c-p-sm-2 {
    padding: 0.5rem;
  }
  .c-p-sm-3 {
    padding: 1rem;
  }
  .c-p-sm-4 {
    padding: 1.5rem;
  }
  .c-p-sm-5 {
    padding: 2rem;
  }
  .c-p-sm-6 {
    padding: 3rem;
  }
  .c-p-sm-7 {
    padding: 4rem;
  }
  .c-p-sm-8 {
    padding: 5rem;
  }
  .c-p-sm-9 {
    padding: 6.25rem;
  }
  .c-p-sm-10 {
    padding: 8rem;
  }
  .c-p-sm-11 {
    padding: 9.375rem;
  }
  .c-p-sm-12 {
    padding: 10.625rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.5rem;
  }
  .c-pt-sm-3 {
    padding-top: 1rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.5rem;
  }
  .c-pt-sm-5 {
    padding-top: 2rem;
  }
  .c-pt-sm-6 {
    padding-top: 3rem;
  }
  .c-pt-sm-7 {
    padding-top: 4rem;
  }
  .c-pt-sm-8 {
    padding-top: 5rem;
  }
  .c-pt-sm-9 {
    padding-top: 6.25rem;
  }
  .c-pt-sm-10 {
    padding-top: 8rem;
  }
  .c-pt-sm-11 {
    padding-top: 9.375rem;
  }
  .c-pt-sm-12 {
    padding-top: 10.625rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.5rem;
  }
  .c-pr-sm-3 {
    padding-right: 1rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.5rem;
  }
  .c-pr-sm-5 {
    padding-right: 2rem;
  }
  .c-pr-sm-6 {
    padding-right: 3rem;
  }
  .c-pr-sm-7 {
    padding-right: 4rem;
  }
  .c-pr-sm-8 {
    padding-right: 5rem;
  }
  .c-pr-sm-9 {
    padding-right: 6.25rem;
  }
  .c-pr-sm-10 {
    padding-right: 8rem;
  }
  .c-pr-sm-11 {
    padding-right: 9.375rem;
  }
  .c-pr-sm-12 {
    padding-right: 10.625rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 1rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 2rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 3rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 4rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 5rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 8rem;
  }
  .c-pb-sm-11 {
    padding-bottom: 9.375rem;
  }
  .c-pb-sm-12 {
    padding-bottom: 10.625rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.5rem;
  }
  .c-pl-sm-3 {
    padding-left: 1rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.5rem;
  }
  .c-pl-sm-5 {
    padding-left: 2rem;
  }
  .c-pl-sm-6 {
    padding-left: 3rem;
  }
  .c-pl-sm-7 {
    padding-left: 4rem;
  }
  .c-pl-sm-8 {
    padding-left: 5rem;
  }
  .c-pl-sm-9 {
    padding-left: 6.25rem;
  }
  .c-pl-sm-10 {
    padding-left: 8rem;
  }
  .c-pl-sm-11 {
    padding-left: 9.375rem;
  }
  .c-pl-sm-12 {
    padding-left: 10.625rem;
  }
  .c-px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-sm-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-sm-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-sm-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-sm-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-sm-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-sm-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-px-sm-11 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .c-px-sm-12 {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }
  .c-py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-sm-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-sm-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-sm-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-py-sm-11 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .c-py-sm-12 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
  .c-m-md-2 {
    margin: 0.5rem;
  }
  .c-m-md-3 {
    margin: 1rem;
  }
  .c-m-md-4 {
    margin: 1.5rem;
  }
  .c-m-md-5 {
    margin: 2rem;
  }
  .c-m-md-6 {
    margin: 3rem;
  }
  .c-m-md-7 {
    margin: 4rem;
  }
  .c-m-md-8 {
    margin: 5rem;
  }
  .c-m-md-9 {
    margin: 6.25rem;
  }
  .c-m-md-10 {
    margin: 8rem;
  }
  .c-m-md-11 {
    margin: 9.375rem;
  }
  .c-m-md-12 {
    margin: 10.625rem;
  }
  .c-mt-md-2 {
    margin-top: 0.5rem;
  }
  .c-mt-md-3 {
    margin-top: 1rem;
  }
  .c-mt-md-4 {
    margin-top: 1.5rem;
  }
  .c-mt-md-5 {
    margin-top: 2rem;
  }
  .c-mt-md-6 {
    margin-top: 3rem;
  }
  .c-mt-md-7 {
    margin-top: 4rem;
  }
  .c-mt-md-8 {
    margin-top: 5rem;
  }
  .c-mt-md-9 {
    margin-top: 6.25rem;
  }
  .c-mt-md-10 {
    margin-top: 8rem;
  }
  .c-mt-md-11 {
    margin-top: 9.375rem;
  }
  .c-mt-md-12 {
    margin-top: 10.625rem;
  }
  .c-mr-md-2 {
    margin-right: 0.5rem;
  }
  .c-mr-md-3 {
    margin-right: 1rem;
  }
  .c-mr-md-4 {
    margin-right: 1.5rem;
  }
  .c-mr-md-5 {
    margin-right: 2rem;
  }
  .c-mr-md-6 {
    margin-right: 3rem;
  }
  .c-mr-md-7 {
    margin-right: 4rem;
  }
  .c-mr-md-8 {
    margin-right: 5rem;
  }
  .c-mr-md-9 {
    margin-right: 6.25rem;
  }
  .c-mr-md-10 {
    margin-right: 8rem;
  }
  .c-mr-md-11 {
    margin-right: 9.375rem;
  }
  .c-mr-md-12 {
    margin-right: 10.625rem;
  }
  .c-mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-md-3 {
    margin-bottom: 1rem;
  }
  .c-mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-md-5 {
    margin-bottom: 2rem;
  }
  .c-mb-md-6 {
    margin-bottom: 3rem;
  }
  .c-mb-md-7 {
    margin-bottom: 4rem;
  }
  .c-mb-md-8 {
    margin-bottom: 5rem;
  }
  .c-mb-md-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-md-10 {
    margin-bottom: 8rem;
  }
  .c-mb-md-11 {
    margin-bottom: 9.375rem;
  }
  .c-mb-md-12 {
    margin-bottom: 10.625rem;
  }
  .c-ml-md-2 {
    margin-left: 0.5rem;
  }
  .c-ml-md-3 {
    margin-left: 1rem;
  }
  .c-ml-md-4 {
    margin-left: 1.5rem;
  }
  .c-ml-md-5 {
    margin-left: 2rem;
  }
  .c-ml-md-6 {
    margin-left: 3rem;
  }
  .c-ml-md-7 {
    margin-left: 4rem;
  }
  .c-ml-md-8 {
    margin-left: 5rem;
  }
  .c-ml-md-9 {
    margin-left: 6.25rem;
  }
  .c-ml-md-10 {
    margin-left: 8rem;
  }
  .c-ml-md-11 {
    margin-left: 9.375rem;
  }
  .c-ml-md-12 {
    margin-left: 10.625rem;
  }
  .c-mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-md-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-md-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-md-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-md-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-md-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-md-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-mx-md-11 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
  .c-mx-md-12 {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
  .c-my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-md-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-md-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-md-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-my-md-11 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
  .c-my-md-12 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
  .c-p-md-2 {
    padding: 0.5rem;
  }
  .c-p-md-3 {
    padding: 1rem;
  }
  .c-p-md-4 {
    padding: 1.5rem;
  }
  .c-p-md-5 {
    padding: 2rem;
  }
  .c-p-md-6 {
    padding: 3rem;
  }
  .c-p-md-7 {
    padding: 4rem;
  }
  .c-p-md-8 {
    padding: 5rem;
  }
  .c-p-md-9 {
    padding: 6.25rem;
  }
  .c-p-md-10 {
    padding: 8rem;
  }
  .c-p-md-11 {
    padding: 9.375rem;
  }
  .c-p-md-12 {
    padding: 10.625rem;
  }
  .c-pt-md-2 {
    padding-top: 0.5rem;
  }
  .c-pt-md-3 {
    padding-top: 1rem;
  }
  .c-pt-md-4 {
    padding-top: 1.5rem;
  }
  .c-pt-md-5 {
    padding-top: 2rem;
  }
  .c-pt-md-6 {
    padding-top: 3rem;
  }
  .c-pt-md-7 {
    padding-top: 4rem;
  }
  .c-pt-md-8 {
    padding-top: 5rem;
  }
  .c-pt-md-9 {
    padding-top: 6.25rem;
  }
  .c-pt-md-10 {
    padding-top: 8rem;
  }
  .c-pt-md-11 {
    padding-top: 9.375rem;
  }
  .c-pt-md-12 {
    padding-top: 10.625rem;
  }
  .c-pr-md-2 {
    padding-right: 0.5rem;
  }
  .c-pr-md-3 {
    padding-right: 1rem;
  }
  .c-pr-md-4 {
    padding-right: 1.5rem;
  }
  .c-pr-md-5 {
    padding-right: 2rem;
  }
  .c-pr-md-6 {
    padding-right: 3rem;
  }
  .c-pr-md-7 {
    padding-right: 4rem;
  }
  .c-pr-md-8 {
    padding-right: 5rem;
  }
  .c-pr-md-9 {
    padding-right: 6.25rem;
  }
  .c-pr-md-10 {
    padding-right: 8rem;
  }
  .c-pr-md-11 {
    padding-right: 9.375rem;
  }
  .c-pr-md-12 {
    padding-right: 10.625rem;
  }
  .c-pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-md-3 {
    padding-bottom: 1rem;
  }
  .c-pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-md-5 {
    padding-bottom: 2rem;
  }
  .c-pb-md-6 {
    padding-bottom: 3rem;
  }
  .c-pb-md-7 {
    padding-bottom: 4rem;
  }
  .c-pb-md-8 {
    padding-bottom: 5rem;
  }
  .c-pb-md-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-md-10 {
    padding-bottom: 8rem;
  }
  .c-pb-md-11 {
    padding-bottom: 9.375rem;
  }
  .c-pb-md-12 {
    padding-bottom: 10.625rem;
  }
  .c-pl-md-2 {
    padding-left: 0.5rem;
  }
  .c-pl-md-3 {
    padding-left: 1rem;
  }
  .c-pl-md-4 {
    padding-left: 1.5rem;
  }
  .c-pl-md-5 {
    padding-left: 2rem;
  }
  .c-pl-md-6 {
    padding-left: 3rem;
  }
  .c-pl-md-7 {
    padding-left: 4rem;
  }
  .c-pl-md-8 {
    padding-left: 5rem;
  }
  .c-pl-md-9 {
    padding-left: 6.25rem;
  }
  .c-pl-md-10 {
    padding-left: 8rem;
  }
  .c-pl-md-11 {
    padding-left: 9.375rem;
  }
  .c-pl-md-12 {
    padding-left: 10.625rem;
  }
  .c-px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-md-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-md-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-md-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-md-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-md-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-md-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-px-md-11 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .c-px-md-12 {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }
  .c-py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-md-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-md-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-md-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-py-md-11 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .c-py-md-12 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
  .c-m-lg-2 {
    margin: 0.5rem;
  }
  .c-m-lg-3 {
    margin: 1rem;
  }
  .c-m-lg-4 {
    margin: 1.5rem;
  }
  .c-m-lg-5 {
    margin: 2rem;
  }
  .c-m-lg-6 {
    margin: 3rem;
  }
  .c-m-lg-7 {
    margin: 4rem;
  }
  .c-m-lg-8 {
    margin: 5rem;
  }
  .c-m-lg-9 {
    margin: 6.25rem;
  }
  .c-m-lg-10 {
    margin: 8rem;
  }
  .c-m-lg-11 {
    margin: 9.375rem;
  }
  .c-m-lg-12 {
    margin: 10.625rem;
  }
  .c-mt-lg-2 {
    margin-top: 0.5rem;
  }
  .c-mt-lg-3 {
    margin-top: 1rem;
  }
  .c-mt-lg-4 {
    margin-top: 1.5rem;
  }
  .c-mt-lg-5 {
    margin-top: 2rem;
  }
  .c-mt-lg-6 {
    margin-top: 3rem;
  }
  .c-mt-lg-7 {
    margin-top: 4rem;
  }
  .c-mt-lg-8 {
    margin-top: 5rem;
  }
  .c-mt-lg-9 {
    margin-top: 6.25rem;
  }
  .c-mt-lg-10 {
    margin-top: 8rem;
  }
  .c-mt-lg-11 {
    margin-top: 9.375rem;
  }
  .c-mt-lg-12 {
    margin-top: 10.625rem;
  }
  .c-mr-lg-2 {
    margin-right: 0.5rem;
  }
  .c-mr-lg-3 {
    margin-right: 1rem;
  }
  .c-mr-lg-4 {
    margin-right: 1.5rem;
  }
  .c-mr-lg-5 {
    margin-right: 2rem;
  }
  .c-mr-lg-6 {
    margin-right: 3rem;
  }
  .c-mr-lg-7 {
    margin-right: 4rem;
  }
  .c-mr-lg-8 {
    margin-right: 5rem;
  }
  .c-mr-lg-9 {
    margin-right: 6.25rem;
  }
  .c-mr-lg-10 {
    margin-right: 8rem;
  }
  .c-mr-lg-11 {
    margin-right: 9.375rem;
  }
  .c-mr-lg-12 {
    margin-right: 10.625rem;
  }
  .c-mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-lg-3 {
    margin-bottom: 1rem;
  }
  .c-mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-lg-5 {
    margin-bottom: 2rem;
  }
  .c-mb-lg-6 {
    margin-bottom: 3rem;
  }
  .c-mb-lg-7 {
    margin-bottom: 4rem;
  }
  .c-mb-lg-8 {
    margin-bottom: 5rem;
  }
  .c-mb-lg-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-lg-10 {
    margin-bottom: 8rem;
  }
  .c-mb-lg-11 {
    margin-bottom: 9.375rem;
  }
  .c-mb-lg-12 {
    margin-bottom: 10.625rem;
  }
  .c-ml-lg-2 {
    margin-left: 0.5rem;
  }
  .c-ml-lg-3 {
    margin-left: 1rem;
  }
  .c-ml-lg-4 {
    margin-left: 1.5rem;
  }
  .c-ml-lg-5 {
    margin-left: 2rem;
  }
  .c-ml-lg-6 {
    margin-left: 3rem;
  }
  .c-ml-lg-7 {
    margin-left: 4rem;
  }
  .c-ml-lg-8 {
    margin-left: 5rem;
  }
  .c-ml-lg-9 {
    margin-left: 6.25rem;
  }
  .c-ml-lg-10 {
    margin-left: 8rem;
  }
  .c-ml-lg-11 {
    margin-left: 9.375rem;
  }
  .c-ml-lg-12 {
    margin-left: 10.625rem;
  }
  .c-mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-lg-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-lg-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-lg-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-lg-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-lg-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-lg-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-mx-lg-11 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
  .c-mx-lg-12 {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
  .c-my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-lg-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-lg-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-lg-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-lg-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-my-lg-11 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
  .c-my-lg-12 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
  .c-p-lg-2 {
    padding: 0.5rem;
  }
  .c-p-lg-3 {
    padding: 1rem;
  }
  .c-p-lg-4 {
    padding: 1.5rem;
  }
  .c-p-lg-5 {
    padding: 2rem;
  }
  .c-p-lg-6 {
    padding: 3rem;
  }
  .c-p-lg-7 {
    padding: 4rem;
  }
  .c-p-lg-8 {
    padding: 5rem;
  }
  .c-p-lg-9 {
    padding: 6.25rem;
  }
  .c-p-lg-10 {
    padding: 8rem;
  }
  .c-p-lg-11 {
    padding: 9.375rem;
  }
  .c-p-lg-12 {
    padding: 10.625rem;
  }
  .c-pt-lg-2 {
    padding-top: 0.5rem;
  }
  .c-pt-lg-3 {
    padding-top: 1rem;
  }
  .c-pt-lg-4 {
    padding-top: 1.5rem;
  }
  .c-pt-lg-5 {
    padding-top: 2rem;
  }
  .c-pt-lg-6 {
    padding-top: 3rem;
  }
  .c-pt-lg-7 {
    padding-top: 4rem;
  }
  .c-pt-lg-8 {
    padding-top: 5rem;
  }
  .c-pt-lg-9 {
    padding-top: 6.25rem;
  }
  .c-pt-lg-10 {
    padding-top: 8rem;
  }
  .c-pt-lg-11 {
    padding-top: 9.375rem;
  }
  .c-pt-lg-12 {
    padding-top: 10.625rem;
  }
  .c-pr-lg-2 {
    padding-right: 0.5rem;
  }
  .c-pr-lg-3 {
    padding-right: 1rem;
  }
  .c-pr-lg-4 {
    padding-right: 1.5rem;
  }
  .c-pr-lg-5 {
    padding-right: 2rem;
  }
  .c-pr-lg-6 {
    padding-right: 3rem;
  }
  .c-pr-lg-7 {
    padding-right: 4rem;
  }
  .c-pr-lg-8 {
    padding-right: 5rem;
  }
  .c-pr-lg-9 {
    padding-right: 6.25rem;
  }
  .c-pr-lg-10 {
    padding-right: 8rem;
  }
  .c-pr-lg-11 {
    padding-right: 9.375rem;
  }
  .c-pr-lg-12 {
    padding-right: 10.625rem;
  }
  .c-pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-lg-3 {
    padding-bottom: 1rem;
  }
  .c-pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-lg-5 {
    padding-bottom: 2rem;
  }
  .c-pb-lg-6 {
    padding-bottom: 3rem;
  }
  .c-pb-lg-7 {
    padding-bottom: 4rem;
  }
  .c-pb-lg-8 {
    padding-bottom: 5rem;
  }
  .c-pb-lg-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-lg-10 {
    padding-bottom: 8rem;
  }
  .c-pb-lg-11 {
    padding-bottom: 9.375rem;
  }
  .c-pb-lg-12 {
    padding-bottom: 10.625rem;
  }
  .c-pl-lg-2 {
    padding-left: 0.5rem;
  }
  .c-pl-lg-3 {
    padding-left: 1rem;
  }
  .c-pl-lg-4 {
    padding-left: 1.5rem;
  }
  .c-pl-lg-5 {
    padding-left: 2rem;
  }
  .c-pl-lg-6 {
    padding-left: 3rem;
  }
  .c-pl-lg-7 {
    padding-left: 4rem;
  }
  .c-pl-lg-8 {
    padding-left: 5rem;
  }
  .c-pl-lg-9 {
    padding-left: 6.25rem;
  }
  .c-pl-lg-10 {
    padding-left: 8rem;
  }
  .c-pl-lg-11 {
    padding-left: 9.375rem;
  }
  .c-pl-lg-12 {
    padding-left: 10.625rem;
  }
  .c-px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-lg-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-lg-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-lg-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-lg-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-lg-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-px-lg-11 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .c-px-lg-12 {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }
  .c-py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-lg-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-lg-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-lg-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-lg-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-py-lg-11 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .c-py-lg-12 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
  .c-m-xl-1 {
    margin: 0.25rem;
  }
  .c-m-xl-only-1 {
    margin: 0.25rem !important;
  }
  .c-m-xl-2 {
    margin: 0.5rem;
  }
  .c-m-xl-only-2 {
    margin: 0.5rem !important;
  }
  .c-m-xl-3 {
    margin: 1rem;
  }
  .c-m-xl-only-3 {
    margin: 1rem !important;
  }
  .c-m-xl-4 {
    margin: 1.5rem;
  }
  .c-m-xl-only-4 {
    margin: 1.5rem !important;
  }
  .c-m-xl-5 {
    margin: 2rem;
  }
  .c-m-xl-only-5 {
    margin: 2rem !important;
  }
  .c-m-xl-6 {
    margin: 3rem;
  }
  .c-m-xl-only-6 {
    margin: 3rem !important;
  }
  .c-m-xl-7 {
    margin: 4rem;
  }
  .c-m-xl-only-7 {
    margin: 4rem !important;
  }
  .c-m-xl-8 {
    margin: 5rem;
  }
  .c-m-xl-only-8 {
    margin: 5rem !important;
  }
  .c-m-xl-9 {
    margin: 6.25rem;
  }
  .c-m-xl-only-9 {
    margin: 6.25rem !important;
  }
  .c-m-xl-10 {
    margin: 8rem;
  }
  .c-m-xl-only-10 {
    margin: 8rem !important;
  }
  .c-m-xl-11 {
    margin: 9.375rem;
  }
  .c-m-xl-only-11 {
    margin: 9.375rem !important;
  }
  .c-m-xl-12 {
    margin: 10.625rem;
  }
  .c-m-xl-only-12 {
    margin: 10.625rem !important;
  }
  .c-mt-xl-1 {
    margin-top: 0.25rem;
  }
  .c-mt-xl-only-1 {
    margin-top: 0.25rem !important;
  }
  .c-mt-xl-2 {
    margin-top: 0.5rem;
  }
  .c-mt-xl-only-2 {
    margin-top: 0.5rem !important;
  }
  .c-mt-xl-3 {
    margin-top: 1rem;
  }
  .c-mt-xl-only-3 {
    margin-top: 1rem !important;
  }
  .c-mt-xl-4 {
    margin-top: 1.5rem;
  }
  .c-mt-xl-only-4 {
    margin-top: 1.5rem !important;
  }
  .c-mt-xl-5 {
    margin-top: 2rem;
  }
  .c-mt-xl-only-5 {
    margin-top: 2rem !important;
  }
  .c-mt-xl-6 {
    margin-top: 3rem;
  }
  .c-mt-xl-only-6 {
    margin-top: 3rem !important;
  }
  .c-mt-xl-7 {
    margin-top: 4rem;
  }
  .c-mt-xl-only-7 {
    margin-top: 4rem !important;
  }
  .c-mt-xl-8 {
    margin-top: 5rem;
  }
  .c-mt-xl-only-8 {
    margin-top: 5rem !important;
  }
  .c-mt-xl-9 {
    margin-top: 6.25rem;
  }
  .c-mt-xl-only-9 {
    margin-top: 6.25rem !important;
  }
  .c-mt-xl-10 {
    margin-top: 8rem;
  }
  .c-mt-xl-only-10 {
    margin-top: 8rem !important;
  }
  .c-mt-xl-11 {
    margin-top: 9.375rem;
  }
  .c-mt-xl-only-11 {
    margin-top: 9.375rem !important;
  }
  .c-mt-xl-12 {
    margin-top: 10.625rem;
  }
  .c-mt-xl-only-12 {
    margin-top: 10.625rem !important;
  }
  .c-mr-xl-1 {
    margin-right: 0.25rem;
  }
  .c-mr-xl-only-1 {
    margin-right: 0.25rem !important;
  }
  .c-mr-xl-2 {
    margin-right: 0.5rem;
  }
  .c-mr-xl-only-2 {
    margin-right: 0.5rem !important;
  }
  .c-mr-xl-3 {
    margin-right: 1rem;
  }
  .c-mr-xl-only-3 {
    margin-right: 1rem !important;
  }
  .c-mr-xl-4 {
    margin-right: 1.5rem;
  }
  .c-mr-xl-only-4 {
    margin-right: 1.5rem !important;
  }
  .c-mr-xl-5 {
    margin-right: 2rem;
  }
  .c-mr-xl-only-5 {
    margin-right: 2rem !important;
  }
  .c-mr-xl-6 {
    margin-right: 3rem;
  }
  .c-mr-xl-only-6 {
    margin-right: 3rem !important;
  }
  .c-mr-xl-7 {
    margin-right: 4rem;
  }
  .c-mr-xl-only-7 {
    margin-right: 4rem !important;
  }
  .c-mr-xl-8 {
    margin-right: 5rem;
  }
  .c-mr-xl-only-8 {
    margin-right: 5rem !important;
  }
  .c-mr-xl-9 {
    margin-right: 6.25rem;
  }
  .c-mr-xl-only-9 {
    margin-right: 6.25rem !important;
  }
  .c-mr-xl-10 {
    margin-right: 8rem;
  }
  .c-mr-xl-only-10 {
    margin-right: 8rem !important;
  }
  .c-mr-xl-11 {
    margin-right: 9.375rem;
  }
  .c-mr-xl-only-11 {
    margin-right: 9.375rem !important;
  }
  .c-mr-xl-12 {
    margin-right: 10.625rem;
  }
  .c-mr-xl-only-12 {
    margin-right: 10.625rem !important;
  }
  .c-mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-xl-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-xl-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-mb-xl-3 {
    margin-bottom: 1rem;
  }
  .c-mb-xl-only-3 {
    margin-bottom: 1rem !important;
  }
  .c-mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-xl-only-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-mb-xl-5 {
    margin-bottom: 2rem;
  }
  .c-mb-xl-only-5 {
    margin-bottom: 2rem !important;
  }
  .c-mb-xl-6 {
    margin-bottom: 3rem;
  }
  .c-mb-xl-only-6 {
    margin-bottom: 3rem !important;
  }
  .c-mb-xl-7 {
    margin-bottom: 4rem;
  }
  .c-mb-xl-only-7 {
    margin-bottom: 4rem !important;
  }
  .c-mb-xl-8 {
    margin-bottom: 5rem;
  }
  .c-mb-xl-only-8 {
    margin-bottom: 5rem !important;
  }
  .c-mb-xl-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-xl-only-9 {
    margin-bottom: 6.25rem !important;
  }
  .c-mb-xl-10 {
    margin-bottom: 8rem;
  }
  .c-mb-xl-only-10 {
    margin-bottom: 8rem !important;
  }
  .c-mb-xl-11 {
    margin-bottom: 9.375rem;
  }
  .c-mb-xl-only-11 {
    margin-bottom: 9.375rem !important;
  }
  .c-mb-xl-12 {
    margin-bottom: 10.625rem;
  }
  .c-mb-xl-only-12 {
    margin-bottom: 10.625rem !important;
  }
  .c-ml-xl-1 {
    margin-left: 0.25rem;
  }
  .c-ml-xl-only-1 {
    margin-left: 0.25rem !important;
  }
  .c-ml-xl-2 {
    margin-left: 0.5rem;
  }
  .c-ml-xl-only-2 {
    margin-left: 0.5rem !important;
  }
  .c-ml-xl-3 {
    margin-left: 1rem;
  }
  .c-ml-xl-only-3 {
    margin-left: 1rem !important;
  }
  .c-ml-xl-4 {
    margin-left: 1.5rem;
  }
  .c-ml-xl-only-4 {
    margin-left: 1.5rem !important;
  }
  .c-ml-xl-5 {
    margin-left: 2rem;
  }
  .c-ml-xl-only-5 {
    margin-left: 2rem !important;
  }
  .c-ml-xl-6 {
    margin-left: 3rem;
  }
  .c-ml-xl-only-6 {
    margin-left: 3rem !important;
  }
  .c-ml-xl-7 {
    margin-left: 4rem;
  }
  .c-ml-xl-only-7 {
    margin-left: 4rem !important;
  }
  .c-ml-xl-8 {
    margin-left: 5rem;
  }
  .c-ml-xl-only-8 {
    margin-left: 5rem !important;
  }
  .c-ml-xl-9 {
    margin-left: 6.25rem;
  }
  .c-ml-xl-only-9 {
    margin-left: 6.25rem !important;
  }
  .c-ml-xl-10 {
    margin-left: 8rem;
  }
  .c-ml-xl-only-10 {
    margin-left: 8rem !important;
  }
  .c-ml-xl-11 {
    margin-left: 9.375rem;
  }
  .c-ml-xl-only-11 {
    margin-left: 9.375rem !important;
  }
  .c-ml-xl-12 {
    margin-left: 10.625rem;
  }
  .c-ml-xl-only-12 {
    margin-left: 10.625rem !important;
  }
  .c-mx-xl-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-xl-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .c-mx-xl-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-xl-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .c-mx-xl-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-xl-only-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .c-mx-xl-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-xl-only-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .c-mx-xl-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-xl-only-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-mx-xl-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-xl-only-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .c-mx-xl-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-xl-only-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-mx-xl-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-xl-only-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .c-mx-xl-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-xl-only-9 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .c-mx-xl-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-mx-xl-only-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-mx-xl-11 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
  .c-mx-xl-only-11 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .c-mx-xl-12 {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
  .c-mx-xl-only-12 {
    margin-left: 10.625rem !important;
    margin-right: 10.625rem !important;
  }
  .c-my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-xl-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .c-my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-xl-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .c-my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-xl-only-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .c-my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-xl-only-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .c-my-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-xl-only-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-my-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-xl-only-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .c-my-xl-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-xl-only-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-my-xl-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-xl-only-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .c-my-xl-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-xl-only-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .c-my-xl-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-my-xl-only-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-my-xl-11 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
  .c-my-xl-only-11 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .c-my-xl-12 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
  .c-my-xl-only-12 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .c-p-xl-1 {
    padding: 0.25rem;
  }
  .c-p-xl-only-1 {
    padding: 0.25rem !important;
  }
  .c-p-xl-2 {
    padding: 0.5rem;
  }
  .c-p-xl-only-2 {
    padding: 0.5rem !important;
  }
  .c-p-xl-3 {
    padding: 1rem;
  }
  .c-p-xl-only-3 {
    padding: 1rem !important;
  }
  .c-p-xl-4 {
    padding: 1.5rem;
  }
  .c-p-xl-only-4 {
    padding: 1.5rem !important;
  }
  .c-p-xl-5 {
    padding: 2rem;
  }
  .c-p-xl-only-5 {
    padding: 2rem !important;
  }
  .c-p-xl-6 {
    padding: 3rem;
  }
  .c-p-xl-only-6 {
    padding: 3rem !important;
  }
  .c-p-xl-7 {
    padding: 4rem;
  }
  .c-p-xl-only-7 {
    padding: 4rem !important;
  }
  .c-p-xl-8 {
    padding: 5rem;
  }
  .c-p-xl-only-8 {
    padding: 5rem !important;
  }
  .c-p-xl-9 {
    padding: 6.25rem;
  }
  .c-p-xl-only-9 {
    padding: 6.25rem !important;
  }
  .c-p-xl-10 {
    padding: 8rem;
  }
  .c-p-xl-only-10 {
    padding: 8rem !important;
  }
  .c-p-xl-11 {
    padding: 9.375rem;
  }
  .c-p-xl-only-11 {
    padding: 9.375rem !important;
  }
  .c-p-xl-12 {
    padding: 10.625rem;
  }
  .c-p-xl-only-12 {
    padding: 10.625rem !important;
  }
  .c-pt-xl-1 {
    padding-top: 0.25rem;
  }
  .c-pt-xl-only-1 {
    padding-top: 0.25rem !important;
  }
  .c-pt-xl-2 {
    padding-top: 0.5rem;
  }
  .c-pt-xl-only-2 {
    padding-top: 0.5rem !important;
  }
  .c-pt-xl-3 {
    padding-top: 1rem;
  }
  .c-pt-xl-only-3 {
    padding-top: 1rem !important;
  }
  .c-pt-xl-4 {
    padding-top: 1.5rem;
  }
  .c-pt-xl-only-4 {
    padding-top: 1.5rem !important;
  }
  .c-pt-xl-5 {
    padding-top: 2rem;
  }
  .c-pt-xl-only-5 {
    padding-top: 2rem !important;
  }
  .c-pt-xl-6 {
    padding-top: 3rem;
  }
  .c-pt-xl-only-6 {
    padding-top: 3rem !important;
  }
  .c-pt-xl-7 {
    padding-top: 4rem;
  }
  .c-pt-xl-only-7 {
    padding-top: 4rem !important;
  }
  .c-pt-xl-8 {
    padding-top: 5rem;
  }
  .c-pt-xl-only-8 {
    padding-top: 5rem !important;
  }
  .c-pt-xl-9 {
    padding-top: 6.25rem;
  }
  .c-pt-xl-only-9 {
    padding-top: 6.25rem !important;
  }
  .c-pt-xl-10 {
    padding-top: 8rem;
  }
  .c-pt-xl-only-10 {
    padding-top: 8rem !important;
  }
  .c-pt-xl-11 {
    padding-top: 9.375rem;
  }
  .c-pt-xl-only-11 {
    padding-top: 9.375rem !important;
  }
  .c-pt-xl-12 {
    padding-top: 10.625rem;
  }
  .c-pt-xl-only-12 {
    padding-top: 10.625rem !important;
  }
  .c-pr-xl-1 {
    padding-right: 0.25rem;
  }
  .c-pr-xl-only-1 {
    padding-right: 0.25rem !important;
  }
  .c-pr-xl-2 {
    padding-right: 0.5rem;
  }
  .c-pr-xl-only-2 {
    padding-right: 0.5rem !important;
  }
  .c-pr-xl-3 {
    padding-right: 1rem;
  }
  .c-pr-xl-only-3 {
    padding-right: 1rem !important;
  }
  .c-pr-xl-4 {
    padding-right: 1.5rem;
  }
  .c-pr-xl-only-4 {
    padding-right: 1.5rem !important;
  }
  .c-pr-xl-5 {
    padding-right: 2rem;
  }
  .c-pr-xl-only-5 {
    padding-right: 2rem !important;
  }
  .c-pr-xl-6 {
    padding-right: 3rem;
  }
  .c-pr-xl-only-6 {
    padding-right: 3rem !important;
  }
  .c-pr-xl-7 {
    padding-right: 4rem;
  }
  .c-pr-xl-only-7 {
    padding-right: 4rem !important;
  }
  .c-pr-xl-8 {
    padding-right: 5rem;
  }
  .c-pr-xl-only-8 {
    padding-right: 5rem !important;
  }
  .c-pr-xl-9 {
    padding-right: 6.25rem;
  }
  .c-pr-xl-only-9 {
    padding-right: 6.25rem !important;
  }
  .c-pr-xl-10 {
    padding-right: 8rem;
  }
  .c-pr-xl-only-10 {
    padding-right: 8rem !important;
  }
  .c-pr-xl-11 {
    padding-right: 9.375rem;
  }
  .c-pr-xl-only-11 {
    padding-right: 9.375rem !important;
  }
  .c-pr-xl-12 {
    padding-right: 10.625rem;
  }
  .c-pr-xl-only-12 {
    padding-right: 10.625rem !important;
  }
  .c-pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-xl-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-xl-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pb-xl-3 {
    padding-bottom: 1rem;
  }
  .c-pb-xl-only-3 {
    padding-bottom: 1rem !important;
  }
  .c-pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-xl-only-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pb-xl-5 {
    padding-bottom: 2rem;
  }
  .c-pb-xl-only-5 {
    padding-bottom: 2rem !important;
  }
  .c-pb-xl-6 {
    padding-bottom: 3rem;
  }
  .c-pb-xl-only-6 {
    padding-bottom: 3rem !important;
  }
  .c-pb-xl-7 {
    padding-bottom: 4rem;
  }
  .c-pb-xl-only-7 {
    padding-bottom: 4rem !important;
  }
  .c-pb-xl-8 {
    padding-bottom: 5rem;
  }
  .c-pb-xl-only-8 {
    padding-bottom: 5rem !important;
  }
  .c-pb-xl-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-xl-only-9 {
    padding-bottom: 6.25rem !important;
  }
  .c-pb-xl-10 {
    padding-bottom: 8rem;
  }
  .c-pb-xl-only-10 {
    padding-bottom: 8rem !important;
  }
  .c-pb-xl-11 {
    padding-bottom: 9.375rem;
  }
  .c-pb-xl-only-11 {
    padding-bottom: 9.375rem !important;
  }
  .c-pb-xl-12 {
    padding-bottom: 10.625rem;
  }
  .c-pb-xl-only-12 {
    padding-bottom: 10.625rem !important;
  }
  .c-pl-xl-1 {
    padding-left: 0.25rem;
  }
  .c-pl-xl-only-1 {
    padding-left: 0.25rem !important;
  }
  .c-pl-xl-2 {
    padding-left: 0.5rem;
  }
  .c-pl-xl-only-2 {
    padding-left: 0.5rem !important;
  }
  .c-pl-xl-3 {
    padding-left: 1rem;
  }
  .c-pl-xl-only-3 {
    padding-left: 1rem !important;
  }
  .c-pl-xl-4 {
    padding-left: 1.5rem;
  }
  .c-pl-xl-only-4 {
    padding-left: 1.5rem !important;
  }
  .c-pl-xl-5 {
    padding-left: 2rem;
  }
  .c-pl-xl-only-5 {
    padding-left: 2rem !important;
  }
  .c-pl-xl-6 {
    padding-left: 3rem;
  }
  .c-pl-xl-only-6 {
    padding-left: 3rem !important;
  }
  .c-pl-xl-7 {
    padding-left: 4rem;
  }
  .c-pl-xl-only-7 {
    padding-left: 4rem !important;
  }
  .c-pl-xl-8 {
    padding-left: 5rem;
  }
  .c-pl-xl-only-8 {
    padding-left: 5rem !important;
  }
  .c-pl-xl-9 {
    padding-left: 6.25rem;
  }
  .c-pl-xl-only-9 {
    padding-left: 6.25rem !important;
  }
  .c-pl-xl-10 {
    padding-left: 8rem;
  }
  .c-pl-xl-only-10 {
    padding-left: 8rem !important;
  }
  .c-pl-xl-11 {
    padding-left: 9.375rem;
  }
  .c-pl-xl-only-11 {
    padding-left: 9.375rem !important;
  }
  .c-pl-xl-12 {
    padding-left: 10.625rem;
  }
  .c-pl-xl-only-12 {
    padding-left: 10.625rem !important;
  }
  .c-px-xl-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-xl-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .c-px-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-xl-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .c-px-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-xl-only-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .c-px-xl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-xl-only-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .c-px-xl-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-xl-only-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-px-xl-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-xl-only-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .c-px-xl-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-xl-only-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-px-xl-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-xl-only-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .c-px-xl-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-xl-only-9 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .c-px-xl-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-px-xl-only-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-px-xl-11 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .c-px-xl-only-11 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .c-px-xl-12 {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }
  .c-px-xl-only-12 {
    padding-left: 10.625rem !important;
    padding-right: 10.625rem !important;
  }
  .c-py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-xl-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .c-py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-xl-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .c-py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-xl-only-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .c-py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-xl-only-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .c-py-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-xl-only-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-py-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-xl-only-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .c-py-xl-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-xl-only-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-py-xl-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-xl-only-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .c-py-xl-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-xl-only-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .c-py-xl-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-py-xl-only-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-py-xl-11 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .c-py-xl-only-11 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .c-py-xl-12 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
  .c-py-xl-only-12 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
}

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

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

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

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

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

.c-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .c-m-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mr-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-ml-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-m-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-ml-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mr-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-ml-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-m-xl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mr-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-ml-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

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

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

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

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

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

.c-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .c-p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pr-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pl-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pt-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pr-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pl-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pr-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pl-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pt-xl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pr-xl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pl-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Weight Classes ~~~~~~~~~~ */
.fw-semibold {
  font-weight: 600;
}

.fw-extrabold {
  font-weight: 800;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~ Color classes ~~~~~ */
a.text-hover-blue:hover,
a.text-hover-blue:focus,
button.text-hover-blue:hover,
button.text-hover-blue:focus,
.text-hover-blue:hover,
.text-hover-blue:focus {
  color: #1445f5 !important;
}

a.bg-hover-blue:hover,
a.bg-hover-blue:focus,
button.bg-hover-blue:hover,
button.bg-hover-blue:focus,
.bg-hover-blue:hover,
.bg-hover-blue:focus {
  background-color: #1445f5 !important;
}

a.text-hover-lavender-blue:hover,
a.text-hover-lavender-blue:focus,
button.text-hover-lavender-blue:hover,
button.text-hover-lavender-blue:focus,
.text-hover-lavender-blue:hover,
.text-hover-lavender-blue:focus {
  color: #7b90ff !important;
}

a.bg-hover-lavender-blue:hover,
a.bg-hover-lavender-blue:focus,
button.bg-hover-lavender-blue:hover,
button.bg-hover-lavender-blue:focus,
.bg-hover-lavender-blue:hover,
.bg-hover-lavender-blue:focus {
  background-color: #7b90ff !important;
}

a.text-hover-salmon:hover,
a.text-hover-salmon:focus,
button.text-hover-salmon:hover,
button.text-hover-salmon:focus,
.text-hover-salmon:hover,
.text-hover-salmon:focus {
  color: #fa8263 !important;
}

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

a.text-hover-yellow:hover,
a.text-hover-yellow:focus,
button.text-hover-yellow:hover,
button.text-hover-yellow:focus,
.text-hover-yellow:hover,
.text-hover-yellow:focus {
  color: #f7cc3d !important;
}

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

a.text-hover-pink:hover,
a.text-hover-pink:focus,
button.text-hover-pink:hover,
button.text-hover-pink:focus,
.text-hover-pink:hover,
.text-hover-pink:focus {
  color: #ff85c7 !important;
}

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

a.text-hover-green:hover,
a.text-hover-green:focus,
button.text-hover-green:hover,
button.text-hover-green:focus,
.text-hover-green:hover,
.text-hover-green:focus {
  color: #29d17d !important;
}

a.bg-hover-green:hover,
a.bg-hover-green:focus,
button.bg-hover-green:hover,
button.bg-hover-green:focus,
.bg-hover-green:hover,
.bg-hover-green:focus {
  background-color: #29d17d !important;
}

a.text-hover-red:hover,
a.text-hover-red:focus,
button.text-hover-red:hover,
button.text-hover-red:focus,
.text-hover-red:hover,
.text-hover-red:focus {
  color: #ec524e !important;
}

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

a.text-hover-light-gray:hover,
a.text-hover-light-gray:focus,
button.text-hover-light-gray:hover,
button.text-hover-light-gray:focus,
.text-hover-light-gray:hover,
.text-hover-light-gray:focus {
  color: #e5e5e5 !important;
}

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

a.text-hover-light-gray-2:hover,
a.text-hover-light-gray-2:focus,
button.text-hover-light-gray-2:hover,
button.text-hover-light-gray-2:focus,
.text-hover-light-gray-2:hover,
.text-hover-light-gray-2:focus {
  color: #bbbbbb !important;
}

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

a.text-hover-gray:hover,
a.text-hover-gray:focus,
button.text-hover-gray:hover,
button.text-hover-gray:focus,
.text-hover-gray:hover,
.text-hover-gray:focus {
  color: #6c6c6c !important;
}

a.bg-hover-gray:hover,
a.bg-hover-gray:focus,
button.bg-hover-gray:hover,
button.bg-hover-gray:focus,
.bg-hover-gray:hover,
.bg-hover-gray:focus {
  background-color: #6c6c6c !important;
}

a.text-hover-gray-2:hover,
a.text-hover-gray-2:focus,
button.text-hover-gray-2:hover,
button.text-hover-gray-2:focus,
.text-hover-gray-2:hover,
.text-hover-gray-2:focus {
  color: #7f7f7f !important;
}

a.bg-hover-gray-2:hover,
a.bg-hover-gray-2:focus,
button.bg-hover-gray-2:hover,
button.bg-hover-gray-2:focus,
.bg-hover-gray-2:hover,
.bg-hover-gray-2:focus {
  background-color: #7f7f7f !important;
}

a.text-hover-black:hover,
a.text-hover-black:focus,
button.text-hover-black:hover,
button.text-hover-black:focus,
.text-hover-black:hover,
.text-hover-black:focus {
  color: #000 !important;
}

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

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

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

a.text-hover-alabaster:hover,
a.text-hover-alabaster:focus,
button.text-hover-alabaster:hover,
button.text-hover-alabaster:focus,
.text-hover-alabaster:hover,
.text-hover-alabaster:focus {
  color: #f9f9f9 !important;
}

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

/* ~~~~~~~~~~ Text opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Container Overflow ~~~~~~~~~~ */
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    /* width: 100%;
      max-width: 100%;
      margin-right: 0;
      padding-right: 4.44444%;
      padding-left: 6.66667%;  */
  }
}

@media (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 88.88889%;
  }
}

/**
   * Animations
   */
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
   * GLightbox
   */
.glightbox-container
  .gcontainer
  .gslider
  .gslide
  .gslide-inner-content
  .gvideo-container
  .gslide-media
  .gvideo-wrapper
  .plyr
  .plyr__video-wrapper
  .plyr__poster {
  display: none;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

*[class*="clamp"] {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/screen-reader-shortcut-header/_screen-reader-shortcut-header-styles.scss ***!
    \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Screen Reader Shortcut Header Part Styles
   */
.screen-reader-shortcut-header {
  position: fixed;
  top: -1000em;
}
.screen-reader-shortcut-header:focus {
  top: 0.4375rem;
  left: 0.375rem;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 0.9375rem 1.4375rem 0.875rem;
  background: #f1f1f1;
  color: #0073aa;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  text-decoration: none;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/crunch-modal/_crunch-modal-styles.scss ***!
    \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Crunch Modal Template Part Styles
   */
.crunch-modal {
  -webkit-transition: opacity 0.6s ease-in-out !important;
  transition: opacity 0.6s ease-in-out !important;
}
.crunch-modal:not(.active) {
  opacity: 0;
}
.crunch-modal.active {
  opacity: 1;
}
.crunch-modal__backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}
.crunch-modal__background-decor {
  left: -2.25rem;
}
@media (max-width: 767.98px) {
  .crunch-modal__background-decor {
    top: 0;
  }
}
@media (min-width: 768px) {
  .crunch-modal__background-decor {
    left: 0;
  }
}
.crunch-modal .modal-dialog {
  max-width: 48.75rem;
  height: 80vh;
}
@media (min-width: 768px) {
  .crunch-modal .modal-dialog {
    height: 37.5rem;
  }
}
.crunch-modal__close {
  background-color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.crunch-modal__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
@media (min-width: 576px) {
  .crunch-modal__close {
    right: 1.07812rem;
    top: 1.07812rem;
  }
}
@media (min-width: 768px) {
  .crunch-modal__close {
    right: 1.21875rem;
    top: 1.21875rem;
  }
}
@media (min-width: 992px) {
  .crunch-modal__close {
    right: 1.35938rem;
    top: 1.35938rem;
  }
}
@media (min-width: 1200px) {
  .crunch-modal__close {
    right: 1.5rem;
    top: 1.5rem;
  }
}
.crunch-modal__close:hover .crunch-modal__close-icon,
.crunch-modal__close:focus .crunch-modal__close-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.crunch-modal__close-icon {
  margin-left: 0.75rem;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.crunch-modal__image {
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.2));
}
@media (max-width: 767.98px) {
  .crunch-modal__image {
    width: 80%;
    max-width: 16.75rem;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/mobile-navigation/_mobile-navigation-styles.scss ***!
    \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span {
  padding-bottom: 0.125rem;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span:hover,
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span:focus,
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span.active {
  background-size: 100% 100%;
}

/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
.mm-menu__logo-wrapper:hover,
.mm-menu__logo-wrapper:focus {
  opacity: 0.75;
}

/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Mobile Navigation Template Part Styles
   */
.mm-wrapper_opening .main-header.mm-slideout {
  z-index: 2 !important;
}

.mm-menu {
  --mm-color-background: #000000;
}
.mm-menu.mm-menu_position-top {
  height: 100% !important;
  max-height: none;
}
.mm-menu__logo-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mm-menu__logo-wrapper {
  width: 12.75rem;
  height: 2.25rem;
}
@media (min-width: 576px) {
  .mm-menu__logo-wrapper {
    width: 15.9375rem;
    height: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .mm-menu__logo-wrapper {
    width: 19.125rem;
    height: 3.375rem;
  }
}
.mm-menu.mm-menu_offcanvas {
  width: 100%;
}
.mm-menu .crunch-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 5rem;
  color: #000;
}
.mm-menu .crunch-button:hover {
  color: #fff;
}
.mm-menu .mm-panels .social-icons-wrapper {
  bottom: 3rem;
}
.mm-menu .mm-panels .social-icons-wrapper .mm-navbar {
  display: none;
}
.mm-menu .mm-panels .social-icons-wrapper .social-icons {
  padding: 0 0.25rem;
}
.mm-menu
  .mm-panels
  .social-icons-wrapper
  .social-icons__item
  .social-link.mm-listitem__text {
  padding-left: 0 !important;
}
.mm-menu
  .mm-panels
  .social-icons-wrapper
  .social-icons__item
  .social-link.mm-listitem__text {
  padding-right: 0rem !important;
}
@media (min-width: 576px) {
  .mm-menu
    .mm-panels
    .social-icons-wrapper
    .social-icons__item
    .social-link.mm-listitem__text {
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 768px) {
  .mm-menu
    .mm-panels
    .social-icons-wrapper
    .social-icons__item
    .social-link.mm-listitem__text {
    padding-right: 1.875rem !important;
  }
}
@media (min-width: 992px) {
  .mm-menu
    .mm-panels
    .social-icons-wrapper
    .social-icons__item
    .social-link.mm-listitem__text {
    padding-right: 2.8125rem !important;
  }
}
@media (min-width: 1200px) {
  .mm-menu
    .mm-panels
    .social-icons-wrapper
    .social-icons__item
    .social-link.mm-listitem__text {
    padding-right: 3.75rem !important;
  }
}
.mm-menu
  .mm-panels
  .social-icons-wrapper
  .social-icons__item
  + .social-icons__item {
  margin-left: 0.75rem;
}
.mm-menu
  .mm-panels
  .social-icons-wrapper
  .social-icons__item:last-child
  .social-link {
  padding-right: 0 !important;
}
.mm-menu .mm-panels #subpanel .mm-navbar {
  display: none;
}
.mm-menu .mm-panels .after-subpanel {
  bottom: 0.5rem;
  z-index: 2;
  padding-top: 1rem;
}
.mm-menu .mm-panels .after-subpanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 25vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(85%, #000)
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 85%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 85%);
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: transform;
}
.mm-menu .mm-panels .after-subpanel .header-contrast__wrapper {
  padding-left: 0.25rem;
}
.mm-menu .mm-panels .mm-panel {
  z-index: 1;
  width: 100%;
  height: -webkit-calc(100% - 11rem);
  height: calc(100% - 11rem);
  margin-top: 2.5rem;
  padding-bottom: 6rem;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.mm-menu .mm-panels .mm-panel:after {
  display: none;
}
.mm-menu .mm-panels .mm-panel::-webkit-scrollbar {
  display: none;
}
.mm-menu .mm-panels .mm-panel .mm-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mm-menu .mm-panels .mm-panel .mm-navbar__btn:before {
  content: url(icon__arrow-back--white.svg);
  top: -0.9375rem;
  left: 1rem;
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.mm-menu .mm-panels .mm-panel .mm-navbar__btn:hover:before,
.mm-menu .mm-panels .mm-panel .mm-navbar__btn:focus:before {
  border-color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-navbar__title {
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.mm-menu .mm-panels .mm-panel .mm-navbar__title:hover,
.mm-menu .mm-panels .mm-panel .mm-navbar__title:focus {
  color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-navbar__title[href]:hover,
.mm-menu .mm-panels .mm-panel .mm-navbar__title[href]:focus {
  color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-listview:first-of-type {
  margin-bottom: 0;
}
.mm-menu .mm-panels .mm-panel .mm-listview:nth-of-type(2) {
  margin-top: 0;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem {
  font-size: 1.25rem;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem:after {
  left: 0;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem svg {
  stroke: #fff;
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-item
  .mm-listitem__text,
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current_page_item
  .mm-listitem__text {
  color: #fff;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-item
  .mm-listitem__text
  span,
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current_page_item
  .mm-listitem__text
  span {
  background-size: 100% 100%;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item svg,
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current_page_item svg {
  stroke: #fff;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-parent
  .mm-btn_next:after {
  border-color: #fff;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-parent
  .mm-listitem__text {
  color: #fff;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-parent
  .mm-listitem__text
  span {
  background-size: 100% 100%;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
  padding-right: 1.7rem;
  padding-left: 1.7rem;
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  line-height: 1.4;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
    padding-top: 0.71875rem;
    padding-bottom: 0.71875rem;
  }
}
@media (min-width: 768px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
    padding-top: 0.90625rem;
    padding-bottom: 0.90625rem;
  }
}
@media (min-width: 1200px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a[href] {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a[href]:hover,
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a[href]:focus {
  color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a[href]:hover svg,
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a[href]:focus svg {
  stroke: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn:after {
  border-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn:hover:after,
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn:focus:after {
  border-color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn:hover + a,
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn:focus + a {
  color: #fff;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 576px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
    padding-left: 1.40625rem !important;
    padding-right: 1.40625rem !important;
  }
}
@media (min-width: 768px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}
@media (min-width: 992px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
    padding-left: 1.71875rem !important;
    padding-right: 1.71875rem !important;
  }
}
@media (min-width: 1200px) {
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}
.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__text span {
  font-weight: 400;
  font-size: 1rem;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.mm-listitem_selected
  .mm-listitem__text {
  background: none;
  color: #fff;
}
.mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem.mm-listitem_selected
  svg {
  stroke: #fff;
}
.mm-menu .mm-panels .mm-panel.panel .mm-navbar {
  margin-top: 3.5rem;
  border: none;
}
.mm-menu .mm-panels .mm-panel.panel .mm-navbar__title {
  display: none;
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem {
  border-bottom: none;
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span {
  font-weight: 800;
  font-size: 1.25rem;
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__text span:after {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.mm-menu .mm-panels .mm-panel.panel .mm-listitem__btn {
  border-left: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/main-header/_header-styles.scss ***!
    \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.collapse-navigation .nav-items li a {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .collapse-navigation .nav-items li a {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .collapse-navigation .nav-items li a {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .collapse-navigation .nav-items li a {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .collapse-navigation .nav-items li a {
    font-size: 1.5rem;
  }
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
.collapse-navigation .nav-items li.active a {
  padding-bottom: 0.125rem;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.collapse-navigation .nav-items li.active a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.collapse-navigation .nav-items li.active a:hover,
.collapse-navigation .nav-items li.active a:focus,
.collapse-navigation .nav-items li.active a.active {
  background-size: 100% 100%;
}
.collapse-navigation .nav-items li.active a {
  background-position: right;
  background-size: 100% 100%;
}
.collapse-navigation .nav-items li.active a:hover,
.collapse-navigation .nav-items li.active a:focus,
.collapse-navigation .nav-items li.active a.active {
  background-size: 0% 100%;
}

/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
.collapse-navigation .social-icons__item a:hover,
.collapse-navigation .social-icons__item a:focus {
  opacity: 0.75;
}

/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Header Template Part Styles
   */
.collapse-menu {
  top: 50vh;
  left: 1.75rem;
  z-index: 99;
  cursor: pointer;
}
.collapse-menu > div {
  width: 1.25rem;
  height: 1.25rem;
}
.collapse-menu span {
  width: 1.25rem;
  height: 0.0938rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collapse-menu span:nth-child(1),
.collapse-menu span:nth-child(2) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.collapse-menu span:nth-child(2) {
  top: 0.5rem;
}
.collapse-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.collapse-menu.open span:nth-child(2) {
  top: 0.875rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navigation {
  background-color: #000;
  pointer-events: none !important;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 992px) {
  .navigation {
    padding-left: 6.25%;
    background-color: transparent;
  }
}
.navigation__top-bar {
  z-index: 11;
}
.navigation__top-bar {
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .navigation__top-bar {
    padding-right: 1.21875rem;
  }
}
@media (min-width: 768px) {
  .navigation__top-bar {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 992px) {
  .navigation__top-bar {
    padding-right: 1.65625rem;
  }
}
@media (min-width: 1200px) {
  .navigation__top-bar {
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .navigation__top-bar {
    padding-right: 4.44444%;
  }
}
.navigation__top-bar .navbar-brand {
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.navigation__top-bar .navbar-brand {
  left: 1rem;
}
@media (min-width: 576px) {
  .navigation__top-bar .navbar-brand {
    left: 1.21875rem;
  }
}
@media (min-width: 768px) {
  .navigation__top-bar .navbar-brand {
    left: 1.4375rem;
  }
}
@media (min-width: 992px) {
  .navigation__top-bar .navbar-brand {
    left: 1.65625rem;
  }
}
@media (min-width: 1200px) {
  .navigation__top-bar .navbar-brand {
    left: 1.875rem;
  }
}
.navigation__top-bar .navbar-brand__logo-decor {
  top: 0;
  left: 0;
  height: 100%;
}
.navigation__top-bar .navbar-brand__logo-short {
  top: 0;
  left: 0;
  height: 100%;
}
.navigation__top-bar .navbar-brand__logo-short g path {
  opacity: 0;
}
.navigation__top-bar .navbar-brand__logo-short.add-letters g path {
  opacity: 1;
}
.navigation__top-bar .navbar-brand__logo {
  width: 6.75rem;
}
@media (min-width: 576px) {
  .navigation__top-bar .navbar-brand__logo {
    width: 7.25rem;
  }
}
@media (min-width: 768px) {
  .navigation__top-bar .navbar-brand__logo {
    width: 7.75rem;
  }
}
@media (min-width: 992px) {
  .navigation__top-bar .navbar-brand__logo {
    width: 8.25rem;
  }
}
@media (min-width: 1200px) {
  .navigation__top-bar .navbar-brand__logo {
    width: 8.75rem;
  }
}
.navigation__top-bar .navbar-brand__logo.remove-letters g path {
  opacity: 0;
}
.navigation__top-bar .navbar-brand svg path {
  fill: #fff;
  -webkit-transition: opacity 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, fill 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .navigation__top-bar .navbar-brand svg path {
    fill: #000;
  }
}
.navigation__sub-menu-item-arrow {
  margin-top: -3px;
  margin-left: -1.375rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation__sub-menu-right li a {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation__sub-menu-right li.active a {
  opacity: 1;
}
.navigation__sub-menu-right li.active a svg {
  display: inline;
  margin-left: 0;
  opacity: 1;
}
.navigation__sub-menu-right li:hover a,
.navigation__sub-menu-right li:focus a {
  opacity: 1;
}
.navigation__sub-menu-right li:hover a svg,
.navigation__sub-menu-right li:focus a svg {
  display: inline;
  margin-left: 0;
  opacity: 1;
}
.navigation__right-column {
  display: none;
}
.navigation__right-column.active {
  display: block;
}
.navigation.-contrast .navbar-brand svg path {
  fill: #fff;
}
.navigation.-contrast .navbar-estimate {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 1px 1px #fff;
}
.navigation.-contrast .navbar-estimate::before {
  background-color: #fff;
}
.navigation.-contrast .navbar-estimate:hover,
.navigation.-contrast .navbar-estimate:focus {
  background-color: #000;
  color: #fff;
}
.navigation.-contrast .mburger {
  color: #fff;
}
.navigation.-contrast .mburger:hover,
.navigation.-contrast .mburger:active,
.navigation.-contrast .mburger:focus {
  color: #fff;
}

.collapse-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 992px) {
  .collapse-navigation {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .collapse-navigation {
    padding-top: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .collapse-navigation {
    display: none;
  }
}
@media (min-width: 992px) {
  .collapse-navigation {
    padding-left: 6.25%;
  }
}
@media (min-width: 1440px) {
  .collapse-navigation__container {
    padding-top: 6.25rem;
  }
}
.collapse-navigation .social-icons__item a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.collapse-navigation .header-contrast__wrapper {
  right: 0;
  width: 35%;
}
.collapse-navigation .header-contrast__wrapper .header-contrast__button {
  padding-left: 0;
}
.collapse-navigation .nav-items li {
  margin-bottom: 1.5625rem;
}
.collapse-navigation .nav-items li a {
  line-height: 1.4;
}

.navigation-right {
  display: none;
}
.navigation-right.active {
  display: block;
}
.navigation-right .js-links-right-wrapper {
  right: 0;
}
.navigation-right .menu-items {
  display: none;
}
.navigation-right .menu-items li {
  margin-bottom: 2.125rem;
}
.navigation-right .menu-items li.active a {
  opacity: 1;
}
.navigation-right .menu-items__item {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.navigation-right .menu-items__item:hover,
.navigation-right .menu-items__item.active {
  opacity: 1;
}
.navigation-right .menu-items.active {
  display: block;
}

.main-header {
  -webkit-transition: background-color 0.4s ease !important;
  transition: background-color 0.4s ease !important;
}
.main-header .navbar-estimate {
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .main-header--hide .navigation {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.main-header--is-window-scrolled .nav-items li a span {
  color: #fff;
}
.main-header--is-window-scrolled .nav-items li.active:before {
  background-color: #000;
  opacity: 1;
}
.main-header--is-window-scrolled .nav-items li.active span {
  color: #fff;
}
.main-header--is-window-scrolled .nav-items li.active a:hover span,
.main-header--is-window-scrolled .nav-items li.active a:focus span {
  color: #fff;
}
.main-header .mburger {
  --mb-button-size: 2rem;
  --mb-bar-height: 0.125rem;
  --mb-bar-spacing: 0.2rem;
  color: #fff;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .main-header .mburger {
    margin-right: -0.375rem !important;
  }
}
@media (min-width: 992px) {
  .main-header .mburger {
    color: #000;
  }
}
@media (min-width: 992px) {
  .main-header .mburger {
    top: 50vh;
    left: 1.625rem;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-header .mburger span {
  pointer-events: none;
}
.main-header .mburger.-contrast {
  color: #fff;
}
.main-header .mburger.-contrast:hover,
.main-header .mburger.-contrast:active,
.main-header .mburger.-contrast:focus {
  color: #fff;
}
.main-header .mburger-label {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.main-header .relationship-wrapper {
  right: 0;
  width: 35%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main-header .relationship-wrapper.inactive {
  z-index: -1;
  display: block;
  opacity: 0;
}
.main-header .immerse-wrapper {
  z-index: 11;
}
.main-header.menu-active .mburger {
  color: #fff;
}
@media (min-width: 992px) {
  .main-header.menu-active .mburger b:nth-of-type(1) {
    bottom: -webkit-calc(50% - (var(--mb-bar-height) / 2));
    bottom: calc(50% - (var(--mb-bar-height) / 2));
    -webkit-transition-delay: -webkit-calc(var(--mb-animate-timeout) + 0s),
      -webkit-calc(var(--mb-animate-timeout) + 0.2s);
    transition-delay: calc(var(--mb-animate-timeout) + 0s),
      calc(var(--mb-animate-timeout) + 0.2s);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  .main-header.menu-active .mburger b:nth-of-type(3) {
    top: -webkit-calc(50% - (var(--mb-bar-height) / 2));
    top: calc(50% - (var(--mb-bar-height) / 2));
    -webkit-transition-delay: -webkit-calc(var(--mb-animate-timeout) + 0s),
      -webkit-calc(var(--mb-animate-timeout) + 0.2s);
    transition-delay: calc(var(--mb-animate-timeout) + 0s),
      calc(var(--mb-animate-timeout) + 0.2s);
    -webkit-transform: rotate(-45deg) translateY(-0.0313rem);
    transform: rotate(-45deg) translateY(-0.0313rem);
  }
}
.main-header.menu-active .mburger-label {
  opacity: 0;
  visibility: hidden;
}
.main-header.menu-active .navbar-brand svg path {
  fill: #fff;
}
.main-header.menu-active .navbar-estimate {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 1px 1px #fff;
}
.main-header.menu-active .navbar-estimate::before {
  background-color: #fff;
}
.main-header.menu-active .navbar-estimate:hover {
  background-color: #000;
  color: #fff;
}

.header-contrast__button {
  background: none;
}
.header-contrast__button.active svg,
.header-contrast__button:hover svg,
.header-contrast__button:focus svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-contrast__button svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header-contrast__button.active span {
  background-size: 100% 100%;
}

/* Contrast */
.body-contrast h1,
.body-contrast h2,
.body-contrast h3,
.body-contrast h4,
.body-contrast h5,
.body-contrast h6,
.body-contrast a,
.body-contrast p strong,
.body-contrast span,
.body-contrast button,
.body-contrast div,
.body-contrast section,
.body-contrast .text-white {
  color: #fffd54 !important;
}

.body-contrast .acf-block-process__tab-item-button,
.body-contrast .acf-block-blockquote,
.body-contrast .border-white,
.body-contrast .border-top {
  border-color: #fffd54 !important;
}

.body-contrast .acf-block-process__slider-item-arrow path {
  stroke: #fffd54;
}

.body-contrast .acf-block-process__tab-item-button svg path {
  stroke: #fffd54 !important;
}

.body-contrast .acf-block-process__tab-item-button:hover {
  background-color: #fffd54 !important;
  color: #000 !important;
}
.body-contrast .acf-block-process__tab-item-button:hover svg path {
  stroke: #000 !important;
}

.body-contrast
  .acf-block-process__tab-item.nav-item
  .acf-block-process__tab-item-button.active {
  background-color: #fffd54 !important;
  color: #000 !important;
}
.body-contrast
  .acf-block-process__tab-item.nav-item
  .acf-block-process__tab-item-button.active
  svg
  path {
  stroke: #000 !important;
}

.body-contrast .acf-block-process__slider-item-content {
  border: 1px solid #fffd54;
  background-color: #000 !important;
  color: #fffd54 !important;
}
.body-contrast .acf-block-process__slider-item-content h3,
.body-contrast .acf-block-process__slider-item-content p {
  color: #fffd54 !important;
}
.body-contrast .acf-block-process__slider-item-content img {
  display: none !important;
}

.body-contrast .acf-block-process__description {
  border-color: #fffd54;
}

.body-contrast .accordions .single-row__button::after {
  background-image: url(icon__plus--contrast.svg);
}

.body-contrast .accordions-navigation button::before {
  background-color: #000 !important;
}

.body-contrast .acf-block-form--serpent {
  background: none;
}

.body-contrast div.single-logo-wrapper__link,
.body-contrast *::before,
.body-contrast *::after {
  background-color: #fffd54 !important;
}

.body-contrast textarea,
.body-contrast input[type="email"],
.body-contrast input[type="tel"],
.body-contrast input[type="text"],
.body-contrast select {
  border-color: #fffd54 !important;
  color: #fffd54 !important;
}
.body-contrast textarea::-webkit-input-placeholder,
.body-contrast input[type="email"]::-webkit-input-placeholder,
.body-contrast input[type="tel"]::-webkit-input-placeholder,
.body-contrast input[type="text"]::-webkit-input-placeholder,
.body-contrast select::-webkit-input-placeholder {
  color: #fffd54 !important;
}
.body-contrast textarea::-moz-placeholder,
.body-contrast input[type="email"]::-moz-placeholder,
.body-contrast input[type="tel"]::-moz-placeholder,
.body-contrast input[type="text"]::-moz-placeholder,
.body-contrast select::-moz-placeholder {
  color: #fffd54 !important;
}
.body-contrast textarea:-ms-input-placeholder,
.body-contrast input[type="email"]:-ms-input-placeholder,
.body-contrast input[type="tel"]:-ms-input-placeholder,
.body-contrast input[type="text"]:-ms-input-placeholder,
.body-contrast select:-ms-input-placeholder {
  color: #fffd54 !important;
}
.body-contrast textarea::-ms-input-placeholder,
.body-contrast input[type="email"]::-ms-input-placeholder,
.body-contrast input[type="tel"]::-ms-input-placeholder,
.body-contrast input[type="text"]::-ms-input-placeholder,
.body-contrast select::-ms-input-placeholder {
  color: #fffd54 !important;
}
.body-contrast textarea::placeholder,
.body-contrast input[type="email"]::placeholder,
.body-contrast input[type="tel"]::placeholder,
.body-contrast input[type="text"]::placeholder,
.body-contrast select::placeholder {
  color: #fffd54 !important;
}

.body-contrast .gform_wrapper .gfield_consent_label,
.body-contrast .gform_wrapper .gfield_required.gfield_required_text {
  color: #fffd54 !important;
}

.body-contrast .gform_wrapper .chosen-single {
  border-color: #fffd54 !important;
}
.body-contrast .gform_wrapper .chosen-single::after {
  background: url(icon__angle-down--contrast.svg) no-repeat center !important;
  background-color: transparent !important;
}

.body-contrast .gform_wrapper .chosen-drop {
  border-color: #fffd54 !important;
}

.body-contrast .gform_wrapper .chosen-results .active-result {
  color: #fffd54 !important;
}
.body-contrast .gform_wrapper .chosen-results .active-result.highlighted {
  background-color: #fffd54 !important;
  color: #000 !important;
}
.body-contrast
  .gform_wrapper
  .chosen-results
  .active-result.result-selected.gf_placeholder {
  background-color: #fffd54 !important;
  color: #000 !important;
}

.body-contrast .gform_wrapper .gfield_label {
  color: #fffd54 !important;
}

.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  .irs
  .irs-handle,
.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  .irs
  .irs-bar {
  background-color: #fffd54 !important;
}

.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield.custom-button-checkbox-and-radio
  .gfield_checkbox
  .gchoice
  label,
.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield.custom-button-checkbox-and-radio
  .gfield_radio
  .gchoice
  label {
  border-color: #fffd54 !important;
  color: #fffd54 !important;
}
.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield.custom-button-checkbox-and-radio
  .gfield_checkbox
  .gchoice
  label:hover,
.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield.custom-button-checkbox-and-radio
  .gfield_radio
  .gchoice
  label:hover {
  background-color: #fffd54 !important;
  color: #000 !important;
}

.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  .gchoice
  label {
  color: #fffd54 !important;
}

.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  div.ginput_container_consent
  label::before,
.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  div.ginput_container_consent
  label::after {
  background-color: transparent !important;
}

.body-contrast
  .gform_wrapper
  form
  div.gform_body
  div.gform_fields
  .gfield
  div.ginput_container_consent
  label::before {
  border-color: #fffd54;
}

.body-contrast .gform_wrapper form div.gform_footer .gform_button {
  border-color: #fffd54 !important;
}

.body-contrast .gform_wrapper form div.gform_footer::before {
  display: none !important;
}

.body-contrast
  .gform_wrapper.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected {
  background-color: #fffd54 !important;
  color: #000 !important;
}

.body-contrast .acf-block-decor-arrow-line,
.body-contrast .acf-block-checkbox-content,
.body-contrast .acf-block-default-section,
.body-contrast #main,
.body-contrast div.acf-block-animation,
.body-contrast section {
  background-color: #000 !important;
}

.body-contrast circle,
.body-contrast rect,
.body-contrast path {
  fill: #fffd54 !important;
}

.body-contrast .text-opacity-0-5 {
  opacity: 1;
}

.body-contrast .header-contrast__button .half-circle {
  fill: #000 !important;
}

.body-contrast .header-contrast__button svg path {
  stroke: #fffd54;
}

.body-contrast .social-link__icon.social-link__icon--pangea path {
  fill: #000 !important;
}

.body-contrast .main-footer__top .footer-custom-svg-underline {
  background: none;
}

.body-contrast .main-footer__scroll path.progress__path,
.body-contrast .main-footer__scroll path.progress__circle {
  fill: none !important;
  stroke: #fffd54;
}

.body-contrast .main-footer__scroll .arrow path {
  fill: none !important;
  stroke: #fffd54;
}

.body-contrast .single-row__button::after {
  background-color: transparent !important;
}

.body-contrast .hero-section-black-version-with-slider,
.body-contrast .hero-section-black-version-with-decor,
.body-contrast .hero-section-black-version {
  background-image: none;
}
.body-contrast .hero-section-black-version-with-slider h1 span,
.body-contrast .hero-section-black-version-with-decor h1 span,
.body-contrast .hero-section-black-version h1 span {
  background: none;
}
.body-contrast .hero-section-black-version-with-slider__decor-image g,
.body-contrast .hero-section-black-version-with-decor__decor-image g,
.body-contrast .hero-section-black-version__decor-image g {
  stroke: #fffd54 !important;
}
.body-contrast .hero-section-black-version-with-slider__decor-image g path,
.body-contrast .hero-section-black-version-with-decor__decor-image g path,
.body-contrast .hero-section-black-version__decor-image g path {
  fill: none !important;
}

.body-contrast .hero-section-black-version-with-slider__control--prev path,
.body-contrast .hero-section-black-version-with-slider__control--next path,
.body-contrast .acf-block-boxes__carousel-item--arrow path {
  fill: none !important;
  stroke: #fffd54;
}

.body-contrast
  .hero-section-black-version-with-slider__control--control-index
  i {
  background-color: #fffd54 !important;
}

.body-contrast .js-cursor::before {
  background-color: #fffd54 !important;
}

.body-contrast .js-cursor .js-cursor__text {
  color: #000 !important;
}

.body-contrast .acf-block-open-positions__title::after,
.body-contrast .acf-block-default-section__title::after,
.body-contrast .acf-block-contact-persons__title::after {
  display: none;
}

.body-contrast .acf-block-testimonials {
  background-color: #000 !important;
}
.body-contrast .acf-block-testimonials__slider-item--name {
  color: #fffd54 !important;
}
.body-contrast .acf-block-testimonials__slider-item--name i {
  background-color: #fffd54 !important;
}

.body-contrast .acf-block-decor-arrow-line__image-decor {
  display: none !important;
}

.body-contrast .acf-block-cta__content--decore-top {
  display: none;
}

.body-contrast .acf-block-navigation-content {
  background-color: #000 !important;
}
.body-contrast
  .acf-block-navigation-content__list-links
  .crunch-button__with-arrow:before {
  content: url(icon__arrow-small--contrast.svg) !important;
  background-color: transparent !important;
}

.body-contrast .acf-block-services .single-service__icon-wrapper img {
  display: none !important;
}

.body-contrast .acf-block-testimonials span,
.body-contrast .acf-block-testimonials li,
.body-contrast .acf-block-testimonials p {
  color: #fffd54 !important;
}

.body-contrast .acf-block-content-with-media,
.body-contrast .scrollspy-navbar {
  background-color: #000 !important;
}

.body-contrast .acf-block-separator {
  background-color: #000 !important;
}
.body-contrast .acf-block-separator hr {
  background-color: #fffd54 !important;
}

.body-contrast .control-with-indicator__control-index i {
  background-color: #fffd54 !important;
}

.body-contrast .control-with-indicator svg path {
  color: #fffd54 !important;
  fill: #fffd54 !important;
  stroke: #fffd54 !important;
}

.body-contrast .acf-block-benefits-list__title:after,
.body-contrast .acf-block-contact-persons__title:after {
  background-color: transparent !important;
}

.body-contrast .acf-block-boxes {
  background-color: #000 !important;
}
.body-contrast .acf-block-boxes__carousel-item--content {
  border-color: #fffd54 !important;
}

.body-contrast .acf-block-solutions {
  background-color: #000 !important;
}
.body-contrast .acf-block-solutions .single-solution {
  border-color: #fffd54 !important;
}

.body-contrast .acf-block-work-approach__single--image-wrapper {
  display: none !important;
}

.body-contrast .acf-block-our-journey__single-year-container--white::after {
  border-color: #fffd54 !important;
}

.body-contrast .acf-block-checkbox-content__list-icon path {
  fill: #000 !important;
  stroke: #fffd54 !important;
}

.body-contrast .acf-block-posts__single--last .acf-block-posts__single-content {
  border: 2px solid #fffd54;
  background-color: #000;
}

.body-contrast .posts-navigation__icon {
  border-color: #fffd54 !important;
}

.body-contrast .posts-navigation svg path {
  stroke: #fffd54 !important;
}

.body-contrast .sharer__icon path {
  fill: #fffd54 !important;
}

.body-contrast .category-buttons__single-button {
  border-color: #fffd54;
  background-color: #000;
}
.body-contrast .category-buttons__single-button.active {
  background-color: #fffd54;
  color: #000 !important;
}

.body-contrast .hero-section-archive__wrapper {
  border-bottom-color: #fffd54 !important;
}
.body-contrast .hero-section-archive__wrapper svg circle,
.body-contrast .hero-section-archive__wrapper svg path {
  fill: none !important;
  stroke: #fffd54;
}

.body-contrast .hero-section-archive__search-field {
  background-color: #000;
  color: #fffd54;
}
.body-contrast .hero-section-archive__search-field:-webkit-autofill {
  -webkit-text-fill-color: #fffd54;
}
.body-contrast .hero-section-archive__search-field::-webkit-input-placeholder {
  color: rgba(255, 253, 84, 0.5);
}
.body-contrast .hero-section-archive__search-field::-moz-placeholder {
  color: rgba(255, 253, 84, 0.5);
}
.body-contrast .hero-section-archive__search-field:-ms-input-placeholder {
  color: rgba(255, 253, 84, 0.5);
}
.body-contrast .hero-section-archive__search-field::-ms-input-placeholder {
  color: rgba(255, 253, 84, 0.5);
}
.body-contrast .hero-section-archive__search-field::placeholder {
  color: rgba(255, 253, 84, 0.5);
}

.body-contrast .hero-section-archive__search-button,
.body-contrast .hero-section-archive__close-icon {
  background: transparent !important;
}

.body-contrast .navigation .navbar-brand svg path {
  fill: #fffd54 !important;
}

.body-contrast .navigation.-contrast .navbar-brand svg path {
  fill: #fffd54 !important;
}

.body-contrast .navigation.-contrast a.navbar-estimate {
  border: 1px solid #fffd54 !important;
  background-color: #fffd54 !important;
  box-shadow: 0 0 1px 1px #fffd54 !important;
}
.body-contrast .navigation.-contrast a.navbar-estimate::before {
  background-color: #fffd54 !important;
}
.body-contrast .navigation.-contrast a.navbar-estimate:hover,
.body-contrast .navigation.-contrast a.navbar-estimate:focus {
  background-color: #000 !important;
}
.body-contrast .navigation.-contrast a.navbar-estimate:hover span,
.body-contrast .navigation.-contrast a.navbar-estimate:focus span {
  color: #fffd54 !important;
}
.body-contrast .navigation.-contrast a.navbar-estimate span {
  color: #000 !important;
}

.body-contrast .mburger {
  color: #fffd54 !important;
}
.body-contrast .mburger span {
  color: #fffd54 !important;
}
.body-contrast .mburger.-contrast {
  color: #fffd54 !important;
}
.body-contrast .mburger.-contrast span {
  color: #fffd54 !important;
}
.body-contrast .mburger.-contrast:hover,
.body-contrast .mburger.-contrast:active,
.body-contrast .mburger.-contrast:focus {
  color: #fffd54 !important;
}

.body-contrast .crunch-button__full-background {
  border: 1px solid #000;
  box-shadow: 0 0 1px 1px #000;
}
.body-contrast .crunch-button__full-background--black-color {
  border: 1px solid #fffd54 !important;
  background-color: #fffd54;
  box-shadow: 0 0 1px 1px #fffd54 !important;
}
.body-contrast .crunch-button__full-background--black-color:hover,
.body-contrast .crunch-button__full-background--black-color:focus,
.body-contrast .crunch-button__full-background--black-color--focus {
  background-color: #000;
}
.body-contrast .crunch-button__full-background--black-color:hover span,
.body-contrast .crunch-button__full-background--black-color:focus span,
.body-contrast .crunch-button__full-background--black-color--focus span {
  color: #fffd54 !important;
}
.body-contrast .crunch-button__full-background--black-color span {
  color: #000 !important;
}
.body-contrast .crunch-button__full-background--white-color {
  border: 1px solid #fffd54 !important;
  background-color: #fffd54;
  box-shadow: 0 0 1px 1px #fffd54 !important;
}
.body-contrast .crunch-button__full-background--white-color:hover,
.body-contrast .crunch-button__full-background--white-color:focus,
.body-contrast .crunch-button__full-background--white-color--focus {
  background-color: #000;
}
.body-contrast .crunch-button__full-background--white-color:hover span,
.body-contrast .crunch-button__full-background--white-color:focus span,
.body-contrast .crunch-button__full-background--white-color--focus span {
  color: #fffd54 !important;
}
.body-contrast .crunch-button__full-background--white-color span {
  color: #000 !important;
}
.body-contrast .crunch-button__full-background span {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.body-contrast .mm-menu .mm-panels .after-subpanel::before,
.body-contrast .mm-menu .mm-panels .after-subpanel::after {
  background-color: unset !important;
}

.body-contrast .mm-menu .mm-panels .after-subpanel .social-icons__item::before,
.body-contrast .mm-menu .mm-panels .after-subpanel .social-icons__item::after {
  background-color: unset !important;
}

.body-contrast .mm-menu .mm-panels .mm-panel .mm-navbar {
  border-color: #fffd54;
}
.body-contrast .mm-menu .mm-panels .mm-panel .mm-navbar__btn::before,
.body-contrast .mm-menu .mm-panels .mm-panel .mm-navbar__btn::after {
  background-color: unset !important;
  color: #fffd54;
}
.body-contrast .mm-menu .mm-panels .mm-panel .mm-navbar__btn::before {
  content: url(icon__arrow-back--yellow.svg);
}

.body-contrast .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem__btn {
  border-color: #fffd54;
}
.body-contrast
  .mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem__btn::before,
.body-contrast
  .mm-menu
  .mm-panels
  .mm-panel
  .mm-listview
  .mm-listitem__btn::after {
  border-color: #fffd54;
  background-color: unset !important;
}

.body-contrast .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem::after {
  color: #000;
}

.body-contrast .mm-menu .mm-panels .mm-panel::before,
.body-contrast .mm-menu .mm-panels .mm-panel::after {
  background-color: unset !important;
}

.body-contrast
  .acf-block-full-width-form
  .gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  .gfield
  .ginput_preview
  strong::before {
  background: transparent url(icon__clip-to-added-files--yellow.svg) no-repeat !important;
}

.body-contrast
  div.gform_body
  ul.gform_fields
  .gfield
  div.ginput_container_checkbox
  label::before {
  border-color: #fffd54 !important;
  background: transparent !important;
}

.body-contrast
  div.gform_body
  ul.gform_fields
  .gfield
  div.ginput_container_checkbox
  label::after {
  background: transparent url(icon__tick-bold--yellow.svg) no-repeat center !important;
  background-size: 55% !important;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/social-icons/_social-icons-styles.scss ***!
    \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Social Icons Template Part Styles
   */
@media (max-width: 575.98px) {
  .social-icons {
    max-width: 20rem;
  }
}

.social-icons__item + .social-icons__item {
  margin-left: 1.25rem;
}
@media (min-width: 576px) {
  .social-icons__item + .social-icons__item {
    margin-left: 1.4375rem;
  }
}
@media (min-width: 768px) {
  .social-icons__item + .social-icons__item {
    margin-left: 1.625rem;
  }
}
@media (min-width: 992px) {
  .social-icons__item + .social-icons__item {
    margin-left: 1.8125rem;
  }
}
@media (min-width: 1200px) {
  .social-icons__item + .social-icons__item {
    margin-left: 2rem;
  }
}

.social-icons__item .social-link {
  fill: #fff;
}
.social-icons__item .social-link:hover,
.social-icons__item .social-link:focus {
  background-color: #000;
  color: #fff;
}
.social-icons__item .social-link__icon {
  max-width: 1.875rem;
  max-height: 1.875rem;
}
.social-icons__item .social-link__icon--twitter {
  width: -webkit-calc(1rem * 1.4);
  width: calc(1rem * 1.4);
  height: -webkit-calc(1rem * 1.4);
  height: calc(1rem * 1.4);
}
.social-icons__item .social-link__icon--facebook {
  width: -webkit-calc(1.25rem * 1.4);
  width: calc(1.25rem * 1.4);
  height: -webkit-calc(1.125rem * 1.4);
  height: calc(1.125rem * 1.4);
}
.social-icons__item .social-link__icon--instagram {
  width: -webkit-calc(1.25rem * 1.4);
  width: calc(1.25rem * 1.4);
  height: -webkit-calc(1.25rem * 1.4);
  height: calc(1.25rem * 1.4);
}
.social-icons__item .social-link__icon--linkedin {
  width: -webkit-calc(1.125rem * 1.4);
  width: calc(1.125rem * 1.4);
  height: -webkit-calc(1.125rem * 1.4);
  height: calc(1.125rem * 1.4);
}

.social-icons-dark .social-link {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.social-icons-dark .social-link svg path {
  fill: #000 !important;
}
.social-icons-dark .social-link:hover {
  background-color: #fff !important;
  opacity: 0.5;
}
.social-icons-dark .social-link:hover svg path {
  fill: #000 !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/main-footer/_footer-styles.scss ***!
    \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
.main-footer ul li a:hover,
.main-footer ul li a:focus,
.main-footer ul li.current-menu-item a,
.main-footer ul li a:hover p,
.main-footer ul li a:focus p,
.main-footer ul li.current-menu-item a p,
.main-footer ul li a:hover span,
.main-footer ul li a:focus span,
.main-footer ul li.current-menu-item a span,
.main-footer ul li a:hover h1,
.main-footer ul li a:focus h1,
.main-footer ul li.current-menu-item a h1,
.main-footer ul li a:hover h2,
.main-footer ul li a:focus h2,
.main-footer ul li.current-menu-item a h2,
.main-footer ul li a:hover h3,
.main-footer ul li a:focus h3,
.main-footer ul li.current-menu-item a h3,
.main-footer ul li a:hover h4,
.main-footer ul li a:focus h4,
.main-footer ul li.current-menu-item a h4,
.main-footer ul li a:hover h5,
.main-footer ul li a:focus h5,
.main-footer ul li.current-menu-item a h5,
.main-footer ul li a:hover h6,
.main-footer ul li a:focus h6,
.main-footer ul li.current-menu-item a h6,
.main-footer ul li a:hover ul,
.main-footer ul li a:focus ul,
.main-footer ul li.current-menu-item a ul,
.main-footer ul li a:hover ol,
.main-footer ul li a:focus ol,
.main-footer ul li.current-menu-item a ol,
.main-footer ul li a:hover sup,
.main-footer ul li a:focus sup,
.main-footer ul li.current-menu-item a sup,
.main-footer ul li a:hover sub,
.main-footer ul li a:focus sub,
.main-footer ul li.current-menu-item a sub,
.main-footer ul li a:hover tr,
.main-footer ul li a:focus tr,
.main-footer ul li.current-menu-item a tr,
.main-footer ul li a:hover th,
.main-footer ul li a:focus th,
.main-footer ul li.current-menu-item a th,
.main-footer ul li a:hover td,
.main-footer ul li a:focus td,
.main-footer ul li.current-menu-item a td,
.main-footer ul li a:hover hr,
.main-footer ul li a:focus hr,
.main-footer ul li.current-menu-item a hr {
  opacity: 0.5;
}

/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Footer Template Part Styles
   */
.main-footer {
  padding-bottom: 3.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .main-footer {
    /* padding-left: 6.25%;  */
  }
}
.main-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-footer ul li a {
  color: inherit;
  -webkit-transition: color 0.3s, opacity 0.3s ease-in-out;
  transition: color 0.3s, opacity 0.3s ease-in-out;
}
.main-footer__scroll a .main-footer__scroll__text {
  -webkit-transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-footer__scroll a:hover .main-footer__scroll__text,
.main-footer__scroll a:focus .main-footer__scroll__text {
  opacity: 1;
}
.main-footer__scroll a .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-footer__top .footer-custom-svg-underline {
  padding-bottom: 1rem;
  background: url(footer-custom-svg-underline.svg) 0 100% no-repeat;
  background-size: contain;
}
.main-footer__top ul li {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .main-footer__top ul li:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
}
.main-footer__top ul li a {
  line-height: 1.4;
}
.main-footer__top ul li a {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .main-footer__top ul li a {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .main-footer__top ul li a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .main-footer__top ul li a {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .main-footer__top ul li a {
    font-size: 1.25rem;
  }
}
.main-footer__middle {
  color: #e5e5e5;
}
.main-footer__middle ul li a:hover,
.main-footer__middle ul li a:focus {
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .main-footer__bottom ul {
    display: grid;
    grid-template-areas: ". ." ". ." ". .";
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: 0 0;
  }
}
@media (max-width: 767.98px) {
  .main-footer__bottom-cities {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.main-footer__copyright .social-icons {
  gap: 1.5rem 0;
}
@media (max-width: 575.98px) {
  .main-footer__copyright .social-icons {
    margin: 0 auto;
  }
}
.main-footer__copyright .social-icons__item {
  margin: 0 0.75rem 0 0;
}
.main-footer__copyright .social-icons__item:last-child {
  margin: 0;
}
.main-footer hr {
  border-top: 2px rgba(255, 255, 255, 0.15);
}

/* Get back to top animation */
.button--fenrir .progress {
  width: 2.875rem;
  height: 2.875rem;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir .progress__circle {
  opacity: 0.5;
}

.button--fenrir .progress__circle,
.button--fenrir .progress__path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.button--fenrir .progress__path {
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.button--fenrir:hover .progress,
.button--fenrir:focus .progress {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.button--fenrir:hover .progress__path,
.button--fenrir:focus .progress__path {
  stroke-dashoffset: 0;
}

.button--fenrir:focus-visible .progress__circle {
  fill: rgba(252, 196, 63, 0.4);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/main-tag/_main-tag-styles.scss ***!
    \************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Main Tag Template Part Styles
   */
@media (min-width: 992px) {
  #main > * {
    /* padding-left: 6.25%;  */
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/list-styles/_list-styles.scss ***!
    \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * List Styles Template Part Styles
   */
.list-styles ul {
  margin-left: 0;
  list-style: none;
  line-height: 1.3;
}
.list-styles ul {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .list-styles ul {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .list-styles ul {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .list-styles ul {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .list-styles ul {
    margin-top: 2rem;
  }
}
.list-styles ul li {
  position: relative;
  margin-top: 0.5rem !important;
}
.list-styles ul li {
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .list-styles ul li {
    padding-left: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .list-styles ul li {
    padding-left: 1.125rem;
  }
}
@media (min-width: 992px) {
  .list-styles ul li {
    padding-left: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .list-styles ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 576px) {
  .list-styles ul li {
    margin-top: 0.625rem !important;
  }
}
@media (min-width: 768px) {
  .list-styles ul li {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .list-styles ul li {
    margin-top: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .list-styles ul li {
    margin-top: 1rem !important;
  }
}
.list-styles ul li:first-child {
  margin-top: 0;
}
.list-styles ul li::before {
  content: "";
  position: absolute;
  left: 0;
}

.list-styles__square--primary-color ul li::before,
.list-styles__circle--primary-color ul li::before {
  background-color: #29d17d;
}

.list-styles__square--black-color ul li::before,
.list-styles__circle--black-color ul li::before {
  background-color: #000;
}

.list-styles__square--white-color ul li::before,
.list-styles__circle--white-color ul li::before {
  background-color: #fff;
}

.list-styles__square ul li::before,
.list-styles__circle ul li::before {
  top: -webkit-calc(0.65em - 0.1875rem);
  top: calc(0.65em - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
}

.list-styles__circle ul li::before {
  border-radius: 10rem;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/blockquote/_blockquote-styles.scss ***!
    \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Blockquote Template Part Styles
   */
.acf-block-blockquote,
.entry-content .blockquote {
  margin-bottom: 0;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left-color: #000;
  font-size: initial;
}
.acf-block-blockquote,
.entry-content .blockquote {
  margin-top: 0.75rem;
  padding-left: 1rem;
  border-left-width: 0.125rem;
}
@media (min-width: 576px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 0.9375rem;
    padding-left: 1.125rem;
    border-left-width: 0.18125rem;
  }
}
@media (min-width: 768px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.125rem;
    padding-left: 1.25rem;
    border-left-width: 0.2375rem;
  }
}
@media (min-width: 992px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.3125rem;
    padding-left: 1.375rem;
    border-left-width: 0.29375rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    border-left-width: 0.35rem;
  }
}
.acf-block-blockquote cite,
.entry-content .blockquote cite {
  display: block;
  font-weight: 700;
}
.acf-block-blockquote cite,
.entry-content .blockquote cite {
  margin-top: 0.75rem;
}
@media (min-width: 576px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.125rem;
  }
}
@media (min-width: 992px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.5rem;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/entry-content/_entry-content-styles.scss ***!
    \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.entry-content > figure figcaption a,
.wp-bootstrap-blocks-container > figure figcaption a,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a {
  font-size: 0.875rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
.entry-content p a:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.entry-content > figure figcaption a,
.wp-bootstrap-blocks-container > figure figcaption a,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a {
  padding-bottom: 0.125rem;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.entry-content p a:not([class*="__button"]):not([class*="-button"]):after,
.entry-content ul li a:not([class*="__button"]):not([class*="-button"]):after,
.entry-content ol li a:not([class*="__button"]):not([class*="-button"]):after,
.entry-content
  .wp-block-file
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-container
  p
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-container
  ul
  li
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-container
  ol
  li
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-container
  .wp-block-file
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:not([class*="__button"]):not([class*="-button"]):after,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:not([class*="__button"]):not([class*="-button"]):after,
.entry-content > figure figcaption a:after,
.wp-bootstrap-blocks-container > figure figcaption a:after,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.entry-content p a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content > figure figcaption a:hover,
.wp-bootstrap-blocks-container > figure figcaption a:hover,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a:hover,
.entry-content p a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content > figure figcaption a:focus,
.wp-bootstrap-blocks-container > figure figcaption a:focus,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a:focus,
.entry-content p a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content > figure figcaption a.active,
.wp-bootstrap-blocks-container > figure figcaption a.active,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a.active {
  background-size: 100% 100%;
}
.entry-content p a:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]) {
  background-position: right;
  background-size: 100% 100%;
}
.entry-content p a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content p a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content p a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a.active:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a.active:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a.active:not([class*="-button"]):not([class*="__button"]) {
  background-size: 0% 100%;
}

/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
.entry-content > figure > a:hover[href*=".jpg"],
.entry-content > figure > a:hover[href*=".jpeg"],
.entry-content > figure > a:hover[href*=".png"],
.wp-bootstrap-blocks-container > figure > a:hover[href*=".jpg"],
.wp-bootstrap-blocks-container > figure > a:hover[href*=".jpeg"],
.wp-bootstrap-blocks-container > figure > a:hover[href*=".png"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:hover[href*=".jpg"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:hover[href*=".jpeg"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:hover[href*=".png"],
.entry-content > figure > a:focus[href*=".jpg"],
.entry-content > figure > a:focus[href*=".jpeg"],
.entry-content > figure > a:focus[href*=".png"],
.wp-bootstrap-blocks-container > figure > a:focus[href*=".jpg"],
.wp-bootstrap-blocks-container > figure > a:focus[href*=".jpeg"],
.wp-bootstrap-blocks-container > figure > a:focus[href*=".png"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:focus[href*=".jpg"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:focus[href*=".jpeg"],
.wp-bootstrap-blocks-row [class*="col-"] > figure > a:focus[href*=".png"] {
  opacity: 0.75;
}

/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * FIX for first element fix
   */
.entry-content *:not([class*="c-my-"]):not([class*="c-mt-"]):first-child {
  margin-top: 0;
}

/**
   * Entry Content Template Part Styles
   */
[class*="acf-block-"]
  + .container
  > .entry-content
  > *:first-of-type:not(.first-element-fix),
.list-styles
  + .container
  > .entry-content
  > *:first-of-type:not(.first-element-fix),
.panel + .container > .entry-content > *:first-of-type:not(.first-element-fix) {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  [class*="acf-block-"]
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .list-styles
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .panel
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix) {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  [class*="acf-block-"]
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .list-styles
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .panel
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix) {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  [class*="acf-block-"]
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .list-styles
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .panel
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix) {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  [class*="acf-block-"]
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .list-styles
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix),
  .panel
    + .container
    > .entry-content
    > *:first-of-type:not(.first-element-fix) {
    margin-top: 1.5em;
  }
}

.entry-content,
.wp-bootstrap-blocks-container,
.wp-bootstrap-blocks-row [class*="col-"] {
  /* ~~~~~~~~~~ Headlines ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Text elements ~~~~~~~~~~ */
  /* ~~~~~~~~~~ ul, ol lists ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Images ~~~~~~~~~~ */
  /* ~~~~~~~~~~ iFrame ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Gallery ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Preformatted ~~~~~~~~~~ */
  /* ~~~~~~~~~ Figure ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Table ~~~~~~~~~~ */
  /* ~~~~~~~~~~ First element fix ~~~~~~~~~~ */
  /* ~~~~~~~~~~ Last element fix ~~~~~~~~~~ */
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > .heading,
.wp-bootstrap-blocks-container > h2,
.wp-bootstrap-blocks-container > h3,
.wp-bootstrap-blocks-container > h4,
.wp-bootstrap-blocks-container > h5,
.wp-bootstrap-blocks-container > h6,
.wp-bootstrap-blocks-container > .heading,
.wp-bootstrap-blocks-row [class*="col-"] > h2,
.wp-bootstrap-blocks-row [class*="col-"] > h3,
.wp-bootstrap-blocks-row [class*="col-"] > h4,
.wp-bootstrap-blocks-row [class*="col-"] > h5,
.wp-bootstrap-blocks-row [class*="col-"] > h6,
.wp-bootstrap-blocks-row [class*="col-"] > .heading {
  font-weight: 400;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > .heading,
.wp-bootstrap-blocks-container > h2,
.wp-bootstrap-blocks-container > h3,
.wp-bootstrap-blocks-container > h4,
.wp-bootstrap-blocks-container > h5,
.wp-bootstrap-blocks-container > h6,
.wp-bootstrap-blocks-container > .heading,
.wp-bootstrap-blocks-row [class*="col-"] > h2,
.wp-bootstrap-blocks-row [class*="col-"] > h3,
.wp-bootstrap-blocks-row [class*="col-"] > h4,
.wp-bootstrap-blocks-row [class*="col-"] > h5,
.wp-bootstrap-blocks-row [class*="col-"] > h6,
.wp-bootstrap-blocks-row [class*="col-"] > .heading {
  margin-top: 0.875em;
}
@media (min-width: 576px) {
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > .heading,
  .wp-bootstrap-blocks-container > h2,
  .wp-bootstrap-blocks-container > h3,
  .wp-bootstrap-blocks-container > h4,
  .wp-bootstrap-blocks-container > h5,
  .wp-bootstrap-blocks-container > h6,
  .wp-bootstrap-blocks-container > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] > h6,
  .wp-bootstrap-blocks-row [class*="col-"] > .heading {
    margin-top: 1.09375em;
  }
}
@media (min-width: 768px) {
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > .heading,
  .wp-bootstrap-blocks-container > h2,
  .wp-bootstrap-blocks-container > h3,
  .wp-bootstrap-blocks-container > h4,
  .wp-bootstrap-blocks-container > h5,
  .wp-bootstrap-blocks-container > h6,
  .wp-bootstrap-blocks-container > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] > h6,
  .wp-bootstrap-blocks-row [class*="col-"] > .heading {
    margin-top: 1.3125em;
  }
}
@media (min-width: 992px) {
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > .heading,
  .wp-bootstrap-blocks-container > h2,
  .wp-bootstrap-blocks-container > h3,
  .wp-bootstrap-blocks-container > h4,
  .wp-bootstrap-blocks-container > h5,
  .wp-bootstrap-blocks-container > h6,
  .wp-bootstrap-blocks-container > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] > h6,
  .wp-bootstrap-blocks-row [class*="col-"] > .heading {
    margin-top: 1.53125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > .heading,
  .wp-bootstrap-blocks-container > h2,
  .wp-bootstrap-blocks-container > h3,
  .wp-bootstrap-blocks-container > h4,
  .wp-bootstrap-blocks-container > h5,
  .wp-bootstrap-blocks-container > h6,
  .wp-bootstrap-blocks-container > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] > h6,
  .wp-bootstrap-blocks-row [class*="col-"] > .heading {
    margin-top: 1.75em;
  }
}
.entry-content > p,
.wp-bootstrap-blocks-container > p,
.wp-bootstrap-blocks-row [class*="col-"] > p {
  margin-top: 1em;
}
@media (min-width: 576px) {
  .entry-content > p,
  .wp-bootstrap-blocks-container > p,
  .wp-bootstrap-blocks-row [class*="col-"] > p {
    margin-top: 1.25em;
  }
}
@media (min-width: 768px) {
  .entry-content > p,
  .wp-bootstrap-blocks-container > p,
  .wp-bootstrap-blocks-row [class*="col-"] > p {
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  .entry-content > p,
  .wp-bootstrap-blocks-container > p,
  .wp-bootstrap-blocks-row [class*="col-"] > p {
    margin-top: 1.75em;
  }
}
@media (min-width: 1200px) {
  .entry-content > p,
  .wp-bootstrap-blocks-container > p,
  .wp-bootstrap-blocks-row [class*="col-"] > p {
    margin-top: 2em;
  }
}
.entry-content > p > a[class*="-button"],
.wp-bootstrap-blocks-container > p > a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] > p > a[class*="-button"] {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-container > p > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] > p > a[class*="-button"] {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-container > p > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] > p > a[class*="-button"] {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-container > p > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] > p > a[class*="-button"] {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-container > p > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] > p > a[class*="-button"] {
    margin-top: 1.5em;
  }
}
.entry-content p a:not([class*="-button"]):not([class*="__button"]),
.entry-content ul li a:not([class*="-button"]):not([class*="__button"]),
.entry-content ol li a:not([class*="-button"]):not([class*="__button"]),
.entry-content
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-container
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"]) {
  color: currentColor;
}
.entry-content
  p
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.entry-content
  ul
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.entry-content
  ol
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.entry-content
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-container
  p
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-container
  ul
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-container
  ol
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-container
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  p
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  ul
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  ol
  li
  a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-block-file
  a:not([class*="-button"]):not([class*="__button"])[href*="http"] {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.entry-content p a[class*="-button"],
.entry-content ul li a[class*="-button"],
.entry-content ol li a[class*="-button"],
.entry-content .wp-block-file a[class*="-button"],
.wp-bootstrap-blocks-container p a[class*="-button"],
.wp-bootstrap-blocks-container ul li a[class*="-button"],
.wp-bootstrap-blocks-container ol li a[class*="-button"],
.wp-bootstrap-blocks-container .wp-block-file a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] p a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] ul li a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] ol li a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] .wp-block-file a[class*="-button"] {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content p a[class*="-button"],
  .entry-content ul li a[class*="-button"],
  .entry-content ol li a[class*="-button"],
  .entry-content .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-container p a[class*="-button"],
  .wp-bootstrap-blocks-container ul li a[class*="-button"],
  .wp-bootstrap-blocks-container ol li a[class*="-button"],
  .wp-bootstrap-blocks-container .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] p a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ul li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ol li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] .wp-block-file a[class*="-button"] {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content p a[class*="-button"],
  .entry-content ul li a[class*="-button"],
  .entry-content ol li a[class*="-button"],
  .entry-content .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-container p a[class*="-button"],
  .wp-bootstrap-blocks-container ul li a[class*="-button"],
  .wp-bootstrap-blocks-container ol li a[class*="-button"],
  .wp-bootstrap-blocks-container .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] p a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ul li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ol li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] .wp-block-file a[class*="-button"] {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content p a[class*="-button"],
  .entry-content ul li a[class*="-button"],
  .entry-content ol li a[class*="-button"],
  .entry-content .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-container p a[class*="-button"],
  .wp-bootstrap-blocks-container ul li a[class*="-button"],
  .wp-bootstrap-blocks-container ol li a[class*="-button"],
  .wp-bootstrap-blocks-container .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] p a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ul li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ol li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] .wp-block-file a[class*="-button"] {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content p a[class*="-button"],
  .entry-content ul li a[class*="-button"],
  .entry-content ol li a[class*="-button"],
  .entry-content .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-container p a[class*="-button"],
  .wp-bootstrap-blocks-container ul li a[class*="-button"],
  .wp-bootstrap-blocks-container ol li a[class*="-button"],
  .wp-bootstrap-blocks-container .wp-block-file a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] p a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ul li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] ol li a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] .wp-block-file a[class*="-button"] {
    margin-top: 1.5em;
  }
}
.entry-content sup,
.wp-bootstrap-blocks-container sup,
.wp-bootstrap-blocks-row [class*="col-"] sup {
  top: -0.75em;
  font-size: 50%;
}
.entry-content sub,
.wp-bootstrap-blocks-container sub,
.wp-bootstrap-blocks-row [class*="col-"] sub {
  bottom: -0.25em;
  font-size: 50%;
}
.entry-content > .crunch-button-wrapper,
.wp-bootstrap-blocks-container > .crunch-button-wrapper,
.wp-bootstrap-blocks-row [class*="col-"] > .crunch-button-wrapper {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-container > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] > .crunch-button-wrapper {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-container > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] > .crunch-button-wrapper {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-container > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] > .crunch-button-wrapper {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-container > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] > .crunch-button-wrapper {
    margin-top: 1.5em;
  }
}
.entry-content > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) {
  list-style-type: disc;
}
.entry-content > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
  list-style-type: decimal;
}
.entry-content > ul:not(.wp-block-gallery),
.entry-content > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
  margin-right: 0;
  margin-bottom: 0;
  list-style-position: outside;
}
.entry-content > ul:not(.wp-block-gallery),
.entry-content > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
  margin-top: 1em;
  margin-left: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > ul:not(.wp-block-gallery),
  .entry-content > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
    margin-top: 1.25em;
    margin-left: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > ul:not(.wp-block-gallery),
  .entry-content > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
    margin-top: 1.5em;
    margin-left: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > ul:not(.wp-block-gallery),
  .entry-content > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
    margin-top: 1.75em;
    margin-left: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ul:not(.wp-block-gallery),
  .entry-content > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) {
    margin-top: 2em;
    margin-left: 1.5em;
  }
}
.entry-content > ul:not(.wp-block-gallery) ul,
.entry-content > ul:not(.wp-block-gallery) ol,
.entry-content > ol:not(.wp-block-gallery) ul,
.entry-content > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
  margin-right: 0;
  list-style-position: outside;
}
.entry-content > ul:not(.wp-block-gallery) ul,
.entry-content > ul:not(.wp-block-gallery) ol,
.entry-content > ol:not(.wp-block-gallery) ul,
.entry-content > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > ul:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
    margin-top: 0.625em;
    margin-left: 0.625em;
    margin-bottom: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > ul:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
    margin-top: 0.75em;
    margin-left: 0.75em;
    margin-bottom: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > ul:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
    margin-top: 0.875em;
    margin-left: 0.875em;
    margin-bottom: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ul:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.5em;
  }
}
.entry-content > ul:not(.wp-block-gallery) ul,
.entry-content > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ul {
  list-style-type: circle;
}
.entry-content > ul:not(.wp-block-gallery) ol,
.entry-content > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) ol {
  list-style-type: lower-latin;
}
.entry-content > ul:not(.wp-block-gallery) li,
.entry-content > ol:not(.wp-block-gallery) li,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li,
.wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) li,
.wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) li {
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > ul:not(.wp-block-gallery) li,
  .entry-content > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) li {
    margin-top: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > ul:not(.wp-block-gallery) li,
  .entry-content > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) li {
    margin-top: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > ul:not(.wp-block-gallery) li,
  .entry-content > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) li {
    margin-top: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ul:not(.wp-block-gallery) li,
  .entry-content > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row [class*="col-"] > ol:not(.wp-block-gallery) li {
    margin-top: 1em;
  }
}
.entry-content > ul:not(.wp-block-gallery) li:first-child,
.entry-content > ol:not(.wp-block-gallery) li:first-child,
.wp-bootstrap-blocks-container > ul:not(.wp-block-gallery) li:first-child,
.wp-bootstrap-blocks-container > ol:not(.wp-block-gallery) li:first-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > ul:not(.wp-block-gallery)
  li:first-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > ol:not(.wp-block-gallery)
  li:first-child {
  margin-top: 0;
}
.entry-content > .list-styles ul,
.wp-bootstrap-blocks-container > .list-styles ul,
.wp-bootstrap-blocks-row [class*="col-"] > .list-styles ul {
  margin-left: 0;
  list-style: none;
}
.entry-content > .list-styles ul li:first-child,
.wp-bootstrap-blocks-container > .list-styles ul li:first-child,
.wp-bootstrap-blocks-row [class*="col-"] > .list-styles ul li:first-child {
  margin-top: 0 !important;
}
.entry-content > * > img,
.entry-content > img,
.entry-content > .wp-caption,
.entry-content [class*="wp-image"],
.wp-bootstrap-blocks-container > * > img,
.wp-bootstrap-blocks-container > img,
.wp-bootstrap-blocks-container > .wp-caption,
.wp-bootstrap-blocks-container [class*="wp-image"],
.wp-bootstrap-blocks-row [class*="col-"] > * > img,
.wp-bootstrap-blocks-row [class*="col-"] > img,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.entry-content > * > img,
.entry-content > img,
.entry-content > .wp-caption,
.entry-content [class*="wp-image"],
.wp-bootstrap-blocks-container > * > img,
.wp-bootstrap-blocks-container > img,
.wp-bootstrap-blocks-container > .wp-caption,
.wp-bootstrap-blocks-container [class*="wp-image"],
.wp-bootstrap-blocks-row [class*="col-"] > * > img,
.wp-bootstrap-blocks-row [class*="col-"] > img,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
  margin-top: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > * > img,
  .entry-content > img,
  .entry-content > .wp-caption,
  .entry-content [class*="wp-image"],
  .wp-bootstrap-blocks-container > * > img,
  .wp-bootstrap-blocks-container > img,
  .wp-bootstrap-blocks-container > .wp-caption,
  .wp-bootstrap-blocks-container [class*="wp-image"],
  .wp-bootstrap-blocks-row [class*="col-"] > * > img,
  .wp-bootstrap-blocks-row [class*="col-"] > img,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
    margin-top: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > * > img,
  .entry-content > img,
  .entry-content > .wp-caption,
  .entry-content [class*="wp-image"],
  .wp-bootstrap-blocks-container > * > img,
  .wp-bootstrap-blocks-container > img,
  .wp-bootstrap-blocks-container > .wp-caption,
  .wp-bootstrap-blocks-container [class*="wp-image"],
  .wp-bootstrap-blocks-row [class*="col-"] > * > img,
  .wp-bootstrap-blocks-row [class*="col-"] > img,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
    margin-top: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > * > img,
  .entry-content > img,
  .entry-content > .wp-caption,
  .entry-content [class*="wp-image"],
  .wp-bootstrap-blocks-container > * > img,
  .wp-bootstrap-blocks-container > img,
  .wp-bootstrap-blocks-container > .wp-caption,
  .wp-bootstrap-blocks-container [class*="wp-image"],
  .wp-bootstrap-blocks-row [class*="col-"] > * > img,
  .wp-bootstrap-blocks-row [class*="col-"] > img,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
    margin-top: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > * > img,
  .entry-content > img,
  .entry-content > .wp-caption,
  .entry-content [class*="wp-image"],
  .wp-bootstrap-blocks-container > * > img,
  .wp-bootstrap-blocks-container > img,
  .wp-bootstrap-blocks-container > .wp-caption,
  .wp-bootstrap-blocks-container [class*="wp-image"],
  .wp-bootstrap-blocks-row [class*="col-"] > * > img,
  .wp-bootstrap-blocks-row [class*="col-"] > img,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] {
    margin-top: 3em;
  }
}
.entry-content > * > img.add-margin-bottom,
.entry-content > img.add-margin-bottom,
.entry-content > .wp-caption.add-margin-bottom,
.entry-content [class*="wp-image"].add-margin-bottom,
.wp-bootstrap-blocks-container > * > img.add-margin-bottom,
.wp-bootstrap-blocks-container > img.add-margin-bottom,
.wp-bootstrap-blocks-container > .wp-caption.add-margin-bottom,
.wp-bootstrap-blocks-container [class*="wp-image"].add-margin-bottom,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.add-margin-bottom,
.wp-bootstrap-blocks-row [class*="col-"] > img.add-margin-bottom,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.add-margin-bottom,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].add-margin-bottom {
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > * > img.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-container > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-container [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"].add-margin-bottom {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > * > img.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-container > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-container [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"].add-margin-bottom {
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > * > img.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-container > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-container [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"].add-margin-bottom {
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > * > img.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-container > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > img.add-margin-bottom,
  .wp-bootstrap-blocks-container > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-container [class*="wp-image"].add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > img.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"].add-margin-bottom {
    margin-bottom: 3em;
  }
}
.entry-content > * > img.alignleft,
.entry-content > img.alignleft,
.entry-content > .wp-caption.alignleft,
.entry-content [class*="wp-image"].alignleft,
.wp-bootstrap-blocks-container > * > img.alignleft,
.wp-bootstrap-blocks-container > img.alignleft,
.wp-bootstrap-blocks-container > .wp-caption.alignleft,
.wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
  float: left;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.entry-content > * > img.alignleft,
.entry-content > img.alignleft,
.entry-content > .wp-caption.alignleft,
.entry-content [class*="wp-image"].alignleft,
.wp-bootstrap-blocks-container > * > img.alignleft,
.wp-bootstrap-blocks-container > img.alignleft,
.wp-bootstrap-blocks-container > .wp-caption.alignleft,
.wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
  margin-right: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > * > img.alignleft,
  .entry-content > img.alignleft,
  .entry-content > .wp-caption.alignleft,
  .entry-content [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-container > * > img.alignleft,
  .wp-bootstrap-blocks-container > img.alignleft,
  .wp-bootstrap-blocks-container > .wp-caption.alignleft,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
    margin-right: 0.9375em;
    margin-bottom: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > * > img.alignleft,
  .entry-content > img.alignleft,
  .entry-content > .wp-caption.alignleft,
  .entry-content [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-container > * > img.alignleft,
  .wp-bootstrap-blocks-container > img.alignleft,
  .wp-bootstrap-blocks-container > .wp-caption.alignleft,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
    margin-right: 1.125em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > * > img.alignleft,
  .entry-content > img.alignleft,
  .entry-content > .wp-caption.alignleft,
  .entry-content [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-container > * > img.alignleft,
  .wp-bootstrap-blocks-container > img.alignleft,
  .wp-bootstrap-blocks-container > .wp-caption.alignleft,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
    margin-right: 1.3125em;
    margin-bottom: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > * > img.alignleft,
  .entry-content > img.alignleft,
  .entry-content > .wp-caption.alignleft,
  .entry-content [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-container > * > img.alignleft,
  .wp-bootstrap-blocks-container > img.alignleft,
  .wp-bootstrap-blocks-container > .wp-caption.alignleft,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignleft {
    margin-right: 1.5em;
    margin-bottom: 1em;
  }
}
.entry-content > * > img.alignright,
.entry-content > img.alignright,
.entry-content > .wp-caption.alignright,
.entry-content [class*="wp-image"].alignright,
.wp-bootstrap-blocks-container > * > img.alignright,
.wp-bootstrap-blocks-container > img.alignright,
.wp-bootstrap-blocks-container > .wp-caption.alignright,
.wp-bootstrap-blocks-container [class*="wp-image"].alignright,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
.wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
  float: right;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
}
.entry-content > * > img.alignright,
.entry-content > img.alignright,
.entry-content > .wp-caption.alignright,
.entry-content [class*="wp-image"].alignright,
.wp-bootstrap-blocks-container > * > img.alignright,
.wp-bootstrap-blocks-container > img.alignright,
.wp-bootstrap-blocks-container > .wp-caption.alignright,
.wp-bootstrap-blocks-container [class*="wp-image"].alignright,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
.wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
  margin-left: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > * > img.alignright,
  .entry-content > img.alignright,
  .entry-content > .wp-caption.alignright,
  .entry-content [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-container > * > img.alignright,
  .wp-bootstrap-blocks-container > img.alignright,
  .wp-bootstrap-blocks-container > .wp-caption.alignright,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
    margin-left: 0.9375em;
    margin-bottom: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > * > img.alignright,
  .entry-content > img.alignright,
  .entry-content > .wp-caption.alignright,
  .entry-content [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-container > * > img.alignright,
  .wp-bootstrap-blocks-container > img.alignright,
  .wp-bootstrap-blocks-container > .wp-caption.alignright,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
    margin-left: 1.125em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > * > img.alignright,
  .entry-content > img.alignright,
  .entry-content > .wp-caption.alignright,
  .entry-content [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-container > * > img.alignright,
  .wp-bootstrap-blocks-container > img.alignright,
  .wp-bootstrap-blocks-container > .wp-caption.alignright,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
    margin-left: 1.3125em;
    margin-bottom: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > * > img.alignright,
  .entry-content > img.alignright,
  .entry-content > .wp-caption.alignright,
  .entry-content [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-container > * > img.alignright,
  .wp-bootstrap-blocks-container > img.alignright,
  .wp-bootstrap-blocks-container > .wp-caption.alignright,
  .wp-bootstrap-blocks-container [class*="wp-image"].alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].alignright {
    margin-left: 1.5em;
    margin-bottom: 1em;
  }
}
.entry-content > * > img.aligncenter,
.entry-content > img.aligncenter,
.entry-content > .wp-caption.aligncenter,
.entry-content [class*="wp-image"].aligncenter,
.wp-bootstrap-blocks-container > * > img.aligncenter,
.wp-bootstrap-blocks-container > img.aligncenter,
.wp-bootstrap-blocks-container > .wp-caption.aligncenter,
.wp-bootstrap-blocks-container [class*="wp-image"].aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] > * > img.aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] > img.aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].aligncenter {
  width: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .entry-content > * > img.aligncenter,
  .entry-content > img.aligncenter,
  .entry-content > .wp-caption.aligncenter,
  .entry-content [class*="wp-image"].aligncenter,
  .wp-bootstrap-blocks-container > * > img.aligncenter,
  .wp-bootstrap-blocks-container > img.aligncenter,
  .wp-bootstrap-blocks-container > .wp-caption.aligncenter,
  .wp-bootstrap-blocks-container [class*="wp-image"].aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img.aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] > img.aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption.aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"].aligncenter {
    margin-right: auto;
    margin-left: auto;
  }
}
.entry-content > * > img .wp-caption-text,
.entry-content > img .wp-caption-text,
.entry-content > .wp-caption .wp-caption-text,
.entry-content [class*="wp-image"] .wp-caption-text,
.wp-bootstrap-blocks-container > * > img .wp-caption-text,
.wp-bootstrap-blocks-container > img .wp-caption-text,
.wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
.wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] .wp-caption-text {
  font-style: italic !important;
  text-align: center;
}
.entry-content > * > img .wp-caption-text,
.entry-content > img .wp-caption-text,
.entry-content > .wp-caption .wp-caption-text,
.entry-content [class*="wp-image"] .wp-caption-text,
.wp-bootstrap-blocks-container > * > img .wp-caption-text,
.wp-bootstrap-blocks-container > img .wp-caption-text,
.wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
.wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] [class*="wp-image"] .wp-caption-text {
  margin-top: 0.5em;
  font-size: 0.8125em;
}
@media (min-width: 576px) {
  .entry-content > * > img .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-container > * > img .wp-caption-text,
  .wp-bootstrap-blocks-container > img .wp-caption-text,
  .wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"]
    .wp-caption-text {
    margin-top: 0.625em;
    font-size: 0.82812em;
  }
}
@media (min-width: 768px) {
  .entry-content > * > img .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-container > * > img .wp-caption-text,
  .wp-bootstrap-blocks-container > img .wp-caption-text,
  .wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"]
    .wp-caption-text {
    margin-top: 0.75em;
    font-size: 0.84375em;
  }
}
@media (min-width: 992px) {
  .entry-content > * > img .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-container > * > img .wp-caption-text,
  .wp-bootstrap-blocks-container > img .wp-caption-text,
  .wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"]
    .wp-caption-text {
    margin-top: 0.875em;
    font-size: 0.85938em;
  }
}
@media (min-width: 1200px) {
  .entry-content > * > img .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-container > * > img .wp-caption-text,
  .wp-bootstrap-blocks-container > img .wp-caption-text,
  .wp-bootstrap-blocks-container > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-container [class*="wp-image"] .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > * > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > img .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] > .wp-caption .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class*="wp-image"]
    .wp-caption-text {
    margin-top: 1em;
    font-size: 0.875em;
  }
}
.entry-content > .wp-caption,
.entry-content > .gallery-caption,
.wp-bootstrap-blocks-container > .wp-caption,
.wp-bootstrap-blocks-container > .gallery-caption,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption,
.wp-bootstrap-blocks-row [class*="col-"] > .gallery-caption {
  display: inline-block;
  margin-bottom: 0;
}
.entry-content > .wp-caption img,
.entry-content > .gallery-caption img,
.wp-bootstrap-blocks-container > .wp-caption img,
.wp-bootstrap-blocks-container > .gallery-caption img,
.wp-bootstrap-blocks-row [class*="col-"] > .wp-caption img,
.wp-bootstrap-blocks-row [class*="col-"] > .gallery-caption img {
  margin: 0;
}
.entry-content > iframe,
.wp-bootstrap-blocks-container > iframe,
.wp-bootstrap-blocks-row [class*="col-"] > iframe {
  width: 100%;
}
.entry-content > iframe,
.wp-bootstrap-blocks-container > iframe,
.wp-bootstrap-blocks-row [class*="col-"] > iframe {
  margin-top: 0.75em;
  height: 14rem;
}
@media (min-width: 576px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-container > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > iframe {
    margin-top: 0.9375em;
    height: 20.5rem;
  }
}
@media (min-width: 768px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-container > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > iframe {
    margin-top: 1.125em;
    height: 27rem;
  }
}
@media (min-width: 992px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-container > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > iframe {
    margin-top: 1.3125em;
    height: 33.5rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-container > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > iframe {
    margin-top: 1.5em;
    height: 40rem;
  }
}
.entry-content > .gallery,
.wp-bootstrap-blocks-container > .gallery,
.wp-bootstrap-blocks-row [class*="col-"] > .gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem -0.3125rem 0 !important;
}
.entry-content > .gallery.gallery-columns-2 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-2 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-2
  .gallery-item {
  width: -webkit-calc(50% - 0.625rem) !important;
  width: calc(50% - 0.625rem) !important;
}
.entry-content > .gallery.gallery-columns-3 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-3 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-3
  .gallery-item {
  width: -webkit-calc(33.33% - 0.625rem) !important;
  width: calc(33.33% - 0.625rem) !important;
}
.entry-content > .gallery.gallery-columns-4 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-4 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-4
  .gallery-item {
  width: -webkit-calc(50% - 0.625rem) !important;
  width: calc(50% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-4 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-4 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-4
    .gallery-item {
    width: -webkit-calc(25% - 0.625rem) !important;
    width: calc(25% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-5 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-5 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-5
  .gallery-item {
  width: -webkit-calc(33.33% - 0.625rem) !important;
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-5 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-5 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-5
    .gallery-item {
    width: -webkit-calc(20% - 0.625rem) !important;
    width: calc(20% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-6 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-6 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-6
  .gallery-item {
  width: -webkit-calc(33.33% - 0.625rem) !important;
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-6
    .gallery-item {
    width: -webkit-calc(25% - 0.625rem) !important;
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-6
    .gallery-item {
    width: -webkit-calc(16.66% - 0.625rem) !important;
    width: calc(16.66% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-7 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-7 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-7
  .gallery-item {
  width: -webkit-calc(33.33% - 0.625rem) !important;
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-7
    .gallery-item {
    width: -webkit-calc(25% - 0.625rem) !important;
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-7
    .gallery-item {
    width: -webkit-calc(14.28% - 0.625rem) !important;
    width: calc(14.28% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-8 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-8 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-8
  .gallery-item {
  width: -webkit-calc(25% - 0.625rem) !important;
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-8 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-8 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-8
    .gallery-item {
    width: -webkit-calc(12.5% - 0.625rem) !important;
    width: calc(12.5% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-9 .gallery-item,
.wp-bootstrap-blocks-container > .gallery.gallery-columns-9 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery.gallery-columns-9
  .gallery-item {
  width: -webkit-calc(25% - 0.625rem) !important;
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-9 .gallery-item,
  .wp-bootstrap-blocks-container > .gallery.gallery-columns-9 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    > .gallery.gallery-columns-9
    .gallery-item {
    width: -webkit-calc(11.1% - 0.625rem) !important;
    width: calc(11.1% - 0.625rem) !important;
  }
}
.entry-content > .gallery .gallery-item,
.wp-bootstrap-blocks-container > .gallery .gallery-item,
.wp-bootstrap-blocks-row [class*="col-"] > .gallery .gallery-item {
  flex-shrink: 0;
  margin: 0 0.3125rem;
}
.entry-content > .gallery .gallery-item .gallery-icon,
.wp-bootstrap-blocks-container > .gallery .gallery-item .gallery-icon,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery
  .gallery-item
  .gallery-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.entry-content > .gallery .gallery-item .gallery-icon a img,
.wp-bootstrap-blocks-container > .gallery .gallery-item .gallery-icon a img,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > .gallery
  .gallery-item
  .gallery-icon
  a
  img {
  margin: 0;
  border: none !important;
}
.entry-content > pre,
.wp-bootstrap-blocks-container > pre,
.wp-bootstrap-blocks-row [class*="col-"] > pre {
  display: block;
  border-radius: 0.5rem;
  background: #3a3a3a;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.entry-content > pre,
.wp-bootstrap-blocks-container > pre,
.wp-bootstrap-blocks-row [class*="col-"] > pre {
  margin-top: 0.75em;
  padding: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-container > pre,
  .wp-bootstrap-blocks-row [class*="col-"] > pre {
    margin-top: 0.9375em;
    padding: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-container > pre,
  .wp-bootstrap-blocks-row [class*="col-"] > pre {
    margin-top: 1.125em;
    padding: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-container > pre,
  .wp-bootstrap-blocks-row [class*="col-"] > pre {
    margin-top: 1.3125em;
    padding: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-container > pre,
  .wp-bootstrap-blocks-row [class*="col-"] > pre {
    margin-top: 1.5em;
    padding: 1em;
  }
}
.entry-content > code,
.wp-bootstrap-blocks-container > code,
.wp-bootstrap-blocks-row [class*="col-"] > code {
  padding-right: 0.25em;
  padding-left: 0.25em;
  border: 1px solid #d3d3e7;
  background: #f4f4f9;
  color: #ce375c;
  font-style: italic;
}
.entry-content > figure,
.wp-bootstrap-blocks-container > figure,
.wp-bootstrap-blocks-row [class*="col-"] > figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-container > figure,
  .wp-bootstrap-blocks-row [class*="col-"] > figure {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-container > figure,
  .wp-bootstrap-blocks-row [class*="col-"] > figure {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-container > figure,
  .wp-bootstrap-blocks-row [class*="col-"] > figure {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-container > figure,
  .wp-bootstrap-blocks-row [class*="col-"] > figure {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content > figure img,
.wp-bootstrap-blocks-container > figure img,
.wp-bootstrap-blocks-row [class*="col-"] > figure img {
  margin: 0 !important;
}
.entry-content > figure figcaption,
.wp-bootstrap-blocks-container > figure figcaption,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
  color: #000;
  font-size: 0.75em;
  text-align: left;
  opacity: 0.6;
}
.entry-content > figure figcaption,
.wp-bootstrap-blocks-container > figure figcaption,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-top: 1rem;
  }
}
.entry-content > figure figcaption,
.wp-bootstrap-blocks-container > figure figcaption,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
  padding-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-bottom: 0.3125rem;
  }
}
@media (min-width: 768px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 992px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-bottom: 0.4375rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-container > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] > figure figcaption {
    padding-bottom: 0.5rem;
  }
}
.entry-content > figure figcaption a,
.wp-bootstrap-blocks-container > figure figcaption a,
.wp-bootstrap-blocks-row [class*="col-"] > figure figcaption a {
  color: #000;
  line-height: 1.3;
  opacity: 0.6;
}
.entry-content > figure iframe,
.wp-bootstrap-blocks-container > figure iframe,
.wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
  width: 100%;
}
.entry-content > figure iframe,
.wp-bootstrap-blocks-container > figure iframe,
.wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
  height: 14rem;
}
@media (min-width: 576px) {
  .entry-content > figure iframe,
  .wp-bootstrap-blocks-container > figure iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
    height: 20.5rem;
  }
}
@media (min-width: 768px) {
  .entry-content > figure iframe,
  .wp-bootstrap-blocks-container > figure iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
    height: 27rem;
  }
}
@media (min-width: 992px) {
  .entry-content > figure iframe,
  .wp-bootstrap-blocks-container > figure iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
    height: 33.5rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure iframe,
  .wp-bootstrap-blocks-container > figure iframe,
  .wp-bootstrap-blocks-row [class*="col-"] > figure iframe {
    height: 40rem;
  }
}
.entry-content > table,
.entry-content .wp-calendar-table,
.wp-bootstrap-blocks-container > table,
.wp-bootstrap-blocks-container .wp-calendar-table,
.wp-bootstrap-blocks-row [class*="col-"] > table,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table {
  margin-top: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > table,
  .entry-content .wp-calendar-table,
  .wp-bootstrap-blocks-container > table,
  .wp-bootstrap-blocks-container .wp-calendar-table,
  .wp-bootstrap-blocks-row [class*="col-"] > table,
  .wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table {
    margin-top: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > table,
  .entry-content .wp-calendar-table,
  .wp-bootstrap-blocks-container > table,
  .wp-bootstrap-blocks-container .wp-calendar-table,
  .wp-bootstrap-blocks-row [class*="col-"] > table,
  .wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table {
    margin-top: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > table,
  .entry-content .wp-calendar-table,
  .wp-bootstrap-blocks-container > table,
  .wp-bootstrap-blocks-container .wp-calendar-table,
  .wp-bootstrap-blocks-row [class*="col-"] > table,
  .wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table {
    margin-top: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > table,
  .entry-content .wp-calendar-table,
  .wp-bootstrap-blocks-container > table,
  .wp-bootstrap-blocks-container .wp-calendar-table,
  .wp-bootstrap-blocks-row [class*="col-"] > table,
  .wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table {
    margin-top: 3em;
  }
}
.entry-content > table td,
.entry-content > table th,
.entry-content .wp-calendar-table td,
.entry-content .wp-calendar-table th,
.wp-bootstrap-blocks-container > table td,
.wp-bootstrap-blocks-container > table th,
.wp-bootstrap-blocks-container .wp-calendar-table td,
.wp-bootstrap-blocks-container .wp-calendar-table th,
.wp-bootstrap-blocks-row [class*="col-"] > table td,
.wp-bootstrap-blocks-row [class*="col-"] > table th,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table td,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table th {
  vertical-align: middle;
  min-width: 5rem;
  padding: 1em;
}
.entry-content > table td img,
.entry-content > table th img,
.entry-content .wp-calendar-table td img,
.entry-content .wp-calendar-table th img,
.wp-bootstrap-blocks-container > table td img,
.wp-bootstrap-blocks-container > table th img,
.wp-bootstrap-blocks-container .wp-calendar-table td img,
.wp-bootstrap-blocks-container .wp-calendar-table th img,
.wp-bootstrap-blocks-row [class*="col-"] > table td img,
.wp-bootstrap-blocks-row [class*="col-"] > table th img,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table td img,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table th img {
  margin-top: 0;
}
.entry-content > table.is-style-stripes,
.entry-content .wp-calendar-table.is-style-stripes,
.wp-bootstrap-blocks-container > table.is-style-stripes,
.wp-bootstrap-blocks-container .wp-calendar-table.is-style-stripes,
.wp-bootstrap-blocks-row [class*="col-"] > table.is-style-stripes,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table.is-style-stripes {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.entry-content > table.is-style-stripes td,
.entry-content > table.is-style-stripes th,
.entry-content .wp-calendar-table.is-style-stripes td,
.entry-content .wp-calendar-table.is-style-stripes th,
.wp-bootstrap-blocks-container > table.is-style-stripes td,
.wp-bootstrap-blocks-container > table.is-style-stripes th,
.wp-bootstrap-blocks-container .wp-calendar-table.is-style-stripes td,
.wp-bootstrap-blocks-container .wp-calendar-table.is-style-stripes th,
.wp-bootstrap-blocks-row [class*="col-"] > table.is-style-stripes td,
.wp-bootstrap-blocks-row [class*="col-"] > table.is-style-stripes th,
.wp-bootstrap-blocks-row [class*="col-"] .wp-calendar-table.is-style-stripes td,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table.is-style-stripes
  th {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.entry-content > table.is-style-stripes td:last-child,
.entry-content > table.is-style-stripes th:last-child,
.entry-content .wp-calendar-table.is-style-stripes td:last-child,
.entry-content .wp-calendar-table.is-style-stripes th:last-child,
.wp-bootstrap-blocks-container > table.is-style-stripes td:last-child,
.wp-bootstrap-blocks-container > table.is-style-stripes th:last-child,
.wp-bootstrap-blocks-container
  .wp-calendar-table.is-style-stripes
  td:last-child,
.wp-bootstrap-blocks-container
  .wp-calendar-table.is-style-stripes
  th:last-child,
.wp-bootstrap-blocks-row [class*="col-"] > table.is-style-stripes td:last-child,
.wp-bootstrap-blocks-row [class*="col-"] > table.is-style-stripes th:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table.is-style-stripes
  td:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table.is-style-stripes
  th:last-child {
  border-right: 0;
}
.entry-content > table:not(.wp-block-table),
.entry-content .wp-calendar-table:not(.wp-block-table),
.wp-bootstrap-blocks-container > table:not(.wp-block-table),
.wp-bootstrap-blocks-container .wp-calendar-table:not(.wp-block-table),
.wp-bootstrap-blocks-row [class*="col-"] > table:not(.wp-block-table),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table) {
  border: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) tr,
.entry-content .wp-calendar-table:not(.wp-block-table) tr,
.wp-bootstrap-blocks-container > table:not(.wp-block-table) tr,
.wp-bootstrap-blocks-container .wp-calendar-table:not(.wp-block-table) tr,
.wp-bootstrap-blocks-row [class*="col-"] > table:not(.wp-block-table) tr,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  tr {
  border-bottom: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) tr:last-child:not(:first-child),
.entry-content
  .wp-calendar-table:not(.wp-block-table)
  tr:last-child:not(:first-child),
.wp-bootstrap-blocks-container
  > table:not(.wp-block-table)
  tr:last-child:not(:first-child),
.wp-bootstrap-blocks-container
  .wp-calendar-table:not(.wp-block-table)
  tr:last-child:not(:first-child),
.wp-bootstrap-blocks-row
  [class*="col-"]
  > table:not(.wp-block-table)
  tr:last-child:not(:first-child),
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  tr:last-child:not(:first-child) {
  border: 0;
}
.entry-content > table:not(.wp-block-table) td,
.entry-content > table:not(.wp-block-table) th,
.entry-content .wp-calendar-table:not(.wp-block-table) td,
.entry-content .wp-calendar-table:not(.wp-block-table) th,
.wp-bootstrap-blocks-container > table:not(.wp-block-table) td,
.wp-bootstrap-blocks-container > table:not(.wp-block-table) th,
.wp-bootstrap-blocks-container .wp-calendar-table:not(.wp-block-table) td,
.wp-bootstrap-blocks-container .wp-calendar-table:not(.wp-block-table) th,
.wp-bootstrap-blocks-row [class*="col-"] > table:not(.wp-block-table) td,
.wp-bootstrap-blocks-row [class*="col-"] > table:not(.wp-block-table) th,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  td,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  th {
  border-right: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) td:last-child,
.entry-content > table:not(.wp-block-table) th:last-child,
.entry-content .wp-calendar-table:not(.wp-block-table) td:last-child,
.entry-content .wp-calendar-table:not(.wp-block-table) th:last-child,
.wp-bootstrap-blocks-container > table:not(.wp-block-table) td:last-child,
.wp-bootstrap-blocks-container > table:not(.wp-block-table) th:last-child,
.wp-bootstrap-blocks-container
  .wp-calendar-table:not(.wp-block-table)
  td:last-child,
.wp-bootstrap-blocks-container
  .wp-calendar-table:not(.wp-block-table)
  th:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > table:not(.wp-block-table)
  td:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  > table:not(.wp-block-table)
  th:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  td:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .wp-calendar-table:not(.wp-block-table)
  th:last-child {
  border: 0;
}
.entry-content .first-element-fix + *,
.entry-content .first-element-fix + p > a > img,
.entry-content .first-element-fix + p > img,
.entry-content .first-element-fix + div.list-styles > ul,
.entry-content .first-element-fix + div.list-styles > ul > li:first-of-type,
.entry-content .first-element-fix + .lead,
.entry-content .acf-block-spacer + *,
.entry-content .acf-block-spacer + p > a > img,
.entry-content .acf-block-spacer + p > img,
.entry-content .acf-block-spacer + div.list-styles > ul,
.entry-content .acf-block-spacer + div.list-styles > ul > li:first-of-type,
.entry-content .acf-block-spacer + .lead,
.wp-bootstrap-blocks-container .first-element-fix + *,
.wp-bootstrap-blocks-container .first-element-fix + p > a > img,
.wp-bootstrap-blocks-container .first-element-fix + p > img,
.wp-bootstrap-blocks-container .first-element-fix + div.list-styles > ul,
.wp-bootstrap-blocks-container
  .first-element-fix
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-container .first-element-fix + .lead,
.wp-bootstrap-blocks-container .acf-block-spacer + *,
.wp-bootstrap-blocks-container .acf-block-spacer + p > a > img,
.wp-bootstrap-blocks-container .acf-block-spacer + p > img,
.wp-bootstrap-blocks-container .acf-block-spacer + div.list-styles > ul,
.wp-bootstrap-blocks-container
  .acf-block-spacer
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-container .acf-block-spacer + .lead,
.wp-bootstrap-blocks-row [class*="col-"] .first-element-fix + *,
.wp-bootstrap-blocks-row [class*="col-"] .first-element-fix + p > a > img,
.wp-bootstrap-blocks-row [class*="col-"] .first-element-fix + p > img,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .first-element-fix
  + div.list-styles
  > ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .first-element-fix
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-row [class*="col-"] .first-element-fix + .lead,
.wp-bootstrap-blocks-row [class*="col-"] .acf-block-spacer + *,
.wp-bootstrap-blocks-row [class*="col-"] .acf-block-spacer + p > a > img,
.wp-bootstrap-blocks-row [class*="col-"] .acf-block-spacer + p > img,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .acf-block-spacer
  + div.list-styles
  > ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  .acf-block-spacer
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-row [class*="col-"] .acf-block-spacer + .lead {
  margin-top: 0 !important;
}
.entry-content *:last-child,
.wp-bootstrap-blocks-container *:last-child,
.wp-bootstrap-blocks-row [class*="col-"] *:last-child {
  margin-bottom: 0;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/crunch-button/_crunch-button-styles.scss ***!
    \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
.crunch-button__full-background::before,
.crunch-button__full-background::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
.crunch-button__text-only--primary-color {
  color: #29d17d;
}
.crunch-button__text-only--primary-color:hover,
.crunch-button__text-only--primary-color:focus {
  color: #29d17d;
}
.crunch-button__text-only--primary-color:after {
  background-color: #29d17d;
}

.crunch-button__full-background--primary-color {
  border: 1px solid #29d17d;
  background-color: #29d17d;
  color: #fff;
}
.crunch-button__full-background--primary-color::after {
  border-color: #29d17d;
}
.crunch-button__full-background--primary-color::before {
  background-color: #29d17d;
}
.crunch-button__full-background--primary-color:hover,
.crunch-button__full-background--primary-color:focus {
  color: #29d17d;
}

.crunch-button__text-only--secondary-color {
  color: #6c757d;
}
.crunch-button__text-only--secondary-color:hover,
.crunch-button__text-only--secondary-color:focus {
  color: #6c757d;
}
.crunch-button__text-only--secondary-color:after {
  background-color: #6c757d;
}

.crunch-button__full-background--secondary-color {
  border: 1px solid #6c757d;
  background-color: #6c757d;
  color: #fff;
}
.crunch-button__full-background--secondary-color::after {
  border-color: #6c757d;
}
.crunch-button__full-background--secondary-color::before {
  background-color: #6c757d;
}
.crunch-button__full-background--secondary-color:hover,
.crunch-button__full-background--secondary-color:focus {
  color: #6c757d;
}

.crunch-button__text-only--black-color {
  color: #000;
}
.crunch-button__text-only--black-color:hover,
.crunch-button__text-only--black-color:focus {
  color: #000;
}
.crunch-button__text-only--black-color:after {
  background-color: #000;
}

.crunch-button__full-background--black-color {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.crunch-button__full-background--black-color::after {
  border-color: #000;
}
.crunch-button__full-background--black-color::before {
  background-color: #000;
}
.crunch-button__full-background--black-color:hover,
.crunch-button__full-background--black-color:focus {
  color: #000;
}

.crunch-button {
  font-weight: 700;
}
.crunch-button__text-only {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-decoration: none;
}
.crunch-button__text-only:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  will-change: transform;
}
.crunch-button__text-only:hover:after {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.crunch-button__text-only--white-color {
  color: #fff;
}
.crunch-button__text-only--white-color:hover,
.crunch-button__text-only--white-color:focus {
  color: #fff;
}
.crunch-button__text-only--white-color:after {
  background-color: #fff;
}
.crunch-button__text-only--reverse:after {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.crunch-button__text-only--reverse:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.crunch-button__full-background {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2.8125rem;
  box-shadow: 0 0 1px 1px #000;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border 0.3s ease-in-out;
}
.crunch-button__full-background {
  padding-left: 0.70312rem;
  padding-right: 0.70312rem;
  padding-top: 0.70312rem;
  padding-bottom: 0.70312rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background {
    padding-left: 0.76172rem;
    padding-right: 0.76172rem;
    padding-top: 0.76172rem;
    padding-bottom: 0.76172rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background {
    padding-left: 0.82031rem;
    padding-right: 0.82031rem;
    padding-top: 0.82031rem;
    padding-bottom: 0.82031rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background {
    padding-left: 0.87891rem;
    padding-right: 0.87891rem;
    padding-top: 0.87891rem;
    padding-bottom: 0.87891rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.crunch-button__full-background::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2.8125rem;
}
.crunch-button__full-background::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2.8125rem;
}
.crunch-button__full-background span {
  position: relative;
  display: block;
}
.crunch-button__full-background > span {
  overflow: hidden;
}
.crunch-button__full-background > span > span {
  overflow: hidden;
}
.crunch-button__full-background::before {
  content: "";
  background: #000;
  -webkit-transition: background-color 0.3s cubic-bezier(0.7, 0, 0.2, 1) 0.5s,
    -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.7, 0, 0.2, 1) 0.5s,
    -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
    background-color 0.3s cubic-bezier(0.7, 0, 0.2, 1) 0.5s;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
    background-color 0.3s cubic-bezier(0.7, 0, 0.2, 1) 0.5s,
    -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.crunch-button__full-background:hover::before,
.crunch-button__full-background:focus::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.crunch-button__full-background--white-color {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 1px 1px #fff;
}
.crunch-button__full-background--white-color::before {
  background-color: #fff;
}
.crunch-button__full-background--white-color:hover,
.crunch-button__full-background--white-color:focus {
  background-color: #000;
  color: #fff;
}
.crunch-button__full-background--black-color {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 1px 1px #000;
}
.crunch-button__full-background--black-color::before {
  background-color: #fff;
}
.crunch-button__full-background--black-color:hover,
.crunch-button__full-background--black-color:focus {
  background-color: #fff;
  color: #000;
}
.crunch-button__with-arrow {
  font-weight: 400;
  opacity: 0.5;
  -webkit-transform: translateX(-1.25rem);
  transform: translateX(-1.25rem);
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
.crunch-button__with-arrow:hover,
.active.crunch-button__with-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.crunch-button__with-arrow:before {
  content: url(icon__arrow-small.svg);
  margin-right: 0.5rem;
}
.crunch-button__with-arrow--accordion:not(.collapsed) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*
   * Crunch Button Template Part Styles
   */
.crunch-button-wrapper.aligncenter {
  text-align: center;
}

.crunch-button-wrapper.alignright {
  text-align: right;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/crunch-dropdown/_crunch-dropdown-styles.scss ***!
    \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.crunch-dropdown .dropdown-menu {
  font-size: 0.875rem;
}

div.chosen-container,
.gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
.gform_wrapper.gravity-theme div.chosen-container-single.chosen-container,
.crunch-dropdown__button.dropdown-toggle {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  div.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-single.chosen-container,
  .crunch-dropdown__button.dropdown-toggle {
    font-size: 0.90625rem;
  }
}
@media (min-width: 768px) {
  div.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-single.chosen-container,
  .crunch-dropdown__button.dropdown-toggle {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  div.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-single.chosen-container,
  .crunch-dropdown__button.dropdown-toggle {
    font-size: 0.96875rem;
  }
}
@media (min-width: 1200px) {
  div.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
  .gform_wrapper.gravity-theme div.chosen-container-single.chosen-container,
  .crunch-dropdown__button.dropdown-toggle {
    font-size: 1rem;
  }
}

.gform_wrapper.gravity-theme .gfield select.large,
select.chosen-select,
div.chosen-container .chosen-single,
div.chosen-container .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices,
div.chosen-container .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select,
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices,
  div.chosen-container .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select,
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices,
  div.chosen-container .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select,
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices,
  div.chosen-container .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select,
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices,
  div.chosen-container .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop {
    font-size: 1.25rem;
  }
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Crunch Dropdown Template Part Styles
   */
/* ~~~~~~~~~~ Default Select ~~~~~~~~~~ */
.gform_wrapper.gravity-theme .gfield select.large,
select.chosen-select {
  width: 100%;
  padding-left: 0;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  background-image: url(icon__angle-down--white-color.svg);
  background-position: right 0 center;
  background-size: 1rem 0.625rem;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.3;
  opacity: 0.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .gfield select.large,
select.chosen-select {
  padding-right: 1.875rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
@media (min-width: 576px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select {
    padding-right: 2.03125rem;
    padding-top: 0.60938rem;
    padding-bottom: 0.60938rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select {
    padding-right: 2.1875rem;
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select {
    padding-right: 2.34375rem;
    padding-top: 0.70312rem;
    padding-bottom: 0.70312rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield select.large,
  select.chosen-select {
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.gform_wrapper.gravity-theme .gfield select.large:focus,
select.chosen-select:focus {
  outline: none;
}

/* ~~~~~~~~~~ Chosen Select ~~~~~~~~~~ */
div.chosen-container,
.gform_wrapper.gravity-theme div.chosen-container-multi.chosen-container,
.gform_wrapper.gravity-theme div.chosen-container-single.chosen-container {
  width: 100% !important;
  margin-bottom: 0;
}
div.chosen-container.chosen-container-active.chosen-with-drop ul.chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices {
  border: 0.125rem solid #fff;
  background: transparent;
  box-shadow: none;
}
div.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices::after,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices::after,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
div.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices
  li.search-field
  input[type="text"].chosen-search-input,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices
  li.search-field
  input[type="text"].chosen-search-input,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container.chosen-container-active.chosen-with-drop
  ul.chosen-choices
  li.search-field
  input[type="text"].chosen-search-input {
  color: #000 !important;
}
div.chosen-container.chosen-container-active.chosen-with-drop
  .chosen-single::after,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container.chosen-container-active.chosen-with-drop
  .chosen-single::after,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container.chosen-container-active.chosen-with-drop
  .chosen-single::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
div.chosen-container .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop {
  display: block;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
div.chosen-container.chosen-with-drop .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container.chosen-with-drop
  .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container.chosen-with-drop
  .chosen-drop {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
div.chosen-container .chosen-single,
div.chosen-container .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop {
  border-radius: 0;
  box-shadow: none;
}
div.chosen-container .chosen-single,
div.chosen-container .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
div.chosen-container .chosen-single,
div.chosen-container .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices {
  padding-right: 1.875rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
@media (min-width: 576px) {
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices {
    padding-right: 2.03125rem;
    padding-top: 0.60938rem;
    padding-bottom: 0.60938rem;
  }
}
@media (min-width: 768px) {
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices {
    padding-right: 2.1875rem;
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
  }
}
@media (min-width: 992px) {
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices {
    padding-right: 2.34375rem;
    padding-top: 0.70312rem;
    padding-bottom: 0.70312rem;
  }
}
@media (min-width: 1200px) {
  div.chosen-container .chosen-single,
  div.chosen-container .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-choices,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-single,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-choices {
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
div.chosen-container .chosen-single > span,
div.chosen-container .chosen-choices > span,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single
  > span,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices
  > span,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single
  > span,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices
  > span {
  margin-bottom: 0;
  line-height: 1.3;
}
div.chosen-container .chosen-single > div,
div.chosen-container .chosen-choices > div,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single
  > div,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices
  > div,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single
  > div,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices
  > div {
  display: none;
}
div.chosen-container .chosen-single::after,
div.chosen-container .chosen-choices::after,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-single::after,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices::after,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-single::after,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1rem;
  height: 0.625rem;
  background: url(icon__angle-down--white-color.svg) no-repeat;
  background-size: 1rem 0.625rem;
  opacity: 0.4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
div.chosen-container .chosen-choices .search-field .chosen-search-input,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-choices
  .search-field
  .chosen-search-input,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-choices
  .search-field
  .chosen-search-input {
  color: #000;
}
div.chosen-container .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop {
  border: 0.125rem solid #fff;
  background: #000;
}
div.chosen-container .chosen-drop .chosen-search,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-search,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-search {
  display: none;
}
div.chosen-container .chosen-drop .chosen-results,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results {
  margin: 0;
  padding: 0;
}
div.chosen-container .chosen-drop .chosen-results li,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.chosen-container .chosen-drop .chosen-results li,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li {
  padding-left: 1.17188rem;
  padding-right: 1.17188rem;
}
@media (min-width: 576px) {
  div.chosen-container .chosen-drop .chosen-results li,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop
    .chosen-results
    li,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop
    .chosen-results
    li {
    padding-left: 1.26953rem;
    padding-right: 1.26953rem;
  }
}
@media (min-width: 768px) {
  div.chosen-container .chosen-drop .chosen-results li,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop
    .chosen-results
    li,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop
    .chosen-results
    li {
    padding-left: 1.36719rem;
    padding-right: 1.36719rem;
  }
}
@media (min-width: 992px) {
  div.chosen-container .chosen-drop .chosen-results li,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop
    .chosen-results
    li,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop
    .chosen-results
    li {
    padding-left: 1.46484rem;
    padding-right: 1.46484rem;
  }
}
@media (min-width: 1200px) {
  div.chosen-container .chosen-drop .chosen-results li,
  .gform_wrapper.gravity-theme
    div.chosen-container-multi.chosen-container
    .chosen-drop
    .chosen-results
    li,
  .gform_wrapper.gravity-theme
    div.chosen-container-single.chosen-container
    .chosen-drop
    .chosen-results
    li {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
div.chosen-container .chosen-drop .chosen-results li.highlighted,
div.chosen-container .chosen-drop .chosen-results li.result-selected,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li.highlighted,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li.highlighted,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected {
  background: #fff;
  color: #000;
}
div.chosen-container .chosen-drop .chosen-results li.highlighted,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li.highlighted,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li.highlighted {
  background-color: #fff;
  color: #000;
}
div.chosen-container .chosen-drop .chosen-results li.result-selected,
.gform_wrapper.gravity-theme
  div.chosen-container-multi.chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected,
.gform_wrapper.gravity-theme
  div.chosen-container-single.chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected {
  color: #000;
}

/* ~~~~~~~~~~ Crunch Dropdown ~~~~~~~~~~ */
.crunch-dropdown.show {
  z-index: 2;
}

.crunch-dropdown__button.dropdown-toggle {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.crunch-dropdown__button.dropdown-toggle {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .crunch-dropdown__button.dropdown-toggle {
    padding-top: 0.60938rem;
    padding-bottom: 0.60938rem;
    padding-left: 1.01562rem;
    padding-right: 1.01562rem;
  }
}
@media (min-width: 768px) {
  .crunch-dropdown__button.dropdown-toggle {
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-dropdown__button.dropdown-toggle {
    padding-top: 0.70312rem;
    padding-bottom: 0.70312rem;
    padding-left: 1.17188rem;
    padding-right: 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .crunch-dropdown__button.dropdown-toggle {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.crunch-dropdown__button.dropdown-toggle[aria-expanded="true"]::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.crunch-dropdown__button.dropdown-toggle::after {
  display: none;
}
.crunch-dropdown__button.dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1rem;
  height: 0.625rem;
  background: url(icon__angle-down--white-color.svg) no-repeat;
  background-size: 1rem 0.625rem;
  opacity: 0.4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.crunch-dropdown .dropdown-menu {
  margin-top: -1px !important;
  margin-top: 0;
  border-color: #000;
  border-top: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  -webkit-transform: none !important;
  transform: none !important;
  inset: initial !important;
}
.crunch-dropdown .dropdown-menu a,
.crunch-dropdown .dropdown-menu button {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: #000;
}
.crunch-dropdown .dropdown-menu a,
.crunch-dropdown .dropdown-menu button {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .crunch-dropdown .dropdown-menu a,
  .crunch-dropdown .dropdown-menu button {
    padding-left: 1.01562rem;
    padding-right: 1.01562rem;
  }
}
@media (min-width: 768px) {
  .crunch-dropdown .dropdown-menu a,
  .crunch-dropdown .dropdown-menu button {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-dropdown .dropdown-menu a,
  .crunch-dropdown .dropdown-menu button {
    padding-left: 1.17188rem;
    padding-right: 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .crunch-dropdown .dropdown-menu a,
  .crunch-dropdown .dropdown-menu button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.crunch-dropdown .dropdown-menu a:hover,
.crunch-dropdown .dropdown-menu a:focus,
.crunch-dropdown .dropdown-menu button:hover,
.crunch-dropdown .dropdown-menu button:focus {
  color: #0d6efd;
}
.crunch-dropdown .dropdown-menu .dropdown-item:hover,
.crunch-dropdown .dropdown-menu .dropdown-item:focus,
.crunch-dropdown .dropdown-menu .dropdown-item.active,
.crunch-dropdown .dropdown-menu .dropdown-item.mixitup-control-active {
  background: transparent;
  color: #0d6efd;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/control-with-indicator/_control-with-indicator-styles.scss ***!
    \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*
   * Control With Indicator Template Part Styles
   */
.control-with-indicator {
  min-width: 6.375rem;
  margin-left: -webkit-calc(50% - 3.125rem);
  margin-left: calc(50% - 3.125rem);
}
@media (min-width: 768px) {
  .control-with-indicator {
    margin-left: 0;
  }
}
.control-with-indicator__prev,
.control-with-indicator__next {
  position: absolute;
  top: -0.125rem;
  z-index: 1;
  width: 1.0625rem;
  height: 1.45rem;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-with-indicator__prev svg:focus,
.control-with-indicator__next svg:focus {
  outline: none;
}
.control-with-indicator__prev {
  left: 0;
}
.control-with-indicator__next {
  right: 0;
}
.control-with-indicator__control-index {
  right: 1.875rem;
  bottom: 0.625rem;
}
.control-with-indicator__control-index ul li {
  display: none;
  min-width: 1.375rem;
  cursor: default !important;
}
.control-with-indicator__control-index ul li.tns-nav-active {
  display: block;
}
.control-with-indicator__control-index i {
  bottom: 0;
  width: 0.0938rem;
  height: 1rem;
  margin: 0 0.3125rem 0 0.125rem;
}
.control-with-indicator__control-index p {
  margin-bottom: 0;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/js-cursor/_js-cursor-styles.scss ***!
    \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   * Js Cursor Template Part Styles
   */
.js-cursor {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  will-change: transform;
}
@media (min-width: 992px) {
  .js-cursor {
    display: block;
  }
}
.js-cursor::before {
  content: "";
  display: block;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: background 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease-out, background 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
}
.js-cursor__text {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out;
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  )::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  )
  .js-cursor__text {
  opacity: 1;
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  ).cursor-white::before {
  background-color: #fff;
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  ).cursor-white
  .js-cursor__text {
  color: #000;
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  ).cursor-black::before {
  background-color: #000;
}
.js-cursor.bubble-visible:not(.bubble-hover-el-hidden):not(
    .bubble-hover-section-hidden
  ).cursor-black
  .js-cursor__text {
  color: #fff;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/components/template-parts/blocks/full-width/animation/_animation.scss ***!
    \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
   * Bootstrap Variables
   */
/*
   * Color system
   */
/**
   * Grid
   */
/**
   * Border Radius
   */
/**
   * Fonts
   */
/**
   * Crunch Utilities
   */
/**
   * Variables
   */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Mixins
   */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Fluid
   */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Fluid ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
   * Spacings
   */
/**
   * Editor wysiwyg margins
   */
.fz-mt-xsmall {
  display: block !important;
  margin-top: 0.5rem !important;
}

.fz-mb-xsmall {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.fz-mt-small {
  display: block !important;
  margin-top: 0.625rem !important;
}

.fz-mb-small {
  display: block !important;
  margin-bottom: 0.625rem !important;
}

.fz-mt-medium {
  display: block !important;
  margin-top: 1rem !important;
}

.fz-mb-medium {
  display: block !important;
  margin-bottom: 1rem !important;
}

.fz-mt-large {
  display: block !important;
  margin-top: 1.5rem !important;
}

.fz-mb-large {
  display: block !important;
  margin-bottom: 1.5rem !important;
}

.fz-mt-xlarge {
  display: block !important;
  margin-top: 2rem !important;
}

.fz-mb-xlarge {
  display: block !important;
  margin-bottom: 2rem !important;
}

.fz-mt-huge {
  display: block !important;
  margin-top: 3rem !important;
}

.fz-mb-huge {
  display: block !important;
  margin-bottom: 3rem !important;
}

/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable */
/**
   * Classes
   */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
   * Placeholders Template Part Styles
   */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/* ~~~~~~~~~~ Text opacity ~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Button ~~~~~~~~~~ */
@-webkit-keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes moveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
   *  Animation Template Part Styles
   */
.animation-block {
  max-height: 2.5rem;
}
@media (min-width: 576px) {
  .animation-block {
    max-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .animation-block {
    max-height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .animation-block {
    max-height: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .animation-block {
    max-height: 5rem;
  }
}

.animation-block svg {
  height: auto;
  max-height: inherit;
}

.animation-block.active {
  opacity: 1;
}

.animation-block.animation-1.active.norefresh .square.el-11 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.animation-block.active:not(.norefresh) .default {
  -webkit-animation: showup;
  animation: showup;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.46, 1.29);
  animation-timing-function: cubic-bezier(0.65, 0.01, 0.46, 1.29);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-block.active:not(.norefresh) .square {
  -webkit-animation: rotateandshowup;
  animation: rotateandshowup;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.46, 1.29);
  animation-timing-function: cubic-bezier(0.65, 0.01, 0.46, 1.29);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-block.active:not(.norefresh) .delay-1 {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.animation-block.active:not(.norefresh) .delay-2 {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.animation-block.active:not(.norefresh) .delay-3 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotateandshowup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

@keyframes rotateandshowup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

/*------------------ 
# Contact Form CSS 
-------------------*/

#contact-form input {
  background-color: #000000;
  border: none;
  border-bottom: 2px solid white;
  color: #fff;
  outline: none;
  margin-bottom: 34px;
  width: 100%;
  font-size: 24px;
}
#contact-form input[type="number"]::-webkit-inner-spin-button,
#contact-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#contact-form input::-webkit-input-placeholder {
  color: #fff;
}

#contact-form textarea {
  background-color: #000000;
  border: none;
  border-bottom: 2px solid white;
  color: #fff;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  font-size: 24px;
}
#contact-form button {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 12px 26px;
}
#contact-form ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
#contact-form ul li {
  list-style: none;
  display: inline-block;
  margin: 4px 6px;
  background-color: #000;
}

#contact-form ul li label input {
  position: relative;
  left: 20px;
  z-index: -1;
  margin-left: -10px;
  margin-bottom: 0;
}

#contact-form ul li label span {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 5px 20px;
  margin: 5px auto;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
#contact-form ul li label input:checked + span,
[type="radio"]:checked + span {
  background-color: #fff;
  color: #000;
}
