/*!
Theme Name: cihon
Theme URI: http://underscores.me/
Author: BartDz
Author URI: https://github.com/BartDz
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cihon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cihon is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("./fonts/SuisseIntl-Regular.eot");
  src: url("./fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/SuisseIntl-Regular.woff2") format("woff2"), url("./fonts/SuisseIntl-Regular.woff") format("woff"), url("./fonts/SuisseIntl-Regular.ttf") format("truetype"), url("./fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl-Medium";
  src: url("./fonts/SuisseIntl-Medium.eot");
  src: url("./fonts/SuisseIntl-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/SuisseIntl-Medium.woff2") format("woff2"), url("./fonts/SuisseIntl-Medium.woff") format("woff"), url("./fonts/SuisseIntl-Medium.ttf") format("truetype"), url("./fonts/SuisseIntl-Medium.svg#SuisseIntl-Medium") format("svg");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1272px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1850px) {
  .container {
    max-width: 1790px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

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

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

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * OverlayScrollbars
 * Version: 2.8.0
 *
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  overflow-anchor: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent] {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  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-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrollbarPressed] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle,
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar .os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar .os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar .os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

.post,
.page {
  margin-bottom: 0;
}

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

.mt-10 {
  margin-top: 10px !important;
}

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

.text--center {
  text-align: center;
}
.text--black {
  color: #000;
}
.text--white {
  color: #fff;
}
.text--lightgray {
  color: #e4e4e4;
}
.text--dustygray {
  color: #9c9c9c;
}

.svg--fill-white {
  fill: #fff;
}
.svg--fill-white .to-fill-opposite {
  fill: #000;
}
.svg--fill-black {
  fill: #000;
}
.svg--fill-black .to-fill-opposite {
  fill: #fff;
}
.svg--fill-heavy-metal {
  fill: #1d1d1b;
}
.svg--fill-heavy-metal .to-fill-opposite {
  fill: #fff;
}

a {
  color: #000;
}
a:visited {
  color: #000;
}

.no-selecto {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-selecto:focus {
  outline: none !important;
}

.btn, .bookero-styler .submit-button,
.bookero-styler .back-button {
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  padding: 2px 15px 2px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .bookero-styler .submit-button:focus,
.bookero-styler .back-button:focus {
  outline: none !important;
}
@media screen and (min-width: 992px) {
  .btn, .bookero-styler .submit-button,
  .bookero-styler .back-button {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .btn.btn-mobile, .bookero-styler .btn-mobile.submit-button,
  .bookero-styler .btn-mobile.back-button {
    font-size: 16px !important;
    padding: 0 16px;
    height: 32px;
  }
}
.btn.btn-book-now, .bookero-styler .btn-book-now.submit-button,
.bookero-styler .btn-book-now.back-button {
  padding: 2px 7px 2px;
}
.btn:hover, .bookero-styler .submit-button:hover,
.bookero-styler .back-button:hover {
  cursor: pointer;
}
.btn.btn-opacity, .bookero-styler .btn-opacity.submit-button,
.bookero-styler .btn-opacity.back-button {
  opacity: 0.55;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.btn.btn-opacity:hover, .bookero-styler .btn-opacity.submit-button:hover,
.bookero-styler .btn-opacity.back-button:hover {
  opacity: 1;
}
.btn.btn-text-black, .bookero-styler .btn-text-black.submit-button,
.bookero-styler .btn-text-black.back-button {
  color: #000;
}
.btn.btn-text-white, .bookero-styler .btn-text-white.submit-button,
.bookero-styler .btn-text-white.back-button {
  color: #fff;
}
.btn.btn-more-horizontal-padding, .bookero-styler .btn-more-horizontal-padding.submit-button,
.bookero-styler .btn-more-horizontal-padding.back-button {
  padding-left: 50px;
  padding-right: 50px;
}
.btn.btn-mooore-horizontal-padding, .bookero-styler .btn-mooore-horizontal-padding.submit-button,
.bookero-styler .btn-mooore-horizontal-padding.back-button {
  padding-left: 70px;
  padding-right: 70px;
}
.btn.btn-black, .bookero-styler .btn-black.submit-button,
.bookero-styler .btn-black.back-button {
  background-color: #000;
  color: #fff;
}
.btn.btn-white, .bookero-styler .btn-white.submit-button,
.bookero-styler .btn-white.back-button {
  background-color: #fff;
  color: #000;
}
.btn.btn-grey, .bookero-styler .btn-grey.submit-button,
.bookero-styler .btn-grey.back-button {
  background-color: #cccccc;
}
.btn.btn-yellow, .bookero-styler .btn-yellow.submit-button,
.bookero-styler .btn-yellow.back-button {
  background-color: #e1ff00;
}
.btn.btn-dove-gray, .bookero-styler .btn-dove-gray.submit-button,
.bookero-styler .btn-dove-gray.back-button {
  background-color: #737373;
}
.btn.btn-black-hover:hover, .bookero-styler .btn-black-hover.submit-button:hover,
.bookero-styler .btn-black-hover.back-button:hover {
  background-color: #737373;
}
.btn.btn-white-hover:hover, .bookero-styler .btn-white-hover.submit-button:hover,
.bookero-styler .btn-white-hover.back-button:hover {
  background-color: #737373;
}
.btn.btn-yellow-hover:hover, .bookero-styler .btn-yellow-hover.submit-button:hover,
.bookero-styler .btn-yellow-hover.back-button:hover {
  background-color: #b9d100;
}
.btn.btn-darker-hover:hover, .bookero-styler .btn-darker-hover.submit-button:hover,
.bookero-styler .btn-darker-hover.back-button:hover {
  background-color: #999999;
}
.btn.btn-bigger, .bookero-styler .btn-bigger.submit-button,
.bookero-styler .btn-bigger.back-button {
  font-size: 12px;
  padding: 4px 14px 4px;
}
@media screen and (min-width: 1200px) {
  .btn.btn-bigger, .bookero-styler .btn-bigger.submit-button,
  .bookero-styler .btn-bigger.back-button {
    font-size: 20px;
    padding: 5px 25px 5px;
  }
}
@media screen and (min-width: 1200px) {
  .btn.btn-main-cta, .bookero-styler .btn-main-cta.submit-button,
  .bookero-styler .btn-main-cta.back-button {
    padding: 6px 25px 6px;
    font-size: 19px;
  }
}

.col-no-padding {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .col-no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.col-no-edge-paddings > .col:first-child {
  padding-left: 0;
}
.col-no-edge-paddings > .col:last-child {
  padding-right: 0;
}

section.full-page {
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
}
section.full-page .col {
  flex: 1;
}
section.full-page--centered {
  align-items: center;
  justify-content: center;
}
section.full-page--white {
  background-color: #fff;
}
section.full-page--black {
  background-color: #000;
  color: #fff;
}
section.full-page--insider .insider-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
}
section.full-page--insider .insider-wrapper.insider-wrapper--higher {
  padding-top: 65px;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider-wrapper {
    padding: 80px 0;
  }
  section.full-page--insider .insider-wrapper.insider-wrapper--higher {
    padding-top: 168px;
  }
}
section.full-page--insider .insider-wrapper .main-cta a {
  position: relative;
  z-index: 10;
}
section.full-page--insider .insider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  section.full-page--insider .insider {
    min-height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider {
    min-height: 800px;
  }
}
section.full-page--insider .insider .pre-text {
  font-size: 9px;
  margin-bottom: 14px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 992px) {
  section.full-page--insider .insider .pre-text {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider .pre-text {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  section.full-page--insider .insider .pre-text {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
section.full-page--insider .insider .main-text {
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 20px;
  font-family: "SuisseIntl-Regular";
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider .main-text {
    font-size: 40px;
    margin-bottom: 40px;
    width: 450px;
    letter-spacing: -0.6px;
  }
}
@media screen and (min-width: 1400px) {
  section.full-page--insider .insider .main-text {
    width: 100%;
    margin-bottom: 45px;
    font-size: 60px;
  }
}
@media screen and (min-width: 1600px) {
  section.full-page--insider .insider .main-text {
    width: 600px;
  }
}
@media screen and (min-width: 1800px) {
  section.full-page--insider .insider .main-text {
    width: 700px;
  }
}
section.full-page--insider .insider .main-text .main-subtext {
  margin-top: 3px;
  font-size: 27px;
  line-height: 0.9;
  margin-left: -1px;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider .main-text .main-subtext {
    font-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
  section.full-page--insider .insider .main-text .main-subtext {
    font-size: 53px;
  }
}
section.full-page--insider .insider .main-text.sub-heading {
  font-size: 26px;
  margin-top: 55px;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider .main-text.sub-heading {
    flex-grow: 1;
    margin: 0 !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
section.full-page--insider .insider .main-text.sub-heading .main-subtext {
  font-size: 26px;
}
section.full-page--insider .insider .main-text.sub-heading .main-subtext.sub-subtext {
  line-height: 1.1;
}
section.full-page--insider .insider.insider--red {
  background-color: #ff0000;
}
section.full-page--insider .insider.insider--gray {
  background-color: #b7b7b7;
}
section.full-page--insider .insider.insider--altogray {
  background-color: #d8d8d8;
}
section.full-page--insider .insider.insider--black {
  background-color: #000;
}
section.full-page--insider .insider.insider--1-cols .main-content-row .insider-col-text {
  padding: 74px 40px 40px 119px;
}
@media screen and (max-width: 1199px) {
  section.full-page--insider .insider.insider--1-cols .main-content-row {
    margin: 0;
  }
  section.full-page--insider .insider.insider--1-cols .main-content-row .insider-col-text {
    padding: 32px 18px 0;
  }
}
section.full-page--insider .insider.insider--3-cols .insider-col-text {
  padding: 100px 40px 40px 60px;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider.insider--3-cols .insider-col-text {
    padding: 80px 40px 0px 125px;
  }
}
section.full-page--insider .insider.insider--3-cols .insider-col-photo {
  min-height: 460px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider.insider--3-cols .insider-col-photo {
    padding: 0;
    min-height: 800px;
  }
}
section.full-page--insider .insider.insider--3-cols .insider-col-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
section.full-page--insider .insider-picture {
  position: absolute;
  z-index: 10;
}
section.full-page--insider .insider-content {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.full-page--insider .insider-title {
  position: absolute;
  left: 0;
  top: -22px;
  font-size: 9px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 992px) {
  section.full-page--insider .insider-title {
    font-size: 12px;
    top: -25px;
  }
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .insider-title {
    font-size: 14px;
    left: 2px;
  }
}
@media screen and (min-width: 1400px) {
  section.full-page--insider .insider-title {
    top: -40px;
    font-size: 15px;
  }
}
section.full-page--insider .insider-title.insider-title--left {
  left: 0;
}
section.full-page--insider .casual-content {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  section.full-page--insider .casual-content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  section.full-page.full-page--shrink-mobile {
    min-height: 0;
  }
}
section.full-page.full-page--fake {
  min-height: auto;
}
@media screen and (min-width: 1200px) {
  section.full-page.full-page--fake .insider-wrapper {
    padding-top: 168px;
    margin-top: 0;
    padding-bottom: 0;
  }
  section.full-page.full-page--fake .insider-wrapper.insider-wrapper--lower {
    padding-top: 85px;
  }
}
section.top-section #top-section-intro {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.top-section.with-bg {
  position: relative;
}
section.top-section.with-bg picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
section.top-section.with-bg picture img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  section.top-section.with-bg picture img {
    left: auto;
    top: auto;
    transform: none;
    position: static;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
section.top-section.with-bg > .container {
  position: relative;
  z-index: 7;
}
section.disabled-section {
  pointer-events: none;
}
section.disabled-section .insider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 90;
}
section.disabled-section .insider:after {
  content: "COMING SOON";
  line-height: 1.1;
  position: absolute;
  text-align: center;
  white-space: pre;
  padding: 0 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 95;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 768px) {
  section.disabled-section .insider:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  section.disabled-section .insider:after {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  section.disabled-section .insider:after {
    font-size: 24px;
  }
}

.disabled-element {
  pointer-events: none;
  position: relative;
}
.disabled-element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 90;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.mce-container {
  color: #000;
}
.mce-container h2 {
  margin: 15px 0 30px;
  padding: 0;
  font-size: 44px;
  line-height: 1.1;
  font-size: 26px;
}
@media screen and (min-width: 1200px) {
  .mce-container h2 {
    line-height: 1.2;
    font-size: 59px;
  }
}
.mce-container p {
  padding: 0;
  font-size: 19px;
  line-height: 1.4;
  line-height: 1.15;
  margin: 15px 0 30px;
}
@media screen and (min-width: 1200px) {
  .mce-container p {
    font-size: 23px;
    line-height: 1.31;
  }
}
.mce-container p.smaller {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .mce-container p.smaller {
    line-height: 1.3;
    font-size: 16px;
  }
}
.mce-container .mce-container:not(.accordion-content) p:last-child {
  margin-bottom: 0;
}
.mce-container.mce-container--white-bg {
  color: #000;
}
.mce-container.mce-container--white-bg a {
  color: #9c9c9c;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.mce-container.mce-container--white-bg a:hover {
  text-decoration: none;
  color: #000;
}

.border-top-section {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .border-top-section {
    padding-top: 30px;
  }
}

.big-title-section {
  margin-top: 65px;
}
@media screen and (min-width: 992px) {
  .big-title-section {
    margin-top: 180px;
  }
  .big-title-section.big-title-section--more-margin-top {
    margin-top: 220px;
  }
}
.big-title-section .big-title {
  color: #000;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .big-title-section .big-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding: 10px 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .big-title-section .big-title {
    padding: 10px 0 75px;
  }
}
.big-title-section .big-title .big-title__number {
  font-size: 75px;
}
@media screen and (min-width: 992px) {
  .big-title-section .big-title .big-title__number {
    font-size: 200px;
  }
}
.big-title-section .big-title .bit-title__content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  line-height: 1;
  padding-top: 9px;
}
@media screen and (min-width: 992px) {
  .big-title-section .big-title .bit-title__content {
    padding-top: 0;
  }
}
.big-title-section .big-title .bit-title__sub {
  color: #9c9c9c;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .big-title-section .big-title .bit-title__sub {
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
  }
}
.big-title-section .big-title .bit-title__main,
.big-title-section .big-title .bit-title__sub {
  font-size: 27px;
}
@media screen and (min-width: 992px) {
  .big-title-section .big-title .bit-title__main,
  .big-title-section .big-title .bit-title__sub {
    font-size: 77px;
  }
}

.workout-plan-section-anchor {
  position: relative;
  top: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .workout-plan-section-anchor {
    top: 30px;
  }
}

#online-coaching-care-section {
  top: -25px;
}
@media screen and (min-width: 992px) {
  #online-coaching-care-section {
    top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .workout-plan-section .main-content-row {
    height: 100%;
  }
}
.workout-plan-section .workout-plan__image {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  order: 2;
}
@media screen and (min-width: 992px) {
  .workout-plan-section .workout-plan__image {
    order: 1;
    overflow: hidden;
  }
}
.workout-plan-section .workout-plan__image img {
  max-height: 290px;
}
@media screen and (min-width: 576px) {
  .workout-plan-section .workout-plan__image img {
    max-height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .workout-plan-section .workout-plan__image img {
    max-height: 420px;
  }
}
@media screen and (min-width: 768px) {
  .workout-plan-section .workout-plan__image img {
    max-height: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__image img {
    margin-left: 80px;
  }
  .workout-plan-section .workout-plan__image img.workout-plan__image--pro {
    margin-left: 10px;
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .workout-plan-section .workout-plan__image img {
    margin-left: 180px;
    max-height: 790px;
  }
  .workout-plan-section .workout-plan__image img.workout-plan__image--pro {
    margin-left: 70px;
  }
}
.workout-plan-section .workout-plan__image.image--phone {
  align-items: center;
}
.workout-plan-section .workout-plan__image.image--phone img {
  max-width: 200px;
  margin-bottom: 25px;
  margin-top: 10px;
  position: relative;
  z-index: 10;
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__image.image--phone img {
    max-height: 680px;
    max-width: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 90px;
  }
}
.workout-plan-section .workout-plan__image.image--phone .phone-wrap {
  display: inline-block;
  position: relative;
}
.workout-plan-section .workout-plan__image.image--phone .phone-wrap .btn, .workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .submit-button, .bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .submit-button,
.workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .back-button,
.bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .back-button {
  position: absolute;
  z-index: 20;
  height: 20px;
  display: inline-block;
  left: 50%;
  text-align: center;
  padding: 2px 0 4px;
  font-size: 11px;
  bottom: 20%;
  width: 90px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  .workout-plan-section .workout-plan__image.image--phone .phone-wrap .btn, .workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .submit-button, .bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .submit-button,
  .workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .back-button,
  .bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .back-button {
    font-size: 13px;
    padding: 2px 0 1px;
    bottom: 15%;
    height: 23px;
    width: 103px;
    left: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__image.image--phone .phone-wrap .btn, .workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .submit-button, .bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .submit-button,
  .workout-plan-section .workout-plan__image.image--phone .phone-wrap .bookero-styler .back-button,
  .bookero-styler .workout-plan-section .workout-plan__image.image--phone .phone-wrap .back-button {
    left: 61%;
  }
}
.workout-plan-section .workout-plan__think {
  position: absolute;
  pointer-events: none;
  top: 56%;
  left: 49%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82%;
  height: auto;
  aspect-ratio: 586/130;
}
@media screen and (min-width: 576px) {
  .workout-plan-section .workout-plan__think {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .workout-plan-section .workout-plan__think {
    width: 52%;
  }
}
@media screen and (min-width: 992px) {
  .workout-plan-section .workout-plan__think {
    width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__think {
    width: 67%;
    top: 61%;
    left: 58%;
  }
}
.workout-plan-section .workout-plan__details {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  order: 1;
}
@media screen and (min-width: 992px) {
  .workout-plan-section .workout-plan__details {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__details {
    justify-content: left;
    align-items: start;
  }
}
.workout-plan-section .workout-plan__content {
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__content {
    height: 100%;
    padding: 75px 0 0 60px;
    position: relative;
    width: 760px;
    padding: 0;
    height: calc(100% - 75px);
    margin: 75px 0 0 60px;
    width: 100%;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) {
  .workout-plan-section .workout-plan__content {
    padding-right: 120px;
  }
}
.workout-plan-section .workout-plan__content .main-text {
  padding-left: 3px !important;
  margin-bottom: 29px !important;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__content .main-text {
    font-size: 59px !important;
    margin-bottom: 45px !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__content .main-text.sub-heading {
    font-size: 33px !important;
    margin-top: 70px !important;
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__content .main-text .main-subtext {
    margin-top: 9px !important;
  }
}
.workout-plan-section .workout-plan__text {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__text {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  .workout-plan-section .workout-plan__footer {
    display: flex;
    flex-direction: column;
    bottom: 0;
    height: 220px;
    right: 120px;
    left: 0;
    margin-top: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__footer {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .workout-plan-section .workout-plan__footer {
    margin-top: auto !important;
  }
}
.workout-plan-section .workout-plan__place {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__place {
    font-size: 12px;
    margin-top: 0;
  }
}
.workout-plan-section .workout-plan__place > div:last-child {
  margin-top: 4px;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .workout-plan__place > div:last-child {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .workout-plan-section .workout-plan__place {
    flex-direction: row;
    justify-content: space-between;
  }
  .workout-plan-section .workout-plan__place > div:last-child {
    margin-top: 0;
  }
}
.workout-plan-section .main-cta {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .main-cta {
    margin-top: 51px;
  }
}
.workout-plan-section .main-cta .btn, .workout-plan-section .main-cta .bookero-styler .submit-button, .bookero-styler .workout-plan-section .main-cta .submit-button,
.workout-plan-section .main-cta .bookero-styler .back-button,
.bookero-styler .workout-plan-section .main-cta .back-button {
  font-size: 10px;
  padding: 3px 20px 3px;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .main-cta .btn, .workout-plan-section .main-cta .bookero-styler .submit-button, .bookero-styler .workout-plan-section .main-cta .submit-button,
  .workout-plan-section .main-cta .bookero-styler .back-button,
  .bookero-styler .workout-plan-section .main-cta .back-button {
    font-size: 16px;
    padding: 5px 20px 5px;
  }
}
.workout-plan-section .main-cta.main-cta-equal-btn .btn, .workout-plan-section .main-cta.main-cta-equal-btn .bookero-styler .submit-button, .bookero-styler .workout-plan-section .main-cta.main-cta-equal-btn .submit-button,
.workout-plan-section .main-cta.main-cta-equal-btn .bookero-styler .back-button,
.bookero-styler .workout-plan-section .main-cta.main-cta-equal-btn .back-button {
  min-width: 160px;
  text-align: center;
}

.line-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.line-list > li {
  padding: 7px 10px 7px 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media screen and (min-width: 1200px) {
  .line-list > li {
    padding: 11px 10px 10px 0;
  }
}
.line-list > li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
.line-list.text--black {
  color: #000;
}
.line-list.text--black > li {
  border-color: #000;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion .accordion-title {
  color: #000;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  color: #000;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.accordion .accordion-item {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.accordion .accordion-item .accordion-title {
  position: relative;
  padding: 16px 0 13px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .accordion .accordion-item .accordion-title {
    padding: 24px 0 24px;
  }
}
.accordion .accordion-item .accordion-title .accordion-title__text {
  line-height: 1.3;
  max-width: 550px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-title .accordion-title__text {
    max-width: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .accordion .accordion-item .accordion-title .accordion-title__text {
    font-size: 20px;
    padding-right: 15px;
  }
}
.accordion .accordion-item .accordion-title .accordion-title__icon {
  display: flex;
  justify-content: end;
  align-items: center;
}
.accordion .accordion-item .accordion-title .accordion-title__icon span {
  width: 10px;
  height: 1px;
  display: inline-block;
  position: relative;
  background-color: #000;
  right: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .accordion .accordion-item .accordion-title .accordion-title__icon span {
    width: 24px;
    height: 4px;
    right: 0;
  }
}
.accordion .accordion-item .accordion-title .accordion-title__icon span:after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .accordion .accordion-item .accordion-title .accordion-title__icon span:after {
    width: 24px;
    height: 4px;
  }
}
.accordion .accordion-item .accordion-title:hover {
  color: #9c9c9c;
}
.accordion .accordion-item .accordion-title:hover .accordion-title__icon span {
  background-color: #9c9c9c;
}
.accordion .accordion-item .accordion-title:hover .accordion-title__icon span:after {
  background-color: #9c9c9c;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #000;
}
.accordion .accordion-item .accordion-content {
  padding: 0 40px 0 0;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  color: #f1f1f1;
  opacity: 0;
  max-width: 550px;
  line-height: 1.3;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-content {
    padding: 0;
    max-width: 750px;
  }
}
.accordion .accordion-item .accordion-content p:first-child {
  margin-top: 0;
}
.accordion .accordion-item .accordion-content.mce-container p,
.accordion .accordion-item .accordion-content.mce-container a,
.accordion .accordion-item .accordion-content.mce-container b,
.accordion .accordion-item .accordion-content.mce-container i,
.accordion .accordion-item .accordion-content.mce-container strong,
.accordion .accordion-item .accordion-content.mce-container li,
.accordion .accordion-item .accordion-content.mce-container em {
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .accordion .accordion-item .accordion-content.mce-container p,
  .accordion .accordion-item .accordion-content.mce-container a,
  .accordion .accordion-item .accordion-content.mce-container b,
  .accordion .accordion-item .accordion-content.mce-container i,
  .accordion .accordion-item .accordion-content.mce-container strong,
  .accordion .accordion-item .accordion-content.mce-container li,
  .accordion .accordion-item .accordion-content.mce-container em {
    font-size: 20px;
  }
}
.accordion .accordion-item.accordion-active .accordion-title {
  color: #9c9c9c;
}
.accordion .accordion-item.accordion-active .accordion-title .accordion-title__icon span {
  background-color: #9c9c9c;
}
.accordion .accordion-item.accordion-active .accordion-title .accordion-title__icon span:after {
  opacity: 0;
  background-color: #9c9c9c;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion .accordion-item.accordion-active .accordion-content {
  opacity: 1;
  color: #000;
}

.pay-popup--bg {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pay-popup--bg.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.pay-popup--bg .pay-popup--content {
  width: 100%;
  max-width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 5px 20px 10px;
  z-index: 120;
  background: #fff;
  overflow: visible;
  max-height: 90svh;
}
@media screen and (min-width: 1200px) {
  .pay-popup--bg .pay-popup--content {
    padding: 60px 90px 60px 120px;
    max-width: 850px;
  }
}
.pay-popup--bg .pay-popup--content .bookero-styler {
  height: calc(90svh - 60px);
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .pay-popup--bg .pay-popup--content .bookero-styler {
    padding-right: 30px;
    height: calc(90svh - 120px);
  }
}
.pay-popup--bg .pay-popup--close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.pay-popup--bg .pay-popup--close:before, .pay-popup--bg .pay-popup--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.pay-popup--bg .pay-popup--close:before {
  width: 20px;
  height: 2px;
}
.pay-popup--bg .pay-popup--close:after {
  width: 2px;
  height: 20px;
}
.pay-popup--bg .pay-popup--close:hover:before, .pay-popup--bg .pay-popup--close:hover:after {
  background-color: #737373;
}

.bookero-styler {
  font-family: "SuisseIntl-Regular";
}
.bookero-styler .bookero-plugin-header {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .bookero-plugin-header {
    font-size: 52px;
    color: #000;
    font-weight: 400;
    margin: 0;
  }
}
.bookero-styler .bookero-plugin-form-heading {
  color: #9c9c9c;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 35px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
.bookero-styler .bookero-plugin-form-heading:first-child {
  font-size: 25px;
  margin: 0 0 10px 0;
  position: relative;
  top: -20px;
  text-transform: none;
  font-family: "SuisseIntl-Regular";
}
.bookero-styler .bookero-plugin-form-heading:first-child:before {
  position: relative;
  content: "/";
  font-weight: 400;
  color: #9c9c9c;
  font-size: 25px;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .bookero-plugin-form-heading:first-child:before {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .bookero-styler .bookero-plugin-form-heading:first-child {
    font-size: 52px;
  }
}
.bookero-styler .dates-section {
  position: relative;
  top: -59px;
}
.bookero-styler .week {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.bookero-styler .week-date-month-year {
  text-transform: uppercase;
  color: #9c9c9c;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  height: 30px;
  text-align: right;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
.bookero-styler .week-data-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
}
.bookero-styler .week-data-wrapper .week-nav-prev {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper .week-nav-prev {
    order: 1;
  }
}
.bookero-styler .week-data-wrapper .week-days {
  order: 3;
  display: flex;
  width: 100%;
  justify-content: space-around;
  font-size: 12px;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper .week-days {
    order: 2;
    font-size: 16px;
  }
}
.bookero-styler .week-data-wrapper .week-days-heading-day {
  font-weight: 400;
}
.bookero-styler .week-data-wrapper .week-days-heading {
  display: flex;
  font-weight: 400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper .week-days-heading {
    padding: 5px 10px;
    width: 70px;
  }
}
.bookero-styler .week-data-wrapper .week-nav-next {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper .week-nav-next {
    order: 3;
  }
}
.bookero-styler .week-data-wrapper .week-nav-prev,
.bookero-styler .week-data-wrapper .week-nav-next {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  align-self: start;
  text-decoration: none;
  color: transparent;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-data-wrapper .week-nav-prev,
  .bookero-styler .week-data-wrapper .week-nav-next {
    margin-top: 18px;
    margin-bottom: 0;
  }
}
.bookero-styler .week-data-wrapper .week-nav-prev:before,
.bookero-styler .week-data-wrapper .week-nav-next:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
}
.bookero-styler .week-data-wrapper .week-nav-prev.is-hidden,
.bookero-styler .week-data-wrapper .week-nav-next.is-hidden {
  pointer-events: none;
}
.bookero-styler .week-data-wrapper .week-nav-prev.is-hidden:before,
.bookero-styler .week-data-wrapper .week-nav-next.is-hidden:before {
  opacity: 0.4;
}
.bookero-styler .week-data-wrapper .week-nav-prev:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  -moz-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
}
.bookero-styler .week-data-wrapper .week-nav-next:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  -moz-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
}
.bookero-styler .week-days-error {
  display: none;
}
.bookero-styler .week-days-hours {
  display: flex;
  flex-direction: column;
}
.bookero-styler .week-days-hour {
  opacity: 0.5;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .week-days-hour {
    padding: 10px 10px;
  }
}
.bookero-styler .week-days-hour.is-valid {
  opacity: 1;
  cursor: pointer;
}
.bookero-styler .week-days-hour.is-valid:hover {
  background: #d8d8d8;
}
.bookero-styler .week-days-hour.is-selected {
  background: #e1ff00;
}
.bookero-styler .week-days-hour.is-selected:hover {
  background: #e1ff00;
}
.bookero-styler .week-days-hour:first-child {
  margin-top: 10px;
}
.bookero-styler .field {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.bookero-styler .field label {
  color: #9c9c9c;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.bookero-styler .field label:after {
  content: "*";
  color: #9c9c9c;
  position: absolute;
  top: -2px;
  right: -5px;
}
.bookero-styler .field label[for=bookero-plugin-customer-email], .bookero-styler .field label[for=bookero-plugin-customer-phone] {
  margin-top: 20px;
}
.bookero-styler .field select,
.bookero-styler .field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000 !important;
  font-size: 16px;
  padding: 10px 0;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .field select,
  .bookero-styler .field input {
    font-size: 18px;
  }
}
.bookero-styler .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.bookero-styler .field .field-phone {
  width: 100%;
}
.bookero-styler .field .vue-tel-input {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.bookero-styler .field .vue-tel-input input {
  border: none !important;
}
.bookero-styler .services-section {
  position: relative;
}
.bookero-styler .services-section::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 4px;
  bottom: 21px;
  position: absolute;
  -webkit-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
}
@media screen and (min-width: 1200px) {
  .bookero-styler .services-section::after {
    bottom: 24px;
  }
}
.bookero-styler .people-section .field label {
  margin-top: 20px;
}
.bookero-styler .required-fields-notice {
  display: none;
}
.bookero-styler .submit-button,
.bookero-styler .back-button {
  font-size: 12px;
  padding: 4px 14px 4px;
  border: none;
  background-color: #e1ff00;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .submit-button,
  .bookero-styler .back-button {
    font-size: 17px;
    padding: 7px 25px 7px;
  }
}
.bookero-styler .submit-button {
  background-color: #e1ff00;
}
.bookero-styler .submit-button:hover {
  background-color: #b9d100;
}
.bookero-styler .back-button {
  background-color: #cccccc;
}
.bookero-styler .back-button:hover {
  background-color: #999999;
}
.bookero-styler .submit-section {
  display: flex;
}
.bookero-styler .submit-section.submit-section-cart-step-1 {
  justify-content: end;
}
.bookero-styler .submit-section.submit-section-cart-step-2 {
  margin-top: 45px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.bookero-styler .error-message {
  display: none;
}
.bookero-styler .error-block {
  display: block;
  width: 100%;
  color: #ff0000;
  text-align: center;
  position: relative;
  top: -30px;
}
.bookero-styler .inquiry-actions {
  display: none;
}
.bookero-styler .inquiry-title {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin: 0 0 50px;
}
@media screen and (min-width: 1200px) {
  .bookero-styler .inquiry-title {
    font-size: 52px;
  }
}
.bookero-styler .inquiry-label {
  margin-bottom: 20px;
  font-family: "SuisseIntl-Medium";
}
.bookero-styler .bookero-plugin-form-cart-step-2 .bookero-plugin-header {
  display: none;
}
.bookero-styler .bookero-plugin-form-cart-step-2 + .error-block {
  position: static;
  margin-top: 30px;
}

.typo.typo-black-heart-big {
  font-size: 27.44px !important;
  line-height: 23.83px !important;
}
@media screen and (min-width: 1200px) {
  .typo.typo-black-heart-big {
    font-size: 76.4px !important;
    line-height: 66.67px !important;
  }
}
.typo.typo-black-heart-small {
  font-size: 17.72px !important;
  line-height: 18.99px !important;
}
@media screen and (min-width: 1200px) {
  .typo.typo-black-heart-small {
    font-size: 33.61px !important;
    line-height: 36px !important;
  }
}
.typo.typo-section-above-section {
  font-size: 9px !important;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 768px) {
  .typo.typo-section-above-section {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-above-section {
    font-size: 14.47px !important;
  }
}
.typo.typo-section-above-title {
  font-size: 9px !important;
  font-weight: 400;
  font-family: "Space Mono", monospace;
}
@media screen and (min-width: 768px) {
  .typo.typo-section-above-title {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-above-title {
    font-size: 14.47px !important;
  }
}
.typo.typo-section-main-title {
  font-size: 27.44px !important;
  line-height: 23.83px !important;
}
@media screen and (min-width: 768px) {
  .typo.typo-section-main-title {
    font-size: 32.44px !important;
    line-height: 28.83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-main-title {
    font-size: 57.6px !important;
    line-height: 53px !important;
  }
}
.typo.typo-section-under-main-title {
  font-size: 24.75px !important;
  line-height: 18.73px !important;
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-under-main-title {
    font-size: 53.02px !important;
    line-height: 53.02px !important;
  }
}
.typo.typo-number-number {
  font-size: 75.95px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-number-number {
    font-size: 200px !important;
  }
}
.typo.typo-number-title {
  font-size: 26px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-number-title {
    font-size: 55px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-number-title {
    font-size: 55px !important;
  }
}
@media screen and (min-width: 1400px) {
  .typo.typo-number-title {
    font-size: 77.51px !important;
  }
}
.typo.typo-footer-title {
  font-size: 27.44px !important;
  line-height: 1.15 !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-footer-title {
    font-size: 32.44px !important;
    line-height: 1.15 !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-footer-title {
    font-size: 32.44px !important;
    line-height: 1.15 !important;
  }
}
@media screen and (min-width: 1400px) {
  .typo.typo-footer-title {
    font-size: 57.6px !important;
    line-height: 1.15 !important;
  }
}
.typo.typo-section-workout-intro-title {
  font-size: 26px !important;
  line-height: 26px !important;
}
@media screen and (min-width: 768px) {
  .typo.typo-section-workout-intro-title {
    font-size: 32.44px !important;
    line-height: 28.83px !important;
  }
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-intro-title {
    font-size: 58.83px !important;
    line-height: normal !important;
  }
}
.typo.typo-section-workout-intro-subtitle {
  font-size: 17.73px !important;
  line-height: normal !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-intro-subtitle {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 1199px) {
  .typo.typo-section-workout-intro-subtitle {
    padding-right: 7%;
    line-height: 1.2 !important;
  }
}
.typo.typo-section-workout-intro-desc {
  font-size: 13px !important;
  line-height: 16px !important;
}
@media screen and (max-width: 1199px) {
  .typo.typo-section-workout-intro-desc {
    padding-right: 7%;
    margin-top: 17px !important;
  }
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-intro-desc {
    font-size: 20px !important;
    line-height: normal !important;
  }
}
.typo.typo-faq-item {
  font-size: 13px !important;
  line-height: normal !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-faq-item {
    font-size: 20px !important;
    line-height: normal !important;
  }
}
.typo.typo-section-workout-title {
  font-size: 17.73px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-title {
    font-size: 28.83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-workout-title {
    font-size: 55.74px !important;
  }
}
.typo.typo-section-workout-title .line-heighter {
  line-height: 1.05;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}
.typo.typo-section-workout-subtitle {
  font-size: 17.73px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-subtitle {
    font-size: 28.83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-workout-subtitle {
    font-size: 55.74px !important;
  }
}
.typo.typo-section-workout-list {
  font-size: 14px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-list {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-workout-list {
    font-size: 17.83px !important;
  }
}
.typo.typo-section-workout-below-list {
  font-size: 10px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-below-list {
    font-size: 14.2px !important;
  }
}
.typo.typo-section-workout-longer-desc {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-longer-desc {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-workout-longer-desc {
    font-size: 17.83px !important;
  }
}
.typo.typo-section-workout-longer-desc-title {
  font-size: 14px !important;
  line-height: 1 !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-section-workout-longer-desc-title {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-workout-longer-desc-title {
    font-size: 32.27px !important;
  }
}
.typo.typo-section-btn {
  font-size: 16px !important;
}
@media screen and (min-width: 1200px) {
  .typo.typo-section-btn {
    font-size: 19.95px !important;
  }
}
.typo.typo-workout-btn {
  font-size: 10.24px !important;
}
@media screen and (min-width: 992px) {
  .typo.typo-workout-btn {
    font-size: 16.25px !important;
  }
}

html,
body {
  font-family: "SuisseIntl-Regular";
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

header {
  background-color: #fff;
  min-height: 48px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#header-logo-link {
  display: contents;
}
#header-logo-link svg {
  width: 110px;
  margin-top: 1px;
  aspect-ratio: 99/10;
}

#book-now-section {
  position: relative;
  top: 70px;
}
@media screen and (min-width: 1200px) {
  #book-now-section {
    top: 180px;
  }
}

#header-book-now {
  white-space: nowrap;
  text-transform: lowercase;
}

#header-menu-list {
  list-style: none;
  padding: 0 31px;
  margin: 0;
  flex-grow: 1;
  opacity: 0;
  position: relative;
  left: -20px;
  -webkit-transition: left 0.5s ease-out, opacity 0.5s linear;
  transition: left 0.5s ease-out, opacity 0.5s linear;
}
#header-menu-list li {
  text-align: left;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #header-menu-list li {
    margin-bottom: 30px;
    text-align: center;
    width: auto;
  }
}
#header-menu-list li a {
  line-height: 1;
}
#header-menu-list li a .bordered .line {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header-menu-list li a {
    display: inline-block;
  }
  #header-menu-list li a .bordered {
    position: relative;
  }
  #header-menu-list li a .bordered .line {
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #999999;
    opacity: 0;
  }
  #header-menu-list li a:active, #header-menu-list li a:hover {
    color: #999999;
  }
  #header-menu-list li a:active .bordered .line, #header-menu-list li a:hover .bordered .line {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  #header-menu-list {
    padding: 0;
  }
}

#header-menu {
  position: fixed;
  top: calc(48px - 1px);
  right: 100%;
  width: 100%;
  height: calc(100svh - 48px + 1px);
  background: white;
  margin: 0;
  padding: 0;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: right 0.2s ease-in-out, opacity 0.2s linear;
  transition: right 0.2s ease-in-out, opacity 0.2s linear;
}
#header-menu li a {
  text-decoration: none;
  font-size: 7vh;
  outline: none;
}
@media screen and (min-width: 1200px) {
  #header-menu {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    flex-direction: row;
    opacity: 1;
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
  }
}

#header-menu-contact {
  padding: 15px 31px;
  opacity: 0;
  left: -20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  -webkit-transition: left 0.5s ease-out, opacity 0.5s linear;
  transition: left 0.5s ease-out, opacity 0.5s linear;
}
@media screen and (min-width: 768px) {
  #header-menu-contact {
    padding: 30px;
    position: relative;
  }
}
#header-menu-contact a {
  color: #737373;
  font-size: 13px;
}
#header-menu-contact a:hover {
  text-decoration: none;
  color: #000;
}

#hamburger-menu {
  width: 18px;
  height: 12px;
  position: relative;
}
#hamburger-menu span {
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#hamburger-menu span:nth-child(1) {
  top: 0;
}
#hamburger-menu span:nth-child(2) {
  top: calc(50% - 1px);
}
#hamburger-menu span:nth-child(3) {
  top: auto;
  bottom: 0;
}

#mobile-lang-switch {
  position: relative;
  margin-left: 25px;
}
#mobile-lang-switch a {
  font-size: 11px;
  text-decoration: none;
}

body.opened section {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

header.opened #header-menu {
  right: 0;
  opacity: 1;
}
header.opened #header-menu-list {
  opacity: 1;
  left: 0;
  bottom: 10px;
}
header.opened #header-menu-contact {
  opacity: 1;
  left: 0;
  bottom: 0;
}
header.opened #hamburger-menu span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
header.opened #hamburger-menu span:nth-child(2) {
  display: none;
}
header.opened #hamburger-menu span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  #header-menu-list {
    opacity: 1;
    left: 0;
  }
  #header-menu-list li {
    margin: 0 25px 0 0;
    text-align: left;
  }
  #header-logo-link svg {
    margin-top: 0;
    width: 153px;
    height: 15px;
  }
  #header-book-now {
    text-transform: none;
    padding: 4px 15px 4px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    min-height: 67px;
  }
  header .col--menu {
    flex: 1;
  }
  #header-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #header-menu-list li {
    padding: 0;
    margin: 0 25px 0 0;
  }
  #header-menu-list li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 4px;
  }
  #header-menu-list li a:hover {
    color: #cccccc;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1400px) {
  #header-menu-list li {
    margin: 0 35px 0 0;
  }
}
#home-top-section {
  position: relative;
  z-index: 100;
}
#home-top-section .intro--logo.intro--logo__hide {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#home-top-section .swiper-slide-content {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-top-section .swiper-slide-content .container {
  margin-top: auto;
  margin-bottom: 24lvh;
}
@media screen and (min-width: 1200px) {
  #home-top-section .swiper-slide-content .container {
    margin-bottom: 215px;
  }
}

#intro {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.intro--top {
  text-align: center;
  font-size: 19px;
  position: relative;
}
.intro--top.main {
  font-size: 24px;
  margin-top: 18px;
  line-height: 1.15 !important;
}
.intro--top.main .slider-mobile-text {
  font-size: 27.44px;
  line-height: 1.15 !important;
}
@media screen and (min-width: 768px) {
  .intro--top.main {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .intro--top.main {
    font-size: 57px;
    margin-top: 36px;
    letter-spacing: 1px;
  }
}
.intro--top.main .btn-yellow {
  line-height: 24px;
}
.intro--top .intro--top--mobile-button {
  position: absolute;
  width: 100%;
  top: calc(100% + 25px);
}
.intro--top .intro--top--mobile-button .intro--button.main {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .intro--top {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .intro--top {
    font-size: 44px;
  }
}

.intro--logo {
  display: flex;
  justify-content: center;
}
.intro--logo svg {
  width: 284px;
  aspect-ratio: 1350/132;
}
@media screen and (min-width: 768px) {
  .intro--logo svg {
    width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .intro--logo svg {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .intro--logo svg {
    width: 1398px;
  }
}

#intro--bottom {
  text-align: center;
  font-size: 70px;
}

.intro--button {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro--button.main {
  padding-top: 32px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .intro--button.main {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .intro--button {
    padding-top: 34px;
  }
}

.black-n-white-text svg {
  width: 160px;
  aspect-ratio: 160/20;
}
@media screen and (min-width: 768px) {
  .black-n-white-text svg {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .black-n-white-text svg {
    width: 330px;
  }
}
.black-n-white-text .big-text {
  font-size: 27px;
  line-height: 0.9;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .black-n-white-text .big-text {
    font-size: 35px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .black-n-white-text .big-text {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .black-n-white-text .big-text {
    margin-top: 40px;
    font-size: 75px;
  }
}
.black-n-white-text .normal-text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.1;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .black-n-white-text .normal-text {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .black-n-white-text .normal-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .black-n-white-text .normal-text {
    margin-top: 40px;
    font-size: 33px;
  }
}
.black-n-white-text .cta-wrapper {
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .black-n-white-text .cta-wrapper {
    margin-top: 35px;
  }
}
.black-n-white-text .cta-wrapper.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 0;
}
.black-n-white-text.white-text {
  top: -36px;
}
.black-n-white-text.white-text .big-text,
.black-n-white-text.white-text .normal-text {
  color: #fff;
}
.black-n-white-text.black-text .big-text,
.black-n-white-text.black-text .normal-text {
  color: #000;
}
.black-n-white-text .container,
.black-n-white-text .row,
.black-n-white-text .col {
  height: 100lvh;
}
.black-n-white-text .col .d-flex {
  height: 100lvh;
}

#black-text {
  position: absolute;
  width: 100%;
  height: 100lvh;
  left: 0;
  z-index: 5;
}

#white-text {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  color: white;
  z-index: 12;
}

#black-heart-anim-wrapper {
  height: 200lvh;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #black-heart-anim-wrapper {
    margin-bottom: 0;
  }
}

#black-heart-wrapper {
  background: black url("./img/growing-heart.jpg") no-repeat center center;
  background: black;
  width: 100%;
  height: 100lvh;
  overflow: hidden !important;
  position: relative;
  top: 100lvh;
  left: 0%;
  z-index: 10;
  width: 100%;
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 1200px) {
  #black-heart-wrapper {
    width: 0;
    left: 50%;
  }
}
#black-heart-wrapper img {
  position: relative;
  object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#meet-me {
  min-height: auto;
}
@media screen and (max-width: 991px) {
  #meet-me .row-full {
    height: 100%;
  }
}
#meet-me .insider {
  min-height: 429px;
}
@media screen and (min-width: 1200px) {
  #meet-me .insider {
    min-height: 882px;
  }
  #meet-me .insider-wrapper {
    padding-bottom: 0;
    margin-top: 0;
  }
}
#meet-me .insider-col-text .main-text b {
  font-family: "SuisseIntl-Medium";
}
#meet-me .insider-col-text .main-text svg {
  display: inline-block;
}
#meet-me .insider-title {
  color: #000;
}
#meet-me .insider-picture {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  #meet-me .insider-picture {
    bottom: 50px;
  }
}
#meet-me .insider-picture svg {
  width: 600px;
  aspect-ratio: 1252/118;
}
@media screen and (min-width: 1200px) {
  #meet-me .insider-picture svg {
    width: 900px;
  }
}
@media screen and (min-width: 1400px) {
  #meet-me .insider-picture svg {
    width: 1250px;
  }
}
#meet-me .insider-col-text .main-text svg {
  width: 48px;
  aspect-ratio: 96/44;
}
@media screen and (min-width: 1200px) {
  #meet-me .insider-col-text .main-text svg {
    width: 64px;
  }
}
@media screen and (min-width: 1400px) {
  #meet-me .insider-col-text .main-text svg {
    width: 96px;
  }
}
@media screen and (max-width: 991px) {
  #meet-me #meet-me-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  #meet-me #meet-me-flex {
    height: 100%;
  }
}
#meet-me #meet-me-text {
  order: 2;
}
@media screen and (max-width: 991px) {
  #meet-me #meet-me-text {
    padding: 30px;
    flex-basis: 25%;
  }
  #meet-me #meet-me-text .main-text svg {
    width: 48px;
  }
}
@media screen and (min-width: 992px) {
  #meet-me #meet-me-text {
    order: 1;
  }
}
#meet-me #meet-me-picture {
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 991px) {
  #meet-me #meet-me-picture {
    min-height: 0;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-grow: 1;
  }
  #meet-me #meet-me-picture .pre-text {
    position: absolute;
    top: 50px;
    padding: 0 15px;
    color: #fff;
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #meet-me #meet-me-picture {
    order: 2;
  }
}
#meet-me #meet-me-picture #meet-me-picture-wrapper {
  display: contents;
}
@media screen and (max-width: 991px) {
  #meet-me #meet-me-picture #meet-me-picture-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #meet-me #meet-me-picture #meet-me-picture-wrapper .pre-text {
    z-index: 5;
    top: 0;
    left: 0;
    padding: 32px 18px 0;
  }
  #meet-me #meet-me-picture img {
    position: relative;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #meet-me #meet-me-picture img {
    object-position: center;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 991px) {
  #meet-me #meet-me-picture svg {
    position: absolute;
    width: 100%;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  #meet-me #meet-me-picture svg {
    bottom: 30px;
  }
}
#meet-me #meet-me-placeholder {
  order: 3;
}
@media screen and (min-width: 1200px) {
  #meet-me #meet-me-placeholder {
    padding: 0;
  }
}

#dumb-bell .insider-wrapper .insider {
  min-height: 390px;
}
@media screen and (min-width: 1200px) {
  #dumb-bell .insider-wrapper .insider {
    min-height: 882px;
  }
}
#dumb-bell .insider-picture {
  height: auto;
  bottom: 25px;
  right: 27px;
  width: 88px;
  aspect-ratio: 407/91;
}
@media screen and (min-width: 768px) {
  #dumb-bell .insider-picture {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  #dumb-bell .insider-picture {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  #dumb-bell .insider-picture {
    bottom: 81px;
    right: 134px;
    width: 407px;
  }
}
@media screen and (min-width: 992px) {
  #dumb-bell .insider-content img {
    position: relative;
    top: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #dumb-bell .insider-content img {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #dumb-bell .insider-content img {
    top: 3.5%;
    left: -1%;
  }
}

@media screen and (max-width: 1199px) {
  #dumb-bell-mobile {
    margin-top: -20px;
    width: 100%;
    margin-bottom: 20px;
  }
  #dumb-bell-mobile img {
    max-width: 247px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #dumb-bell-mobile {
    margin-top: -100px;
    max-width: 500px;
    margin-bottom: 50px;
    margin-left: 90px;
  }
  #dumb-bell-mobile img {
    max-width: 327px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #dumb-bell-mobile {
    margin-top: -160px;
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: 250px;
  }
  #dumb-bell-mobile img {
    max-width: 490px;
  }
}

#camera-lens .insider-wrapper .insider {
  height: 390px;
}
@media screen and (min-width: 1200px) {
  #camera-lens .insider-wrapper .insider {
    min-height: 882px;
  }
}
#camera-lens .insider-picture {
  bottom: 77px;
  right: 134px;
  width: 406px;
  height: 142px;
  aspect-ratio: 406/142;
}
#camera-lens .insider-content {
  overflow: hidden;
}

#camera-lens-bg {
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
  animation: scaleUpDown 20s infinite ease-in-out;
}

@keyframes scaleUpDown {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
#camera-lens-mobile-svg-wrapper {
  width: 88px;
  position: absolute;
  right: 27px;
  bottom: 25px;
  aspect-ratio: 264/91;
}
@media screen and (min-width: 768px) {
  #camera-lens-mobile-svg-wrapper {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  #camera-lens-mobile-svg-wrapper {
    width: 200px;
  }
}

#camera-lens-mobile-svg {
  width: 88px;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #camera-lens-mobile-svg {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  #camera-lens-mobile-svg {
    width: 200px;
  }
}

.skinny-container {
  padding: 100px 20px;
}
@media screen and (min-width: 1200px) {
  .skinny-container {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .skinny-container > .col {
    padding: 0;
  }
}

.skinny-insider {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .skinny-insider > .row .col:first-child {
    padding-left: 0 !important;
  }
  .skinny-insider > .row .col:last-child {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .skinny-insider {
    padding-left: 110px;
    padding-right: 35px;
  }
  .skinny-insider.skinny-insider {
    padding-right: 110px;
  }
}

footer {
  background: #000;
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  footer {
    min-height: 860px;
    margin-top: 150px;
  }
}
footer #footer-latest-news {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  footer #footer-latest-news {
    margin-top: 0;
  }
}
footer .footer-header {
  font-size: 26px;
  line-height: 1.11;
  font-family: "SuisseIntl-Regular";
}
@media screen and (min-width: 1200px) {
  footer .footer-header {
    line-height: 1.18;
    font-size: 40px;
    min-height: 130px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-header {
    font-size: 55px;
    min-height: 150px;
  }
}
footer .footer-cta {
  margin-top: 14px;
}
@media screen and (min-width: 1200px) {
  footer .footer-cta {
    margin-top: 30px;
  }
}
footer .skinny-container {
  padding-bottom: 40px;
  padding-top: 70px;
}
@media screen and (min-width: 1200px) {
  footer .skinny-container {
    padding-bottom: 100px;
    padding-top: 130px;
  }
  footer .skinny-container .row > .col-12:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  footer .skinny-insider {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  footer .skinny-insider {
    max-width: 530px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .page-template-main footer {
    margin-top: 30px;
  }
}

.page-template-contact footer {
  margin-top: 0;
}

#subscribe-form {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  height: 32px;
}
@media screen and (min-width: 1400px) {
  #subscribe-form {
    min-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #subscribe-form {
    height: 45px;
    width: auto;
    min-width: 525px;
    margin-top: 30px;
  }
}
#subscribe-form input[type=email],
#subscribe-form button {
  border: none;
  background-color: transparent;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  height: 25px;
  font-family: "SuisseIntl-Regular";
}
@media screen and (min-width: 1200px) {
  #subscribe-form input[type=email],
  #subscribe-form button {
    height: 45px;
  }
}
#subscribe-form input[type=email] {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 4px 14px 4px;
  font-size: 16px;
  height: 32px;
}
@media screen and (min-width: 1200px) {
  #subscribe-form input[type=email] {
    padding-left: 20px;
    font-size: 20px;
    height: 45px;
  }
}
#subscribe-form input[type=email]::placeholder {
  color: #c7c7c7;
  font-family: "SuisseIntl-Regular";
}
#subscribe-form input[type=email]::-moz-placeholder {
  color: #c7c7c7;
  font-family: "SuisseIntl-Regular";
}
#subscribe-form button {
  padding: 0 12px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #subscribe-form button {
    font-size: 20px;
    width: 150px;
    padding: 0 15px 0 0;
    height: 45px;
  }
}
#subscribe-form button:hover {
  background-color: #c7c7c7;
}

#aureole-container {
  height: 230px;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  #aureole-container {
    margin-top: 0;
    height: auto;
  }
}

#aureole {
  position: relative;
  width: 171px;
  height: 176px;
  margin: 68px 0 40px;
  top: -18px;
  -webkit-transform: scale(0.48);
  -ms-transform: scale(0.48);
  -moz-transform: scale(0.48);
  transform: scale(0.48);
}
@media screen and (min-width: 1200px) {
  #aureole {
    left: -21px;
    margin: 20px 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1400px) {
  #aureole {
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#aureole #aureole-trainer {
  width: 171px;
  height: 176px;
}
#aureole #aureole-trainer img {
  position: relative;
  top: -20px;
}
#aureole #aureole-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 270px;
  transform: translate(-50%, -50%);
}

.footer-copy {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .footer-copy {
    font-size: 14px;
  }
}
.footer-copy.footer-copy--bottom {
  padding-top: 25px;
  color: #000;
}
.footer-copy.footer-copy--bottom .footer-emails a {
  color: #000;
}

.footer-emails {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-emails a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  display: inline-block;
  margin-top: 1px;
  font-family: "SuisseIntl-Regular";
}
@media screen and (min-width: 1200px) {
  .footer-emails a {
    font-size: 19px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-emails a {
    font-size: 18px;
  }
}
.footer-emails a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  background-color: #fff;
  height: 1px;
}
.footer-emails a:first-child {
  margin-top: 23px;
}
@media screen and (min-width: 1200px) {
  .footer-emails a:first-child {
    margin-top: 15px;
  }
}
.footer-emails a span {
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 6px;
  background-image: url("./img/arrow.png");
  width: 23px;
  height: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-emails a:hover span {
  opacity: 1;
  right: -35px;
}
.footer-emails.footer-emails--black a {
  color: #000;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-top: 35px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
@media screen and (min-width: 1200px) {
  .footer-socials {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.footer-socials a {
  margin-right: 30px;
}
@media screen and (min-width: 1200px) {
  .footer-socials a {
    margin-right: 80px;
  }
  .footer-socials a:first-child {
    margin-left: 5px;
  }
}
.footer-socials a svg {
  width: 25px;
  height: 25px;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .footer-socials a svg {
    width: 30px;
    height: 30px;
  }
}
.footer-socials a.footer-socials--youtube svg {
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1200px) {
  .footer-socials a.footer-socials--youtube svg {
    top: 5px;
  }
}
.footer-socials a.footer-socials--linkedin svg {
  position: relative;
  top: 0px;
}
.footer-socials a:hover svg {
  fill: #c7c7c7;
}
.footer-socials.footer-socials--bottom {
  margin-top: 15px;
}
.footer-socials.footer-socials--bottom a {
  color: #000;
  margin-right: 20px;
}
.footer-socials.footer-socials--bottom a svg {
  width: 20px;
  height: 20px;
}

#footer-brand {
  order: 2;
  margin-top: 72px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  #footer-brand {
    order: 1;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#footer-thanks {
  align-items: center;
  padding-top: 0;
  order: 1;
}
@media screen and (min-width: 1200px) {
  #footer-thanks {
    padding-top: 120px;
    order: 2;
  }
}
#footer-thanks #thanks {
  width: 130px;
  margin-bottom: 5px;
  aspect-ratio: 220/104;
}
@media screen and (min-width: 1200px) {
  #footer-thanks #thanks {
    width: 200px;
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  #footer-thanks #thanks {
    margin-bottom: 0;
    margin-right: 70px;
    width: 220px;
  }
}
#footer-thanks #logo-sygnet {
  width: 55px;
  aspect-ratio: 101/55;
}
@media screen and (min-width: 1200px) {
  #footer-thanks #logo-sygnet {
    width: 95px;
  }
}
@media screen and (min-width: 1400px) {
  #footer-thanks #logo-sygnet {
    width: 101px;
  }
}

#up-scroll-holder {
  pointer-events: none;
  position: fixed;
  bottom: 100px;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  z-index: 1000;
}
#up-scroll-holder #up-scroll-btn {
  cursor: pointer;
  background-color: rgba(204, 204, 204, 0.5490196078);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  opacity: 0;
  bottom: -20px;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #up-scroll-holder #up-scroll-btn {
    width: 90px;
    height: 90px;
  }
}
#up-scroll-holder #up-scroll-btn span {
  color: #000;
  font-size: 15px;
  font-family: "SuisseIntl-Regular";
}
@media screen and (min-width: 1200px) {
  #up-scroll-holder #up-scroll-btn span {
    font-size: 20px;
  }
}
#up-scroll-holder #up-scroll-btn.visible {
  opacity: 1;
  bottom: 0;
  pointer-events: auto;
}

#workout-section #triptic-cta-wrapper {
  position: absolute;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#workout-section #triptic-cta {
  margin-top: auto;
  margin-bottom: 24lvh;
}
@media screen and (min-width: 1200px) {
  #workout-section #triptic-cta {
    margin-bottom: 215px;
  }
}
#workout-section #triptic {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media screen and (min-width: 992px) {
  #workout-section #triptic {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #workout-section .triptic-column {
    width: 30%;
    height: 100vh;
  }
  #workout-section .triptic-column.column-wide {
    width: 40%;
  }
}
#workout-section .triptic-column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#workout-section .triptic-column:last-child img {
  object-position: left;
}

#top-section-intro.main {
  padding-bottom: 0;
}

#work-methodology .content-container {
  padding: 60px 0 10px;
}
@media screen and (min-width: 1200px) {
  #work-methodology .content-container {
    padding: 120px 100px 0 0;
  }
}
#work-methodology .content-container .mce-container p {
  letter-spacing: 0.07px;
}
#work-methodology .content-container .mce-container p:not(.smaller) {
  margin-bottom: 12px;
  letter-spacing: 0.09px;
}
@media screen and (min-width: 1200px) {
  #work-methodology .content-container .mce-container p:not(.smaller) {
    margin-bottom: inherit;
  }
}
#work-methodology .content-container h2 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  #work-methodology .content-container h2 {
    margin-bottom: 40px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  #work-methodology .content-container .smaller {
    margin-top: 50px;
    padding-right: 200px;
  }
}

#contact .skinny-container {
  padding-top: 95px;
}
@media screen and (min-width: 1400px) {
  #contact .skinny-container {
    padding-top: 200px;
  }
}
#contact .skinny-insider {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  #contact .skinny-insider {
    padding-bottom: 155px;
  }
}
#contact .contact-title-cell {
  font-size: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  #contact .contact-title-cell {
    margin-bottom: 45px;
    font-size: 38px;
  }
}
@media screen and (min-width: 1400px) {
  #contact .contact-title-cell {
    font-size: 55px;
    padding-top: 11px;
  }
}
#contact .email-cell {
  font-size: 17px;
  padding-top: 10px;
  padding-left: 30px;
}
@media screen and (min-width: 992px) {
  #contact .email-cell {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  #contact .email-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  #contact .email-cell {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  #contact .email-cell {
    font-size: 44px;
  }
}
#contact .email-cell a {
  color: #e1ff00;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  #contact .email-cell a {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  #contact .email-cell a {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    height: 51px;
    line-height: 1;
  }
}
#contact .email-cell a:hover {
  color: #e1ff00;
}
#contact .title-cell {
  font-size: 13px;
  padding-left: 0;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  #contact .title-cell {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1399px) {
  #contact .title-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  #contact .title-cell {
    font-size: 19px;
  }
}
#contact .title-cell .subtitle {
  font-size: 11px;
  margin-top: 3px;
}
@media screen and (min-width: 1400px) {
  #contact .title-cell .subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
}
#contact .emails-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
#contact .emails-container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #contact .emails-container > .row {
    margin-bottom: 77px;
  }
}
#contact .emails-container > .row:last-child {
  margin-bottom: 0;
}

.workout-plan-section.workout-plan-section--pro {
  margin-top: 25px !important;
  margin-bottom: 100px !important;
}
@media screen and (min-width: 1200px) {
  .workout-plan-section .insider-wrapper {
    padding-top: 0 !important;
  }
  .workout-plan-section.workout-plan-section--amateur {
    margin-top: 140px !important;
  }
  .workout-plan-section.workout-plan-section--pro {
    margin-top: 85px !important;
    margin-bottom: 40px !important;
  }
  .workout-plan-section.workout-plan-section--phone {
    margin-top: 140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .workout-plan-section {
    height: 830px !important;
  }
  .workout-plan-section .insider-wrapper {
    height: 830px !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .workout-plan-section .main-text {
    font-size: 21px;
  }
  .workout-plan-section .main-subtext {
    font-size: 20px;
  }
  .workout-plan-section .line-list {
    font-size: 14px;
  }
}

#top-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 45px;
}
#top-slider picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #top-slider {
    padding-top: 0;
  }
}

#faq-container {
  margin-top: 70px;
  padding-top: 32px;
  height: auto !important;
  min-height: auto !important;
}
#faq-container .insider {
  min-height: 0 !important;
}
#faq-container .insider-wrapper {
  padding-bottom: 0 !important;
}
#faq-container .casual-content {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1200px) {
  #faq-container {
    margin-top: 150px;
    padding-top: 70px;
    margin-bottom: 220px;
  }
}

/*# sourceMappingURL=style.css.map */
