@charset "UTF-8";
/*!
Theme Name: TwoTen Blocks
Theme URI: http://underscores.me/
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten-blocks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "ABC Favorit Extended";
  src: url("../assets/fonts/ABCFavoritExtendedVariable-Trial.woff2") format("woff2"), url("../assets/fonts/ABCFavoritExtendedVariable-Trial.woff") format("woff"), url("../assets/fonts/ABCFavoritExtendedVariable-Trial.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1,
h2,
h3 {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  letter-spacing: 2px;
  font-weight: 700;
}

h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 12px 0px 10px 0px;
  line-height: 1.5rem;
  font-size: 1.3rem;
}

h4 {
  font-weight: 400;
  letter-spacing: 2px;
  margin: 12px 0px 10px 0px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: Georgia, Serif;
}

h5 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0px 8px 0px;
  line-height: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.product-title h3 {
  padding: 20px 0px;
  font-weight: 500;
}

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

h4.quote {
  color: #eabc27;
  font-style: italic;
}

body {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
  font-size: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

a {
  color: #2a5adb;
}

.text-blue {
  color: #2a5adb;
}

.text-green {
  color: #7ec07c;
}

.text-yellow {
  color: #eabc27;
}

/* Elements
--------------------------------------------- */
body {
  background: black;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #2a5adb;
  text-decoration: none;
  font-weight: 500;
}
a:visited {
  color: #2a5adb;
}
a:hover, a:focus, a:active {
  color: #2a5adb;
  opacity: 0.8;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  font-weight: bold;
  border: none;
  border-radius: 0px;
  color: #fff;
  line-height: 1;
  padding: 1em;
  transition: 0.3s;
  background-color: #2a5adb;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  filter: brightness(1);
  cursor: pointer;
  opacity: 1;
}
button:active, button:focus, button:visited,
.button:active,
.button:focus,
.button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited,
.components-button:active,
.components-button:focus,
.components-button:visited {
  color: #fff;
}
button.btn-green,
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #7ec07c;
}
button.btn-yellow,
.button.btn-yellow,
input[type=button].btn-yellow,
input[type=reset].btn-yellow,
input[type=submit].btn-yellow,
.components-button.btn-yellow {
  background-color: #eabc27;
}
button.btn-blue,
.button.btn-blue,
input[type=button].btn-blue,
input[type=reset].btn-blue,
input[type=submit].btn-blue,
.components-button.btn-blue {
  background-color: #2a5adb;
}
button.btn-white,
.button.btn-white,
input[type=button].btn-white,
input[type=reset].btn-white,
input[type=submit].btn-white,
.components-button.btn-white {
  background-color: #fff;
  color: #2a5adb;
  height: 100%;
}
button.btn-secondary,
.button.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary,
.components-button.btn-secondary {
  font-size: 0.8rem;
}

.cart-btn {
  font-size: 0.8rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
  color: #fff;
}
.cart-btn:hover {
  filter: saturate(5);
  cursor: pointer;
  color: #fff;
}

.simple-btn {
  font-size: 1rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
}

.yellow-btn {
  background-color: #eabc27 !important;
}

.btn {
  background: #7ec07c;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn.yellow-btn {
  background-color: #eabc27 !important;
  color: #000;
}
.btn.yellow-btn:visited {
  color: #000;
}

.stand-alone-cart-btn {
  width: 100%;
}

.coupon button {
  background-color: transparent;
  padding: 12px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.8rem;
}
.coupon button:hover {
  background-color: #000;
  color: #fff;
}

#place_order {
  background: #7ec07c;
  width: 100%;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

.block-heading {
  font-family: "ABC Favorit Extended", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1.5px;
  color: #000;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .block-heading {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  padding: 0 32px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-pill svg {
  display: block;
  width: 24px;
  height: 12px;
}
.btn-pill--white {
  background: #fff;
  color: #000;
}
.btn-pill--white:visited {
  color: #000;
}
.btn-pill--white:hover {
  background: rgba(255, 255, 255, 0.85);
}
.btn-pill--black {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
}
.btn-pill--black:visited {
  color: #fff;
}
.btn-pill--black:hover {
  background: #000;
}

.btn-microcopy {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 20px 0 0;
}

body {
  font-size: 30px;
  max-width: 100%;
  overflow-x: hidden;
  background: #f0f0f0;
}

.page,
.post {
  margin: 0 !important;
}

ul {
  padding: 0 3rem;
  margin: 0 0 2em 0;
}

.wp-block-columns.is-layout-flex {
  gap: 4em;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.bg-image {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.red {
  color: #cc1921;
  margin: 0;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.columns .col:first-child {
  flex: 0 0 66%;
  display: flex;
  flex-direction: column;
}
.columns .col:last-child {
  width: 100%;
}
.columns .col:last-child img {
  width: 100%;
}

.g {
  display: grid;
  gap: 80px;
}
@media (max-width: 1000px) {
  .g {
    gap: 40px;
  }
}
@media (max-width: 820px) {
  .g {
    gap: 80px;
  }
}

.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .g-2 {
    grid-template-columns: 1fr;
  }
}

.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .g-3 {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

.g-auto {
  display: grid;
  grid-template-areas: "media detail detail";
  grid-template-columns: 260px;
  grid-auto-columns: 260px;
  gap: 0;
}

.f {
  display: flex !important;
}

.f-auto {
  flex-wrap: wrap;
}

.fc {
  flex-direction: column;
}

.fr {
  flex-direction: row;
}
@media (max-width: 768px) {
  .fr.fr-mobile {
    flex-direction: column;
  }
}

.gap-1 {
  gap: 30px;
}

.gap-2 {
  gap: 40px;
}

.gap-3 {
  gap: 80px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 240px;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

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

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

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

.jc-e {
  justify-content: end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

.as-stretch {
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .w-50.w-mobile {
    width: 100%;
  }
}

.w-66 {
  width: 66%;
}
@media (max-width: 768px) {
  .w-66.w-mobile {
    width: 100%;
  }
}

.w-33 {
  width: 33%;
}
@media (max-width: 768px) {
  .w-33.w-mobile {
    width: 100%;
  }
}

.w-25 {
  width: 25%;
}
@media (max-width: 768px) {
  .w-25.w-mobile {
    width: 100%;
  }
}

.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20.w-mobile {
    width: 100%;
  }
}

.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10.w-mobile {
    width: 100%;
  }
}

.w-5 {
  width: 5%;
}
@media (max-width: 768px) {
  .w-5.w-mobile {
    width: 100%;
  }
}

.w-1 {
  width: 1%;
}
@media (max-width: 768px) {
  .w-1.w-mobile {
    width: 100%;
  }
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

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

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

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

.pt-1 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 60px;
}

.pt-4 {
  padding-top: 80px;
}

.pt-5 {
  padding-top: 120px;
}

.pt-6 {
  padding-top: 180px;
}

.pt-7 {
  padding-top: 240px;
}

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

.pb-1 {
  padding-bottom: 30px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 60px;
}

.pb-4 {
  padding-bottom: 80px;
}

.pb-5 {
  padding-bottom: 120px;
}

.pb-6 {
  padding-bottom: 180px;
}

.pb-7 {
  padding-bottom: 240px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 30px;
}

.p-2 {
  padding: 40px;
}

.p-3 {
  padding: 60px;
}

.p-4 {
  padding: 80px;
}

.p-5 {
  padding: 120px;
}

.p-6 {
  padding: 180px;
}

.p-7 {
  padding: 240px;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-0 {
  margin-left: 0;
}

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

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

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

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

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

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

.mr-0 {
  margin-right: 0;
}

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

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

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

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

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

.container,
.wp-block-columns {
  max-width: 1600px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 880px) {
  .container,
  .wp-block-columns {
    padding: 0 20px !important;
  }
}
.container.f.reverse,
.wp-block-columns.f.reverse {
  flex-direction: row-reverse;
}

.full-container {
  margin: 0px 30px;
}
@media (max-width: 880px) {
  .full-container {
    margin: 0 20px;
  }
}

@media (min-width: 820.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(38, 45, 68, 0.7); /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: none;
  }
}

/* Modal Content/Box */
.modal-content {
  background-color: none;
  margin: 7% auto;
  width: 80%;
  color: unset;
  padding: 30px;
  max-width: 800px;
  box-shadow: 80px 80px 150px rgba(0, 0, 0, 0.8);
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
.modal-content .modal-inner {
  padding: 30px;
  font-family: "Albra Grotesk";
}
.modal-content .modal-inner p {
  font-size: 0.8rem;
}
.modal-content .modal-inner .editor {
  margin-bottom: 80px;
}
.modal-content .modal-inner .two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.modal-content .modal-inner .wpcf7-acceptance {
  font-size: 0.6rem !important;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0px;
  }
}

/* The Close Button */
.wc-block-checkout,
.wc-block-cart {
  margin-top: 4rem !important;
}
.wc-block-checkout h2,
.wc-block-cart h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-spacing: 0px !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
header::before {
  content: "";
  position: absolute;
  inset: 0 0 -40px 0;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.991) 55%, rgba(0, 0, 0, 0.942) 60%, rgba(0, 0, 0, 0.837) 65%, rgba(0, 0, 0, 0.683) 70%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.317) 80%, rgba(0, 0, 0, 0.163) 85%, rgba(0, 0, 0, 0.058) 90%, rgba(0, 0, 0, 0.009) 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.991) 55%, rgba(0, 0, 0, 0.942) 60%, rgba(0, 0, 0, 0.837) 65%, rgba(0, 0, 0, 0.683) 70%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.317) 80%, rgba(0, 0, 0, 0.163) 85%, rgba(0, 0, 0, 0.058) 90%, rgba(0, 0, 0, 0.009) 95%, transparent 100%);
}
header a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
}
header a:visited {
  color: #000;
}
header .header-container {
  padding: 0px;
  height: 100px;
  position: relative;
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
header .header-container .site-branding img {
  width: 100%;
  min-width: 230px;
  margin-top: 10px;
  image-rendering: -webkit-optimize-contrast;
  height: 25px;
  object-fit: contain;
  object-position: left center;
  filter: invert(1);
  transition: filter 0.3s ease;
}
header .header-container ul#primary {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}
header .header-container ul#primary li {
  list-style: none;
}
header .header-container ul#primary .home-hero__btn--primary {
  list-style: none;
}
header .header-container ul#primary .home-hero__btn--primary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  padding: 0 24px;
  border-radius: 40px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  transition: all 0.3s ease;
}
header .header-container ul#primary .home-hero__btn--primary a:hover {
  background: #000;
}
header .header-container ul#primary .home-hero__btn--primary a:visited {
  color: #fff;
}

body {
  padding-top: 100px;
}

@media (min-width: 1238.1px) {
  .mobile-nav {
    display: none !important;
  }
  .hamburger {
    display: none !important;
  }
}
header.header--over-dark .header-container .site-branding img {
  filter: none;
}
header.header--over-dark ul#primary > li:not(.menu-item-has-children):not(.nav-signup):not(.home-hero__btn--primary) > a {
  color: #fff;
}
header.header--over-dark ul#primary > li:not(.menu-item-has-children):not(.nav-signup):not(.home-hero__btn--primary) > a:visited {
  color: #fff;
}
header.header--over-dark ul#primary .home-hero__btn--primary a {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
header.header--over-dark ul#primary .home-hero__btn--primary a:visited {
  color: #000;
}
header.header--over-dark ul#primary .home-hero__btn--primary a:hover {
  background: #fff;
}

header.header--menu-open::before {
  inset: 0;
  background: #f0f0f0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  mask-image: none;
  -webkit-mask-image: none;
}
header.header--menu-open.header--over-dark .header-container .site-branding img {
  filter: invert(1);
}
header.header--menu-open.header--over-dark ul#primary .home-hero__btn--primary a {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
header.header--menu-open.header--over-dark ul#primary .home-hero__btn--primary a:visited {
  color: #fff;
}
header.header--menu-open.header--over-dark ul#primary .home-hero__btn--primary a:hover {
  background: #000;
}

body.fixed {
  overflow: hidden;
}

@media (max-width: 1238px) {
  header .header-container {
    width: calc(100% - 40px);
    position: relative;
    z-index: 999;
  }
  .main-navigation {
    margin-left: auto;
  }
  header .header-container ul#primary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
  header .header-container ul#primary > li {
    display: none;
    list-style: none;
  }
  header .header-container ul#primary > li.home-hero__btn--primary {
    display: block;
  }
  header .header-container .hamburger {
    display: inline-flex;
    margin-left: 15px;
    flex-shrink: 0;
  }
  .mobile-nav {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #f0f0f0;
    padding: 12px 20px 80px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-nav li {
    list-style: none;
  }
  .mobile-nav a {
    color: #000;
    text-decoration: none;
  }
  .mobile-nav a:visited {
    color: #000;
  }
  .mobile-nav #mobile-primary > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .mobile-nav #mobile-primary > li > a {
    flex: 1;
    font-size: 24px;
    line-height: 1.2;
    padding: 18px 0;
  }
  .mobile-nav #mobile-primary > li.home-hero__btn--primary {
    display: none;
  }
  .mobile-nav .sub-menu {
    display: none;
    width: 100%;
    padding: 0 0 18px;
  }
  .mobile-nav li.is-sub-open > .sub-menu {
    display: block;
  }
  .mobile-nav .sub-menu a {
    display: block;
    font-size: 16px;
    line-height: 38px;
  }
  .mobile-nav .sub-menu .menu-item-has-children > a {
    font-weight: 600;
    margin-top: 6px;
  }
  .mobile-nav .sub-menu .sub-menu {
    display: block;
    padding: 0 0 4px 16px;
  }
  .mobile-nav .mob-sub-toggle {
    background: none;
    border: none;
    padding: 18px 10px 18px 30px;
    cursor: pointer;
  }
  .mobile-nav .mob-sub-toggle::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.3s ease;
  }
  .mobile-nav li.is-sub-open > .mob-sub-toggle::after {
    transform: rotate(225deg) translateY(-3px);
  }
}
@media (max-width: 620px) {
  header .header-container .site-branding img {
    min-width: 140px;
    height: 17px;
    margin-top: 6px;
  }
  header .header-container ul#primary .home-hero__btn--primary a {
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }
}
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(225, 225, 225, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
  transition: background-color 0.3s ease;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  background-color: rgba(215, 215, 215, 0.9);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/* Desktop mega menu — pills with dark dropdown panels (see Figma nav states frame) */
@media (min-width: 1238.1px) {
  header .header-container .main-navigation {
    flex: 1;
    margin-left: 40px;
  }
  header .header-container ul#primary {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .header-container ul#primary > li.home-hero__btn--primary {
    margin-left: -9px;
  }
  header .header-container ul#primary > li {
    position: relative;
    list-style: none;
  }
  header .header-container ul#primary > li > a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  header .header-container ul#primary > li.menu-item-has-children:first-child {
    position: absolute;
    top: 50%;
    right: calc(50% + 9px);
    margin-top: -22.5px;
  }
  header .header-container ul#primary > li.menu-item-has-children:first-child + li.menu-item-has-children {
    position: absolute;
    top: 50%;
    left: calc(50% + 9px);
    margin-top: -22.5px;
  }
  header .header-container ul#primary > li.menu-item-has-children + li:not(.menu-item-has-children) {
    margin-left: auto;
  }
  header .header-container ul#primary > li.nav-signup > a {
    height: 45px;
    padding: 0 24px;
    border-radius: 100px;
    background: rgba(225, 225, 225, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: background 0.3s ease;
  }
  header .header-container ul#primary > li.nav-signup > a:hover {
    background: rgba(215, 215, 215, 0.9);
  }
  header .header-container ul#primary > li.menu-item-has-children > a {
    gap: 14px;
    height: 45px;
    padding: 0 20px 0 24px;
    border-radius: 100px;
    background: rgba(225, 225, 225, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: background 0.3s ease, color 0.3s ease;
  }
  header .header-container ul#primary > li.menu-item-has-children > a::after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='black' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  header .header-container ul#primary > li.menu-item-has-children:hover > a, header .header-container ul#primary > li.menu-item-has-children:focus-within > a {
    background: #000;
    color: #fff;
  }
  header .header-container ul#primary > li.menu-item-has-children:hover > a::after, header .header-container ul#primary > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E");
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu {
    position: fixed;
    top: 94px;
    left: 50%;
    z-index: 998;
    margin: 0;
    list-style: none;
    background: #000;
    border-radius: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    padding: 28px 33px;
    min-width: 596px;
    min-height: 355px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 6px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu::after {
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    height: 22px;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(var(--notch-x, 50%) - 11px);
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu li {
    list-style: none;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 32px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a:visited {
    color: rgba(255, 255, 255, 0.7);
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a::after {
    content: "";
    width: 14px;
    height: 8px;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0 4H12.5M9.5 1L13 4L9.5 7' stroke='white' stroke-width='1.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.2s ease;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a:hover, header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a:focus {
    color: #fff;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a:hover::after, header .header-container ul#primary > li.menu-item-has-children > .sub-menu > li > a:focus::after {
    opacity: 1;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu.has-media {
    padding-right: 337px;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu .menu-media {
    position: absolute;
    top: 18px;
    right: 16px;
    bottom: 18px;
    width: 271px;
    border-radius: 10px;
    overflow: hidden;
    background: #292828;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu .menu-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
  }
  header .header-container ul#primary > li.menu-item-has-children > .sub-menu .menu-media.menu-media--contain img {
    object-fit: contain;
    padding: 56px 44px;
  }
  header .header-container ul#primary > li.menu-item-has-children:hover > .sub-menu,
  header .header-container ul#primary > li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}
footer.site-footer {
  background: #000;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
footer.site-footer .footer-cta {
  text-align: center;
  padding: 180px 0 120px;
}
footer.site-footer .footer-cta .block-heading {
  color: #fff;
}
footer.site-footer .footer-cta__microcopy {
  color: #fff;
  text-align: center;
}
footer.site-footer .footer-cta__btn {
  display: flex;
  justify-content: center;
}
footer.site-footer .footer-cta__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 0 32px;
  border-radius: 40px;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
}
footer.site-footer .footer-cta__btn a:hover {
  background: rgba(255, 255, 255, 0.9);
}
footer.site-footer .footer-cta__btn a:visited {
  color: #000;
}
footer.site-footer .footer-brand {
  overflow: hidden;
  white-space: nowrap;
  padding: 60px 0;
}
footer.site-footer .footer-brand__text {
  font-family: "ABC Favorit Extended", sans-serif;
  font-weight: 400;
  font-size: 20vw;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #242424;
  display: inline-block;
  will-change: transform;
}
footer.site-footer .footer-contacts {
  display: flex;
  gap: 100px;
  padding: 0 30px 40px;
}
footer.site-footer .footer-contacts__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.site-footer .footer-contacts__item .footer-contacts__label {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
footer.site-footer .footer-contacts__item a {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
footer.site-footer .footer-contacts__item a:visited {
  color: #fff;
}
footer.site-footer .footer-contacts__item a:hover {
  opacity: 0.8;
}
footer.site-footer .footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 30px;
}
footer.site-footer .footer-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  color: #fff;
}
footer.site-footer .footer-bar__inner span,
footer.site-footer .footer-bar__inner a {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
footer.site-footer .footer-bar__inner span:hover,
footer.site-footer .footer-bar__inner a:hover {
  opacity: 0.8;
}
footer.site-footer .footer-bar__inner span:visited,
footer.site-footer .footer-bar__inner a:visited {
  color: #fff;
}
footer.site-footer .footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer.site-footer .footer-legal a,
footer.site-footer .footer-legal .footer-legal__settings {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  transition: color 0.2s ease;
}
footer.site-footer .footer-legal a:visited,
footer.site-footer .footer-legal .footer-legal__settings:visited {
  color: rgba(255, 255, 255, 0.7);
}
footer.site-footer .footer-legal a:hover,
footer.site-footer .footer-legal .footer-legal__settings:hover {
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  footer.site-footer .footer-cta {
    padding: 60px 0 40px;
  }
  footer.site-footer .footer-brand__text {
    font-size: 30vw;
  }
  footer.site-footer .footer-contacts {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 32px;
  }
  footer.site-footer .footer-bar {
    padding: 20px;
  }
  footer.site-footer .footer-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  footer.site-footer .footer-legal {
    flex-wrap: wrap;
    gap: 14px 20px;
  }
}

.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.3s ease;
}
.whatsapp-button svg {
  width: 26px;
  height: 26px;
  display: block;
}
.whatsapp-button:visited {
  color: #fff;
}
.whatsapp-button:hover {
  background: #25d366;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 520px) {
  .whatsapp-button {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
  }
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9998;
  max-width: 420px;
  background: #000;
  color: #fff;
  border-radius: 15px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner .cookie-banner__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.cookie-banner .cookie-banner__text a {
  color: #fff;
  text-decoration: underline;
}
.cookie-banner .cookie-banner__text a:visited {
  color: #fff;
}
.cookie-banner .cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-banner .cookie-banner__btn {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  height: 42px;
  padding: 0 22px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.cookie-banner .cookie-banner__btn--accept {
  background: #fff;
  color: #000;
  border: none;
}
.cookie-banner .cookie-banner__btn--accept:hover {
  background: rgba(255, 255, 255, 0.85);
}
.cookie-banner .cookie-banner__btn--essential {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.cookie-banner .cookie-banner__btn--essential:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 520px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilitiespto
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 30px;
  overflow-x: hidden;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.red {
  color: #cc1921;
  margin: 0;
}

.g {
  display: grid;
}

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

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

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

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

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

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

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

.f {
  display: flex;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

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

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

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

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

.as-stretch {
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.w-1 {
  width: 1%;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

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

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-0 {
  margin-left: 0;
}

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

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

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

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

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

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

.mr-0 {
  margin-right: 0;
}

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

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

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

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

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

.container {
  padding: 20px;
  max-width: 1340px;
  margin: 0 auto;
}

.tutor-single .tutor-img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .tutor-single .columns {
    display: flex;
    gap: 20px;
  }
  .tutor-single .columns .col:first-child {
    flex: 0 0 33%;
  }
}
@media (max-width: 620px) {
  .tutor-single .columns {
    display: flex;
    flex-direction: column;
  }
}

body {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Scroll animations
--------------------------------------------------------------*/
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1.6s;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: none;
}
.fade-in-up.fade-in-only {
  transform: none;
}

.error-404.not-found {
  height: 63vh;
}
.error-404.not-found .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  text-align: center;
}
.error-404.not-found .container h2 {
  font-family: "ABC Favorit Extended", sans-serif;
  font-weight: 300;
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -2.25px;
  color: #fff;
  margin: 0;
}
.error-404.not-found .container h3 {
  text-transform: none;
  font-weight: 100;
}

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