@charset "UTF-8";

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

/* Box sizing rules */

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

/* Inherit fonts for inputs and buttons 
/* Remove default margin */

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role=list],
ol[role=list] {
	list-style: none;
}

html,
body {
	min-height: 100%;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture,
svg {
	max-width: 100%;
	display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

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

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1 !important;
}

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

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

div#wpadminbar {
	top: -27px;
	transition: all 0.3s ease;
}

div#wpadminbar:hover {
	top: 0;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

::-moz-selection {
	background-color: #181935;
	color: #22FCBF;
}

::selection {
	background-color: #181935;
	color: #22FCBF;
}

a {
	text-decoration: none;
	color: #181935;
}

body {
	font-family: "Inter", sans-serif;
	color: #181935;
	font-weight: 500;
	padding-top: 63px;
}

.section {
	padding: 25px;
	margin: 25px auto;
}

iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 10px;
	animation: placeholder 1.5s infinite;
}

div:has(iframe) {
	border-radius: 10px;
}

div:has(iframe):nth-of-type(odd) iframe {
	animation-delay: 0.5s;
}

div:has(iframe):nth-child(even) iframe {
	animation-delay: 1s;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
	border-radius: 5px;
	background: #F5F5F5;
	border: none;
	padding: 20px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
}

input[type=submit] {
	border-radius: 5px;
	background: #22FCBF;
	border: none;
	padding: 20px;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #181935;
}

.checkbox-wrapper input[type=checkbox] {
	margin-left: -17px;
	transform: scale(1.7);
	opacity: 0;
}

.checkbox-wrapper input[type=checkbox] + span:after {
	content: "";
	background: #DADADA;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	position: absolute;
	top: -24px;
	left: 0;
}

.checkbox-wrapper input[type=checkbox]:checked + span:after {
	content: "✓";
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
	color: #181935;
}

.nip-number,
#billing_company_field {
	display: block;
	overflow: hidden;
	height: 0px;
	padding: 0;
	transition: all 0.3s ease;
}

.nip-number.isOpen,
#billing_company_field.isOpen {
	display: block;
	height: 100px;
}

.nip-number .optional,
#billing_company_field .optional {
	font-size: 0;
}

.nip-number .optional:after,
#billing_company_field .optional:after {
	content: "*";
	font-size: 16px;
	color: red;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.heading-main {
	font-family: Inter;
	font-size: 55px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	color: #181935;
}

.heading-main strong {
	color: #22FCBF;
}

.heading-main--smaller {
	font-size: 42px;
	font-family: Inter;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	color: #181935;
}

.heading-main--smallest {
	color: #181935;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.heading-secondary {
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}

.subheading-main {
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

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

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

.text-white {
	color: #fff;
}

.text-green {
	color: #22FCBF;
}

.text-grey {
	color: #727272;
}

.h-100 {
	height: 100%;
}

.list-none {
	list-style: none;
}

.overflow-hidden {
	overflow: hidden;
}

.border-bottom {
	border-bottom: 8px solid #22FCBF;
}

.border-bottom--navy {
	border-bottom: 8px solid #181935;
}

.border-none {
	border: none;
}

.background-gradient {
	position: relative;
}

.background-gradient:after {
	content: "";
	background-image: url(/wp-content/themes/makestronger/assets/images/radial-gradient2.svg);
	display: block;
	width: 250%;
	aspect-ratio: 1;
	position: absolute;
	top: -30%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: 100%;
	left: -75%;
}

.image-front-female {
	max-width: 529px;
}

.image-front-laptop {
	max-width: 1071px;
}

.image-front-mobilehomescreen {
	width: 344px;
	height: 541px;
	max-width: 344px;
	max-height: 541px;
}

strong {
	font-weight: 900;
}

.background--make {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.background--make img {
	border-bottom: 8px solid #181935;
	z-index: 0;
	position: relative;
}

.background--make::before {
	content: url("assets/images/background-make.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	animation: makeImageScaleUp 13s ease-in-out infinite;
}

.promo:after {
	content: "nowa cena";
	display: block;
	position: absolute;
	top: -18px;
	right: 14px;
	font-size: 12px;
	color: white;
	background-color: #07c470;
	padding: 5px;
	border-radius: 5px;
	line-height: 1;
	transform: rotateZ(-5deg);
}

.promo {
	position: relative;
}

.img-homescreen-animation {
	animation: imgHomescreenAnimation 8s ease-in-out infinite;
}

.bubble {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="458" height="246" viewBox="0 0 458 246" fill="none"><path d="M0 25C0 11.1929 11.1929 0 25 0H433C446.807 0 458 11.1929 458 25V182C458 195.807 446.807 207 433 207H25C11.1929 207 0 195.807 0 182V25Z" fill="white"/><path d="M30.7449 245.698L47.4204 147.593L121.457 204.784L30.7449 245.698Z" fill="white"/></svg>');
}

.bubble--how {
	position: absolute;
	width: 480px;
	height: 260px;
	top: 33%;
	right: -140px;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 20px;
	filter: drop-shadow(5px 5px 11px rgba(0, 0, 0, 0.25));
}

.bg-navy {
	background-color: #181935;
}

.bg-navy-stripe {
	background: linear-gradient(to bottom, transparent 30%, #181935 30%);
}

.bg-navy .benefit-header-text,
.bg-navy .benefit-subheader {
	color: #fff;
}

.bg-grey {
	background-color: #F2F2F2;
}

.bg-radial-green {
	background: radial-gradient(circle farthest-corner at 80% 110%, #72c8b0 10%, transparent 40%);
}

.bg-radial-grey {
	background: radial-gradient(circle farthest-corner at 80% 110%, #f5f5f5 10%, transparent 40%);
}

.bg-gradient {
	position: relative;
}

.bg-gradient:after {
	content: "";
	background: #43B696;
	filter: blur(150px);
	bottom: 0;
	left: 0;
	display: block;
	width: 500px;
	height: 500px;
	position: absolute;
	z-index: -1;
	transform: translateY(50%);
}

.bg-stripe {
	background: repeating-linear-gradient(to bottom, transparent 0%, transparent 13%, #181935 13%, #181935 87%);
	color: #fff;
}

.bg-stripe .benefit-header-text,
.bg-stripe .benefit-subheader {
	color: #fff;
}

.bg-lift {
	margin-top: -190px !important;
	position: relative;
}

.info-block {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #181935;
	color: #fff;
	padding: 10px;
	text-align: center;
	z-index: 1000;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.position-relative {
	position: relative;
}

.modal {
	position: fixed;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	height: 300px;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 5px 5px 13px 4px rgba(0, 0, 0, 0.14);
	z-index: 3;
	padding: 30px;
	border-radius: 25px;
	font-size: 34px;
	font-weight: 700;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.modal:after {
	content: "✕";
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

.modal.isOpen {
	display: flex;
}

.modal span {
	font-size: 38px;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.not-allowed {
	cursor: not-allowed;
}

.isLoading {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: wait;
	animation: isFading 1s ease-in-out infinite;
}

.isLoading * {
	pointer-events: none;
}

small {
	font-size: 12px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 300px;
	position: relative;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	padding: 10px 25px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 0% 0%;
	left: 0;
	top: 0;
	transition: all 0.5s;
	font-size: 15px;
}

.btn-primary {
	background-color: #22FCBF;
	color: #181935;
}

.btn-primary:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
}

.btn-secondary {
	color: #181935;
	background-color: white;
	border: 2px solid transparent;
}

.btn-secondary:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
	border: 2px solid #181935;
}

.btn-inverted {
	background-color: #181935;
	color: white;
	border: 2px solid transparent;
}

.btn-inverted:hover {
	background-image: radial-gradient(ellipse at center, #22FCBF 0%, #22FCBF 47%, #22FCBF 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #181935;
	transition: all 0.5s;
}

.btn-inverted:hover img {
	filter: invert(11%) sepia(57%) saturate(527%) hue-rotate(197deg) brightness(91%) contrast(101%);
	transition: none;
}

.btn-inverted.btn img {
	transition: none;
}

.btn-white {
	background-color: white;
	color: #181935;
	border: none;
}

.btn-white:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
}

.btn-border {
	border: 2px solid #181935;
}

.btn:hover img {
	filter: invert(97%) sepia(83%) saturate(6530%) hue-rotate(82deg) brightness(104%) contrast(96%);
	transition: none;
}

.btn img {
	transition: all 0.3s ease;
}

input[type=submit] {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 300px;
	position: relative;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	padding: 10px 25px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 0% 0%;
	left: 0;
	top: 0;
	transition: all 0.5s;
	font-size: 15px;
	background-color: #22FCBF;
	color: #181935;
	width: 100%;
	margin: 0 auto;
}

input[type=submit]:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
}

.login-wrapper form {
	padding: 15px;
}

.login-wrapper input[type=text],
.login-wrapper input[type=email],
.login-wrapper input[type=tel],
.login-wrapper input[type=password],
.login-wrapper textarea {
	padding: 10px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 999;
	overflow: hidden;
	box-shadow: 1px 2px 7px 3px rgba(153, 153, 153, 0.0784313725);
}

.header-container {
	display: grid;
	grid-template-columns: 25% 50% 25%;
	align-items: center;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu ul {
	list-style-type: none;
	display: flex;
}

.header-menu a {
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	transition: all 0.2s ease;
}

.header-menu li a {
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
	text-decoration-color: transparent;
}

.header-menu li a:hover {
	text-decoration-color: #22FCBF;
}

.header-menu li.current-menu-item a {
	text-decoration-color: #22FCBF;
}

.header-menu li.current-menu-item + li.current-menu-item a {
	text-decoration-color: transparent;
}

.header-menu .header-functionals a {
	padding: 10px 5px;
}

.header-logo {
	padding-left: 30px;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.header-logo-image {
	max-width: 174px;
}

.header-ctas {
	display: flex;
	align-items: center;
	gap: 20px;
	z-index: 1;
}

.menu-opener {
	position: fixed;
	right: 13px;
	top: -6px;
	width: 30px;
	height: 30px;
}

.hamburger {
	transition-duration: 0.5s;
}

.hamburger .icon-left {
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 30px;
	background-color: #212121;
	left: 0px;
}

.hamburger .icon-left:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #212121;
	content: "";
	top: -10px;
}

.hamburger .icon-left:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #212121;
	content: "";
	top: 10px;
}

.hamburger .icon-left:hover {
	cursor: pointer;
}

.hamburger .icon-right {
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 30px;
	background-color: #212121;
	left: 15px;
}

.hamburger .icon-right:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #212121;
	content: "";
	top: -10px;
}

.hamburger .icon-right:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #212121;
	content: "";
	top: 10px;
}

.hamburger.isOpen .icon-left {
	transition-duration: 0.5s;
	background: transparent;
	transform: translateX(10px);
}

.hamburger.isOpen .icon-left:before {
	transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
	width: 10px;
}

.hamburger.isOpen .icon-left:after {
	transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
	width: 10px;
}

.hamburger.isOpen .icon-right {
	transition-duration: 0.5s;
	background: transparent;
	transform: translateX(-10px);
	left: 30px;
}

.hamburger.isOpen .icon-right:before {
	transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
	width: 10px;
}

.hamburger.isOpen .icon-right:after {
	transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
	width: 10px;
}

.hamburger:hover {
	cursor: pointer;
}

.cart {
	position: relative;
}

.cart-count {
	border-radius: 50%;
	font-size: 8px;
	position: absolute;
	right: -7px;
	top: -3px;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #22FCBF;
	color: #181935;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.footer {
	background-color: #181935;
	padding: 50px 0;
	color: white;
	font-size: 14px;
	font-weight: 500;
	margin-top: 50px;
}

.home .footer {
	margin-top: 0;
}

.footer-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 10px;
	gap: 10px;
}

.footer-column a:not(.btn) {
	color: white;
}

.footer-column ul {
	list-style: none;
}

.footer-column ul li {
	margin-bottom: 10px;
}

.footer-partners {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
}

.footer-partners a {
	max-width: 65px;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
	gap: 20px;
}

.footer-socials a:hover {
	filter: brightness(10);
}

.footer h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.accordion-item {
	position: relative;
	border-radius: 12px;
	border: 1px solid #000;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 0% 0%;
	transition: border 0.2s ease;
}

.accordion-item:has(.accordion-item-opener:checked) {
	border: 1px solid #fff;
	background-image: radial-gradient(ellipse at center, #fff 0%, #fff 47%, #fff 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	transition: all 0.7s ease;
}

.accordion-item-container {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 85%;
}

.accordion-item-image {
	flex: 0 0 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion-item-title {
	flex: 0 0 90%;
	display: flex;
	align-items: center;
}

.accordion-item-desc {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 0.3s ease;
	flex: 0 0 100%;
}

.accordion-item-desc > div {
	overflow: hidden;
}

input:checked + .accordion-item-desc {
	grid-template-rows: 1fr;
	margin-top: 15px;
	color: #756F6F;
}

.accordion-item-opener {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.accordion-item-opener:after {
	content: "";
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='14' viewBox='0 0 25 14' fill='none'%3E%3Cpath d='M23.4696 2.00012L14.6324 10.8374C13.5887 11.881 11.8809 11.881 10.8373 10.8374L2 2.00012' stroke='%23181935' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	display: block;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.accordion-item-opener:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	cursor: pointer;
}

.accordion-item-opener:checked:after {
	transform: rotate(180deg);
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.faq-buttons {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.faq-buttons .btn {
	border-radius: 32.5px;
	background: #F9F9F9;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.19);
	height: 50px;
	font-size: 16px;
	font-weight: 700;
}

.faq-buttons .btn:hover {
	background: #181935;
	color: #fff;
}

.faq-button.isActive {
	background: #181935;
	color: #fff;
}

.faq-category-wrapper {
	position: absolute;
	height: 400px;
	overflow-y: auto;
	opacity: 0;
	z-index: 0;
	transition: all 0.5s ease;
	padding-right: 10px;
}

.faq-category-wrapper.isActive {
	opacity: 1;
	z-index: 1;
}

.faq-category-wrapper::-webkit-scrollbar {
	width: 7px;
}

.faq-category-wrapper::-webkit-scrollbar-thumb {
	background-color: lightgrey;
	border-radius: 10px;
}

.faq-categories {
	height: 400px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

body:has(.login-wrapper) {
	color: #fff;
	padding: 0;
	background-color: #181935;
	background-image: url(assets/images/bg_login.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.login-wrapper {
	align-items: center;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding-top: 0;
}

.login-wrapper label {
	margin-bottom: 7px;
	display: flex;
	justify-content: center;
	width: 300px;
	font-size: 14px;
}

.login-wrapper label + input[type=text],
.login-wrapper label + input[type=password] {
	border-radius: 25px;
}

.login-wrapper input[type=submit] {
	border-radius: 25px;
	padding: 15px 25px;
}

.login-wrapper .alert {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 9px;
	padding: 5px 30px;
	color: #181935;
}

.login-wrapper .alert.alert-error {
	background-color: red;
	color: white;
}

.login-wrapper form {
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
}

.login-wrapper #rememberme {
	margin-right: 5px;
}

.login-username {
	order: 0;
}

.login-password {
	order: 1;
}

.login-remember {
	order: 3;
	margin-top: 15px;
}

.login-submit {
	order: 2;
	margin-top: 5px;
}

.login-lostpassword {
	order: 4;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.login-lostpassword a {
	color: #22FCBF;
}

div.login-wrapper.temp-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.temp-header {
	padding: 10px 0 20px;
	width: 100%;
}

.temp-header img {
	width: 430px;
	margin-inline: auto;
	max-width: 100%;
}

.woocommerce-lost-password {
	background-color: #181935;
}

.woocommerce-ResetPassword {
	color: #fff;
	padding: 90px 0 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.hero {
	padding: 0;
	overflow: hidden;
	background-image: url(/wp-content/themes/makestronger/assets/images/home_hero_light.webp);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 100%;
	padding: 50px 0;
	margin-top: 35px;
	min-height: 80vh;
	display: flex;
	align-items: center;
	height: calc(100vh - 100px);
}

.hero-buttons {
	display: flex;
	justify-content: center;
	padding: 25px;
	gap: 20px;
	margin-bottom: 35px;
}

.hero-image {
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 477px;
}

.hero-image img {
	margin-left: 50px;
	animation: hero-image 3s cubic-bezier(0.34, -0.07, 0, 0.88) 0s 1;
}

.hero-image:after {
	content: "";
	background-image: url(/wp-content/themes/makestronger/assets/images/radial-gradient.svg);
	display: block;
	width: 100%;
	aspect-ratio: 1;
	position: absolute;
	top: -50%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: 100%;
}

.hero-image--mobile {
	max-width: 582px;
	width: 100%;
	height: auto;
}

.try {
	background-image: url(/wp-content/themes/makestronger/assets/images/img_stronger.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-bottom: 0;
}

.try:has(+ .footer) {
	margin-bottom: 0;
}

.try-text {
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	color: white;
	margin-bottom: 25px;
}

.try-text strong {
	color: #22FCBF;
	font-size: 38px;
	font-style: normal;
	font-weight: 900;
}

.try-text + img {
	align-self: flex-start;
}

.try-text span {
	font-size: 25px;
}

.try .btn {
	align-self: flex-start;
}

.try img {
	transform: scale(1.1) translateY(-4.57%);
}

.try--noimage {
	background-image: none;
}

.try--green {
	background-image: url(/wp-content/themes/makestronger/assets/images/img_stronger_green.webp);
}

.try--green strong {
	color: #181935;
}

.try--center {
	background-position: center;
}

.functions {
	background: linear-gradient(180deg, #EEEFEE 0%, rgba(225, 225, 225, 0.68) 51.04%, #FFF 100%);
	margin-top: -25px;
	padding-top: 50px;
}

.features-list {
	list-style-type: none;
	padding-left: 30px;
}

.features-list li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

.features-list li img {
	background-color: #181935;
	padding: 13px;
	border-radius: 7px;
	width: 48px;
	flex: 0 0 auto;
}

.features-list li.features-list-item--alt img {
	background: linear-gradient(232deg, #1AFFF1 13.31%, #43B696 89.06%);
}

.features-list--fullitem {
	list-style-type: none;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	padding-left: 50px;
}

.features-list--fullitem li {
	background-color: #181935;
	color: #AADADF;
	margin-bottom: 10px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	max-width: 250px;
}

.cta-section {
	background-color: #181935;
	padding: 80px 25px;
}

.showoff {
	background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #E4E4E4 71.35%);
	position: relative;
	padding: 0;
	overflow: hidden;
}

.showoff .container-fluid {
	position: relative;
}

.showoff .container-fluid:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="761" height="684" viewBox="0 0 761 684" fill="none"><path d="M413 0H761V684H0L413 0Z" fill="%23181935"/></svg>');
	position: absolute;
	right: 0;
	bottom: -6px;
	z-index: 0;
}

.showoff .row {
	position: relative;
	z-index: 1;
}

.showoff-image {
	transform: translateX(12px);
}

.showoff-image.isAnimated {
	animation: showoff-image 1s cubic-bezier(0.34, -0.07, 0, 0.88) 0s 1;
}

.partners-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.partners-logos img {
	filter: grayscale(100%);
	transition: all 0.2s ease-in-out;
}

.partners-logos img:hover {
	filter: grayscale(0%);
}

.testimonial-card {
	width: 70%;
	margin: 0 auto;
	padding: 30px;
	background-color: #F9F9F9;
	filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.1)) drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.09)) drop-shadow(0px 55px 33px rgba(0, 0, 0, 0.05)) drop-shadow(0px 98px 39px rgba(0, 0, 0, 0.01)) drop-shadow(0px 154px 43px rgba(0, 0, 0, 0));
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	text-align: center;
	flex-direction: column;
}

.testimonial-card > img {
	margin-top: -105px;
	margin-bottom: 40px;
}

.testimonial-card-quote {
	color: #181935;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 50px;
}

.testimonial-card-author {
	font-size: 24px;
	font-weight: 700;
}

.testimonial-card-position {
	font-size: 15px;
	font-weight: 700;
}

.testimonials-wrapper .swiper-wrapper {
	padding-top: 100px;
	padding-bottom: 130px;
}

.swiper-button-prev {
	aspect-ratio: 1;
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-prev::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M18.8623 24.9001L10.7123 16.7501C9.7498 15.7876 9.7498 14.2126 10.7123 13.2501L18.8623 5.1001" stroke="%23181935" stroke-width="3.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.swiper-button-next {
	aspect-ratio: 1;
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-next::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M11.1377 24.9001L19.2877 16.7501C20.2502 15.7876 20.2502 14.2126 19.2877 13.2501L11.1377 5.1001" stroke="%23181935" stroke-width="3.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.wpcf7-list-item {
	margin-left: 0;
	padding-left: 20px;
}

span.wpcf7-not-valid-tip {
	margin-top: -20px;
	margin-bottom: 20px;
}

span.wpcf7-list-item-label {
	padding-left: 30px;
	display: inline-block;
	margin-bottom: 20px;
}

/* blackweek */

.bw-wide {
	width: 100%;
}

.bw-narrow {
	width: 100%;
}

.hero-bw {
	padding: 0;
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 100%;
	margin-top: 0;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 0;
	padding: 0;
	border-bottom: 0;
}

.hero-content-wrapper--bw {
	display: grid;
	grid-template-columns: 30% 30% 40%;
}

.hero-content-wrapper--bwmobile {
	display: none;
}

.hero-bw-container {
	padding: 0;
	background: url('data:image/svg+xml,<svg width="1440" height="329" viewBox="0 0 1440 329" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1440" height="329" fill="url(%23paint0_radial_1009_503)"/><defs><radialGradient id="paint0_radial_1009_503" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(65.5 308.908) rotate(-7.55326) scale(640.054 616.642)"><stop stop-color="%2322FCBF"/><stop offset="0.770945" stop-color="%23181935"/></radialGradient></defs></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.countdown-item {
	margin: 0 15px 10px;
}

.countdown-number {
	font-size: 40px;
	letter-spacing: 0px;
	text-align: center;
}

.countdown-label {
	text-align: center;
}

.bw-header {
	font-size: 30px;
	font-weight: 900;
}

.btn-blackweek {
	background-color: #E27F12;
	color: #181935;
	border-radius: 25px;
	padding: 20px 35px;
	display: flex;
	font-weight: 700;
}

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

.justify-content-between {
	justify-content: space-between;
}

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

.bw-number {
	color: #E27F12;
	font-size: 14vw;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
}

.bw-subheader {
	color: #fff;
	font-size: 2em;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	text-align: center;
}

.bw-subsubheader {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.section-shop-get {
	background: linear-gradient(180deg, #181935 83%, #F2F2F2 20%);
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.contact-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact-item svg {
	display: none;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.subscription-table {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: linear-gradient(180deg, #FFF 0%, #F6F6F6 100%);
	box-shadow: 5px 5px 13px 4px rgba(0, 0, 0, 0.14);
	padding: 25px;
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 10px;
}

.subscription-table-mobile .subscription-body-column--green path,
.subscription-table-mobile path {
	stroke: #181935;
}

.subscription-table-mobile .subscription-body-column:not(:last-child) .subscription-column-item:after {
	display: none;
}

.subscription-column-price {
	color: #43B696;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.subscription-body-column--green .subscription-column-price {
	color: #fff;
}

.subscription-column-price span {
	text-decoration: line-through;
	font-size: 14px;
	color: grey;
	display: block;
	height: 16px;
}

.subscription-column-header {
	color: #181935;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 10px;
	margin-bottom: 10px;
}

.subscription-body-column--green .subscription-column-header {
	color: #fff;
}

.subscription-column-item {
	display: flex;
	justify-content: center;
	padding: 5px;
	height: 35px;
	position: relative;
}

.subscription-column-item:last-child {
	border-bottom: none;
}

.subscription-table-mobile .subscription-column-item {
	border-bottom: none;
}

.subscription-table-mobile .subscription-column-item:after {
	display: none;
}

.subscription-column-item--excluded {
	color: grey;
	text-decoration: line-through;
	padding-left: 30px;
}

.subscription-body-column--green .subscription-column-item--excluded {
	color: #fff;
}

.subscription-column-items {
	margin-top: 10px;
}

.subscription-body {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.subscription-body-column {
	border-radius: 28px;
	background: #F4F4F4;
	height: 100%;
}

.subscription-body-column:not(:last-child) .subscription-column-item:after {
	content: "";
	display: block;
	position: absolute;
	height: 35px;
	width: 10px;
	right: -10px;
	top: 0;
}

.subscription-body-column--green {
	background: linear-gradient(180deg, #02BA62 0%, #22FCBF 100%);
}

.subscription-body-column--green path {
	stroke: #fff;
}

.subscription-body-column .btn {
	border-radius: 28px;
	height: 50px;
	font-size: 20px;
	width: 80%;
}

.subscription-header-top {
	height: 115.3px;
}

.subscription-header-item {
	padding: 5px;
	height: 35px;
	position: relative;
}

.subscription-header-item:after {
	content: "";
	display: block;
	position: absolute;
	height: 35px;
	width: 10px;
	right: -10px;
	top: 0;
}

.subscription-header-item:before {
	content: "";
	height: 0.7px;
	width: 100vw;
	display: block;
	background: #ccc;
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: -30px;
}

.subscription-footer {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.subscription-footer .btn {
	border-radius: 28px;
	height: 50px;
	font-size: 16px;
}

.subscription-footer .btn-secondary {
	background-color: #E8E8E8;
}

.subscription-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.subscription-buttons .btn {
	border-radius: 32.5px;
	background: #F9F9F9;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.19);
	height: 50px;
	font-size: 16px;
	font-weight: 700;
}

.subscription-buttons .btn:hover {
	background: #181935;
	color: #fff;
}

.swiper-subscription.swiper {
	padding-top: 140px;
}

.swiper-subscription .swiper-slide-next,
.swiper-subscription .swiper-slide-prev {
	opacity: 0.5;
}

.swiper-subscription .swiper-slide-active .subscription-body-column,
.swiper-subscription .swiper-slide-active .swiper-slide-shadow-left.swiper-slide-shadow-coverflow,
.swiper-subscription .swiper-slide-active .swiper-slide-shadow-right.swiper-slide-shadow-coverflow {
	transform: translateY(-130px);
}

.swiper-subscription.swiper-3d .swiper-slide-shadow-left,
.swiper-subscription.swiper-3d .swiper-slide-shadow-right {
	border-radius: 28px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.benefits-hero {
	background-image: url(/wp-content/themes/makestronger/assets/images/bg_benefits.jpg);
	background-size: cover;
	min-height: 135vh;
	margin-top: -15vh;
	position: relative;
	margin-bottom: 0;
}

.benefits-chart-1 {
	position: absolute;
	top: 25%;
	right: 15%;
	transform: scale(0);
	animation: scale-up 1s ease-in-out 0.5s forwards;
}

.benefits-chart-2 {
	position: absolute;
	top: 33%;
	left: 13%;
	transform: scale(0);
	animation: scale-up 1s ease-in-out 1.5s forwards;
}

.benefits-chart-2 #chart-2-line-purple {
	position: absolute;
	top: 72px;
	left: 45px;
	stroke-dashoffset: -550px;
	stroke-dasharray: 550px;
	animation: chart-2-stroke-purple 2s ease-in-out 2.3s forwards;
}

.benefits-chart-2 #chart-2-line-blue {
	position: absolute;
	top: 99px;
	left: 43px;
	stroke-dashoffset: -520px;
	stroke-dasharray: 520px;
	animation: chart-2-stroke-blue 2s ease-in-out 2s forwards;
}

.benefits-chart-3 {
	position: absolute;
	bottom: 20%;
	right: 20%;
	transform: scale(0);
	animation: scale-up 1s ease-in-out 2.5s forwards;
}

.benefits-chart-3 svg {
	position: absolute;
	top: 74.2px;
	left: 51px;
	animation: chart-3-stroke 2s ease-in-out 3s forwards;
}

.benefits-chart-4 {
	position: absolute;
	bottom: 240px;
	left: 20%;
	transform: scale(0);
	animation: scale-up 1s ease-in-out 3.5s forwards;
}

.benefit-icon {
	padding: 15px;
	aspect-ratio: 1;
	width: 54px;
	border-radius: 8px;
	background: linear-gradient(232deg, #1AFFF1 13.31%, #43B696 89.06%);
}

.benefit-header {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 20px;
	margin-bottom: 30px;
	align-items: center;
}

.benefit-header-text {
	color: #181935;
	font-size: 24px;
	font-weight: 800;
}

.benefit-text {
	color: #181935;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: normal;
}

.benefit-subheader {
	color: #181935;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 30px;
}

.benefit-list {
	list-style-type: none;
}

.benefit-list li {
	position: relative;
	padding-left: 30px;
	color: #181935;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.benefit-list li:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6 13L9 16L17 8" stroke="%2343B696" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
}

.benefit-box {
	border-radius: 22px;
	background: linear-gradient(192deg, #FFF 8.46%, #F2F2F2 80.17%);
	box-shadow: 0px 18px 20px 6px rgba(153, 153, 153, 0.231372549);
	padding: 20px;
	min-height: 350px;
}

.measurments-images {
	background-image: url(/wp-content/themes/makestronger/assets/images/measurements_mobile.webp);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: contain;
}

.measurments-images--calendar {
	background-image: url(/wp-content/themes/makestronger/assets/images/calendar.webp);
}

.measurments-images--chat {
	background-image: url(/wp-content/themes/makestronger/assets/images/chat.webp);
}

.measurments-image {
	transform: translateY(100%);
}

.measurments-image.isAnimated {
	animation: measurements-image 1s ease-in-out 0.5s forwards;
}

#functions {
	padding-bottom: 100px;
}

#functions + .section {
	margin-top: -100px;
}

#excercise_mobile {
	transform: scale(1) translateY(37%);
	transform-origin: bottom;
}

#excercise_mobile.isAnimated {
	animation: excercise_mobile_scale 1s ease-in-out 0s forwards;
}

#laptop_reversed {
	transform: translateX(-100%);
}

#laptop_reversed.isAnimated {
	animation: laptop_reversed 1s ease-in-out 0.3s forwards;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.single-term ol {
	padding-inline-start: 40px;
	margin-bottom: 20px;
}

.single-term ol,
.single-term ul,
.single-term li {
	padding-left: 20px;
}

.single-term h3,
.single-term h4 {
	margin: 15px 0;
}

.single-term strong {
	font-weight: 900;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 300px;
	position: relative;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	padding: 10px 25px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 0% 0%;
	left: 0;
	top: 0;
	transition: all 0.5s;
	font-size: 15px;
	color: #181935;
	background-color: white;
	border: 2px solid transparent;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
	border: 2px solid #181935;
}

.checkout_coupon.woocommerce-form-coupon .button {
	border: 2px solid #181935;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled] {
	background-color: #22FCBF;
	color: #181935;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover {
	background-image: radial-gradient(ellipse at center, #181935 0%, #181935 47%, #181935 47%, transparent 47%, transparent 48%);
	background-size: 200% 620%;
	color: #22FCBF;
	transition: all 0.5s;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

.woocommerce-page table.cart td.actions .input-text {
	width: 160px;
}

input[name=update_cart],
button[name=update_cart] {
	display: none !important;
}

.checkout-button--disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.checkout-button--disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
	position: relative;
}

.checkout-button--disabled:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.checkout-button--disabled:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: not-allowed;
}

.wc-proceed-to-checkout {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wc-proceed-to-checkout[disabled]:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 100%;
	cursor: not-allowed;
}

.woocommerce .quantity .qty {
	padding: 10px;
}

/*!
Theme Name: Make Stronger
Author: Make Stronger Crew
Description: Theme for the best fitness site ever :))))
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: Property of Make Stronger Company
License URI: makestronger.pl
Text Domain: makestronger
*/

#customer_details.isPaymentAllowed .col-1 {
	width: 33%;
}

#customer_details .col-2 {
	position: sticky;
	top: 80px;
	border-radius: 22px;
	background: linear-gradient(192deg, #FFF 8.46%, #F2F2F2 80.17%);
	box-shadow: 0px 18px 20px 6px rgba(153, 153, 153, 0.231372549);
	padding: 20px;
	transition: all 0.25s ease;
	transform: scale(1);
	filter: blur(0);
	width: 63%;
	transform-origin: top;
}

#customer_details .col-2.not-allowed {
	transform: scale(0.8);
	filter: blur(1px);
	width: 48%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 7px;
	border-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	border-radius: 22px;
	box-shadow: 0px 18px 20px 6px rgba(153, 153, 153, 0.1);
}

.woocommerce form.checkout_coupon > p,
.woocommerce form.login > p,
.woocommerce form.register > p {
	margin-bottom: 10px;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
	height: 60px;
	display: flex;
	align-items: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: transparent;
}

#payment .woocommerce-info {
	border-top: 0;
	border-radius: 22px;
}

.woocommerce form .form-row .select2-container {
	background: #F5F5F5;
	border: none;
	padding: 20px 20px;
	border-radius: 5px;
}

.select2-container .select2-selection--single {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #F5F5F5;
	border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
}

.select2-search--dropdown {
	background-color: #F5F5F5;
}

.select2-results {
	background-color: #F5F5F5;
}

.select2-dropdown {
	border: none;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: -10px;
}

.form-row.place-order * {
	font-size: 13px;
	line-height: 1.3 !important;
}

.woocommerce form .website-prefix.form-row input {
	text-align: right;
	padding: 10px;
	padding-right: 6px;
	width: auto;
	float: right;
	max-width: 100%;
}

.woocommerce form .website-prefix.form-row input::-moz-placeholder {
	font-size: 11px;
}

.woocommerce form .website-prefix.form-row input::placeholder {
	font-size: 11px;
}

.website-check-wrapper {
	background-color: #181935;
	color: white;
	border-radius: 8px;
	padding: 10px 30px;
	position: relative;
}

.website-check-wrapper p {
	margin: 0;
}

.woocommerce form .website-check-wrapper .form-row {
	margin-bottom: 0;
}

.website-check-wrapper.isSuccess:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="" height="" viewBox="0 0 24 24" fill="none"><path d="M6 13L9 16L17 8" stroke="%2343B696" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
}

.website-check-wrapper.isError:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="" height="" viewBox="0 0 20 20" fill="none"><rect y="3.63635" width="5.14259" height="23.1417" rx="2.5713" transform="rotate(-45 0 3.63635)" fill="%23EB0000"/><rect x="16.3636" width="5.14259" height="23.1417" rx="2.5713" transform="rotate(45 16.3636 0)" fill="%23EB0000"/></svg>');
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	opacity: 0.8;
}

#website-address-message {
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
	word-break: break-word;
}

#website-address-message.isSuccess {
	background-color: #22FCBF;
	color: #181935;
}

#website-address-message.isError {
	background-color: #FF0000;
	color: white;
}

.woocommerce form .form-row .select2-container {
	width: 100% !important;
}

#login-message {
	margin-top: 10px;
}

#login-message.isError {
	color: #FF0000;
	display: inline-block;
	width: 300px;
}

.order-review-wrapper .pbl-container .payu-list-banks li label.active,
.order-review-wrapper .pbl-container .payu-list-banks li:not(.payu-inactive) label:hover {
	background-color: #22FCBF;
	border-color: transparent;
}

.order-review-wrapper .pbl-container .payu-list-banks li label {
	border-radius: 8px;
}

.woocommerce-terms-and-conditions-wrapper a {
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-cart .woocommerce {
	background: linear-gradient(180deg, #FFF 0%, #F6F6F6 100%);
	box-shadow: 5px 5px 13px 4px rgba(0, 0, 0, 0.14);
	border-radius: 28px;
	padding: 50px 25px;
}

.woocommerce-cart .woocommerce {
	margin-top: 20px;
	padding: 70px 25px 25px;
}

.woocommerce .blockUI.blockOverlay {
	position: fixed !important;
	background: rgba(255, 255, 255, 0.51) !important;
	opacity: 1 !important;
}

.woocommerce .blockUI.blockOverlay:after {
	content: "  Trwa tworzenie Twojej aplikacji...   ";
	text-align: center;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 51%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	background-color: #22FCBF;
	border-radius: 8px;
	padding: 6px 40px;
}

.woocommerce .blockUI.blockOverlay:before {
	opacity: 0.6;
	top: 47%;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.01ms !important;
	scroll-behavior: auto !important;
}

}

@media (min-width: 576px) {

.container-sm,
.container {
	max-width: 540px;
}

.col-sm {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-sm-0 {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-sm-between {
	justify-content: space-between !important;
}

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

.justify-content-sm-evenly {
	justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-sm-first {
	order: -1 !important;
}

.order-sm-0 {
	order: 0 !important;
}

.order-sm-1 {
	order: 1 !important;
}

.order-sm-2 {
	order: 2 !important;
}

.order-sm-3 {
	order: 3 !important;
}

.order-sm-4 {
	order: 4 !important;
}

.order-sm-5 {
	order: 5 !important;
}

.order-sm-last {
	order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (min-width: 768px) {

.container-md,
.container-sm,
.container {
	max-width: 720px;
}

.col-md {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-md-auto {
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-md-0 {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-md-between {
	justify-content: space-between !important;
}

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

.justify-content-md-evenly {
	justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-md-first {
	order: -1 !important;
}

.order-md-0 {
	order: 0 !important;
}

.order-md-1 {
	order: 1 !important;
}

.order-md-2 {
	order: 2 !important;
}

.order-md-3 {
	order: 3 !important;
}

.order-md-4 {
	order: 4 !important;
}

.order-md-5 {
	order: 5 !important;
}

.order-md-last {
	order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bw-narrow {
	display: none;
}

}

@media (min-width: 992px) {

.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 960px;
}

.col-lg {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-lg-0 {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-lg-between {
	justify-content: space-between !important;
}

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

.justify-content-lg-evenly {
	justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-lg-first {
	order: -1 !important;
}

.order-lg-0 {
	order: 0 !important;
}

.order-lg-1 {
	order: 1 !important;
}

.order-lg-2 {
	order: 2 !important;
}

.order-lg-3 {
	order: 3 !important;
}

.order-lg-4 {
	order: 4 !important;
}

.order-lg-5 {
	order: 5 !important;
}

.order-lg-last {
	order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lg-center {
	text-align: center;
}

.text-lg-left {
	text-align: left;
}

.overflow-lg-hidden {
	overflow: hidden;
}

.overflow-lg-visible {
	overflow: visible;
}

.border-lg-none {
	border: none;
}

.menu-opener {
	display: none;
}

.hero-image--mobile {
	display: none;
	width: 582px;
	height: 510px;
}

.subscription-table-mobile {
	display: none;
}

.benefits-image-perspective {
	transform: translateY(100%);
}

.benefits-image-perspective.isAnimated {
	animation: image-perspective-animation 1s ease-in-out 0.5s forwards;
}

}

@media (min-width: 1200px) {

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 1140px;
}

.col-xl {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-xl-0 {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-xl-between {
	justify-content: space-between !important;
}

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

.justify-content-xl-evenly {
	justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-xl-first {
	order: -1 !important;
}

.order-xl-0 {
	order: 0 !important;
}

.order-xl-1 {
	order: 1 !important;
}

.order-xl-2 {
	order: 2 !important;
}

.order-xl-3 {
	order: 3 !important;
}

.order-xl-4 {
	order: 4 !important;
}

.order-xl-5 {
	order: 5 !important;
}

.order-xl-last {
	order: 6 !important;
}

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

.m-xl-1 {
	margin: 0.25rem !important;
}

.m-xl-2 {
	margin: 0.5rem !important;
}

.m-xl-3 {
	margin: 1rem !important;
}

.m-xl-4 {
	margin: 1.5rem !important;
}

.m-xl-5 {
	margin: 3rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mx-xl-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-xl-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-xl-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-xl-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-xl-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-xl-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-xl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-xl-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-xl-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-xl-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-xl-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-xl-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-xl-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-xl-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-xl-0 {
	margin-top: 0 !important;
}

.mt-xl-1 {
	margin-top: 0.25rem !important;
}

.mt-xl-2 {
	margin-top: 0.5rem !important;
}

.mt-xl-3 {
	margin-top: 1rem !important;
}

.mt-xl-4 {
	margin-top: 1.5rem !important;
}

.mt-xl-5 {
	margin-top: 3rem !important;
}

.mt-xl-auto {
	margin-top: auto !important;
}

.me-xl-0 {
	margin-right: 0 !important;
}

.me-xl-1 {
	margin-right: 0.25rem !important;
}

.me-xl-2 {
	margin-right: 0.5rem !important;
}

.me-xl-3 {
	margin-right: 1rem !important;
}

.me-xl-4 {
	margin-right: 1.5rem !important;
}

.me-xl-5 {
	margin-right: 3rem !important;
}

.me-xl-auto {
	margin-right: auto !important;
}

.mb-xl-0 {
	margin-bottom: 0 !important;
}

.mb-xl-1 {
	margin-bottom: 0.25rem !important;
}

.mb-xl-2 {
	margin-bottom: 0.5rem !important;
}

.mb-xl-3 {
	margin-bottom: 1rem !important;
}

.mb-xl-4 {
	margin-bottom: 1.5rem !important;
}

.mb-xl-5 {
	margin-bottom: 3rem !important;
}

.mb-xl-auto {
	margin-bottom: auto !important;
}

.ms-xl-0 {
	margin-left: 0 !important;
}

.ms-xl-1 {
	margin-left: 0.25rem !important;
}

.ms-xl-2 {
	margin-left: 0.5rem !important;
}

.ms-xl-3 {
	margin-left: 1rem !important;
}

.ms-xl-4 {
	margin-left: 1.5rem !important;
}

.ms-xl-5 {
	margin-left: 3rem !important;
}

.ms-xl-auto {
	margin-left: auto !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.p-xl-1 {
	padding: 0.25rem !important;
}

.p-xl-2 {
	padding: 0.5rem !important;
}

.p-xl-3 {
	padding: 1rem !important;
}

.p-xl-4 {
	padding: 1.5rem !important;
}

.p-xl-5 {
	padding: 3rem !important;
}

.px-xl-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-xl-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-xl-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-xl-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-xl-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-xl-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-xl-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-xl-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-xl-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-xl-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-xl-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-xl-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-xl-0 {
	padding-top: 0 !important;
}

.pt-xl-1 {
	padding-top: 0.25rem !important;
}

.pt-xl-2 {
	padding-top: 0.5rem !important;
}

.pt-xl-3 {
	padding-top: 1rem !important;
}

.pt-xl-4 {
	padding-top: 1.5rem !important;
}

.pt-xl-5 {
	padding-top: 3rem !important;
}

.pe-xl-0 {
	padding-right: 0 !important;
}

.pe-xl-1 {
	padding-right: 0.25rem !important;
}

.pe-xl-2 {
	padding-right: 0.5rem !important;
}

.pe-xl-3 {
	padding-right: 1rem !important;
}

.pe-xl-4 {
	padding-right: 1.5rem !important;
}

.pe-xl-5 {
	padding-right: 3rem !important;
}

.pb-xl-0 {
	padding-bottom: 0 !important;
}

.pb-xl-1 {
	padding-bottom: 0.25rem !important;
}

.pb-xl-2 {
	padding-bottom: 0.5rem !important;
}

.pb-xl-3 {
	padding-bottom: 1rem !important;
}

.pb-xl-4 {
	padding-bottom: 1.5rem !important;
}

.pb-xl-5 {
	padding-bottom: 3rem !important;
}

.ps-xl-0 {
	padding-left: 0 !important;
}

.ps-xl-1 {
	padding-left: 0.25rem !important;
}

.ps-xl-2 {
	padding-left: 0.5rem !important;
}

.ps-xl-3 {
	padding-left: 1rem !important;
}

.ps-xl-4 {
	padding-left: 1.5rem !important;
}

.ps-xl-5 {
	padding-left: 3rem !important;
}

}

@media (min-width: 1400px) {

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 1320px;
}

.col-xxl {
	flex: 1 0 0%;
}

.row-cols-xxl-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-xxl-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-xxl-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-xxl-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-xxl-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-xxl-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-xxl-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-xxl-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-xxl-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-xxl-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-xxl-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-xxl-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-xxl-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-xxl-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-xxl-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-xxl-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-xxl-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-xxl-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-xxl-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-xxl-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-xxl-0 {
	margin-left: 0;
}

.offset-xxl-1 {
	margin-left: 8.33333333%;
}

.offset-xxl-2 {
	margin-left: 16.66666667%;
}

.offset-xxl-3 {
	margin-left: 25%;
}

.offset-xxl-4 {
	margin-left: 33.33333333%;
}

.offset-xxl-5 {
	margin-left: 41.66666667%;
}

.offset-xxl-6 {
	margin-left: 50%;
}

.offset-xxl-7 {
	margin-left: 58.33333333%;
}

.offset-xxl-8 {
	margin-left: 66.66666667%;
}

.offset-xxl-9 {
	margin-left: 75%;
}

.offset-xxl-10 {
	margin-left: 83.33333333%;
}

.offset-xxl-11 {
	margin-left: 91.66666667%;
}

.g-xxl-0,
.gx-xxl-0 {
	--bs-gutter-x: 0;
}

.g-xxl-0,
.gy-xxl-0 {
	--bs-gutter-y: 0;
}

.g-xxl-1,
.gx-xxl-1 {
	--bs-gutter-x: 0.25rem;
}

.g-xxl-1,
.gy-xxl-1 {
	--bs-gutter-y: 0.25rem;
}

.g-xxl-2,
.gx-xxl-2 {
	--bs-gutter-x: 0.5rem;
}

.g-xxl-2,
.gy-xxl-2 {
	--bs-gutter-y: 0.5rem;
}

.g-xxl-3,
.gx-xxl-3 {
	--bs-gutter-x: 1rem;
}

.g-xxl-3,
.gy-xxl-3 {
	--bs-gutter-y: 1rem;
}

.g-xxl-4,
.gx-xxl-4 {
	--bs-gutter-x: 1.5rem;
}

.g-xxl-4,
.gy-xxl-4 {
	--bs-gutter-y: 1.5rem;
}

.g-xxl-5,
.gx-xxl-5 {
	--bs-gutter-x: 3rem;
}

.g-xxl-5,
.gy-xxl-5 {
	--bs-gutter-y: 3rem;
}

.d-xxl-inline {
	display: inline !important;
}

.d-xxl-inline-block {
	display: inline-block !important;
}

.d-xxl-block {
	display: block !important;
}

.d-xxl-grid {
	display: grid !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: flex !important;
}

.d-xxl-inline-flex {
	display: inline-flex !important;
}

.d-xxl-none {
	display: none !important;
}

.flex-xxl-fill {
	flex: 1 1 auto !important;
}

.flex-xxl-row {
	flex-direction: row !important;
}

.flex-xxl-column {
	flex-direction: column !important;
}

.flex-xxl-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-xxl-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-xxl-grow-0 {
	flex-grow: 0 !important;
}

.flex-xxl-grow-1 {
	flex-grow: 1 !important;
}

.flex-xxl-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-xxl-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-xxl-wrap {
	flex-wrap: wrap !important;
}

.flex-xxl-nowrap {
	flex-wrap: nowrap !important;
}

.flex-xxl-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-xxl-start {
	justify-content: flex-start !important;
}

.justify-content-xxl-end {
	justify-content: flex-end !important;
}

.justify-content-xxl-center {
	justify-content: center !important;
}

.justify-content-xxl-between {
	justify-content: space-between !important;
}

.justify-content-xxl-around {
	justify-content: space-around !important;
}

.justify-content-xxl-evenly {
	justify-content: space-evenly !important;
}

.align-items-xxl-start {
	align-items: flex-start !important;
}

.align-items-xxl-end {
	align-items: flex-end !important;
}

.align-items-xxl-center {
	align-items: center !important;
}

.align-items-xxl-baseline {
	align-items: baseline !important;
}

.align-items-xxl-stretch {
	align-items: stretch !important;
}

.align-content-xxl-start {
	align-content: flex-start !important;
}

.align-content-xxl-end {
	align-content: flex-end !important;
}

.align-content-xxl-center {
	align-content: center !important;
}

.align-content-xxl-between {
	align-content: space-between !important;
}

.align-content-xxl-around {
	align-content: space-around !important;
}

.align-content-xxl-stretch {
	align-content: stretch !important;
}

.align-self-xxl-auto {
	align-self: auto !important;
}

.align-self-xxl-start {
	align-self: flex-start !important;
}

.align-self-xxl-end {
	align-self: flex-end !important;
}

.align-self-xxl-center {
	align-self: center !important;
}

.align-self-xxl-baseline {
	align-self: baseline !important;
}

.align-self-xxl-stretch {
	align-self: stretch !important;
}

.order-xxl-first {
	order: -1 !important;
}

.order-xxl-0 {
	order: 0 !important;
}

.order-xxl-1 {
	order: 1 !important;
}

.order-xxl-2 {
	order: 2 !important;
}

.order-xxl-3 {
	order: 3 !important;
}

.order-xxl-4 {
	order: 4 !important;
}

.order-xxl-5 {
	order: 5 !important;
}

.order-xxl-last {
	order: 6 !important;
}

.m-xxl-0 {
	margin: 0 !important;
}

.m-xxl-1 {
	margin: 0.25rem !important;
}

.m-xxl-2 {
	margin: 0.5rem !important;
}

.m-xxl-3 {
	margin: 1rem !important;
}

.m-xxl-4 {
	margin: 1.5rem !important;
}

.m-xxl-5 {
	margin: 3rem !important;
}

.m-xxl-auto {
	margin: auto !important;
}

.mx-xxl-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-xxl-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-xxl-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-xxl-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-xxl-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-xxl-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-xxl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-xxl-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-xxl-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-xxl-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-xxl-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-xxl-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-xxl-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-xxl-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-xxl-0 {
	margin-top: 0 !important;
}

.mt-xxl-1 {
	margin-top: 0.25rem !important;
}

.mt-xxl-2 {
	margin-top: 0.5rem !important;
}

.mt-xxl-3 {
	margin-top: 1rem !important;
}

.mt-xxl-4 {
	margin-top: 1.5rem !important;
}

.mt-xxl-5 {
	margin-top: 3rem !important;
}

.mt-xxl-auto {
	margin-top: auto !important;
}

.me-xxl-0 {
	margin-right: 0 !important;
}

.me-xxl-1 {
	margin-right: 0.25rem !important;
}

.me-xxl-2 {
	margin-right: 0.5rem !important;
}

.me-xxl-3 {
	margin-right: 1rem !important;
}

.me-xxl-4 {
	margin-right: 1.5rem !important;
}

.me-xxl-5 {
	margin-right: 3rem !important;
}

.me-xxl-auto {
	margin-right: auto !important;
}

.mb-xxl-0 {
	margin-bottom: 0 !important;
}

.mb-xxl-1 {
	margin-bottom: 0.25rem !important;
}

.mb-xxl-2 {
	margin-bottom: 0.5rem !important;
}

.mb-xxl-3 {
	margin-bottom: 1rem !important;
}

.mb-xxl-4 {
	margin-bottom: 1.5rem !important;
}

.mb-xxl-5 {
	margin-bottom: 3rem !important;
}

.mb-xxl-auto {
	margin-bottom: auto !important;
}

.ms-xxl-0 {
	margin-left: 0 !important;
}

.ms-xxl-1 {
	margin-left: 0.25rem !important;
}

.ms-xxl-2 {
	margin-left: 0.5rem !important;
}

.ms-xxl-3 {
	margin-left: 1rem !important;
}

.ms-xxl-4 {
	margin-left: 1.5rem !important;
}

.ms-xxl-5 {
	margin-left: 3rem !important;
}

.ms-xxl-auto {
	margin-left: auto !important;
}

.p-xxl-0 {
	padding: 0 !important;
}

.p-xxl-1 {
	padding: 0.25rem !important;
}

.p-xxl-2 {
	padding: 0.5rem !important;
}

.p-xxl-3 {
	padding: 1rem !important;
}

.p-xxl-4 {
	padding: 1.5rem !important;
}

.p-xxl-5 {
	padding: 3rem !important;
}

.px-xxl-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-xxl-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-xxl-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-xxl-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-xxl-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-xxl-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-xxl-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-xxl-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-xxl-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-xxl-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-xxl-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-xxl-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-xxl-0 {
	padding-top: 0 !important;
}

.pt-xxl-1 {
	padding-top: 0.25rem !important;
}

.pt-xxl-2 {
	padding-top: 0.5rem !important;
}

.pt-xxl-3 {
	padding-top: 1rem !important;
}

.pt-xxl-4 {
	padding-top: 1.5rem !important;
}

.pt-xxl-5 {
	padding-top: 3rem !important;
}

.pe-xxl-0 {
	padding-right: 0 !important;
}

.pe-xxl-1 {
	padding-right: 0.25rem !important;
}

.pe-xxl-2 {
	padding-right: 0.5rem !important;
}

.pe-xxl-3 {
	padding-right: 1rem !important;
}

.pe-xxl-4 {
	padding-right: 1.5rem !important;
}

.pe-xxl-5 {
	padding-right: 3rem !important;
}

.pb-xxl-0 {
	padding-bottom: 0 !important;
}

.pb-xxl-1 {
	padding-bottom: 0.25rem !important;
}

.pb-xxl-2 {
	padding-bottom: 0.5rem !important;
}

.pb-xxl-3 {
	padding-bottom: 1rem !important;
}

.pb-xxl-4 {
	padding-bottom: 1.5rem !important;
}

.pb-xxl-5 {
	padding-bottom: 3rem !important;
}

.ps-xxl-0 {
	padding-left: 0 !important;
}

.ps-xxl-1 {
	padding-left: 0.25rem !important;
}

.ps-xxl-2 {
	padding-left: 0.5rem !important;
}

.ps-xxl-3 {
	padding-left: 1rem !important;
}

.ps-xxl-4 {
	padding-left: 1.5rem !important;
}

.ps-xxl-5 {
	padding-left: 3rem !important;
}

}

@media (min-width: 1800px) {

.bw-number {
	font-size: 220px;
}

}

@media (max-width: 1500px) {

.header-ctas .btn {
	font-size: 13px;
	padding: 8px;
	text-align: center;
}

}

@media (max-width: 1400px) {

.hero-content-wrapper--bw {
	min-height: 45vh;
}

.hero-bw {
	min-height: 45vh;
}

.hero-bw-container {
	min-height: 45vh;
}

}

@media (max-width: 1199px) {

.header-menu li a {
	font-size: 14px;
}

.header-ctas .btn {
	font-size: 11px;
}

.website-check-wrapper {
	padding: 10px;
}

.website-check-wrapper.isSuccess:after {
	right: -4%;
	transform: translateY(-50%) scale(0.4);
}

.website-check-wrapper.isError:after {
	right: -4%;
	transform: translateY(-50%) scale(0.4);
}

}

@media (max-width: 991px) {

.background-gradient:after {
	background-image: none;
	display: none;
}

.image-front-mobilehomescreen {
	width: 100%;
	height: auto;
}

.image-front-trainer {
	height: auto;
}

.promo:after {
	font-size: 16px;
}

.img-homescreen-animation {
	animation: imgHomescreenAnimationXs 8s ease-in-out infinite;
}

.bubble {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="329" height="235" viewBox="0 0 329 235" fill="none"><path d="M0 23.0975C0 10.3411 8.0403 0 17.9585 0H311.042C320.96 0 329 10.3411 329 23.0975V168.15C329 180.906 320.96 191.247 311.042 191.247H17.9585C8.0403 191.247 0 180.906 0 168.15V23.0975Z" fill="white"/><path d="M138 235L17.9585 191.247L65.8167 138.408L99 191.247L138 235Z" fill="white"/></svg>');
}

.bubble--how {
	position: relative;
	top: auto;
	right: 0;
	height: 220px;
	order: 0;
	width: 100%;
	background-size: 100%;
	margin-top: 40px;
	font-size: 13px;
	line-height: normal;
}

.bubble .subheading-main {
	font-size: 24px;
	margin-bottom: 10px;
}

.bubble br {
	display: none;
}

.bg-navy-stripe {
	background: #181935;
}

.modal {
	width: 90%;
	height: 350px;
	font-size: 24px;
}

.modal span {
	font-size: 28px;
}

.header-container {
	grid-template-columns: 20% 70% 10%;
}

.header-menu li a {
	font-size: 25px;
}

.header-menu {
	position: fixed;
	height: 110vh;
	background-color: #fff;
	width: 100%;
	top: 0;
	right: -100%;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s ease;
}

.header-menu.isOpen {
	right: 0;
}

.header-menu ul {
	flex-direction: column;
	align-items: center;
}

.header-logo {
	padding-left: 0;
}

.header-ctas {
	padding-left: 10px;
	gap: 10px;
}

.header-ctas > a:first-child {
	order: 2;
}

.header-ctas .btn {
	font-size: 12px;
}

.footer-column {
	align-items: center;
}

.footer-column ul {
	text-align: center;
}

body:has(.login-wrapper) {
	background-image: url(assets/images/bg_login_mobile.webp);
}

.login-wrapper {
	min-height: 93vh;
}

.login-wrapper form {
	padding-bottom: 100px;
}

.hero {
	padding-bottom: 0;
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
	background-image: none;
	padding-top: 0;
	margin-top: 20px;
	height: auto;
	font-size: 14px;
}

.hero-content-wrapper {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.hero-content-wrapper .heading-secondary {
	font-size: 20px;
}

.try {
	background-size: cover;
	background-position: center;
	padding: 75px 25px 0;
}

.try-text {
	text-align: center;
}

.try .btn {
	align-self: center;
}

.functions {
	margin-bottom: -25px;
	padding-bottom: 0;
}

.showoff .container-fluid:after {
	transform: scaleX(1.1);
	right: 30px;
}

.showoff-image {
	transform: translateX(20px);
}

.showoff .features-list-item--alt strong,
.showoff .heading-main--smallest {
	color: #fff;
}

.partners-logos {
	gap: 20px;
}

.partners-logos img {
	filter: grayscale(0%);
}

.testimonial-card {
	width: 90%;
}

.hero-content-wrapper--bw {
	grid-template-columns: 30% 40% 30%;
}

.hero-content-wrapper--bw {
	min-height: 35vh;
}

.hero-bw {
	min-height: 35vh;
}

.hero-bw-container {
	min-height: 35vh;
}

.bw-number {
	font-size: 10vw;
}

.bw-subheader {
	font-size: 1.5em;
}

.bw-subsubheader {
	font-size: 1em;
}

.subscription-table {
	display: none;
}

.subscription-column-price {
	font-size: 50px;
}

.subscription-column-item {
	height: auto;
	justify-content: flex-start;
}

.subscription-body-column {
	padding: 25px 15px;
}

.subscription-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.benefits-hero {
	min-height: 125vh;
	background-position: center;
}

.benefits-chart-2 {
	left: auto;
	right: 60px;
}

.benefits-chart-3 {
	bottom: 35%;
}

#excercise_mobile {
	transform: none;
}

#excercise_mobile.isAnimated {
	animation: excercise_mobile_scale_mobile 1s ease-in-out 0s forwards;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last,
.woocommerce form.register .form-row-first,
.woocommerce form.register .form-row-last {
	width: 100%;
}

}

@media (max-width: 768px) {

.bw-wide {
	display: none;
}

.hero-content-wrapper--bw {
	display: flex;
	flex-direction: column-reverse;
	padding-top: 25px;
}

.bw-number {
	font-size: 6em;
	margin-left: -30px;
}

}

@media (max-width: 767px) {

.heading-main {
	font-size: 30px;
}

.heading-main--smaller {
	font-size: 36px;
}

.heading-main .hero {
	font-size: 30px;
}

.accordion-item-container {
	padding-left: 15px;
}

#customer_details.isPaymentAllowed .col-1 {
	width: 100%;
}

#customer_details .col-2.not-allowed {
	width: 100%;
}

#customer_details .col-2 {
	width: 100%;
}

}

@media (max-width: 500px) {

.hero-content-wrapper--bw {
	display: none;
}

.hero-content-wrapper--bwmobile {
	display: block;
	height: 60vh;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.hero-bw-container {
	background: none;
}

.hero-bw-container {
	background-image: url(/wp-content/themes/makestronger/assets/images/blackweek_bg_mobile.jpg);
	min-height: 60vh;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.bw-text-mobile {
	display: inline-block;
	width: 50%;
}

.bw-button-wrapper {
	position: absolute;
	bottom: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.btn-blackweek {
	width: 260px;
}

}

@media print {

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-grid {
	display: grid !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: flex !important;
}

.d-print-inline-flex {
	display: inline-flex !important;
}

.d-print-none {
	display: none !important;
}

}

@keyframes placeholder {

0% {
	background-color: #eee;
}

50% {
	background-color: #ccc;
}

100% {
	background-color: #eee;
}

}

@keyframes makeImageScaleUp {

0% {
	transform: translate(-50%, -50%) scale(0.7);
}

50% {
	transform: translate(-50%, -50%) scale(1.1);
}

100% {
	transform: translate(-50%, -50%) scale(0.7);
}

}

@keyframes imgHomescreenAnimation {

0% {
	transform: rotateZ(-10deg) scale(1.1);
}

50% {
	transform: rotateZ(5deg) scale(1);
}

100% {
	transform: rotateZ(-10deg) scale(1.1);
}

}

@keyframes imgHomescreenAnimationXs {

0% {
	transform: rotateZ(-10deg) scale(1);
}

50% {
	transform: rotateZ(5deg) scale(0.9);
}

100% {
	transform: rotateZ(-10deg) scale(1);
}

}

@keyframes background--make {

0% {
	background-size: 80%;
}

50% {
	background-size: 100%;
}

100% {
	background-size: 80%;
}

}

@keyframes isFading {

0% {
	opacity: 0.2;
}

50% {
	opacity: 0.8;
}

100% {
	opacity: 0.2;
}

}

@keyframes showoff-image {

0% {
	transform: translateX(100%);
}

100% {
	transform: translateX(12px);
}

}

@keyframes hero-image {

0% {
	transform: translateY(100%);
}

100% {
	transform: translateY(0);
}

}

@keyframes excercise_mobile_scale {

0% {
	transform: scale(1) translateY(37%);
	transform-origin: bottom;
}

100% {
	transform: scale(2) translateY(37%);
	transform-origin: bottom;
}

}

@keyframes excercise_mobile_scale_mobile {

0% {
	transform: scale(0.3) translateY(3%);
	transform-origin: center;
}

100% {
	transform: scale(1.3) translateY(3%);
	transform-origin: center;
}

}

@keyframes laptop_reversed {

0% {
	transform: translateX(-100%);
}

100% {
	transform: translateX(0);
}

}

@keyframes scale-up {

0% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}

}

@keyframes chart-3-stroke {

0% {
	stroke-dashoffset: 520px;
	stroke-dasharray: 520px;
}

100% {
	stroke-dashoffset: 0px;
	stroke-dasharray: 520px;
}

}

@keyframes chart-2-stroke-blue {

0% {
	stroke-dasharray: 520px;
	stroke-dashoffset: -520px;
}

100% {
	stroke-dasharray: 520px;
	stroke-dashoffset: 0;
}

}

@keyframes chart-2-stroke-purple {

0% {
	stroke-dasharray: 550px;
	stroke-dashoffset: -550px;
}

100% {
	stroke-dasharray: 550px;
	stroke-dashoffset: 0;
}

}

@keyframes measurements-image {

0% {
	transform: translateY(100%);
}

100% {
	transform: translateY(6%);
}

}

@keyframes image-perspective-animation {

0% {
	transform: translateY(100%);
}

100% {
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
