/*!
Theme Name: Marin BG
Text Domain: mermer-ski
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
:root {
  --color-primary: #1B50C0;
  --color-dark: #071C45;
  --color-light-blue: #E3EBFD;
  --color-light-green: #E3EEC6;
  --color-text: #313131;
  --color-bg: #f9f9f9;
  --color-white: #ffffff;
  --color-orange: #b0270b;
  --color-orange-light: #EA5334;
  --color-bg-dark: #181818;
  --color-bg-darker: #090909;
  --color-separator: #CCCCCC;
  --radius-card: 3.2rem;
  --radius-card-mobile: 30px;
}

*, body, html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body, html {
  width: 100%;
}

html {
  font-size: calc(0.25rem + 0.3vw);
}

body {
  background-color: var(--color-bg);
  color: #000;
  font-family: Host Grotesk, sans-serif;
  font-weight: 400;
}
body.page-template-page-newsletter {
  background-color: var(--color-white);
}
body.single .footer {
  background-color: var(--color-white);
}
body.page-template-page-podcast .footer {
  background-color: var(--color-white);
}
body.page-template-landing-page-template .footer {
  background-color: var(--color-white);
}
body.single-podcast {
  background-color: var(--color-white);
}
body .mask {
  -webkit-backdrop-filter: blur(0.9px);
  backdrop-filter: blur(0.9px);
  background: hsla(0, 0%, 100%, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.36);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
body.opened-mobile-menu .mask, body.modal-open .mask {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a img {
  border: 0;
}

.object {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
}

.none {
  display: none;
}

.clr {
  clear: both;
}

.ov-hidden {
  overflow: hidden;
}

.ov-visible {
  overflow: visible;
}

.ov-o-hidden {
  opacity: 0;
  visibility: hidden;
}

.ov-o-visible {
  opacity: 1;
  visibility: visible;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.c-white {
  color: var(--color-bg);
}

.c-blue {
  color: var(--color-dark);
}

.hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

.fit {
  height: 100%;
  width: 100%;
}

.bx {
  box-sizing: border-box;
}

.w-reset {
  max-width: 100%;
  width: 100%;
}

.h-reset {
  height: auto;
}
.h-reset h1, .h-reset h2, .h-reset h3, .h-reset h4, .h-reset p {
  margin: 0;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

.valign {
  display: table;
  position: relative;
}
.valign.fit {
  height: 100%;
  width: 100%;
}
.valign .middle {
  display: table-cell;
}

.middle {
  vertical-align: middle;
}

input, select, textarea {
  border-radius: 0;
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

blockquote {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
button:focus {
  outline: 0;
}

.max-w-container {
  margin: 0 auto;
}
.max-w-container.w-737 {
  max-width: 737px;
}
.max-w-container.w-844 {
  max-width: 844px;
}
.max-w-container.w-898 {
  max-width: 809px;
}
.max-w-container.w-1280 {
  max-width: 1280px;
}
.max-w-container.w-698 {
  max-width: 698px;
}
@media (max-width: 1024px) {
  .max-w-container {
    width: 90%;
  }
}
@media (max-width: 719px) {
  .max-w-container.right-endless {
    width: 100%;
  }
  .max-w-container.right-endless .courses-wrap-three-columns {
    margin-left: 5%;
  }
}

@media (min-width: 1025px) {
  .offset-100 {
    margin: 0 10rem;
  }
}

.podcast-flexible-content .offset-100 {
  margin: 0;
}

.spacer.blue {
  background-color: var(--color-light-blue);
}
.spacer.pure-white {
  background-color: #fff;
}
.spacer.s-32 {
  height: 32px;
}
.spacer.s-50 {
  height: 30px;
}
@media (min-width: 1025px) {
  .spacer.s-50 {
    height: 5rem;
  }
}
.spacer.s-80 {
  height: 40px;
}
@media (min-width: 1025px) {
  .spacer.s-80 {
    height: 8rem;
  }
}
.spacer.s-120 {
  height: 40px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .spacer.s-120 {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .spacer.s-120 {
    height: 12rem;
  }
}

.spacer-fixed {
  background-color: #fff;
  height: 80px;
}

.text-page-title-wrap {
  background-color: #fff;
  padding: 32px 0;
}

.tag {
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 12px;
}
@media (min-width: 1661px) {
  .tag {
    font-size: 14px;
  }
}
.tag.blue {
  background-color: var(--color-light-blue);
}
.tag.white {
  background-color: var(--color-bg);
}
.tag.pure-white {
  background-color: #fff;
}
.tag.green {
  background-color: var(--color-light-green);
}
.tag a {
  color: var(--color-dark);
}

body {
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 300;
}

.s-12 {
  font-size: 12px;
}

.s-14 {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1661px) {
  .s-14 {
    font-size: 16px;
  }
}

.s-16 {
  font-size: 16px;
  line-height: 1.4;
}

.s-20 {
  font-size: 20px;
}
@media (max-width: 719px) {
  .s-20 {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .s-20 {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .s-20 {
    font-size: 2rem;
  }
}
@media (min-width: 1921px) {
  .s-20 {
    font-size: 20px;
  }
}

.s-24 {
  font-size: 24px;
  line-height: 1.16;
}
@media (min-width: 1441px) {
  .s-24 {
    font-size: 2.4rem;
  }
}
@media (max-width: 719px) {
  .s-24 {
    font-size: 20px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .s-24 {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  .s-24 {
    font-size: 24px;
  }
}

.s-28 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 1441px) {
  .s-28 {
    font-size: 2.8rem;
  }
}
@media (max-width: 719px) {
  .s-28 {
    font-size: 24px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .s-28 {
    font-size: 24px;
  }
}
@media (min-width: 1921px) {
  .s-28 {
    font-size: 28px;
  }
}

.s-32 {
  font-size: 32px;
}
@media (min-width: 1441px) {
  .s-32 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .s-32 {
    font-size: 32px;
  }
}

.s-36 {
  font-size: 32px;
}
@media (min-width: 1441px) {
  .s-36 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1921px) {
  .s-36 {
    font-size: 36px;
  }
}

.s-40 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .s-40 {
    font-size: 34px;
  }
}
@media (min-width: 1441px) {
  .s-40 {
    font-size: 4rem;
  }
}
@media (min-width: 1921px) {
  .s-40 {
    font-size: 40px;
  }
}

.s-52 {
  font-size: 52px;
}
@media (max-width: 1024px) {
  .s-52 {
    font-size: 40px;
  }
}
@media (min-width: 1441px) {
  .s-52 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1921px) {
  .s-52 {
    font-size: 52px;
  }
}

.s-56 {
  font-size: 56px;
}
@media (max-width: 1024px) {
  .s-56 {
    font-size: 40px;
  }
}
@media (min-width: 1441px) {
  .s-56 {
    font-size: 5.6rem;
  }
}
@media (min-width: 1921px) {
  .s-56 {
    font-size: 56px;
  }
}

.s-72 {
  font-size: 72px;
}
@media (max-width: 1024px) {
  .s-72 {
    font-size: 50px;
  }
}
@media (min-width: 1441px) {
  .s-72 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1921px) {
  .s-72 {
    font-size: 72px;
  }
}

.btn {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .btn {
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .btn {
    padding-right: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .btn {
    padding-right: 32px;
  }
}
.btn.blue {
  background-color: var(--color-dark);
}
.btn.blue:before {
  background-color: var(--color-primary);
  border-radius: 28px;
}
.btn.blue svg {
  fill: var(--color-bg);
}
.btn.orange {
  background-color: var(--color-orange);
}
.btn.orange:before {
  background-color: var(--color-orange-light);
  border-radius: 28px;
}
.btn.white {
  background-color: var(--color-light-blue);
}
.btn.white:before {
  background-color: var(--color-bg);
  border-radius: 28px;
}
.btn.white span {
  color: var(--color-primary);
}
.btn.white svg {
  fill: var(--color-primary);
}
.btn.white:hover span {
  color: var(--color-dark);
}
.btn.white:hover svg {
  fill: var(--color-dark);
}
.btn.blue-border {
  border: 1px solid var(--color-primary);
}
.btn.blue-border:after {
  border: 1px solid var(--color-primary);
  left: -1px;
  top: -1px;
}
@media (max-width: 1024px) {
  .btn.left-arrow {
    padding-right: 0;
  }
  .btn.left-arrow span {
    padding: 16px 32px 16px 0;
  }
}
@media (min-width: 1025px) {
  .btn.left-arrow span {
    padding: 1.8rem 0;
  }
}
@media (min-width: 1921px) {
  .btn.left-arrow span {
    padding: 18px 0;
  }
}
.btn span {
  border-radius: 28px;
  color: var(--color-bg);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  position: relative;
  top: 0;
  transition: 0.2s 0.1s;
  width: 100%;
}
@media (max-width: 1024px) {
  .btn span {
    padding: 16px 0 16px 32px;
  }
}
@media (min-width: 1025px) {
  .btn span {
    padding: 1.8rem 0 1.8rem 3.2rem;
  }
}
@media (min-width: 1921px) {
  .btn span {
    padding: 18px 0 18px 32px;
  }
}
.btn:before {
  border-radius: 28px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.3s ease-out;
  width: 100%;
}
.btn:hover:before {
  width: 0;
}
.btn:hover span {
  color: var(--color-bg);
}
.btn svg {
  margin-left: 12px;
  position: relative;
  z-index: 3;
}
.btn svg.right-arrow {
  height: 20px;
  width: 21px;
}
@media (min-width: 1025px) {
  .btn svg.right-arrow {
    height: 2.6rem;
    width: 2.7rem;
  }
}
@media (min-width: 1921px) {
  .btn svg.right-arrow {
    height: 26px;
    width: 27px;
  }
}
.btn svg.left-arrow {
  height: 20px;
  margin-right: 12px;
  width: 21px;
}
@media (max-width: 1024px) {
  .btn svg.left-arrow {
    margin-left: 32px;
  }
}
@media (min-width: 1025px) {
  .btn svg.left-arrow {
    height: 2.6rem;
    margin-left: 3.8rem;
    width: 2.7rem;
  }
}
@media (min-width: 1921px) {
  .btn svg.left-arrow {
    height: 26px;
    margin-left: 38px;
    width: 27px;
  }
}
.btn.no-border {
  color: #3261c3;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .btn.no-border {
    padding: 16px 32px 16px 0;
  }
}
@media (min-width: 1025px) {
  .btn.no-border {
    padding: 1.6rem 0;
  }
}
.btn.no-border svg {
  position: relative;
}
.btn.no-border svg path {
  fill: #3261c3;
}
.btn.no-border span {
  color: #3261c3;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.btn.no-border span:after {
  background-color: var(--color-primary);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 100%;
}
.btn.no-border:hover span:after {
  width: 0;
}
.btn.inverted svg {
  margin-left: 0;
  margin-right: 16px;
}

.header-login-link {
  overflow: hidden;
  position: relative;
}
.header-login-link span {
  border-radius: 28px;
  color: var(--color-bg);
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  position: relative;
  top: 0;
  transition: 0.2s 0.1s;
  width: 100%;
}
.header-login-link:before {
  background-color: var(--color-primary);
  border-radius: 28px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.3s ease-out;
  width: 100%;
}
@media (min-width: 1025px) {
  .header-login-link:hover:before {
    width: 0;
  }
}

.landing-btn {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  color: var(--color-primary);
  transition: color 0.3s ease-in-out;
}
@media (max-width: 719px) {
  .landing-btn {
    padding-right: 12px;
  }
}
@media (max-width: 1024px) {
  .landing-btn {
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .landing-btn {
    padding-right: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .landing-btn {
    padding-right: 32px;
  }
}
.landing-btn svg {
  margin-left: 12px;
  position: relative;
  z-index: 3;
  fill: var(--color-primary);
  transition: fill 0.3s ease-in-out;
}
.landing-btn svg.right-arrow {
  height: 20px;
  width: 21px;
}
@media (min-width: 1025px) {
  .landing-btn svg.right-arrow {
    height: 2.6rem;
    width: 2.7rem;
  }
}
@media (min-width: 1921px) {
  .landing-btn svg.right-arrow {
    height: 26px;
    width: 27px;
  }
}
.landing-btn svg.left-arrow {
  height: 20px;
  margin-right: 12px;
  width: 21px;
}
@media (max-width: 719px) {
  .landing-btn svg.left-arrow {
    margin-right: 12px;
  }
}
@media (min-width: 1025px) {
  .landing-btn svg.left-arrow {
    height: 2.6rem;
    margin-left: 3.8rem;
    width: 2.7rem;
  }
}
@media (min-width: 1921px) {
  .landing-btn svg.left-arrow {
    height: 26px;
    margin-left: 38px;
    width: 27px;
  }
}
.landing-btn:hover {
  color: #071C45;
  transition: color 0.3s ease-in-out;
}
.landing-btn:hover svg {
  fill: #071C45;
  transition: fill 0.3s ease-in-out;
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 11;
}
.header .content-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .logo a {
  color: var(--color-bg);
  font-size: 24px;
}
.header .header-nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 1.6rem;
  position: relative;
}
.header .header-nav-link:after {
  background-color: var(--color-bg);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}
@media (min-width: 1025px) {
  .header .header-nav-link:hover:after {
    width: 100%;
  }
}
.header .login-and-search,
.header .user-menu {
  align-items: center;
  display: flex;
}
.header .user-menu {
  margin-left: 12px;
  position: relative;
}
@media (max-width: 719px) {
  .header .user-menu {
    order: 2;
  }
}
.header .user-menu .btn span {
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 1025px) {
  .header .user-menu .btn span {
    padding: 1.3rem 0 1.3rem 3.2rem;
  }
}
.header .user-menu:hover {
  background-color: var(--color-primary);
  border-radius: 28px;
}
.header .user-menu:hover .logout-link {
  opacity: 1;
}
.header .search {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 3.5rem;
  position: relative;
  transition: transform 0.3s ease-in-out;
  width: 40px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header .search {
    margin: 0 12px;
  }
}
.header .search .close-search-svg {
  display: none;
}
.header .search.active .open-search-svg {
  display: none;
}
.header .search.active .close-search-svg {
  display: block;
}
.header .search:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .header .main-nav {
    display: none;
  }
  .header .main-nav.active {
    background-color: var(--color-light-blue);
    border-radius: 4px;
    display: block;
    padding: 10px 24px;
    position: absolute;
    right: 0;
    top: 56px;
    width: 160px;
  }
  .header .main-nav.active .header-nav-link {
    color: var(--color-text);
    display: block;
    margin: 8px 0;
  }
}
.header .hamburger .hamburger-close {
  display: none;
}
@media (max-width: 719px) {
  .header .hamburger {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 50px;
    justify-content: center;
    margin-left: 15px;
    order: 1;
  }
  .header .hamburger span {
    background-color: var(--color-primary);
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 16px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .header .hamburger {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 50px;
    justify-content: center;
    margin-left: 15px;
  }
  .header .hamburger span {
    background-color: var(--color-primary);
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 16px;
  }
}
.header .hamburger.active span {
  display: none;
}
.header .hamburger.active .hamburger-close {
  display: block;
}
.header.open-search .search-container-wrap {
  display: block;
}
.header.sticky {
  background-color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header.sticky.white {
  background-color: var(--color-bg);
}
.header.sticky .header-nav-link {
  color: var(--color-bg);
}
.header.sticky .header-nav-link:after {
  background-color: var(--color-bg);
}
.header.sticky .logo a {
  color: var(--color-bg);
}
.header.white {
  background-color: var(--color-bg);
}
.header.white .header-nav-link {
  color: var(--color-text);
}
.header.white .header-nav-link:after {
  background-color: var(--color-text);
}
.header.white .logo a {
  color: var(--color-primary);
}
.header.white .search {
  background-color: #f0f0f0;
}
.header.blue {
  background-color: var(--color-light-blue);
}
.header.blue .header-nav-link {
  color: var(--color-text);
}
.header.blue .header-nav-link:after {
  background-color: var(--color-text);
}
.header.blue .logo a {
  color: var(--color-primary);
}
.header.blue .search {
  background-color: #f0f0f0;
}
.header.pure-white {
  background-color: #fff;
}
.header.pure-white .header-nav-link {
  color: var(--color-text);
}
.header.pure-white .header-nav-link:after {
  background-color: var(--color-text);
}
.header.pure-white .logo a {
  color: var(--color-primary);
}
.header.pure-white .search {
  background-color: #f0f0f0;
}

.search-container-wrap {
  background-color: var(--color-light-blue);
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  display: none;
  left: 0;
  padding: 50px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media (min-width: 1025px) {
  .search-container-wrap {
    padding: 8rem 0;
  }
}
.search-container-wrap .content-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 1025px) {
  .search-container-wrap .content-wrap {
    width: 68.8rem;
  }
}
.search-container-wrap .search-form {
  margin: 16px 0 24px;
  width: 100%;
}
.search-container-wrap .search-form .form-input {
  align-items: center;
  background-color: var(--color-bg);
  border: 1px solid #7c7c7c;
  border-radius: 28px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 12px;
}
.search-container-wrap .search-form input {
  background-color: var(--color-bg);
  border: unset;
  width: 100%;
}
.search-container-wrap .tags {
  margin-top: 8px;
}
.search-container-wrap .tags .tag {
  margin-bottom: 5px;
}

.page-template-page-consultation .header .user-menu {
  display: none;
}

.hero-section {
  background: linear-gradient(247deg, #181818 5.09%, #010101 74.83%);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 719px) {
  .hero-section .max-w-container {
    width: 100%;
  }
}
.hero-section .content-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  .hero-section .content-wrap {
    flex-direction: column;
  }
}
@media (max-width: 719px) {
  .hero-section .content-wrap .left-side {
    order: 2;
    padding: 32px 0;
  }
}
@media (max-width: 719px) {
  .hero-section .content-wrap .right-side {
    order: 1;
  }
}
.hero-section .title {
  font-weight: 400;
}
.hero-section .left-side {
  position: relative;
  z-index: 2;
}
@media (max-width: 719px) {
  .hero-section .left-side {
    margin: 0 auto;
    width: 90%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .hero-section .left-side {
    padding: 200px 0 100px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .hero-section .left-side {
    padding: 20rem 0;
    width: 60rem;
  }
}
@media (max-width: 719px) {
  .hero-section .right-side {
    margin-top: 80px;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .hero-section .right-side {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .hero-section .right-side {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 90rem;
  }
}
.hero-section .right-side .image-wrap {
  height: 100%;
  width: 100%;
}
.hero-section .right-side img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .hero-section .right-side .mobile-image {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hero-section .right-side .mobile-image {
    display: none;
  }
}
@media (max-width: 719px) {
  .hero-section .right-side .desktop-image {
    display: none;
  }
}
.hero-section .subtitle {
  line-height: 1.2;
  margin: 24px 0;
}
@media (min-width: 1025px) {
  .hero-section .subtitle {
    margin: 2rem 0 5rem;
  }
}
@media (min-width: 1921px) {
  .hero-section .subtitle {
    margin: 20px 0 50px;
  }
}
@media (max-width: 719px) {
  .hero-section .buttons-wrap {
    text-align: center;
  }
}
.hero-section .buttons-wrap .blue {
  margin-bottom: 12px;
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .hero-section .buttons-wrap .blue {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination .inner-wrap,
.pagination .nav-btn {
  align-items: center;
  display: flex;
}
.pagination .nav-btn {
  cursor: pointer;
}
.pagination .nav-btn a {
  color: var(--color-primary);
  display: flex;
}
.pagination .nav-btn span {
  font-size: 16px;
  position: relative;
}
.pagination .nav-btn span:after {
  background-color: var(--color-text);
  border-radius: 28px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 1025px) {
  .pagination .nav-btn span:hover:after {
    width: 0;
  }
}
.pagination .nav-btn svg {
  margin-left: 10px;
}
.pagination .nav-btn.prev svg {
  margin-left: 0;
  margin-right: 10px;
  transform: scaleX(-1);
}
.pagination .nav-btn.next.inactive svg, .pagination .nav-btn.prev.inactive svg {
  display: none;
}
.pagination .numbers {
  display: flex;
  margin: 0 18px;
}
.pagination .numbers .number {
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
}
.pagination .numbers .number a {
  color: var(--color-primary);
}
.pagination .numbers .number.active {
  background-color: var(--color-light-blue);
  color: var(--color-primary);
}
.pagination .numbers .number.active:hover {
  transform: scale(1);
}
.pagination .numbers .number.active:hover, .pagination .numbers .number:hover {
  transition: transform 0.3s ease-in-out;
}
.pagination .numbers .number:hover {
  transform: scale(1.1);
}
.pagination .inactive {
  color: #7c7c7c;
}

.search-page-wrap .content-wrap {
  border-radius: 8px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .search-page-wrap .content-wrap {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .search-page-wrap .content-wrap {
    margin-top: 40px;
  }
}
.search-page-wrap .item {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 24px;
}
.search-page-wrap .title {
  font-weight: 400;
  margin: 10px 0;
}
.search-page-wrap .title a {
  color: var(--color-dark);
  transition: color 0.3s ease-in-out;
}
.search-page-wrap .title a:hover {
  color: var(--color-text);
}

.results-found-text {
  color: var(--color-dark);
  font-weight: 300;
  margin-top: 16px;
}

.videos-page-wrap {
  background-color: #fff;
}

.page-404-wrap .button-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .page-404-wrap .button-wrap {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1921px) {
  .page-404-wrap .button-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 719px) {
  .page-404-wrap .content-wrap {
    padding-bottom: 200px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-404-wrap .content-wrap {
    padding-bottom: 700px;
  }
}
@media (min-width: 1025px) {
  .page-404-wrap .content-wrap {
    padding-bottom: 40rem;
  }
}
@media (min-width: 1921px) {
  .page-404-wrap .content-wrap {
    padding-bottom: 500px;
  }
}
.page-404-wrap .title {
  color: var(--color-primary);
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  .page-404-wrap .title {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .page-404-wrap .title {
    margin-bottom: 32px;
  }
}
.page-404-wrap .subtitle {
  text-align: center;
}

@media (max-width: 719px) {
  .podcast-hero-section {
    margin-top: 40px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-hero-section {
    margin-top: 40px;
  }
}
.podcast-hero-section .content-wrap {
  align-items: center;
  background-color: var(--color-light-green);
  border-radius: 8px;
  display: flex;
  margin-top: 13px;
  overflow: hidden;
}
@media (max-width: 719px) {
  .podcast-hero-section .content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-hero-section .content-wrap {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .podcast-hero-section .image-wrap {
    height: 33.4rem;
    width: 41.1rem;
  }
}
@media (min-width: 1921px) {
  .podcast-hero-section .image-wrap {
    height: 334px;
    width: 411px;
  }
}
.podcast-hero-section .image-wrap img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 719px) {
  .podcast-hero-section .right-side {
    padding: 16px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-hero-section .right-side {
    padding: 24px;
  }
}
@media (min-width: 1025px) {
  .podcast-hero-section .right-side {
    padding: 24px;
  }
}
@media (max-width: 719px) {
  .podcast-hero-section .right-side .title {
    margin-top: 16px;
  }
}
.podcast-hero-section .right-side .podcast-description {
  margin-top: 10px;
  width: 80%;
}
@media (max-width: 719px) {
  .podcast-hero-section .right-side .podcast-description {
    margin-top: 16px;
  }
}

.podcast-main-content {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .podcast-main-content {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .podcast-main-content {
    margin-top: 40px;
  }
}
.podcast-main-content .podcast-content-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.podcast-main-content .podcast-sidebar {
  position: relative;
  z-index: 5;
  background-color: var(--color-white);
}
@media (max-width: 1024px) {
  .podcast-main-content .podcast-sidebar {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .podcast-main-content .podcast-sidebar {
    width: 30rem;
    position: sticky;
    top: 110px;
  }
}
@media (min-width: 1921px) {
  .podcast-main-content .podcast-sidebar {
    width: 300px;
  }
}
.podcast-main-content .podcast-sidebar .inner {
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-main-content .podcast-sidebar .people-in-the-podcast {
    display: flex;
    gap: 24px;
  }
}
.podcast-main-content .podcast-sidebar .person-wrap .image-wrap {
  width: 100px;
  height: 100px;
}
@media (min-width: 1025px) {
  .podcast-main-content .podcast-sidebar .person-wrap .image-wrap {
    height: 8rem;
    width: 8rem;
  }
}
@media (min-width: 1921px) {
  .podcast-main-content .podcast-sidebar .person-wrap .image-wrap {
    height: 80px;
    width: 80px;
  }
}
.podcast-main-content .podcast-sidebar .person-wrap .image-wrap img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.podcast-main-content .podcast-sidebar .avatar {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.podcast-main-content .podcast-sidebar .avatar .image-wrap {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .podcast-main-content .podcast-sidebar .avatar .image-wrap {
    height: 8rem;
    width: 8rem;
  }
}
@media (min-width: 1921px) {
  .podcast-main-content .podcast-sidebar .avatar .image-wrap {
    height: 80px;
    width: 80px;
  }
}
.podcast-main-content .podcast-sidebar .avatar .image-wrap img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.podcast-main-content .podcast-sidebar .resources {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.podcast-main-content .podcast-sidebar .resources .list-of-resources {
  margin-top: 16px;
  padding-left: 15px;
}
.podcast-main-content .podcast-sidebar .resources .list-of-resources li {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.podcast-main-content .podcast-sidebar .resources .list-of-resources li a {
  color: var(--color-primary);
  transition: color 0.3s ease-in-out;
  position: relative;
}
.podcast-main-content .podcast-sidebar .resources .list-of-resources li a:after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.podcast-main-content .podcast-sidebar .resources .list-of-resources li a:hover:after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .podcast-main-content .main-content {
    width: calc(100% - 38rem);
  }
}
@media (min-width: 1921px) {
  .podcast-main-content .main-content {
    width: calc(100% - 380px);
  }
}
.podcast-main-content .main-content .podcast-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.podcast-main-content .main-content .podcast-links .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease-in-out;
}
.podcast-main-content .main-content .podcast-links .tag svg {
  transition: transform 0.3s ease-in-out;
}
.podcast-main-content .main-content .podcast-links .tag:hover {
  background-color: var(--color-light-green);
  transition: background-color 0.3s ease-in-out;
}
.podcast-main-content .main-content .podcast-links .tag:hover svg {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.podcast-main-content .podcast-audio {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.podcast-main-content .player {
  align-content: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 719px) {
  .podcast-main-content .player {
    margin: 16px 0;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-main-content .player {
    margin: 24px 0;
  }
}
.podcast-main-content .player .play-button {
  align-self: flex-start;
  margin-top: 40px;
}
.podcast-main-content .player .play-button .play-svg {
  height: 20px;
  width: 40px;
}
@media (min-width: 1025px) {
  .podcast-main-content .player .play-button .play-svg {
    height: 2rem;
    width: 3.5rem;
  }
}
.podcast-main-content .waveform {
  width: 87%;
}
.podcast-main-content .icon-with-label {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.podcast-main-content .audio-time {
  color: var(--color-dark);
  font-size: 14px;
}

@media (max-width: 1024px) {
  .podcast-flexible-content {
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .podcast-flexible-content {
    margin-top: 4.8rem;
  }
}
@media (min-width: 1921px) {
  .podcast-flexible-content {
    margin-top: 48px;
  }
}

.video-content {
  position: relative;
}
.video-content .image-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 719px) {
  .video-content .image-wrap {
    height: 240px;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .video-content .image-wrap {
    height: 270px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .video-content .image-wrap {
    height: 60rem;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .video-content .image-wrap {
    height: 600px;
    width: 100%;
  }
}
.video-content .image-wrap:after {
  background-color: rgba(0, 0, 0, 0.3019607843);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-content .image-wrap .thumb-image {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.video-content .image-wrap .play-btn {
  align-items: center;
  border: 1px solid var(--color-bg);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 4;
}
@media (min-width: 1025px) {
  .video-content .image-wrap .play-btn {
    height: 9rem;
    width: 9rem;
  }
}
@media (min-width: 1921px) {
  .video-content .image-wrap .play-btn {
    height: 90px;
    width: 90px;
  }
}
.video-content .image-wrap .play-btn svg {
  height: 30px;
  left: 3px;
  position: relative;
  width: 30px;
}
@media (min-width: 1025px) {
  .video-content .image-wrap .play-btn svg {
    height: 3rem;
    width: 3rem;
  }
}
@media (min-width: 1921px) {
  .video-content .image-wrap .play-btn svg {
    height: 30px;
    width: 30px;
  }
}
.video-content .video-wrap {
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 719px) {
  .video-content .video-wrap {
    height: 240px;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .video-content .video-wrap {
    height: 270px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .video-content .video-wrap {
    height: 60rem;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .video-content .video-wrap {
    height: 600px;
    width: 100%;
  }
}
.video-content .video-wrap iframe {
  height: 100%;
  width: 100%;
}

.podcasts-hero-section .content-wrap {
  display: flex;
  align-items: center;
  border: 3px solid var(--color-primary);
}
@media (max-width: 719px) {
  .podcasts-hero-section .content-wrap {
    flex-direction: column;
    border-radius: 32px;
    padding: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcasts-hero-section .content-wrap {
    gap: 80px;
    border-radius: 32px;
    padding: 32px 50px;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .podcasts-hero-section .content-wrap {
    gap: 20rem;
    padding: 3.2rem 11.2rem;
    border-radius: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .podcasts-hero-section .content-wrap {
    gap: 200px;
    padding: 32px 112px;
    border-radius: 32px;
  }
}
.podcasts-hero-section .content-wrap .title {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .podcasts-hero-section .content-wrap .title {
    max-width: 70%;
  }
}
.podcasts-hero-section .content-wrap .waveform-wrap {
  background-color: var(--color-light-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .podcasts-hero-section .content-wrap .waveform-wrap {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcasts-hero-section .content-wrap .waveform-wrap {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .podcasts-hero-section .content-wrap .waveform-wrap {
    width: 25.5rem;
    height: 25.5rem;
  }
}
@media (min-width: 1921px) {
  .podcasts-hero-section .content-wrap .waveform-wrap {
    width: 255px;
    height: 255px;
  }
}
.podcasts-hero-section .content-wrap .waveform-wrap svg {
  position: relative;
  right: -35px;
}
@media (max-width: 719px) {
  .podcasts-hero-section .content-wrap .waveform-wrap svg {
    right: -20px;
  }
}

.podcasts-wrapper .home-podcast.row-podcast {
  margin-top: 0;
}

.bullet-list {
  list-style-type: none;
  margin-top: 24px;
}
.bullet-list li {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--color-text);
  position: relative;
  padding-left: 26px;
}
.bullet-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9633 6.70107C11.8238 6.56323 11.6361 6.48547 11.4395 6.48547C11.2428 6.48547 11.0551 6.56146 10.9157 6.70107L7.8176 9.7477L6.82543 8.75984C6.53939 8.47709 6.06923 8.47356 5.77962 8.75454C5.48823 9.03552 5.48465 9.50029 5.77068 9.79011L7.28665 11.2993C7.42609 11.4371 7.6138 11.5149 7.81223 11.5149C8.00888 11.5149 8.1948 11.4389 8.33424 11.3011L11.9597 7.73841C12.2457 7.45566 12.2493 6.99089 11.9651 6.7046L11.9633 6.70107Z' fill='%23071C45'/%3E%3Cpath d='M17.2926 5.50035C16.8384 4.42864 16.1885 3.46644 15.3627 2.63888C14.535 1.8131 13.5727 1.16326 12.5009 0.709085C11.3914 0.238755 10.2136 0 9 0C4.0377 0.00179515 0 4.03909 0 9.0009C0 13.9627 4.0377 18 9 18C13.9623 18 18 13.9627 18 9.0009C18 7.78737 17.763 6.60975 17.2926 5.50035ZM9 16.5118C4.85817 16.5118 1.48833 13.1423 1.48833 9.0009C1.48833 4.85948 4.85817 1.48998 9 1.48998C13.1418 1.48998 16.5117 4.85948 16.5117 9.0009C16.5117 13.1423 13.1418 16.5118 9 16.5118Z' fill='%23071C45'/%3E%3C/svg%3E");
}

.separator {
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--color-separator);
  margin: 24px 0;
}

.title {
  color: var(--color-dark);
}

.services-section .content-wrap {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 719px) {
  .services-section .content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .services-section .content-wrap {
    flex-direction: column;
  }
}
.services-section .item {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.services-section .item .circle-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #1b50c0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.services-section .item .circle-btn svg {
  transition: transform 0.3s ease-in-out;
}
.services-section .item .circle-btn:hover {
  background-color: var(--color-light-blue);
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .services-section .item .circle-btn {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media (max-width: 719px) {
  .services-section .item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    row-gap: 8px;
  }
  .services-section .item .icon {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .services-section .item .text-content {
    display: contents;
  }
  .services-section .item .title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
  }
  .services-section .item .text {
    grid-column: 2;
    grid-row: 2;
  }
  .services-section .item .circle-btn {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    margin-top: 8px;
  }
}
.services-section .title {
  font-weight: 400;
  margin: 0 8px 16px 0;
}
.services-section .s-14 {
  line-height: 1.4;
}
@media (max-width: 719px) {
  .services-section .s-14 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.services-section.newsletter-page .content-wrap {
  align-items: center;
}
@media (max-width: 719px) {
  .services-section.newsletter-page .content-wrap {
    gap: 10px;
  }
}
.services-section.newsletter-page .content-wrap .item {
  flex: 1;
  background: none;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease;
}
.services-section.newsletter-page .content-wrap .item:hover {
  background-color: var(--color-light-blue);
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease;
}
@media (max-width: 719px) {
  .services-section.newsletter-page .content-wrap .item {
    width: 100%;
  }
  .services-section.newsletter-page .content-wrap .item .icon img {
    width: 30px;
  }
  .services-section.newsletter-page .content-wrap .item .s-24 {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .services-section.newsletter-page .content-wrap .item {
    width: 100%;
  }
}
.services-section.newsletter-page .content-wrap.has-filter .item {
  border: 2px solid #7C7C7C;
  opacity: 0.6;
}
.services-section.newsletter-page .content-wrap.has-filter .item .icon img {
  filter: grayscale(100);
}
.services-section.newsletter-page .content-wrap.has-filter .item.is-active {
  border: 2px solid var(--color-primary);
  opacity: 1;
}
.services-section.newsletter-page .content-wrap.has-filter .item.is-active .icon img {
  filter: none;
}
.services-section.newsletter-page .content-wrap .title {
  margin-bottom: 0;
}

.tags a {
  color: var(--color-dark);
}

.my-mission {
  background-color: #e3ebfd;
  padding: 48px 0;
}
@media (min-width: 1025px) {
  .my-mission {
    padding: 8rem 0;
  }
}
.my-mission .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 719px) {
  .my-mission .content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .my-mission .left-side {
    width: 60rem;
  }
}
@media (min-width: 1921px) {
  .my-mission .left-side {
    width: 600px;
  }
}
.my-mission .left-side .text {
  font-weight: 300px;
  line-height: 1.2;
  margin: 16px 0 24px;
}
@media (min-width: 1025px) {
  .my-mission .left-side .text {
    margin: 2.4rem 0 3.2rem;
  }
}
@media (min-width: 1921px) {
  .my-mission .left-side .text {
    margin: 24px 0 32px;
  }
}
@media (max-width: 719px) {
  .my-mission .right-side {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .my-mission .right-side {
    width: 60rem;
  }
}
@media (min-width: 1921px) {
  .my-mission .right-side {
    width: 600px;
  }
}
.my-mission .right-side .quote {
  text-align: right;
}
.my-mission .right-side .author {
  font-style: italic;
}

@media (max-width: 1024px) {
  .cta-banner {
    background: linear-gradient(247deg, #181818 5.09%, #010101 74.83%);
    border-radius: 8px;
    overflow: hidden;
    padding: 48px 0;
  }
}
.cta-banner .content-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .cta-banner .content-wrap {
    background: linear-gradient(247deg, #181818 5.09%, #010101 74.83%);
    border-radius: 8px;
    overflow: hidden;
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .cta-banner .content-wrap {
    background: linear-gradient(247deg, #181818 5.09%, #010101 74.83%);
    border-radius: 8px;
    overflow: hidden;
    padding-right: 10rem;
  }
}
@media (max-width: 1024px) {
  .cta-banner .left-side {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .cta-banner .left-side {
    width: 40%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .cta-banner .right-side {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .cta-banner .right-side {
    width: 62.8rem;
  }
}
.cta-banner .right-side .text {
  font-weight: 300;
  line-height: 1.2;
  margin: 16px 0 32px;
}
@media (min-width: 1025px) {
  .cta-banner .right-side .text {
    margin: 2.4rem 0 3.2rem;
  }
}
.cta-banner .right-side .subscribe-form {
  width: 100%;
}
.cta-banner .right-side .subscribe-form input[type=email] {
  border: 1px solid #7c7c7c;
  border-radius: 28px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
  padding: 12px;
  width: 100%;
}
.cta-banner .right-side .subscribe-form input[type=checkbox] {
  background-color: #f9f9f9;
  border-radius: 2px;
  height: 18px;
  position: relative;
  width: 18px;
}
.cta-banner .right-side .subscribe-form input[type=checkbox]:after {
  background-color: #45c308;
  border-radius: 2px;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.cta-banner .right-side .subscribe-form input[type=checkbox]:checked:after {
  display: block;
}
.cta-banner .right-side .subscribe-form .terms-wrap {
  display: flex;
  margin: 24px 0;
}
.cta-banner .right-side .subscribe-form ::-webkit-input-placeholder {
  color: #7c7c7c !important;
}
.cta-banner .right-side .subscribe-form ::-moz-placeholder {
  color: #7c7c7c !important;
}
.cta-banner .right-side .subscribe-form :-ms-input-placeholder {
  color: #7c7c7c !important;
}
.cta-banner .right-side .subscribe-form ::-ms-input-placeholder {
  color: #7c7c7c !important;
}
.cta-banner .right-side .subscribe-form ::placeholder {
  color: #7c7c7c !important;
}
.cta-banner .right-side .subscribe-form label {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 300;
  margin-left: 8px;
}
@media (max-width: 719px) {
  .cta-banner .right-side .btns-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .cta-banner .right-side .btn.white {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .cta-banner .right-side .btn.white {
    margin-right: 2.4rem;
  }
}
.cta-banner .right-side .tag {
  margin-bottom: 16px;
}
.cta-banner .sg-response {
  margin-top: 20px;
}
.cta-banner .sg-response .info {
  font-size: 14px;
}
.cta-banner .sg-response .info.red {
  color: #f20000;
}
.cta-banner .sg-response .info.green {
  color: #45c308;
}

.accent-text-and-image .content-wrap {
  border-radius: 60px;
  display: flex;
  position: relative;
}
@media (max-width: 719px) {
  .accent-text-and-image .content-wrap {
    border-radius: 30px;
    flex-direction: column;
    padding: 42px 24px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .accent-text-and-image .content-wrap {
    padding: 32px;
  }
}
@media (min-width: 1025px) {
  .accent-text-and-image .content-wrap {
    padding: 7.5rem 10.7rem 13.5rem 7.5rem;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .accent-text-and-image .content-wrap .left-side {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .accent-text-and-image .content-wrap .left-side {
    margin-right: 5rem;
    width: 50rem;
  }
}
.accent-text-and-image .content-wrap .left-side .title {
  margin-top: 24px;
}
.accent-text-and-image .content-wrap .right-side {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 719px) {
  .accent-text-and-image .content-wrap .right-side {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .accent-text-and-image .content-wrap .right-side {
    height: 300px;
    position: absolute;
    right: 32px;
    top: 80px;
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .accent-text-and-image .content-wrap .right-side {
    height: 50rem;
    position: absolute;
    right: 7.5rem;
    top: 6rem;
    width: 50rem;
  }
}
@media (min-width: 1921px) {
  .accent-text-and-image .content-wrap .right-side {
    height: 500px;
    position: absolute;
    right: 75px;
    top: 60px;
    width: 500px;
  }
}
.accent-text-and-image .content-wrap .right-side img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.accent-text-and-image .content-wrap .btns-wrap {
  margin-top: 24px;
}
.accent-text-and-image .content-wrap .btns-wrap .btn {
  margin-right: 16px;
}
@media (max-width: 719px) {
  .accent-text-and-image .content-wrap .btns-wrap .btn {
    margin-bottom: 12px;
  }
}
.accent-text-and-image.dark .content-wrap {
  background-color: #010101;
}
.accent-text-and-image.light .content-wrap {
  background-color: #e3ebfd;
}
.accent-text-and-image.green .content-wrap {
  background-color: #e3eec6;
}

.wysiwyg-block h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--color-dark);
}
@media (max-width: 719px) {
  .wysiwyg-block h2 {
    font-size: 24px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .wysiwyg-block h2 {
    font-size: 24px;
  }
}
@media (min-width: 1441px) {
  .wysiwyg-block h2 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block h2 {
    font-size: 32px;
  }
}
.wysiwyg-block h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--color-dark);
}
@media (min-width: 1441px) {
  .wysiwyg-block h3 {
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.wysiwyg-block h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--color-dark);
}
@media (min-width: 1441px) {
  .wysiwyg-block h4 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block h4 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.wysiwyg-block h5 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--color-dark);
}
@media (min-width: 1441px) {
  .wysiwyg-block h5 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block h5 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.wysiwyg-block p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .wysiwyg-block p {
    margin-bottom: 2.4rem;
  }
}
.wysiwyg-block ul {
  list-style-type: none;
}
.wysiwyg-block ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 1025px) {
  .wysiwyg-block ul li {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block ul li {
    margin-bottom: 14px;
  }
}
.wysiwyg-block ul li:before {
  background-image: url(/wp-content/themes/marin-bg/webroot/images/check-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.wysiwyg-block ol {
  margin-left: 20px;
}
.wysiwyg-block ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}
@media (min-width: 1025px) {
  .wysiwyg-block ol li {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block ol li {
    margin-bottom: 14px;
  }
}
.wysiwyg-block a {
  color: #1b50c0;
}
.wysiwyg-block.less-width {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .wysiwyg-block.less-width {
    width: 120rem;
    width: 1000px;
  }
}
.wysiwyg-block.circle-bullets ul {
  list-style-type: none;
}
.wysiwyg-block.circle-bullets ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.wysiwyg-block.circle-bullets ul li:before {
  background-color: #313131;
  background-image: unset;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  width: 8px;
}
.wysiwyg-block.circle-bullets h3 {
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .wysiwyg-block.circle-bullets h3 {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block.circle-bullets h3 {
    margin-top: 40px;
  }
}
.wysiwyg-block.single-content h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1441px) {
  .wysiwyg-block.single-content h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .wysiwyg-block.single-content h3 {
    font-size: 24px;
  }
}

.faq-block .description {
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px;
}
.faq-block .faq-items {
  margin-top: 24px;
}
.faq-block .item {
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
.faq-block .item:first-child {
  border-top: 1px solid #ccc;
}
.faq-block .item.active .item-text {
  display: block;
  max-height: 500px;
}
.faq-block .item.active .item-title svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.faq-block .item-title {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.faq-block .item-title .s-24 {
  width: 80%;
  text-align: left;
}
.faq-block .item-title svg {
  position: relative;
  top: 10px;
  transition: transform 0.3s ease-in-out;
}
.faq-block .item-text {
  display: none;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sample-text-hero.white {
  background-color: #fff;
}
.sample-text-hero .content-wrap {
  padding: 32px 0;
}
.sample-text-hero .title {
  margin: 24px 0;
}
@media (min-width: 1025px) {
  .sample-text-hero .btns-wrap .btn {
    margin-right: 16px;
  }
}

.latest-newsletter-item {
  background-color: #e3ebfd;
}

@media (min-width: 1025px) {
  .page-wrapper .content-wrap {
    align-items: flex-start;
    display: flex;
    gap: 8rem;
  }
}
@media (min-width: 1921px) {
  .page-wrapper .content-wrap {
    gap: 80px;
  }
}
.page-wrapper .moving-ball-wrap {
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .page-wrapper .moving-ball-wrap {
    position: sticky;
    top: 12rem;
  }
}
@media (min-width: 1921px) {
  .page-wrapper .moving-ball-wrap {
    top: 120px;
  }
}
@media (min-width: 1025px) {
  .page-wrapper .main-content {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .page-wrapper.has-sidebar .moving-ball-wrap {
    position: static;
  }
}

.latest-in-the-box-section .content-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .latest-in-the-box-section .content-wrap {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .latest-in-the-box-section .content-wrap {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .latest-in-the-box-section .content-wrap {
    margin-top: 40px;
  }
}
.latest-in-the-box-section .latest-newsletter-item {
  background-color: #e3ebfd;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 1024px) {
  .latest-in-the-box-section .latest-newsletter-item {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .latest-in-the-box-section .latest-newsletter-item {
    padding: 32px 24px;
  }
}
.latest-in-the-box-section .latest-newsletter-item .title {
  margin: 12px 0;
}
.latest-in-the-box-section .latest-newsletter-item .title a {
  color: #071c45;
  transition: color 0.3s ease-in-out;
}
.latest-in-the-box-section .latest-newsletter-item .title a:hover {
  color: #313131;
  transition: color 0.3s ease-in-out;
}
.latest-in-the-box-section .latest-newsletter-item .excerpt {
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 719px) {
  .home-hero-section {
    margin-top: 50px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-hero-section {
    margin-top: 30px;
  }
}
.home-hero-section .content-wrap {
  position: relative;
}
.home-hero-section .molecule {
  position: absolute;
  right: 4rem;
  top: -16.5rem;
}
.home-hero-section .molecule svg {
  width: 40rem;
  height: 42rem;
}
@media (max-width: 719px) {
  .home-hero-section .molecule {
    top: -125px;
  }
}
.home-hero-section .title {
  position: relative;
  z-index: 2;
  margin-bottom: 21px;
}

.about-me-section .content-wrap {
  display: flex;
  justify-content: space-between;
  border: 3px solid var(--color-primary);
  border-radius: var(--radius-card);
  padding: 6.4rem 0 0 0;
}
.about-me-section .content-wrap .col {
  flex: 1;
}
.about-me-section .left-side {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  bottom: -2px;
}
.about-me-section .image-wrap {
  width: 50rem;
}
.about-me-section .image-wrap img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-me-section .right-side p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
}
.about-me-section .right-side ul {
  margin: 16px 0 26px 0;
  list-style-type: none;
}
.about-me-section .right-side ul li {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--color-text);
  position: relative;
  padding-left: 26px;
}
.about-me-section .right-side ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9633 6.70107C11.8238 6.56323 11.6361 6.48547 11.4395 6.48547C11.2428 6.48547 11.0551 6.56146 10.9157 6.70107L7.8176 9.7477L6.82543 8.75984C6.53939 8.47709 6.06923 8.47356 5.77962 8.75454C5.48823 9.03552 5.48465 9.50029 5.77068 9.79011L7.28665 11.2993C7.42609 11.4371 7.6138 11.5149 7.81223 11.5149C8.00888 11.5149 8.1948 11.4389 8.33424 11.3011L11.9597 7.73841C12.2457 7.45566 12.2493 6.99089 11.9651 6.7046L11.9633 6.70107Z' fill='%23071C45'/%3E%3Cpath d='M17.2926 5.50035C16.8384 4.42864 16.1885 3.46644 15.3627 2.63888C14.535 1.8131 13.5727 1.16326 12.5009 0.709085C11.3914 0.238755 10.2136 0 9 0C4.0377 0.00179515 0 4.03909 0 9.0009C0 13.9627 4.0377 18 9 18C13.9623 18 18 13.9627 18 9.0009C18 7.78737 17.763 6.60975 17.2926 5.50035ZM9 16.5118C4.85817 16.5118 1.48833 13.1423 1.48833 9.0009C1.48833 4.85948 4.85817 1.48998 9 1.48998C13.1418 1.48998 16.5117 4.85948 16.5117 9.0009C16.5117 13.1423 13.1418 16.5118 9 16.5118Z' fill='%23071C45'/%3E%3C/svg%3E");
}
.about-me-section .right-side h2 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 1441px) {
  .about-me-section .right-side h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1921px) {
  .about-me-section .right-side h2 {
    font-size: 28px;
  }
}
.about-me-section .right-side h2 {
  color: var(--color-dark);
}
.about-me-section .right-side h3 {
  font-size: 24px;
  line-height: 1.16;
}
@media (min-width: 1441px) {
  .about-me-section .right-side h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1921px) {
  .about-me-section .right-side h3 {
    font-size: 24px;
  }
}
.about-me-section .right-side h3 {
  color: var(--color-dark);
}
@media (max-width: 719px) {
  .about-me-section .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: unset;
  }
  .about-me-section .content-wrap .right-side {
    border: 3px solid var(--color-primary);
    border-radius: var(--radius-card-mobile);
    width: 100%;
    padding: 40px 28px;
    position: relative;
    top: -2px;
  }
  .about-me-section .content-wrap .right-side .btn-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .about-me-section .image-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .about-me-section .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: unset;
  }
  .about-me-section .content-wrap .right-side {
    border: 3px solid var(--color-primary);
    border-radius: var(--radius-card-mobile);
    width: 100%;
    padding: 40px 28px;
    position: relative;
    top: -2px;
  }
  .about-me-section .image-wrap {
    width: 60%;
    margin: 0 auto;
  }
}

.about-therapy-section .content-wrap {
  display: flex;
}
.about-therapy-section .content-wrap .col {
  flex: 1;
}
.about-therapy-section .left-side .left-title {
  position: relative;
}
.about-therapy-section .left-side .left-title .title {
  text-align: right;
  padding: 5rem 10rem;
  width: 60rem;
}
.about-therapy-section .left-side .left-title .line-svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 719px) {
  .about-therapy-section .left-side .left-title .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.about-therapy-section .left-side .two-ellipses.desktop .ellipse-one {
  display: inline-block;
  width: 327px;
  height: 327px;
  background: radial-gradient(circle at 50% 50%, rgba(234, 83, 52, 0.5) 0%, rgba(234, 83, 52, 0.38) 22%, rgba(234, 83, 52, 0.22) 40%, rgba(234, 83, 52, 0.08) 57%, transparent 70%);
}
@media (max-width: 719px) {
  .about-therapy-section .left-side .two-ellipses.desktop {
    display: none;
  }
}
@media (max-width: 719px) {
  .about-therapy-section .left-side {
    margin: 50px 0 70px 0;
  }
}
.about-therapy-section .right-side .text-column.second {
  margin-top: 10rem;
}
@media (max-width: 719px) {
  .about-therapy-section .right-side .text-column.second {
    margin-top: 0;
  }
  .about-therapy-section .right-side .text-column.second p {
    text-align: center;
  }
}
.about-therapy-section .right-side .two-ellipses.mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.about-therapy-section .right-side .two-ellipses.mobile .ellipse-one {
  display: inline-block;
  width: 327px;
  height: 327px;
  background: radial-gradient(circle at 50% 50%, rgba(234, 83, 52, 0.5) 0%, rgba(234, 83, 52, 0.38) 22%, rgba(234, 83, 52, 0.22) 40%, rgba(234, 83, 52, 0.08) 57%, transparent 70%);
}
.about-therapy-section .right-side .two-ellipses.mobile .ellipse-two {
  position: absolute;
  bottom: 230px;
  right: 50px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .about-therapy-section .right-side .two-ellipses.mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .about-therapy-section .right-side .two-ellipses.mobile {
    display: none;
  }
}
@media (min-width: 1921px) {
  .about-therapy-section .right-side .two-ellipses.mobile {
    display: none;
  }
}
.about-therapy-section .right-side h2 {
  color: var(--color-dark);
  font-size: 32px;
}
@media (min-width: 1441px) {
  .about-therapy-section .right-side h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .about-therapy-section .right-side h2 {
    font-size: 32px;
  }
}
.about-therapy-section .right-side h3 {
  color: var(--color-dark);
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 1441px) {
  .about-therapy-section .right-side h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1921px) {
  .about-therapy-section .right-side h3 {
    font-size: 28px;
  }
}
.about-therapy-section .right-side p {
  font-size: 16px;
  line-height: 1.4;
}
.about-therapy-section .right-side hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 0;
  background-color: var(--color-separator);
  margin: 24px 0;
}
.about-therapy-section .right-side ul {
  margin: 16px 0 26px 0;
  list-style-type: none;
}
.about-therapy-section .right-side ul li {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--color-text);
  position: relative;
  padding-left: 26px;
}
.about-therapy-section .right-side ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9633 6.70107C11.8238 6.56323 11.6361 6.48547 11.4395 6.48547C11.2428 6.48547 11.0551 6.56146 10.9157 6.70107L7.8176 9.7477L6.82543 8.75984C6.53939 8.47709 6.06923 8.47356 5.77962 8.75454C5.48823 9.03552 5.48465 9.50029 5.77068 9.79011L7.28665 11.2993C7.42609 11.4371 7.6138 11.5149 7.81223 11.5149C8.00888 11.5149 8.1948 11.4389 8.33424 11.3011L11.9597 7.73841C12.2457 7.45566 12.2493 6.99089 11.9651 6.7046L11.9633 6.70107Z' fill='%23071C45'/%3E%3Cpath d='M17.2926 5.50035C16.8384 4.42864 16.1885 3.46644 15.3627 2.63888C14.535 1.8131 13.5727 1.16326 12.5009 0.709085C11.3914 0.238755 10.2136 0 9 0C4.0377 0.00179515 0 4.03909 0 9.0009C0 13.9627 4.0377 18 9 18C13.9623 18 18 13.9627 18 9.0009C18 7.78737 17.763 6.60975 17.2926 5.50035ZM9 16.5118C4.85817 16.5118 1.48833 13.1423 1.48833 9.0009C1.48833 4.85948 4.85817 1.48998 9 1.48998C13.1418 1.48998 16.5117 4.85948 16.5117 9.0009C16.5117 13.1423 13.1418 16.5118 9 16.5118Z' fill='%23071C45'/%3E%3C/svg%3E");
}
@media (max-width: 719px) {
  .about-therapy-section .content-wrap {
    flex-direction: column;
  }
  .about-therapy-section .left-side .left-title .line-svg {
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .about-therapy-section .left-side .left-title .title {
    text-align: left;
  }
}

.home-podcast .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-podcast .equalizer-svg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-podcast .equalizer-svg svg {
  position: relative;
  z-index: 3;
}
.home-podcast .equalizer-svg .green-sphere {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 22.5rem;
  height: 22.5rem;
  border-radius: 50%;
  background-color: var(--color-light-green);
}
@media (max-width: 719px) {
  .home-podcast .equalizer-svg .green-sphere {
    width: 183px;
    height: 183px;
  }
}
.home-podcast h2.title {
  text-align: center;
  max-width: 47%;
  position: relative;
  z-index: 3;
  margin-top: 2rem;
}
.home-podcast .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .home-podcast .button-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-podcast .button-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .home-podcast .button-wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 719px) {
  .home-podcast .equalizer-svg {
    width: 100%;
  }
  .home-podcast .equalizer-svg svg {
    width: 100%;
  }
  .home-podcast h2.title {
    max-width: 90%;
    font-size: 32px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-podcast .podcast-swiper {
    overflow: visible;
  }
}
@media (min-width: 1025px) {
  .home-podcast .podcast-swiper {
    overflow: visible;
  }
}
@media (max-width: 719px) {
  .home-podcast .podcast-swiper {
    overflow: hidden;
  }
  .home-podcast .podcast-swiper .courses-wrap-three-columns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .home-podcast .podcast-swiper .courses-wrap-three-columns .single-course {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.home-podcast .courses-wrap-three-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 719px) {
  .home-podcast .courses-wrap-three-columns {
    flex-direction: column;
    gap: 30px;
  }
}
.home-podcast .courses-wrap-three-columns .single-course {
  flex: 1 1 calc(33.333% - 2.4rem);
}
.home-podcast .courses-wrap-three-columns .single-course .image-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.home-podcast .courses-wrap-three-columns .single-course .image-wrap img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.home-podcast .courses-wrap-three-columns .single-course .tags {
  margin-bottom: 1rem;
}
.home-podcast .courses-wrap-three-columns .single-course .title {
  margin: 1rem 0;
}
.home-podcast.row-podcast {
  margin-top: 17rem;
}
@media (max-width: 719px) {
  .home-podcast.row-podcast {
    margin-top: 80px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-podcast.row-podcast {
    margin-top: 80px;
  }
}
@media (min-width: 1921px) {
  .home-podcast.row-podcast {
    margin-top: 170px;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns {
  flex-direction: column;
  flex-wrap: nowrap;
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course {
  flex: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 719px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course .image-wrap {
  flex-shrink: 0;
}
@media (max-width: 719px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course .image-wrap {
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course .image-wrap {
    width: 300px;
    height: 195px;
  }
}
@media (min-width: 1025px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course .image-wrap {
    width: 20rem;
    height: 13rem;
  }
}
@media (min-width: 1921px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course .image-wrap {
    width: 200px;
    height: 130px;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course .podcast-info {
  flex: 1;
}
@media (min-width: 1025px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course .podcast-info .title, .home-podcast.row-podcast .courses-wrap-three-columns .single-course .podcast-info .s-16 {
    max-width: 90rem;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 719px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast {
    align-items: flex-start;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .image-wrap {
  margin-bottom: 0;
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon {
  background-color: var(--color-light-blue);
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon {
    width: 84px;
    height: 52px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon {
    width: 84px;
    height: 52px;
  }
}
@media (min-width: 1025px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon {
    width: 8.4rem;
    height: 5.2rem;
    border-radius: 3.6rem;
  }
}
@media (min-width: 1921px) {
  .home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon {
    width: 84px;
    height: 52px;
  }
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon svg {
  position: relative;
  left: 2px;
  transition: transform 0.3s ease-in-out;
}
.home-podcast.row-podcast .courses-wrap-three-columns .single-course.single-podcast .play-icon:hover svg {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}

.page-wrapper .content-wrap {
  display: flex;
  gap: 4rem;
  position: relative;
}
@media (max-width: 719px) {
  .page-wrapper .content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-wrapper .content-wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .page-wrapper .content-wrap {
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .page-wrapper.consultation-page-wrapper .mobile-only {
    display: none;
  }
}
@media (max-width: 719px) {
  .page-wrapper.consultation-page-wrapper .desktop-only {
    display: none;
  }
  .page-wrapper.consultation-page-wrapper .content-wrap .title {
    margin-bottom: 15px;
  }
  .page-wrapper.consultation-page-wrapper .content-wrap .main-content {
    order: 2;
  }
  .page-wrapper.consultation-page-wrapper .content-wrap .podcast-sidebar {
    order: 1;
  }
}
@media (max-width: 719px) {
  .page-wrapper .moving-ball-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-wrapper .moving-ball-wrap {
    display: none;
  }
}
.page-wrapper .main-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.page-wrapper .main-content .page-title h1 {
  margin-bottom: 1.6rem;
}
.page-wrapper .main-content .page-title {
  margin-bottom: 5rem;
}
@media (max-width: 719px) {
  .page-wrapper .main-content .page-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-wrapper .main-content .page-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1921px) {
  .page-wrapper .main-content .page-title {
    margin-bottom: 50px;
  }
}
.page-wrapper .main-content .wysiwyg-block {
  margin-top: 5rem;
}
@media (max-width: 719px) {
  .page-wrapper .main-content .wysiwyg-block {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-wrapper .main-content .wysiwyg-block {
    margin-top: 30px;
  }
}
@media (min-width: 1921px) {
  .page-wrapper .main-content .wysiwyg-block {
    margin-top: 50px;
  }
}
.page-wrapper .podcast-sidebar {
  position: relative;
  z-index: 5;
}
@media (max-width: 719px) {
  .page-wrapper .podcast-sidebar {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .page-wrapper .podcast-sidebar {
    width: 36rem;
    position: sticky;
    top: 110px;
  }
}
.page-wrapper .podcast-sidebar .inner {
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  background-color: var(--color-white);
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page-wrapper .podcast-sidebar .people-in-the-podcast {
    display: flex;
    gap: 24px;
  }
}
.page-wrapper .podcast-sidebar .avatar {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.page-wrapper .podcast-sidebar .avatar .image-wrap {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .page-wrapper .podcast-sidebar .avatar .image-wrap {
    height: 8rem;
    width: 8rem;
  }
}
@media (min-width: 1921px) {
  .page-wrapper .podcast-sidebar .avatar .image-wrap {
    height: 80px;
    width: 80px;
  }
}
.page-wrapper .podcast-sidebar .avatar .image-wrap img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.page-wrapper .podcast-sidebar .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .podcast-sidebar .btn-wrap .btn {
  font-weight: 700;
  letter-spacing: 0.8px;
}
.page-wrapper .podcast-sidebar .resources {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-top: 16px;
}
.page-wrapper .podcast-sidebar .resources ul {
  margin-top: 16px;
  padding-left: 15px;
}
.page-wrapper .podcast-sidebar .resources ul li {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page-wrapper .podcast-sidebar .resources ul li a {
  color: var(--color-primary);
  transition: color 0.3s ease-in-out;
  position: relative;
}
.page-wrapper .podcast-sidebar .resources ul li a:after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.page-wrapper .podcast-sidebar .resources ul li a:hover:after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}

.capabilities {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 719px) {
  .capabilities {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .capabilities {
    margin-top: 30px;
  }
}
@media (min-width: 1921px) {
  .capabilities {
    margin-top: 50px;
  }
}
.capabilities .eclipse-wrap {
  position: absolute;
  z-index: 2;
}
@media (min-width: 1025px) {
  .capabilities .eclipse-wrap {
    top: 2rem;
    right: -18rem;
  }
}
@media (min-width: 1921px) {
  .capabilities .eclipse-wrap {
    top: 20px;
    right: -180px;
  }
}
.capabilities .eclipse-wrap .eclipse-blob {
  width: 46.7rem;
  height: 46.7rem;
  background: radial-gradient(circle at 50% 50%, rgba(234, 83, 52, 0.25) 0%, rgba(234, 83, 52, 0.16) 22%, rgba(234, 83, 52, 0.08) 42%, rgba(234, 83, 52, 0.02) 58%, transparent 70%);
}
@media (min-width: 1921px) {
  .capabilities .eclipse-wrap .eclipse-blob {
    width: 467px;
    height: 467px;
  }
}
.capabilities .main-title {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media (max-width: 719px) {
  .capabilities .main-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .capabilities .main-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1921px) {
  .capabilities .main-title {
    margin-bottom: 64px;
  }
}
.capabilities .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  gap: 24px;
  position: relative;
  z-index: 5;
}
@media (max-width: 719px) {
  .capabilities .items {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}
.capabilities .items .item {
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  background-color: var(--color-white);
}
.capabilities .items .item .number {
  font-size: 12px;
}
.capabilities .items .item .title {
  margin: 16px 0;
}
.capabilities .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open::before {
  opacity: 1;
  pointer-events: auto;
}

.consultation-modal {
  display: none;
  width: 78rem;
  border: 3px solid var(--color-primary);
  border-radius: var(--radius-card);
  padding: 3rem 2.4rem 4rem 2.4rem;
  position: fixed;
  inset: 0;
  margin: auto;
  height: fit-content;
  z-index: 1000;
  background-color: var(--color-bg);
  max-height: 90vh;
  overflow-y: auto;
}
.consultation-modal.is-open {
  display: block;
}
@media (max-width: 719px) {
  .consultation-modal {
    width: 90%;
    top: 10vh;
    bottom: auto;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .consultation-modal.is-open {
    display: flex;
    flex-direction: column;
  }
  .consultation-modal .close-btn-wrap {
    width: 100%;
    justify-content: center;
    padding-bottom: 12px;
  }
  .consultation-modal .content-wrap {
    border: 3px solid var(--color-primary);
    border-radius: var(--radius-card);
    background-color: var(--color-bg);
    padding: 3rem 2.4rem 4rem;
  }
}
@media (max-width: 719px) and (max-width: 719px) {
  .consultation-modal .content-wrap {
    padding: 40px 16px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .consultation-modal {
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .consultation-modal {
    width: 740px;
  }
}
.consultation-modal .close-btn-wrap {
  display: flex;
}
.consultation-modal .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.consultation-modal .time-table {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
}
.consultation-modal .disclaimer-text {
  text-align: center;
  border-top: 1px solid var(--color-separator);
  padding-top: 16px;
  width: 90%;
  margin: 0 auto;
}
.consultation-modal .consultation-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0;
}
@media (max-width: 719px) {
  .consultation-modal .consultation-info {
    grid-template-columns: 1fr 1fr;
  }
  .consultation-modal .consultation-info .item:nth-child(1) {
    order: 2;
  }
  .consultation-modal .consultation-info .item:nth-child(2) {
    order: 1;
    grid-column: 1/-1;
  }
  .consultation-modal .consultation-info .item:nth-child(3) {
    order: 3;
  }
}
.consultation-modal .consultation-info .item {
  background-color: var(--color-light-blue);
  border-radius: 8px;
  padding: 16px;
}
.consultation-modal .consultation-info .item .text {
  margin-bottom: 8px;
}
.consultation-modal .location-url {
  display: flex;
  align-items: center;
  gap: 5px;
}
.consultation-modal a {
  color: var(--color-dark);
}
.consultation-modal a.phone {
  font-weight: 700;
  position: relative;
  letter-spacing: 0.5px;
}
.consultation-modal a.phone:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #071C45;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease-in-out;
}
.consultation-modal a.phone:hover:after {
  width: 0%;
  transition: width 0.3s ease-in-out;
}
.consultation-modal a.location {
  position: relative;
}
.consultation-modal a.location:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-dark);
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.3s ease-in-out;
}
.consultation-modal a.location:hover:after {
  width: 0%;
  transition: width 0.3s ease-in-out;
}
.consultation-modal .title {
  letter-spacing: 1px;
  font-weight: 400px;
}

@media (min-width: 1025px) {
  .page-about-me-hero .image-wrap {
    height: 110%;
    width: 60rem;
    position: relative;
  }
  .page-about-me-hero .image-wrap img {
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: 100%;
    height: 135%;
    object-fit: cover;
    object-position: top center;
  }
}
@media (min-width: 1441px) {
  .page-about-me-hero .image-wrap {
    height: 125%;
    position: relative;
  }
  .page-about-me-hero .image-wrap img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135%;
    object-fit: cover;
    object-position: top center;
  }
}
@media (min-width: 1025px) {
  .page-about-me-hero .right-side {
    padding-bottom: 5rem;
  }
}

.documents-section .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.4rem;
  cursor: pointer;
}
.documents-section .title-row .show-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  cursor: pointer;
}
.documents-section .title-row .show-more p {
  color: var(--color-primary);
  font-weight: 500;
  position: relative;
}
.documents-section .title-row .show-more p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transition: width 0.3s ease-in-out;
}
.documents-section .title-row .show-more p:hover::after {
  width: 0%;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 719px) {
  .documents-section .title-row {
    margin-bottom: 30px;
  }
}
.documents-section .items-wrap {
  overflow: hidden;
}
.documents-section .items-wrap .items {
  margin-bottom: 12px;
}
.documents-section .items-wrap .items .title {
  margin-bottom: 8px;
}
.documents-section .items-wrap .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15rem;
  padding: 2rem 0;
  border-top: 1px solid var(--color-separator);
}
@media (max-width: 719px) {
  .documents-section .items-wrap .item {
    gap: 30px;
    padding: 15px 0 80px 0;
  }
}
.documents-section .items-wrap .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
}
.documents-section .items-wrap .left-side p {
  color: var(--color-primary);
  font-weight: 500;
  position: relative;
}
.documents-section .items-wrap .left-side p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transition: width 0.3s ease-in-out;
}
.documents-section .items-wrap .left-side p:hover::after {
  width: 0%;
  transition: width 0.3s ease-in-out;
}

.document-modal {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1000;
  background-color: var(--color-bg);
  border-radius: var(--radius-card);
  border: 3px solid var(--color-primary);
  padding: 1.6rem;
}
.document-modal.is-open {
  display: block;
}
@media (max-width: 719px) {
  .document-modal {
    max-width: 95vw;
  }
}
.document-modal .close-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.2rem;
  cursor: pointer;
}
.document-modal .close-btn {
  cursor: pointer;
}
.document-modal .document-image-wrap img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
}
@media (max-width: 719px) {
  .document-modal .document-image-wrap img {
    max-width: 90vw;
  }
}

.newsletter-hero .max-w-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 719px) {
  .newsletter-hero {
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .newsletter-hero {
    margin-top: 40px;
  }
}

.news-list-section .content-wrap {
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .news-list-section .content-wrap {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .news-list-section .content-wrap {
    margin-top: 40px;
  }
}
.news-list-section .item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
}
.news-list-section .title {
  font-weight: 400;
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .news-list-section .title {
    max-width: 90rem;
  }
}
.news-list-section .title a {
  color: #071c45;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .news-list-section .title a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #071c45;
    width: 0%;
    transition: width 0.3s ease-in-out;
  }
  .news-list-section .title a:hover:after {
    width: 100%;
    transition: width 0.3s ease-in-out;
  }
}
@media (min-width: 1025px) {
  .news-list-section .excerpt {
    max-width: 90rem;
  }
}
.news-list-section.landing-news .section-title {
  text-align: center;
}
.news-list-section.landing-news .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.news-list-section.landing-news .item:last-child {
  border-bottom: unset;
}

@media (max-width: 719px) {
  .newsletter-btn-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .newsletter-btn-wrap {
    margin-top: 40px;
  }
}

.article-content-section {
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .article-content-section {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .article-content-section {
    margin-top: 40px;
  }
}
.article-content-section .title {
  text-align: center;
}
.article-content-section .single-content {
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .article-content-section .single-content {
    margin-top: 4rem;
  }
}
@media (min-width: 1921px) {
  .article-content-section .single-content {
    margin-top: 40px;
  }
}

.white-section {
  background-color: var(--color-white);
}
@media (max-width: 719px) {
  .white-section {
    padding: 40px 0;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .white-section {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .white-section {
    padding: 8rem 0 0 0;
  }
}
@media (min-width: 1921px) {
  .white-section {
    padding: 80px 0 0 0;
  }
}

.single-footer-cta {
  background-color: var(--color-white);
}

.landing-hero-section .content-wrap {
  border: 3px solid var(--color-primary);
}
@media (max-width: 719px) {
  .landing-hero-section .content-wrap {
    flex-direction: column;
    border-radius: 32px;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .landing-hero-section .content-wrap {
    gap: 80px;
    border-radius: 32px;
    padding: 32px 50px;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .landing-hero-section .content-wrap {
    gap: 20rem;
    padding: 5.6rem 8rem;
    border-radius: 3.2rem;
  }
}
@media (min-width: 1921px) {
  .landing-hero-section .content-wrap {
    gap: 200px;
    padding: 56px 80px;
    border-radius: 32px;
  }
}
.landing-hero-section .content-wrap .inner-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .landing-hero-section .content-wrap .inner-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .landing-hero-section .content-wrap .inner-wrap {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .landing-hero-section .content-wrap .inner-wrap {
    gap: 8rem;
    width: 73.7rem;
  }
}
@media (min-width: 1921px) {
  .landing-hero-section .content-wrap .inner-wrap {
    gap: 80px;
    width: 737px;
  }
}
.landing-hero-section .content-wrap .title {
  margin-bottom: 16px;
}
@media (max-width: 719px) {
  .landing-hero-section .content-wrap .title {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .landing-hero-section .content-wrap .title {
    max-width: 70%;
  }
}
@media (max-width: 719px) {
  .landing-hero-section .content-wrap .description {
    text-align: center;
  }
}
.landing-hero-section .links-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 719px) {
  .landing-hero-section .links-wrap .landing-btn {
    padding-right: 0;
  }
  .landing-hero-section .links-wrap .landing-btn .left-arrow {
    margin-left: 0;
  }
}

@media (min-width: 720px) and (max-width: 1024px) {
  .modal-cta-section {
    margin-top: 100px;
  }
}
.modal-cta-section .outer-wrap {
  border: 3px solid var(--color-primary);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.modal-cta-section .inner-wrap {
  background-color: var(--color-light-blue);
  border-radius: var(--radius-card);
  width: 84rem;
  margin: 0 auto;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.modal-cta-section .inner-wrap .title {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
.modal-cta-section .inner-wrap .item p {
  margin-bottom: 24px;
}
.modal-cta-section .disclaimer-text {
  width: 64rem;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .modal-cta-section .outer-wrap {
    padding-bottom: 5rem;
  }
  .modal-cta-section .inner-wrap {
    margin-top: -12rem;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .modal-cta-section .outer-wrap {
    padding-bottom: 40px;
  }
  .modal-cta-section .inner-wrap {
    margin-top: -120px;
  }
}
@media (max-width: 719px) {
  .modal-cta-section .outer-wrap {
    border: unset;
  }
  .modal-cta-section .inner-wrap {
    width: 100%;
    padding: 40px 30px;
  }
  .modal-cta-section .inner-wrap .title {
    max-width: 90%;
  }
  .modal-cta-section .disclaimer-text {
    width: 100%;
  }
  .modal-cta-section .item p {
    margin-bottom: 20px;
  }
}
.modal-cta-section .item p {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  user-select: none;
}
.modal-cta-section .item p:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #7C7C7C;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: background-color 0.2s, border-color 0.2s;
}
.modal-cta-section .item p:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid var(--color-white);
  border-top: none;
  border-left: none;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}
.modal-cta-section .item p.checked:before {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.modal-cta-section .item p.checked:after {
  transform: rotate(45deg) scale(1);
}

.footer-cta-section .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 30px;
  background: linear-gradient(180deg, var(--color-bg-dark) 0%, var(--color-bg-dark) 15.1%, var(--color-bg-darker) 100%);
}
.footer-cta-section .title {
  color: var(--color-white);
}
.footer-cta-section .description {
  color: var(--color-white);
  margin: 24px 0;
}
.footer-cta-section .left-side {
  align-self: flex-end;
}
.footer-cta-section .left-side img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .footer-cta-section .content-wrap {
    padding-right: 10rem;
  }
  .footer-cta-section .left-side {
    width: 51rem;
    height: 40rem;
  }
  .footer-cta-section .right-side {
    width: 55rem;
    padding: 5rem 0;
  }
}
@media (min-width: 1921px) {
  .footer-cta-section .content-wrap {
    padding-right: 100px;
  }
  .footer-cta-section .left-side {
    width: 510px;
    height: 400px;
  }
  .footer-cta-section .right-side {
    width: 550px;
    padding: 50px 0;
  }
}
@media (max-width: 719px) {
  .footer-cta-section .right-side {
    padding: 48px 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-cta-section .right-side .title {
    text-align: center;
  }
  .footer-cta-section .description {
    text-align: center;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer-cta-section .content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-cta-section .left-side {
    align-self: center;
  }
  .footer-cta-section .right-side {
    padding: 48px 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-cta-section .description {
    text-align: center;
  }
}

.footer {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 32px;
}
@media (min-width: 1025px) {
  .footer {
    padding-top: 8rem;
  }
}
.footer .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 719px) {
  .footer .content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer .content-wrap div {
    flex: 1;
  }
}
.footer .logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .logo-column .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer .subscribe-form {
  width: 100%;
  margin-top: 20px;
}
.footer .subscribe-form input[type=email] {
  border: 1px solid #7c7c7c;
  border-radius: 28px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 12px 12px 24px;
  width: 100%;
}
.footer .subscribe-form input[type=checkbox] {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid var(--color-bg-dark);
  height: 20px;
  position: relative;
  bottom: 1px;
  width: 20px;
}
.footer .subscribe-form input[type=checkbox]:after {
  background-color: #45c308;
  border-radius: 2px;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.footer .subscribe-form input[type=checkbox]:checked:after {
  display: block;
}
.footer .subscribe-form .form-row {
  position: relative;
}
.footer .subscribe-form .submit-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.footer .subscribe-form .submit-btn svg {
  position: relative;
  top: 1px;
}
.footer .subscribe-form .submit-btn:hover svg {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.footer .subscribe-form .terms-wrap {
  display: flex;
  margin: 14px 0;
}
.footer .subscribe-form .terms-wrap a {
  position: relative;
  color: var(--color-bg-dark);
}
.footer .subscribe-form .terms-wrap a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-bg-dark);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.footer .subscribe-form .terms-wrap a:hover:after {
  width: 0%;
  transition: width 0.3s ease-in-out;
}
.footer .subscribe-form ::-webkit-input-placeholder {
  color: #7c7c7c !important;
}
.footer .subscribe-form ::-moz-placeholder {
  color: #7c7c7c !important;
}
.footer .subscribe-form :-ms-input-placeholder {
  color: #7c7c7c !important;
}
.footer .subscribe-form ::-ms-input-placeholder {
  color: #7c7c7c !important;
}
.footer .subscribe-form ::placeholder {
  color: #7c7c7c !important;
}
.footer .subscribe-form label {
  color: var(--color-bg-dark);
  font-size: 16px;
  font-weight: 300;
  margin-left: 8px;
}
.footer .footer-logo-text {
  color: var(--color-text);
  font-size: 36px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer .footer-logo-text {
    font-size: 26px;
  }
}
.footer .socials .social-item {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.footer .socials .social-item svg, .footer .socials .social-item:hover svg {
  transition: transform 0.3s ease-in-out;
}
.footer .socials .social-item:hover svg {
  transform: scale(1.1);
}
.footer .menu-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f0f0f0;
  width: 90rem;
  padding: 4.8rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
@media (max-width: 719px) {
  .footer .menu-column {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer .menu-column {
    gap: 34px;
  }
}
@media (min-width: 1025px) {
  .footer .menu-column .menu-inner-col {
    width: 100%;
  }
  .footer .menu-column .menu-inner-col .footer-menu {
    display: flex;
    justify-content: space-between;
  }
  .footer .menu-column .menu-inner-col .footer-menu.legal-menu {
    justify-content: space-around;
    border-top: 1px solid var(--color-separator);
    padding-top: 24px;
  }
}
@media (max-width: 719px) {
  .footer .menu-column .menu-inner-col {
    text-align: center;
  }
}
.footer .menu-column .menu-inner-col li {
  list-style-type: none;
}
.footer .menu-column .footer-nav-link {
  color: var(--color-text);
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media (max-width: 719px) {
  .footer .menu-column .footer-nav-link {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer .menu-column .footer-nav-link {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer .menu-column .footer-nav-link {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1921px) {
  .footer .menu-column .footer-nav-link {
    margin-bottom: 30px;
  }
}
.footer .menu-column .footer-nav-link:after {
  background-color: var(--color-text);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.footer .menu-column .footer-nav-link:hover:after {
  width: 100%;
}
.footer .colophon {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.cookie-consent {
  bottom: 24px;
  left: 24px;
  max-width: 360px;
  position: fixed;
  width: calc(100% - 48px);
  z-index: 9999;
}
@media (min-width: 1025px) {
  .cookie-consent {
    max-width: 380px;
  }
}
.cookie-consent__inner {
  background-color: var(--color-dark);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  padding: 24px;
}
.cookie-consent__title {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cookie-consent__text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.cookie-consent__text strong {
  color: var(--color-white);
}
.cookie-consent__text a {
  color: var(--color-light-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent__text a:hover {
  color: var(--color-white);
}
.cookie-consent__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-btn {
  border-radius: 28px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.cookie-btn--accept {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.cookie-btn--accept:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.cookie-btn--necessary {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
}
.cookie-btn--necessary:hover {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--color-white);
}

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