/*!
Theme Name: TheInvisibleBackpack
Theme URI: http://underscores.me/
Author: BuiltByLove
Author URI: https://builtbylove.com/
Description: theinvisiblebackpack  built by love
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bblS
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.

theinvisiblebackpack 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Katibeh&display=swap");
.bbl-container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .bbl-container {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .bbl-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.bbl-header-container {
  max-width: 1920px;
  margin-right: 60px;
  margin-left: 60px;
}
@media screen and (min-width: 2040px) {
  .bbl-header-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1360px) {
  .bbl-header-container {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .bbl-header-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.bbl-container-sm {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .bbl-container-sm {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bbl-container-sm {
    margin-right: 16px;
    margin-left: 16px;
  }
}

/*--------------------------------------------------------------
# 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: #656565;
  font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-family: "Katibeh", serif;
  font-style: normal;
  font-weight: 400;
}

h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFFFFF;
  padding-top: 94px;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1020px) {
  body {
    padding-top: 84px;
  }
}
@media screen and (max-width: 550px) {
  body {
    padding-top: 52px;
  }
}

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%;
  display: flex;
}

svg {
  display: flex;
}

figure {
  margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
  display: inline-flex;
  text-decoration: none;
  transition: color 0.3s linear;
}
a:hover {
  transition: color 0.3s linear;
}

/* Forms
--------------------------------------------- */
.red-btn, .red-btn-wp a {
  border-radius: 8px;
  background: #C11F62;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.red-btn svg, .red-btn-wp a svg {
  display: flex;
}
.red-btn:hover, .red-btn-wp a:hover {
  background: #E64D8D;
  transition: background 0.3s linear;
}

.pink-btn, .pink-btn-wp a {
  border-radius: 8px;
  background: #E64D8D;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.pink-btn svg, .pink-btn-wp a svg {
  display: flex;
}
.pink-btn:hover, .pink-btn-wp a:hover {
  background: #C11F62;
  transition: background 0.3s linear;
}
@media screen and (max-width: 768px) {
  .pink-btn, .pink-btn-wp a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 550px) {
  .pink-btn, .pink-btn-wp a {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .pink-btn-wp {
    width: 100%;
  }
}

.white-btn, .white-btn-wp a {
  border-radius: 8px;
  background: #FFF;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  color: #2A2326;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.white-btn svg, .white-btn-wp a svg {
  display: flex;
}
.white-btn:hover, .white-btn-wp a:hover {
  background: #EBF5FF;
  transition: background 0.3s linear;
}
@media screen and (max-width: 768px) {
  .white-btn, .white-btn-wp a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 550px) {
  .white-btn, .white-btn-wp a {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .white-btn-wp {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1021px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.bbl-sticky-header .site-header {
  background: #FFF;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #FFF;
}
.site-header .mobile-menu-logo,
.site-header .menu-close {
  display: none;
}
.site-header .red-btn {
  padding: 9px 20px;
  width: 168px;
}
@media screen and (max-width: 1200px) {
  .site-header .red-btn {
    width: auto;
  }
}
.site-header .header-container {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .site-header .header-container {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1020px) {
  .site-header .header-container .main-navigation {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .header-container .main-navigation .red-btn {
    display: flex;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1020px) and (max-width: 550px) {
  .site-header .header-container .main-navigation .red-btn {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .site-header .header-container .main-navigation .red-btn.show-mob-menu {
    display: none;
  }
}
.site-header .header-logo-wrapper .header-logo {
  display: flex;
}
.site-header .header-logo-wrapper .header-logo img {
  display: flex;
  max-width: 168px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .site-header .header-logo-wrapper .header-logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1020px) {
  .site-header .header-logo-wrapper .header-logo img {
    max-width: 168px;
  }
}
@media screen and (max-width: 550px) {
  .site-header .header-logo-wrapper .header-logo img {
    max-width: 130px;
  }
}
.site-header .header-menu {
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .site-header .header-menu {
    gap: 20px;
  }
}
.site-header .header-menu > li.current-menu-item > a {
  color: #E64D8D;
}
.site-header .header-menu > li.current-menu-item > a:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-header .header-menu > li.current-menu-item > a:hover {
  color: #E64D8D;
  transition: color 0.3s linear;
}
.site-header .header-menu li > ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 264px;
}
.site-header .header-menu li.menu-item-has-children > a {
  align-items: center;
  gap: 4px;
}
.site-header .header-menu li.menu-item-has-children > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(./assets/chevron-down.svg) no-repeat;
  background-size: contain;
}
.site-header .header-menu li.menu-item-has-children > .sub-menu {
  flex-flow: column;
  gap: 2px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(14, 12, 25, 0.1);
  padding: 12px;
}
.site-header .header-menu li.menu-item-has-children > .sub-menu li a {
  font-size: 16px;
  line-height: 177%;
  padding: 4px 16px;
  letter-spacing: -0.48px;
}
.site-header .header-menu li.menu-item-has-children > .sub-menu li a:hover {
  color: #D64F19;
  transition: color 0.3s linear;
}
.site-header .header-menu li.menu-item-has-children > .sub-menu li.current-menu-item a {
  color: #EC632C;
  border-left: 1px solid #EC632C;
  padding-left: 15px;
  box-sizing: border-box;
}
.site-header .header-menu li.menu-item-has-children > .sub-menu li.current-menu-item a:hover {
  color: #D64F19;
  transition: color 0.3s linear;
}
.site-header .header-menu li.menu-item-has-children:hover .sub-menu {
  left: 0;
}
.site-header .header-menu li a {
  display: flex;
  color: #2A2326;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
.site-header .header-menu li a:hover {
  color: #E64D8D;
  transition: color 0.3s linear;
}
.site-header .red-btn.show-mob,
.site-header .red-btn.show-mob-menu {
  display: none;
}
@media screen and (max-width: 1020px) {
  .site-header .red-btn {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .menu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F9FAFB;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
  }
  .menu-toggle svg {
    display: flex;
  }
  .mobile-menu-opened .mobile-menu-logo,
  .mobile-menu-opened .menu-close,
  .mobile-menu-opened .site-header .header-container .main-navigation .red-btn.show-mob-menu {
    display: flex;
  }
  .mobile-menu-opened .site-header .header-container .main-navigation .red-btn.show-mob-menu {
    margin-right: 0;
    margin-top: auto;
  }
  .mobile-menu-opened .menu-close {
    cursor: pointer;
    justify-content: center;
    position: absolute;
    top: 22px;
    right: 16px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F9FAFB;
  }
}
@media screen and (max-width: 1020px) and (max-width: 550px) {
  .mobile-menu-opened .menu-close {
    top: 8px;
  }
}
@media screen and (max-width: 1020px) {
  .mobile-menu-opened .mobile-menu-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    padding: 20px 16px;
    z-index: 99999;
    display: flex;
    flex-flow: column;
  }
}
@media screen and (max-width: 1020px) and (max-width: 550px) {
  .mobile-menu-opened .mobile-menu-wrapper {
    padding: 8px 16px 60px 16px;
  }
}
@media screen and (max-width: 1020px) {
  .mobile-menu-opened .mobile-menu-logo a {
    display: flex;
    justify-content: center;
  }
  .mobile-menu-opened .mobile-menu-logo a img {
    display: flex;
    max-width: 168px;
    height: auto;
  }
}
@media screen and (max-width: 1020px) and (max-width: 550px) {
  .mobile-menu-opened .mobile-menu-logo a img {
    max-width: 130px;
  }
}
@media screen and (max-width: 1020px) {
  .mobile-menu-opened .header-menu-container .header-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px;
    margin-top: 38px;
  }
  .mobile-menu-opened .header-menu-container .header-menu li {
    width: 100%;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a {
    display: flex;
    justify-content: center;
    padding: 12px;
    color: #2A2326;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border-radius: 12px;
    transition: color 0.3s linear, background 0.3s linear;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a:hover {
    color: #E64D8D;
    background: #FFDEEB;
    transition: color 0.3s linear, background 0.3s linear;
  }
  .mobile-menu-opened .header-menu-container .header-menu li.current-menu-item a {
    color: #E64D8D;
    background: #FFDEEB;
    transition: color 0.3s linear, background 0.3s linear;
  }
  .mobile-menu-opened .header-menu-container .header-menu li.menu-item-has-children > ul {
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 14px;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #E8E8E8;
  }
  .mobile-menu-opened .header-menu-container .header-menu li.menu-item-has-children > a::after {
    width: 18px;
    height: 18px;
    background: url(./assets/chevron-down-mob.svg) no-repeat;
    background-size: contain;
  }
}
.site-footer {
  background-color: #F9FAFB;
  background-image: url("./assets/footer-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 45px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer {
    padding-top: 37px;
    background-image: url("./assets/footer-bg-mob.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
.site-footer .footer-navigation-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 200px;
  margin-bottom: 78px;
}
.site-footer .footer-navigation-row h2 {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Inter";
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-navigation-row h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-navigation-row {
    gap: 150px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-navigation-row {
    gap: 80px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .footer-navigation-row {
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 34px;
  }
}
.site-footer .footer-navigation-row .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.site-footer .footer-navigation-row .menu li a {
  display: flex;
  justify-content: center;
  color: #2A2326;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.site-footer .footer-navigation-row .menu li a:hover {
  color: #E64D8D;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-navigation-row .menu li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .footer-navigation-row .footer-col-1, .site-footer .footer-navigation-row .footer-col-2, .site-footer .footer-navigation-row .footer-col-3 {
    width: 100%;
  }
}
.site-footer .footer-col-4 {
  text-align: center;
}
.site-footer .footer-col-4 figure {
  margin-bottom: 127px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-col-4 figure {
    margin-bottom: 24px;
  }
  .site-footer .footer-col-4 figure img {
    max-width: 90px;
    height: auto;
  }
}
.site-footer .footer-bottom-row {
  padding-top: 21px;
  padding-bottom: 21px;
  border-top: 1px solid #DFDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #656565;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-bottom-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer .footer-bottom-row .privacy-menu {
  display: flex;
  gap: 5px;
}
.site-footer .footer-bottom-row .privacy-menu a {
  display: flex;
  position: relative;
  gap: 5px;
  color: #656565;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.site-footer .footer-bottom-row .privacy-menu a:hover {
  color: #E64D8D;
}
.site-footer .footer-bottom-row .privacy-menu a::before {
  content: "|";
}

/* Posts and pages
--------------------------------------------- */
.home-top-section {
  margin-top: 20px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 156px;
}
@media screen and (max-width: 1024px) {
  .home-top-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home-top-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.home-top-section .row {
  gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .home-top-section .row {
    gap: 32px;
  }
}
@media screen and (max-width: 650px) {
  .home-top-section .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-top-section .row .col-text {
  width: 540px;
  margin-left: 60px;
}
@media screen and (max-width: 1120px) {
  .home-top-section .row .col-text {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .home-top-section .row .col-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .home-top-section .row .col-text {
    width: 100%;
    padding-bottom: 0;
    margin-right: 20px;
  }
}
.home-top-section .row figure {
  margin: 0;
  width: 517px;
}
@media screen and (max-width: 650px) {
  .home-top-section .row figure {
    width: 100%;
  }
}
.home-top-section h1 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
  max-width: 442px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .home-top-section h1 {
    font-size: 60px;
    max-width: 370px;
  }
}
@media screen and (max-width: 800px) {
  .home-top-section h1 {
    font-size: 50px;
    max-width: 305px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-section h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
    /* 95% */
    max-width: 245px;
  }
}
.home-top-section h1::after {
  content: "";
  width: 78px;
  height: 32px;
  display: flex;
  background: url(./assets/arrows.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: -89px;
}
@media screen and (max-width: 1120px) {
  .home-top-section h1::after {
    width: 60px;
    height: 24px;
    top: 24px;
    right: -65px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-section h1::after {
    top: 16px;
  }
}
.home-top-section p {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .home-top-section p {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }
}

.img-left-section {
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .img-left-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .img-left-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .img-left-section {
    margin-bottom: 60px;
  }
}
.img-left-section .wp-block-group {
  gap: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .img-left-section .wp-block-group {
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .img-left-section .wp-block-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.img-left-section .wp-block-group .col-text {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .img-left-section .wp-block-group .col-text {
    width: 100%;
    padding-bottom: 0;
  }
}
.img-left-section .wp-block-group figure {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .img-left-section .wp-block-group figure {
    width: 100%;
  }
}
.img-left-section h2,
.img-left-section h1 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .img-left-section h2,
  .img-left-section h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .img-left-section h2,
  .img-left-section h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .img-left-section h2,
  .img-left-section h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.img-left-section h4 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.img-left-section p {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .img-left-section p {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }
}

.home-third-section h4 {
  font-family: "Inter";
  margin: 0;
  margin-bottom: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.home-third-section p {
  color: #656565;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 788px;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 768px) {
  .home-third-section p {
    font-size: 16px;
    line-height: 150%;
  }
}

.home-top-section--third-section {
  margin-top: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .home-top-section--third-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home-top-section--third-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .home-top-section--third-section {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.home-top-section--third-section .row {
  gap: 26px;
}
@media screen and (max-width: 650px) {
  .home-top-section--third-section .row {
    gap: 30px;
  }
}
.home-top-section--third-section .row .col-text {
  width: 555px;
}
.home-top-section--third-section .row .col-text .img-with-text {
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .home-top-section--third-section .row .col-text .img-with-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .home-top-section--third-section .row .col-text .img-with-text {
    margin-bottom: 30px;
  }
}
.home-top-section--third-section .row .col-text .img-with-text figure {
  width: 60px;
  flex-shrink: 0;
}
.home-top-section--third-section .row .col-text .img-with-text p {
  color: #2A2326;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .home-top-section--third-section .row .col-text .img-with-text p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .home-top-section--third-section .row .col-text .img-with-text p {
    font-size: 16px;
  }
}
.home-top-section--third-section .row .col-text .wp-block-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .home-top-section--third-section .row .col-text .wp-block-buttons {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .home-top-section--third-section .row .col-text .wp-block-buttons {
    margin-top: 36px;
  }
}
.home-top-section--third-section .row figure {
  width: 559px;
}

.quote-section {
  position: relative;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 1240px) {
  .quote-section {
    max-width: 100%;
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-section {
    margin-right: 70px;
    margin-left: 70px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .quote-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 100px;
  }
}
.quote-section::before, .quote-section::after {
  content: "";
  display: flex;
  height: 67.7%;
  width: 80px;
  background: rgba(102, 176, 255, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .quote-section::before, .quote-section::after {
    width: 50px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section::before, .quote-section::after {
    transform: translateY(0) translateX(-50%);
    top: auto;
    left: 50%;
    width: 69.7%;
    height: 40px;
  }
}
.quote-section::before {
  left: -80px;
  border-radius: 32px 0px 0px 32px;
}
@media screen and (max-width: 1024px) {
  .quote-section::before {
    left: -50px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section::before {
    top: -40px;
    left: 50%;
    border-radius: 32px 32px 0px 0px;
  }
}
.quote-section::after {
  border-radius: 0px 32px 32px 0px;
  right: -80px;
}
@media screen and (max-width: 1024px) {
  .quote-section::after {
    right: -50px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section::after {
    right: auto;
    bottom: -40px;
    border-radius: 0px 0px 32px 32px;
  }
}
.quote-section > .wp-block-getwid-section__wrapper {
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .quote-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .quote-section > .wp-block-getwid-section__wrapper {
    padding: 30px 20px;
  }
}
.quote-section figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .quote-section figure {
    margin-bottom: 30px;
  }
  .quote-section figure img {
    max-height: 46px;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .quote-section figure img {
    max-height: 40px;
    width: auto;
  }
}
.quote-section p {
  max-width: 760px;
  margin: 0 auto 28px auto;
  color: var(--Dark-Dark, #2A2326);
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .quote-section p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .quote-section p {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section p {
    font-size: 18px;
    line-height: 28px;
  }
}
.quote-section .row-author {
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.quote-section .row-author figure {
  margin: 0;
}
.quote-section .row-author figure img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media screen and (max-width: 550px) {
  .quote-section .row-author figure img {
    width: 28px;
    height: 28px;
  }
}
.quote-section .row-author p {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .quote-section .row-author p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .quote-section .row-author p {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .quote-section .row-author p {
    font-size: 18px;
    line-height: 28px;
  }
}

.img-left-grey-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .img-left-grey-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .img-left-grey-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .img-left-grey-section {
    margin-bottom: 60px;
  }
}
.img-left-grey-section > .wp-block-getwid-section__wrapper {
  padding: 80px 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .img-left-grey-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .img-left-grey-section > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}
.img-left-grey-section .wp-block-group {
  gap: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .img-left-grey-section .wp-block-group {
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .img-left-grey-section .wp-block-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.img-left-grey-section .wp-block-group .col-text {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .img-left-grey-section .wp-block-group .col-text {
    width: 100%;
    padding-bottom: 0;
  }
}
.img-left-grey-section .wp-block-group figure {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .img-left-grey-section .wp-block-group figure {
    width: 100%;
  }
}
.img-left-grey-section h2 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .img-left-grey-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .img-left-grey-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 650px) {
  .img-left-grey-section h2 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .img-left-grey-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.img-left-grey-section p,
.img-left-grey-section ul,
.img-left-grey-section ol {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .img-left-grey-section p,
  .img-left-grey-section ul,
  .img-left-grey-section ol {
    font-size: 14px;
    line-height: 20px;
    /* 150% */
  }
}
.img-left-grey-section ul,
.img-left-grey-section ol {
  padding: 0;
  margin-bottom: 30px;
  margin-left: 24px;
}

.pink-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .pink-section {
    margin-bottom: 60px;
  }
}
.pink-section > .wp-block-getwid-section__wrapper {
  padding: 40px 40px 40px 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pink-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pink-section > .wp-block-getwid-section__wrapper {
    padding: 40px 20px;
  }
}
.pink-section .wp-block-group {
  gap: 39px;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .pink-section .wp-block-group {
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .pink-section .wp-block-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pink-section .wp-block-group .col-text {
  width: 531px;
}
@media screen and (max-width: 650px) {
  .pink-section .wp-block-group .col-text {
    width: 100%;
    padding-bottom: 0;
    order: 1;
  }
}
.pink-section .wp-block-group figure {
  margin: 0;
  width: 530px;
}
@media screen and (max-width: 650px) {
  .pink-section .wp-block-group figure {
    width: 100%;
    order: 0;
  }
}
.pink-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .pink-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .pink-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 650px) {
  .pink-section h2 {
    text-align: center;
  }
  .pink-section h2 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .pink-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 650px) {
  .pink-section p {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .pink-section .white-btn-wp {
    width: 100%;
  }
}
.pink-section p,
.pink-section ul,
.pink-section ol {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .pink-section p,
  .pink-section ul,
  .pink-section ol {
    font-size: 14px;
    line-height: 20px;
    /* 150% */
  }
}
.pink-section ul,
.pink-section ol {
  padding: 0;
  margin-bottom: 30px;
  margin-left: 24px;
}

.img-left-movement-top-section {
  margin-top: 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .img-left-movement-top-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .img-left-movement-top-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .img-left-movement-top-section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.bg-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .bg-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bg-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .bg-section {
    margin-bottom: 60px;
  }
}
.bg-section > .wp-block-getwid-section__wrapper {
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bg-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bg-section > .wp-block-getwid-section__wrapper {
    padding: 40px 20px;
  }
}
.bg-section h4 {
  font-family: "Inter";
  margin: 0;
  margin-bottom: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.bg-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .bg-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .bg-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .bg-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.bg-section p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .bg-section p {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }
}
.bg-section .wp-block-buttons {
  margin-top: 30px;
}

.movement-third-section {
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .movement-third-section {
    margin-bottom: 100px;
  }
}
.movement-third-section .row {
  gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .movement-third-section .row {
    gap: 30px;
  }
}
@media screen and (max-width: 760px) {
  .movement-third-section .row {
    gap: 60px;
    flex-wrap: wrap;
  }
}
.movement-third-section .row .wp-block-group {
  position: relative;
}
.movement-third-section .row .wp-block-group:not(:last-child)::after {
  content: "";
  display: flex;
  height: 100%;
  width: 1px;
  background: #E4E4E4;
  position: absolute;
  top: 0;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .movement-third-section .row .wp-block-group:not(:last-child)::after {
    right: -15px;
  }
}
@media screen and (max-width: 760px) {
  .movement-third-section .row .wp-block-group:not(:last-child)::after {
    content: "";
    display: flex;
    background: #E4E4E4;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -30px;
    width: 100%;
    height: 1px;
  }
}
.movement-third-section .row figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .movement-third-section .row figure img {
    max-height: 60px;
    width: auto;
  }
}
.movement-third-section .row h3 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 1024px) {
  .movement-third-section .row h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .movement-third-section .row h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .movement-third-section .row h3 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .movement-third-section .row h3 {
    font-size: 30px;
    line-height: 32px;
    /* 106.667% */
  }
}
.movement-third-section .row p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .movement-third-section .row p {
    font-size: 14px;
    line-height: 20px;
  }
}

.grey-two-col-section > .wp-block-getwid-section__wrapper {
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .grey-two-col-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .grey-two-col-section > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}
.grey-two-col-section .wp-block-group {
  justify-content: space-between;
}
.grey-two-col-section .wp-block-group .col-text {
  width: 520px;
}
.grey-two-col-section .wp-block-group .col-text p {
  margin: 0;
}
.grey-two-col-section .wp-block-group figure {
  width: 427px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .mb-140 {
    margin-bottom: 60px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .mb-160 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .mb-160 {
    margin-bottom: 60px;
  }
}

.backpack-top-section {
  margin-top: 20px;
}
.backpack-top-section > .wp-block-getwid-section__wrapper {
  padding: 40px 60px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .backpack-top-section > .wp-block-getwid-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .backpack-top-section > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}
.backpack-top-section .wp-block-group {
  justify-content: space-between;
}
.backpack-top-section .wp-block-group figure {
  width: 423px;
}

.three-grey-col-section .wp-block-group {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .three-grey-col-section .wp-block-group {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.three-grey-col-section .wp-block-group .wp-block-group {
  width: 33.33%;
  padding: 30px;
  border-radius: 32px;
  background: #F9FAFB;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .three-grey-col-section .wp-block-group .wp-block-group {
    padding: 20px;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 550px) {
  .three-grey-col-section .wp-block-group .wp-block-group {
    width: 100%;
  }
}
.three-grey-col-section .wp-block-group .wp-block-group figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .three-grey-col-section .wp-block-group .wp-block-group figure img {
    max-height: 60px;
    width: auto;
  }
}
.three-grey-col-section .wp-block-group .wp-block-group h3 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 1024px) {
  .three-grey-col-section .wp-block-group .wp-block-group h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .three-grey-col-section .wp-block-group .wp-block-group h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .three-grey-col-section .wp-block-group .wp-block-group h3 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .three-grey-col-section .wp-block-group .wp-block-group h3 {
    font-size: 30px;
    line-height: 32px;
    /* 106.667% */
  }
}
.three-grey-col-section .wp-block-group .wp-block-group p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .three-grey-col-section .wp-block-group .wp-block-group p {
    font-size: 14px;
    line-height: 20px;
  }
}

.color-columns-section h4 {
  font-family: "Inter";
  margin: 0;
  margin-bottom: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.color-columns-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .color-columns-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .color-columns-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 650px) {
  .color-columns-section h2 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.color-columns-section p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .color-columns-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.color-columns-section .row {
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .color-columns-section .row {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section .row {
    gap: 30px;
  }
}
.color-columns-section .row .col {
  text-align: center;
}
.color-columns-section .row .col > .wp-block-getwid-section__wrapper {
  padding: 30px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .color-columns-section .row .col > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}
.color-columns-section .row .col figure {
  margin-bottom: 20px;
}
.color-columns-section .row .col h3 {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .color-columns-section .row .col h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .color-columns-section .row .col h3 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section .row .col h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
.color-columns-section .row .col p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .color-columns-section .row .col p {
    font-size: 14px;
    line-height: 20px;
  }
}
.color-columns-section .row.row-3-col {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .color-columns-section .row.row-3-col {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.color-columns-section .row.row-3-col .col {
  width: 33.33%;
}
@media screen and (max-width: 760px) {
  .color-columns-section .row.row-3-col .col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section .row.row-3-col .col {
    width: 100%;
  }
}
.color-columns-section .row.row-4-col {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .color-columns-section .row.row-4-col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .color-columns-section .row.row-4-col {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section .row.row-4-col {
    margin-bottom: 30px;
  }
}
.color-columns-section .row.row-4-col .col {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .color-columns-section .row.row-4-col .col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .color-columns-section .row.row-4-col .col {
    width: 100%;
  }
}

.blue-bg-section {
  max-width: 1243px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1283px) {
  .blue-bg-section {
    max-width: 100%;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.blue-bg-section > .wp-block-getwid-section__wrapper {
  padding: 108px 80px 146px;
}
@media screen and (max-width: 1024px) {
  .blue-bg-section > .wp-block-getwid-section__wrapper {
    padding: 75px 40px;
  }
}
@media screen and (max-width: 768px) {
  .blue-bg-section > .wp-block-getwid-section__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 425px) {
  .blue-bg-section > .wp-block-getwid-section__wrapper {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 424px) {
  .blue-bg-section > .wp-block-getwid-section__wrapper {
    padding: 110px 16px 30px 16px;
  }
}
@media screen and (max-width: 375px) {
  .blue-bg-section > .wp-block-getwid-section__wrapper {
    padding: 114.5px 16px 117.5px;
  }
}
@media screen and (max-width: 425px) {
  .blue-bg-section .wp-block-getwid-section__background {
    background: url(./assets/blue-bg-mob.png) top center no-repeat !important;
    background-size: 100% !important;
  }
}
.blue-bg-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .blue-bg-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .blue-bg-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .blue-bg-section h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 375px) {
  .blue-bg-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.blue-bg-section p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%;
  margin: 0;
}
.blue-bg-section p strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .blue-bg-section p {
    font-size: 17px;
  }
}
@media screen and (max-width: 424px) {
  .blue-bg-section p {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .blue-bg-section p {
    font-size: 14px;
  }
}

.author-page-second-section .inner-row {
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .author-page-second-section .inner-row {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .author-page-second-section .inner-row {
    flex-wrap: wrap;
  }
}
.author-page-second-section .inner-row p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .author-page-second-section .inner-row p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .author-page-second-section .inner-row p {
    font-size: 14px;
    line-height: 20px;
  }
}
.author-page-second-section .inner-row .left-part {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .author-page-second-section .inner-row .left-part {
    width: 100%;
  }
}
.author-page-second-section .inner-row .left-part h2 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .author-page-second-section .inner-row .left-part h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .author-page-second-section .inner-row .left-part h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .author-page-second-section .inner-row .left-part h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.author-page-second-section .inner-row .left-part h4 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.author-page-second-section .inner-row .right-part {
  width: 790px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .author-page-second-section .inner-row .right-part {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .author-page-second-section .inner-row .right-part {
    flex-wrap: wrap;
  }
}
.author-page-second-section .inner-row .right-part .col {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .author-page-second-section .inner-row .right-part .col {
    width: 100%;
  }
}
.author-page-second-section .inner-row .right-part .col figure {
  margin-bottom: 24px;
}
.author-page-second-section .inner-row .right-part .col h3 {
  leading-trim: both;
  text-edge: cap;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .author-page-second-section .inner-row .right-part .col h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .author-page-second-section .inner-row .right-part .col h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .author-page-second-section .inner-row .right-part .col h3 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .author-page-second-section .inner-row .right-part .col h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.author-page-second-section .inner-row .right-part .col > .wp-block-getwid-section__wrapper {
  padding: 30px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .author-page-second-section .inner-row .right-part .col > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 651px) {
  .wp-block-buttons.show-pc {
    display: none;
  }
}

.wp-block-buttons.show-mob {
  display: none;
}
@media screen and (max-width: 650px) {
  .wp-block-buttons.show-mob {
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .media-section-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 650px) {
  .media-section-wrapper .media-section {
    overflow: visible;
  }
}
.media-section-wrapper .media-section .title-row {
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .media-section-wrapper .media-section .title-row {
    margin-bottom: 30px;
  }
}
.media-section-wrapper .media-section .title-row h2 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .media-section-wrapper .media-section .title-row h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .media-section-wrapper .media-section .title-row h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .media-section-wrapper .media-section .title-row h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.media-section-wrapper .media-section .title-row p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .media-section-wrapper .media-section .title-row p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .media-section-wrapper .media-section .title-row p {
    font-size: 14px;
    line-height: 20px;
  }
}
.media-section-wrapper .media-section .title-row .pink-btn-wp {
  width: 118px;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .media-section-wrapper .media-section .wp-block-buttons.show-mob {
    margin-top: 15px;
  }
}
.media-section-wrapper .media-section .media-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .media-section-wrapper .media-section .media-row {
    gap: 24px;
  }
}
@media screen and (max-width: 650px) {
  .media-section-wrapper .media-section .media-row {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 15px;
    overflow-x: scroll;
  }
}
.media-section-wrapper .media-section .media-row .col {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 1024px) {
  .media-section-wrapper .media-section .media-row .col {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 900px) {
  .media-section-wrapper .media-section .media-row .col {
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 650px) {
  .media-section-wrapper .media-section .media-row .col {
    width: 278px;
    flex-shrink: 0;
  }
}
.media-section-wrapper .media-section .media-row .col .wp-block-getwid-section__content,
.media-section-wrapper .media-section .media-row .col .wp-block-getwid-section__inner-wrapper {
  height: 100%;
}
.media-section-wrapper .media-section .media-row .col .wp-block-getwid-section__inner-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.media-section-wrapper .media-section .media-row .col figure {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.media-section-wrapper .media-section .media-row .col figure img {
  border-radius: 16px;
}
.media-section-wrapper .media-section .media-row .col figure::before {
  content: "NEW";
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  display: flex;
  border-radius: 16px;
  border: 2px solid #F9FAFB;
  background: #0AAC5E;
  padding: 2px 10px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.media-section-wrapper .media-section .media-row .col h3 {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  margin-bottom: 20px;
}
.media-section-wrapper .media-section .media-row .col .wp-block-buttons .pink-btn-wp {
  width: auto;
}
.media-section-wrapper .media-section .media-row .col .wp-block-buttons .pink-btn-wp a {
  width: auto;
  padding: 10px;
}
.media-section-wrapper .media-section .media-row .col > .wp-block-getwid-section__wrapper {
  padding: 30px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .media-section-wrapper .media-section .media-row .col > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}

.grey-two-col-section--book.grey-two-col-section .wp-block-group figure {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .grey-two-col-section--book.grey-two-col-section .wp-block-group figure {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .slider-section {
    margin-bottom: 142px;
  }
}
.slider-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
  max-width: 685px;
}
@media screen and (max-width: 1120px) {
  .slider-section h2 {
    font-size: 60px;
    max-width: 590px;
  }
}
@media screen and (max-width: 800px) {
  .slider-section h2 {
    font-size: 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .slider-section h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
    max-width: 100%;
  }
}
.slider-section p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 605px;
}
@media screen and (max-width: 800px) {
  .slider-section p {
    font-size: 16px;
    max-width: calc(100% - 156px);
  }
}
@media screen and (max-width: 550px) {
  .slider-section p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
}
.slider-section .slick-track {
  display: flex;
  align-items: stretch;
}
.slider-section .slick-slide {
  margin: 0 15px;
  border-radius: 16px;
  background: #F9FAFB;
  padding: 30px;
  display: flex;
  align-self: stretch;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .slider-section .slick-slide {
    margin: 0 12px;
    padding: 24px;
  }
}
@media screen and (max-width: 550px) {
  .slider-section .slick-slide {
    padding: 20px;
  }
}
.slider-section .slick-slide .title-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.slider-section .slick-slide h3 {
  margin: 0;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.slider-section .slick-slide p {
  max-width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .slider-section .slick-slide p {
    font-size: 14px;
    line-height: 20px;
  }
}
.slider-section .slick-list {
  margin: 0 -15px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .slider-section .slick-list {
    margin: 0 -12px;
    margin-top: 30px;
  }
}
.slider-section .slick-next {
  right: 0;
  top: -112px;
}
@media screen and (max-width: 1024px) {
  .slider-section .slick-next {
    top: -82px;
  }
}
@media screen and (max-width: 550px) {
  .slider-section .slick-next {
    right: calc(50% - 58px);
    top: auto;
    bottom: -82px;
  }
}
.slider-section .slick-next::after {
  content: "";
  display: flex;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(./assets/arrow-right.svg) no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}
.slider-section .slick-next:hover::after {
  background: url(./assets/arrow-right-hover.svg) no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}
.slider-section .slick-prev {
  left: auto;
  right: 64px;
  top: -112px;
}
@media screen and (max-width: 1024px) {
  .slider-section .slick-prev {
    top: -82px;
  }
}
@media screen and (max-width: 550px) {
  .slider-section .slick-prev {
    right: calc(50% + 6px);
    top: auto;
    bottom: -82px;
  }
}
.slider-section .slick-prev::after {
  content: "";
  display: flex;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(./assets/arrow-left.svg) no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}
.slider-section .slick-prev:hover::after {
  background: url(./assets/arrow-left-hover.svg) no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}
.slider-section .slick-next,
.slider-section .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #ECECEC;
  transform: none;
  transition: background 0.3s linear;
}
.slider-section .slick-next::before,
.slider-section .slick-prev::before {
  display: none;
}
.slider-section .slick-next:hover,
.slider-section .slick-prev:hover {
  background: #E64D8D;
  transition: background 0.3s linear;
}

.pre-order-page-second-section .inner-row {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .pre-order-page-second-section .inner-row {
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  .pre-order-page-second-section .inner-row {
    flex-wrap: wrap;
  }
}
.pre-order-page-second-section .inner-row p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .pre-order-page-second-section .inner-row p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .pre-order-page-second-section .inner-row p {
    font-size: 14px;
    line-height: 20px;
  }
}
.pre-order-page-second-section .inner-row .left-part {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .left-part {
    width: 270px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 700px) {
  .pre-order-page-second-section .inner-row .left-part {
    width: 100%;
  }
}
.pre-order-page-second-section .inner-row .left-part h2 {
  color: #2A2326;
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .pre-order-page-second-section .inner-row .left-part h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .pre-order-page-second-section .inner-row .left-part h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .pre-order-page-second-section .inner-row .left-part h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.pre-order-page-second-section .inner-row .left-part h4 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.pre-order-page-second-section .inner-row .left-part p {
  margin-bottom: 30px;
}
.pre-order-page-second-section .inner-row .right-col {
  width: 790px;
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .pre-order-page-second-section .inner-row .right-col {
    flex-wrap: wrap;
  }
}
.pre-order-page-second-section .inner-row .right-col .item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .pre-order-page-second-section .inner-row .right-col .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.pre-order-page-second-section .inner-row .right-col .item > .wp-block-getwid-section__wrapper {
  padding: 30px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pre-order-page-second-section .inner-row .right-col .item > .wp-block-getwid-section__wrapper {
    padding: 20px;
  }
}
.pre-order-page-second-section .inner-row .right-col .item .row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col .item .row {
    flex-wrap: wrap;
  }
}
.pre-order-page-second-section .inner-row .right-col .item figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col .item figure {
    width: 100%;
  }
}
.pre-order-page-second-section .inner-row .right-col .item .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col .item .text {
    width: 100%;
  }
}
.pre-order-page-second-section .inner-row .right-col .item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .pre-order-page-second-section .inner-row .right-col .item .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.pre-order-page-second-section .inner-row .right-col .item h3 {
  leading-trim: both;
  text-edge: cap;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .pre-order-page-second-section .inner-row .right-col .item h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col .item h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pre-order-page-second-section .inner-row .right-col .item h3 br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .pre-order-page-second-section .inner-row .right-col .item h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.contact-top-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-top-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .contact-top-section {
    margin-bottom: 30px;
  }
}
.contact-top-section > .wp-block-getwid-section__wrapper {
  padding: 40px 0;
}
@media screen and (max-width: 550px) {
  .contact-top-section > .wp-block-getwid-section__wrapper {
    padding: 30px 0;
  }
}
.contact-top-section .row {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .contact-top-section .row {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-top-section .row {
    flex-wrap: wrap;
  }
}
.contact-top-section .row .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact-top-section .row .col {
    width: 100%;
  }
}
.contact-top-section .row .col-text h4 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.contact-top-section .row .col-text h1 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .contact-top-section .row .col-text h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .contact-top-section .row .col-text h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .contact-top-section .row .col-text h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
  }
}
.contact-top-section .row .col-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .contact-top-section .row .col-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.contact-top-section .row .col-text .email-row {
  gap: 20px;
}
.contact-top-section .row .col-text .email-row figure {
  flex-shrink: 0;
}
.contact-top-section .row .col-text .email-row .text h5 {
  margin: 0;
  margin-bottom: 4px;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.contact-top-section .row .col-text .email-row .text p {
  margin: 0;
}
.contact-top-section .row .col-text .email-row .text p a {
  color: #2A2326;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.3s linear;
}
.contact-top-section .row .col-text .email-row .text p a:hover {
  color: #C11F62;
  transition: color 0.3s linear;
}
.contact-top-section .row .col-form > .wp-block-getwid-section__wrapper {
  padding: 40px;
  border-radius: 16px;
  overflow: hidden;
}
.contact-top-section .row .col-form h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  margin-bottom: 30px;
}
.contact-top-section .row .col-form p {
  margin: 0;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.contact-top-section .row .col-form p strong {
  color: #2A2326;
  font-weight: 600;
}
.contact-top-section .row .col-form p a {
  color: #2A2326;
  font-weight: 600;
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 0.06em;
  transition: background-size 0.5s;
}
.contact-top-section .row .col-form p a:hover {
  background-position: 100% 90%;
  background-size: 0 0.06em;
}

.faq-section h2 {
  leading-trim: both;
  text-edge: cap;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82.857%;
  margin: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1120px) {
  .faq-section h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .faq-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .faq-section h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 38px;
  }
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.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 {
  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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

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