/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.1.4
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

@font-face {
  font-family: "HorasBlack";
  src: url(fonts/Horas-Black.woff2) format("woff2"), url(fonts/Horas-Black.woff) format("woff"), url(fonts/Horas-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Horas";
  src: url(fonts/Horas-Bold.woff2) format("woff2"), url(fonts/Horas-Bold.woff) format("woff"), url(fonts/Horas-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "HorasExtBd";
  src: url(fonts/Horas-ExtraBold.woff2) format("woff2"), url(fonts/Horas-ExtraBold.woff) format("woff"), url(fonts/Horas-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "HorasMed";
  src: url(fonts/Horas-Medium.woff2) format("woff2"), url(fonts/Horas-Medium.woff) format("woff"), url(fonts/Horas-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
html,
body {
  overflow-x: hidden;
}

body {
  color: #2e3d54;
  font-family: "HorasMed", sans-serif;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.25px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.title--white {
  color: white;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content p b,
.content p strong {
  font-family: "Horas", sans-serif;
  font-weight: bold;
}
.content h2 {
  color: #6159dd;
}
.content li {
  margin-bottom: 10px;
}
.content .wp-block-buttons {
  margin-bottom: 20px;
}
.content p a,
.content li a {
  text-decoration: underline;
  color: #2e3b85;
  transition: 0.3s;
}
.content p a:hover,
.content li a:hover {
  color: #5fce9a;
}
.content a.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 17px 40px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 16px;
  font-family: "HorasExtBd", sans-serif;
  line-height: 22px;
  letter-spacing: 0.91px;
  background-color: #2e3b85;
  color: white;
  border-radius: 28px;
}
.content a.wp-block-button__link:hover {
  opacity: 0.7;
}
.content .wp-block-image {
  margin: 40px 0 60px;
}
.content .wp-block-image img {
  border-radius: 26px;
}
.content .wp-block-column {
  margin-bottom: 30px;
}
.content .wp-block-column .wp-block-image {
  margin: 0 0 30px;
}
.content .wp-block-column h4 {
  margin-bottom: 10px;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 40px;
  position: relative;
  margin-bottom: 40px;
}
.content blockquote::before {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #746dd7 0%, #88e6b4 100%);
}
.content blockquote h5 {
  font-family: "Horas", sans-serif;
  letter-spacing: -1px;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 34px;
}
.content blockquote h6 {
  font-family: "HorasMed", sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
}
.content .wp-block-group {
  padding: 30px 40px;
  border-radius: 20px;
}
.content .has-blue-color,
.content a.has-blue-color {
  color: #2e3b85;
}
.content .has-white-color,
.content a.has-white-color {
  color: white;
}
.content .has-dark-blue-color,
.content a.has-dark-blue-color {
  color: #2e3d54;
}
.content .has-green-color,
.content a.has-green-color {
  color: #5fce9a;
}
.content .has-pink-color,
.content a.has-pink-color {
  color: #bf85e8;
}
.content .has-orange-color,
.content a.has-orange-color {
  color: #ff860b;
}
.content .has-grey-color,
.content a.has-grey-color {
  color: #dee6ef;
}
.content .has-blue-background-color,
.content a.has-blue-background-color {
  background-color: #2e3b85;
}
.content .has-white-background-color,
.content a.has-white-background-color {
  background-color: white;
}
.content .has-dark-blue-background-color,
.content a.has-dark-blue-background-color {
  background-color: #2e3d54;
}
.content .has-green-background-color,
.content a.has-green-background-color {
  background-color: #5fce9a;
}
.content .has-pink-background-color,
.content a.has-pink-background-color {
  background-color: #bf85e8;
}
.content .has-orange-background-color,
.content a.has-orange-background-color {
  background-color: #ff860b;
}
.content .has-grey-background-color,
.content a.has-grey-background-color {
  background-color: #dee6ef;
}

.alpha,
.content h1 {
  font-size: 58px;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
}

.bravo,
.content h2 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
}

.charlie,
.content h3 {
  font-size: 38px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.4;
}

.delta,
.content h4 {
  font-size: 32px;
  font-family: "HorasExtBd", sans-serif;
  line-height: 1.3;
  letter-spacing: -1.26px;
}

.echo,
.content h5 {
  font-size: 28px;
  font-family: "HorasExtBd", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

.foxtrot,
.content h6 {
  font-size: 22px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 900px) {
  .content .wp-block-image {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .alpha,
  .content h1 {
    font-size: 39px;
  }
  .bravo,
  .content h2 {
    font-size: 31px;
  }
  .charlie,
  .content h3 {
    font-size: 25px;
  }
  .delta,
  .content h4 {
    font-size: 24px;
  }
  .echo,
  .content h5 {
    font-size: 22px;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  display: inline-block;
  position: relative;
  padding: 17px 40px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 16px;
  font-family: "HorasExtBd", sans-serif;
  line-height: 22px;
  letter-spacing: 0.3px;
  background-color: #2e3b85;
  color: white;
  border-radius: 28px;
  text-align: center;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: #5fce9a;
  color: #2e3d54;
}

.button--white {
  background-color: white;
  color: #2e3d54;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "HorasMed", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 21;
}

.lines-button {
  padding: 8px 0 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
  background: white;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.15rem;
  background: #2e3d54;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.15rem;
  background: #2e3d54;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

.bold {
  font-family: "Horas", sans-serif;
  font-weight: bold;
}

.extra_bold {
  font-family: "HorasExtBd", sans-serif;
}

img {
  height: auto;
}

.header {
  background-color: white;
  padding: 20px 0;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo__wrap {
  display: flex;
  min-width: 255px;
}

.header__logo,
.woocommerce .header__logo {
  max-width: 215px;
  width: 100%;
  transition: 0.4s;
}
.header__logo:hover,
.woocommerce .header__logo:hover {
  transform: scale(1.05);
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__menu {
  padding: 0;
}

.header__menu__items {
  display: flex;
  align-items: center;
  column-gap: 45px;
}

.menu-item {
  display: inline-block;
  font-size: 18px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 25px;
  color: #2e3d54;
  position: relative;
}
.menu-item a {
  color: inherit;
  position: relative;
  display: block;
}
.menu-item a::after {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background-image: linear-gradient(270deg, #bdf4db 0%, #746dd7 100%);
  transition: 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  opacity: 0;
}
.menu-item:hover a:after, .menu-item.current-menu-item a:after, .menu-item.current-menu-ancestor a:after, .menu-item.current-page-ancestor a:after {
  width: 100%;
  opacity: 1;
}
.menu-item:hover .sub-menu a:after, .menu-item.current-menu-item .sub-menu a:after, .menu-item.current-menu-ancestor .sub-menu a:after, .menu-item.current-page-ancestor .sub-menu a:after {
  width: 0;
  opacity: 0;
}

.menu-item-has-children {
  margin-right: 20px;
}
.menu-item-has-children::before {
  content: "";
  width: calc(100% + 50px);
  position: absolute;
  left: -20px;
  height: 50px;
}
.menu-item-has-children svg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  fill: #2e3d54;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__menu__logo {
  display: none;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 280px;
  border-radius: 15px;
  background-color: #dee6ef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  padding: 25px 30px;
  left: -30px;
  top: 40px;
  transition: 0.4s;
  z-index: 22;
}
.sub-menu .menu-item:hover a:after, .sub-menu .menu-item.current-menu-item a:after {
  width: 100%;
  opacity: 1;
}

.header__buttons {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  min-width: 280px;
}

.header__buttons--mobile {
  display: none;
}

.header_button {
  padding: 12px 20px !important;
  background-color: #2e3d54 !important;
}
.header_button--sign_up {
  background-color: rgba(46, 61, 84, 0.09) !important;
  color: #2e3d54 !important;
}
.header_button:hover, .header_button.active {
  background-color: #5fce9a !important;
  color: #2e3d54 !important;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #27283a;
  opacity: 0.8;
  z-index: 20;
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__buttons {
    display: none;
  }
  .header__buttons--mobile {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    min-width: 0;
  }
  .header__buttons--mobile .header_button {
    padding: 13px 30px;
  }
  .header__buttons--mobile .header_button--sign_up {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #2e3d54 !important;
  }
  .header__buttons--mobile .header_button:hover {
    background-color: #5fce9a !important;
    color: #2e3d54 !important;
  }
  .header__nav {
    justify-content: flex-end;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 60px 20px 60px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: #27283a;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 40px;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    color: white;
  }
  .header__menu .header__menu__items .menu-item:hover, .header__menu .header__menu__items .menu-item.current-menu-item, .header__menu .header__menu__items .menu-item.current-menu-ancestor {
    color: white;
  }
  .header__menu .header__menu__items .menu-item-has-children {
    margin: 0;
  }
  .header__menu .header__menu__items .menu-item-has-children a {
    display: inline-block;
  }
  .header__menu .header__menu__items .menu-item-has-children::before {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children svg {
    position: absolute;
    right: 0;
    top: 14px;
    fill: white;
    transition: 0.4s;
  }
  .header__menu .header__menu__items .menu-item-has-children.active {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children.active svg {
    transform: rotate(180deg);
    top: 11px;
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-37 svg {
    right: calc(50% - 48px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-51 svg {
    right: calc(50% - 77px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-43 svg {
    right: calc(50% - 67px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-46 svg {
    right: calc(50% - 53px);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 10px;
    overflow: hidden;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    color: white;
    font-size: 15px;
    display: block;
    margin: 20px auto;
    opacity: 0.8;
    transition: 0.4s;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item {
    color: #5fce9a;
    opacity: 1;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover a:after, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item a:after {
    display: none;
  }
  .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-ancestor {
    border-color: transparent;
    color: white;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 200px;
    width: 100%;
  }
}
.footer {
  background-color: #27283a;
  padding: 30px 0 20px;
  color: white;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__top {
  margin-bottom: 80px;
}

.footer__logo_wrap {
  max-width: 230px;
  width: 100%;
  display: block;
}

.footer__logo {
  width: 100%;
}

.footer__socials {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
}

.social_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.social_item svg {
  fill: white;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.social_item:hover svg {
  fill: #5fce9a;
}
.social_item.facebook {
  height: 30px;
}
.social_item.youtube {
  width: 30px;
}

.cofe_logo_wrap {
  min-width: 230px;
  display: flex;
  justify-content: flex-end;
}

.cofe_logo {
  max-width: 205px !important;
  width: 100%;
  display: block;
}

.footer__bottom {
  font-family: "HorasMed", sans-serif;
  letter-spacing: 0;
}
.footer__bottom p {
  font-size: 13px;
  line-height: 22px;
}
.footer__bottom p a {
  color: white;
  transition: 0.3s;
}
.footer__bottom p a:hover {
  color: #5fce9a;
}

.footer__bottom__left {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.footer__bottom__right {
  text-align: right;
}

.footer__small_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  column-gap: 50px;
}

.footer__small_menu__item {
  font-size: 13px;
  line-height: 22px;
  color: white;
  transition: 0.3s;
  letter-spacing: 0;
}
.footer__small_menu__item:hover {
  color: #5fce9a;
}

@media screen and (max-width: 800px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .cofe_logo_wrap {
    margin-top: 20px;
    flex-basis: auto;
    justify-content: center;
  }
  .cofe_logo {
    max-width: 150px !important;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom__left {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .footer__small_menu {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 25px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  font-size: 14px;
  font-weight: 600;
  column-gap: 5px;
  color: #2e3d54;
  font-family: "Horas", sans-serif;
}
.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  font-size: 14px;
  color: #2e3d54;
}
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield select {
  font-size: 20px;
  line-height: 36px;
  font-family: "HorasMed", sans-serif;
  border: 2px solid #d3dee9;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 4px 14px;
  margin: 0;
  color: #2e3d54;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.gform_wrapper .gform_body .gfield input[type=text].placeholder,
.gform_wrapper .gform_body .gfield input[type=email].placeholder,
.gform_wrapper .gform_body .gfield input[type=tel].placeholder,
.gform_wrapper .gform_body .gfield input[type=password].placeholder,
.gform_wrapper .gform_body .gfield textarea.placeholder,
.gform_wrapper .gform_body .gfield select.placeholder {
  color: #2e3d54;
  opacity: 0.53;
}
.gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_body .gfield select:-moz-placeholder {
  color: #2e3d54;
  opacity: 0.53;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gfield select::-moz-placeholder {
  color: #2e3d54;
  opacity: 0.53;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield select:-ms-input-placeholder {
  color: #2e3d54;
  opacity: 0.53;
}
.gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield select::-webkit-input-placeholder {
  color: #2e3d54;
  opacity: 0.53;
}
.gform_wrapper .gform_body .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gfield textarea:focus,
.gform_wrapper .gform_body .gfield select:focus {
  outline-color: rgba(46, 59, 133, 0.3);
}
.gform_wrapper .gform_body .gfield textarea {
  height: 200px;
}
.gform_wrapper .gform_body .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 11px;
  height: 7px;
  background: url("assets/images/select_arrow.svg") no-repeat center;
  transform: translateY(-100%);
  pointer-events: none;
}
.gform_wrapper .gform_body .gfield select {
  cursor: pointer;
}
.gform_wrapper .gform_body .gfield.gfield_html a {
  text-decoration: underline;
  color: #2e3d54;
  font-weight: 600;
}
.gform_wrapper .gform_body .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_body .gf_readonly input[type=email] {
  border: 2px solid rgba(37, 37, 37, 0.25);
  border-radius: 4px;
  padding: 13px 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: not-allowed;
}
.gform_wrapper .gform_body .gfield_validation_message {
  font-family: "Horas", sans-serif;
  font-size: 15px;
}
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  padding: 17px 40px !important;
  transition: 0.2s;
  cursor: pointer;
  font-size: 16px !important;
  font-family: "HorasExtBd", sans-serif !important;
  line-height: 22px !important;
  letter-spacing: 0.91px !important;
  background-color: #2e3b85 !important;
  color: white !important;
  border-radius: 28px !important;
  text-align: center;
  max-width: 200px !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #5fce9a !important;
  color: #2e3d54 !important;
}
.gform_wrapper .gform_validation_errors {
  border: solid 2px rgba(192, 43, 10, 0.25) !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Horas", sans-serif !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_validation_errors .gform-icon {
  margin-top: 1px !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  align-items: flex-start !important;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 59, 133, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  position: absolute;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #fff;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #5fce9a;
}
.popup__close svg {
  width: 18px;
  stroke: #2e3b85;
  transition: 0.2s;
}

.section {
  padding: 80px 0;
}

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

.section--grey {
  background-color: #dee6ef;
}

.section--blue {
  background-image: linear-gradient(180deg, #1a2f6d 0%, #6159d1 100%);
}

.cta {
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, #1a2f6d 0%, #7465fc 100%);
}

.cta__content {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
.cta__content .cta__title {
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 46px;
}
.cta__content .cta__button {
  min-width: 220px;
}
.cta__content .cta__button.blue:hover {
  background-color: #2e3b85;
  color: white;
}
.cta__content .cta__button.green:hover {
  background-color: #5fce9a;
  color: #2e3d54;
}
.cta__content .cta__button.pink:hover {
  background-color: #bf85e8;
  color: white;
}

.cta_graphic {
  width: 100%;
  position: absolute;
}
.cta_graphic--1 {
  max-width: 370px;
  bottom: 0;
  left: 0;
}
.cta_graphic--2 {
  max-width: 180px;
  bottom: 0;
  right: 5.5%;
}

@media screen and (max-width: 1000px) {
  .cta {
    padding: 80px 0 90px;
  }
  .cta_graphic--1 {
    max-width: 230px;
    bottom: 0;
    left: 0;
  }
  .cta_graphic--2 {
    max-width: 110px;
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cta_graphic {
    opacity: 0.5;
  }
}
@media screen and (max-width: 600px) {
  .cta__content .cta__title {
    line-height: 1.2;
  }
}
.accordions {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.accordion_wrap {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
.accordion_wrap:first-of-type .accordion__content {
  display: block;
}

.accordion {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
  padding: 21px 40px;
  position: relative;
  text-align: left;
  background-color: #dee6ef;
  transition: 0.5s ease-in-out;
}
.accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #1f3274 0%, #685eea 100%);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.accordion:last-of-type {
  border: none;
}
.accordion.accordion--open {
  background-color: white;
}
.accordion.accordion--open::before {
  opacity: 0.92;
  visibility: visible;
}
.accordion.accordion--open .accordion__title {
  color: white;
}
.accordion.accordion--open .accordion__button {
  transform: rotate(180deg);
}
.accordion.accordion--open .accordion__button svg {
  fill: white;
}
.accordion.accordion--open .button {
  background-color: white;
  color: #2e3d54;
  transition: 0.5s;
}

.accordion__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion__button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
.accordion__button svg {
  width: 26px;
  fill: #2e3d54;
  transition: 0.5s;
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  line-height: 38px;
  font-size: 32px;
  color: #2e3d54;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -1.26px;
  position: relative;
  z-index: 1;
}

.accordion__content {
  display: none;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.accordion__content p {
  font-size: 20px;
  color: white;
  line-height: 35px;
  letter-spacing: -0.25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.accordion__content p a {
  font-weight: 700;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .accordion {
    padding: 20px 30px;
  }
  .accordion__title {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion__button {
    width: 17px;
    height: 17px;
  }
  .accordion__content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 20px;
  border-radius: 40px;
  padding: 20px 30px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #2e3d54;
  pointer-events: none;
}
.slick-dots li button {
  width: 36px;
  height: 5px;
  background-color: rgba(151, 151, 151, 0.43);
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(46, 61, 84, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  height: 45px;
  width: 25px;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.slick-arrows svg {
  width: 100%;
  height: 100%;
  fill: #2e3d54;
  transition: 0.2s;
}
.slick-arrows:hover svg {
  fill: #5fce9a;
}

.prev-arrow svg {
  transform: rotate(180deg);
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.24;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
}
.slick-disabled .slick-arrows svg {
  fill: #2e3d54;
}

.somdn-account-downloads-section.somdn-account-downloads-section {
  padding: 0;
}

.somdn-account-downloads-table.somdn-account-downloads-table {
  width: 100%;
}
.somdn-account-downloads-table.somdn-account-downloads-table th {
  display: none;
}
.somdn-account-downloads-table.somdn-account-downloads-table td {
  vertical-align: top;
  padding: 0 !important;
}
.somdn-account-downloads-table.somdn-account-downloads-table .somdn-download-product a {
  border-bottom: none;
  color: #2e3b85;
  font-weight: bold;
  font-family: "Horas", sans-serif;
  font-size: 16px;
  letter-spacing: 0.46px;
  margin: 0 0 5px;
  cursor: default;
}
.somdn-account-downloads-table.somdn-account-downloads-table .somdn-download-file {
  width: auto;
  text-align: right;
}
.somdn-account-downloads-table.somdn-account-downloads-table .somdn-shortcode-wrap.left {
  text-align: right !important;
}

a.somdn-download-archive {
  background-color: transparent;
  padding: 0;
  color: #2e3b85;
  border-bottom: none;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2e3b85;
  letter-spacing: 0.46px;
  margin: 0 0 5px;
}
a.somdn-download-archive:hover {
  background-color: transparent;
}

.front_hero {
  min-height: 550px;
  position: relative;
  background-color: #2e3b85;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 90px;
}
.front_hero .page_hero__img {
  opacity: 0.8;
}
.front_hero .page_hero__title {
  max-width: 780px;
  width: 100%;
  text-align: left;
  font-size: 58px;
  font-family: "HorasExtBd", sans-serif;
  line-height: 70px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.front_hero__grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(39, 40, 58, 0) 0%, #060606 100%);
  height: 450px;
  opacity: 0.59;
}

.front_hero__arrow {
  position: absolute;
  max-width: 290px;
  width: 100%;
  right: 0;
  bottom: -46.9px;
}

.front__toolshed__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}

.front__toolshed__img_wrap {
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #2e3b85;
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(-2deg);
}
.front__toolshed__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 128%;
}

.front__toolshed__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.front__toolshed__right {
  max-width: 585px;
  width: 100%;
}

.front__toolshed__img_wrap__arrow {
  position: absolute;
  fill: #d3dee9;
  max-width: 205px;
  max-width: 41%;
  width: 100%;
  bottom: 0;
  right: 20px;
}

.front__toolshed__right__links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}

.front__toolshed__link {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 25px 35px;
  color: #2e3d54;
  transition: 0.4s;
}
.front__toolshed__link.green {
  background-image: linear-gradient(11deg, #50e9f3 0%, #7feea0 100%);
}
.front__toolshed__link.orange {
  background-image: linear-gradient(11deg, #ff8a0e 0%, #ffd956 100%);
}
.front__toolshed__link.pink {
  background-image: linear-gradient(11deg, #a67efe 0%, #ff98b4 100%);
}
.front__toolshed__link:hover {
  transform: scale(1.04);
}

.front__toolshed__link__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front__toolshed__link__meta svg {
  max-width: 30px;
  width: 100%;
  fill: #2e3d54;
}

.front__toolshed__right__button {
  margin-top: 30px;
  background-color: #2e3d54;
}

.front__explore {
  position: relative;
  background: linear-gradient(180deg, rgb(26, 47, 109) 0%, rgb(98, 90, 212) 100%);
  padding-bottom: 90px;
}

.front__explore_wrap {
  overflow: hidden;
}

.front__explore__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 550px;
}

.front__explore__left {
  max-width: 330px;
  width: 100%;
  color: white;
  position: relative;
  z-index: 2;
}
.front__explore__left .front__explore__left__button {
  margin-top: 20px;
}

.front__explore__left__button--mobile {
  display: none;
}

.front__explore__slider_wrap {
  max-width: 840px;
  width: 100%;
  position: relative;
  margin: 0 -25px;
  z-index: 2;
}
.front__explore__slider_wrap .front__explore__slider {
  overflow: visible;
}
.front__explore__slider_wrap .front__explore__slider .slick-list {
  overflow: visible;
}
.front__explore__slider_wrap .front__explore__slider .resource {
  margin: 0 25px;
  opacity: 0.44;
  pointer-events: none;
  transition: 0.4s;
  display: flex;
  background-color: #fefefe;
}
.front__explore__slider_wrap .front__explore__slider .resource.slick-active {
  opacity: 1;
  pointer-events: all;
}
.front__explore__slider_wrap .front__explore__slider .resource.hide {
  opacity: 0;
}
.front__explore__slider_wrap .front__explore__slider .slick-dots {
  pointer-events: none;
}
.front__explore__slider_wrap .front__explore__slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.28);
}
.front__explore__slider_wrap .front__explore__slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.front__explore__slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 30px);
  left: -15px;
  top: 180px;
  pointer-events: none;
}
.front__explore__slider__arrows .slick-disabled .slick-arrows:hover svg {
  fill: white;
}
.front__explore__slider__arrows .slick-arrows svg {
  fill: white;
}
.front__explore__slider__arrows .slick-arrows:hover svg {
  fill: #5fce9a;
}

.front__explore__arrow {
  position: absolute;
  max-width: 310px;
  width: 100%;
  left: 20px;
  bottom: -33.5px;
  z-index: 1;
}

.front_training {
  padding: 100px 0;
}

.front_training__box {
  width: 100%;
  min-height: 460px;
  position: relative;
  background-color: #2e3b85;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 100px;
}

.front_training__box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.76;
  border-radius: 30px;
}

.front_training__box__content {
  position: relative;
  color: white;
  max-width: 440px;
  width: 100%;
}

.front_training__box__title {
  margin-bottom: 10px;
}

.front_training__box__text {
  color: #fefefe;
  margin-bottom: 20px;
}

.front_training__box__button {
  background-color: #ff860b;
  color: #2e3d54;
}
.front_training__box__button:hover {
  background-color: #fff;
}

.front_training__arrow {
  max-width: 170px;
  width: 100%;
  position: absolute;
  right: 30px;
  bottom: -54px;
}

.front_events {
  position: relative;
  background: linear-gradient(180deg, rgb(26, 47, 109) 0%, rgb(98, 90, 212) 100%);
  padding: 100px 0 50px;
}

.front_events__arrows {
  position: absolute;
  max-width: 210px;
  width: 100%;
  z-index: 1;
}
.front_events__arrows--1 {
  left: 0;
  top: -35px;
}
.front_events__arrows--2 {
  max-width: 270px;
  width: 100%;
  right: 0;
  bottom: -78px;
}

.front_events__slider_wrap {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.front_events__slider_wrap .front_events__slider .front_event_item {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  overflow: hidden;
}
.front_events__slider_wrap .front_events__slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.front_events__slider_wrap .front_events__slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.front_event_item__left {
  padding-left: 70px;
}

.front_event_item__subtitle {
  font-size: 23px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -1px;
  line-height: 32px;
  color: #2e3b85;
}

.front_event_item__title {
  font-size: 48px;
  line-height: 1;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.front_event_item__date {
  font-family: "Horas", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1.25px;
}

.front_event_item__location {
  font-family: "Horas", sans-serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.9px;
  opacity: 0.69;
  margin-bottom: 50px;
}

.front_event_item__img {
  max-width: 485px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

.front_events__slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 100px);
  left: -50px;
  top: 210px;
  pointer-events: none;
}
.front_events__slider__arrows .slick-disabled .slick-arrows:hover svg {
  fill: white;
}
.front_events__slider__arrows .slick-arrows svg {
  fill: white;
}
.front_events__slider__arrows .slick-arrows:hover svg {
  fill: #5fce9a;
}

.front_stories {
  padding: 100px 0;
}

.front_stories__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
}

.front_stories__left {
  max-width: 565px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: #2e3b85;
  transform: rotate(-2deg);
}
.front_stories__left:after {
  content: "";
  display: block;
  padding-bottom: 95%;
}

.front_stories__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.front_stories__left__arrow {
  position: absolute;
  bottom: 0;
  right: 80px;
  max-width: 40%;
  width: 100%;
}

.front_stories__right {
  max-width: 575px;
  width: 100%;
}

.front_stories__title {
  margin-bottom: 40px;
}

.front_stories__quote {
  position: relative;
  padding-left: 80px;
  font-size: 22px;
  font-weight: bold;
}
.front_stories__quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 69px;
  height: 36px;
  display: block;
}

.front_stories__quote__citation {
  margin-top: 20px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
}

.front_stories__quote__button {
  margin-left: 80px;
  margin-top: 40px;
  background-color: #2e3d54;
}

@media screen and (max-width: 1300px) {
  .front__explore__slider__arrows {
    width: calc(100% - 40px);
    top: initial;
    bottom: 0;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .front__toolshed__img_wrap {
    max-width: 400px;
  }
  .front__explore__items {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .front__explore__left {
    max-width: none;
    text-align: center;
  }
  .front__explore__left__button {
    display: none;
  }
  .front__explore__left__button--mobile {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .front__explore__slider__arrows {
    width: calc(100% + 30px);
    left: -15px;
    top: 180px;
    bottom: initial;
  }
  .front__explore__slider_wrap .front__explore__slider .slick-dots {
    pointer-events: all;
  }
}
@media screen and (max-width: 1080px) {
  .front_stories__items {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
  }
  .front_stories__left {
    max-width: 450px;
  }
  .front_stories__right {
    max-width: none;
  }
  .front_stories__quote__button {
    margin-left: 0;
  }
  .front_hero__arrow {
    max-width: 170px;
    bottom: -27px;
  }
  .front_hero .page_hero__title {
    line-height: 1.3;
    font-size: 43px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .front__toolshed__items {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
  .front_training {
    padding: 80px 0;
  }
  .front_training__box {
    min-height: 410px;
    padding: 50px 40px;
  }
  .front_events__slider_wrap .front_events__slider .front_event_item {
    flex-direction: column-reverse;
    row-gap: 40px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .front_event_item__left {
    padding: 0px 20px 40px;
    text-align: center;
    width: 100%;
  }
  .front_event_item__img {
    max-width: none;
  }
}
@media screen and (max-width: 900px) {
  .front_training__arrow {
    max-width: 120px;
    bottom: -38px;
  }
  .front__explore__slider_wrap {
    max-width: 410px;
    margin: 0 auto;
  }
  .front__explore__slider_wrap .front__explore__slider .resource {
    margin: 0 15px;
  }
  .front__explore__arrow {
    max-width: 200px;
    bottom: -22.5px;
  }
}
@media screen and (max-width: 750px) {
  .front_hero {
    padding-bottom: 60px;
    min-height: 450px;
  }
  .front_hero__arrow {
    max-width: 100px;
    bottom: -16px;
  }
}
@media screen and (max-width: 700px) {
  .front_events__arrows--1 {
    max-width: 80px;
  }
  .front_events__arrows--2 {
    max-width: 180px;
    bottom: -52px;
  }
  .front__explore__arrow {
    max-width: 120px;
    bottom: -13.5px;
  }
}
@media screen and (max-width: 600px) {
  .front_hero {
    padding-bottom: 40px;
  }
  .front_hero .page_hero__title {
    font-size: 39px;
    padding-right: 0;
    padding-left: 0;
  }
  .front_event_item__subtitle {
    font-size: 20px;
  }
  .front_event_item__title {
    font-size: 31px;
  }
  .front_event_item__date {
    font-size: 22px;
  }
  .front_event_item__location {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .front_events__slider_wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .front_training__box {
    min-height: 0;
    padding: 60px 20px;
  }
  .front_training__arrow {
    max-width: 70px;
    right: 25px;
    bottom: -23px;
  }
  .front_training__box__bg {
    opacity: 0.4;
  }
}
@media screen and (max-width: 370px) {
  .front_training__box {
    padding-top: 40px;
  }
  .front_training__arrow {
    max-width: 45px;
    right: 25px;
    bottom: -14px;
  }
}
.page_hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(170deg, #1e3173 7%, #6159dd 100%);
  overflow: hidden;
  flex-direction: column;
  row-gap: 20px;
  padding: 120px 0;
}
.page_hero .page_hero_graphic {
  fill: white;
  z-index: 1;
  opacity: 0.8;
}

.page_hero--small {
  padding: 60px 0;
  min-height: 250px;
}

.page_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.page_hero__title {
  position: relative;
  z-index: 3;
  color: white;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

.page_hero__content {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.page_hero__content p {
  line-height: 28px;
}

.page_hero__graphic {
  max-width: 220px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.page_hero__grad {
  opacity: 0.59;
  background-image: linear-gradient(180deg, rgba(39, 40, 58, 0) 0%, #060606 100%);
  width: 100%;
  position: absolute;
  height: 380px;
  bottom: -300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 2;
}

.page_hero_graphic {
  position: absolute;
  max-width: 270px;
  width: 100%;
}
.page_hero_graphic--right {
  max-width: 270px;
  width: 100%;
  right: 0;
  bottom: -70px;
}
.page_hero_graphic--left {
  max-width: 230px;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .page_hero_graphic--right {
    max-width: 170px;
    bottom: -40px;
  }
  .page_hero_graphic--left {
    max-width: 140px;
  }
}
@media screen and (max-width: 800px) {
  .page_hero_graphic--right {
    max-width: 110px;
    bottom: -30px;
  }
  .page_hero_graphic--left {
    max-width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .page_hero {
    padding: 100px 0;
  }
  .page_hero--small {
    min-height: 0;
    padding: 60px 0;
  }
  .page_hero--small .page_hero_graphic--right {
    opacity: 0;
    visibility: hidden;
  }
}
.single_story_hero .page_hero__title {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -2px;
}

.single_story_hero__author {
  font-size: 22px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -0.4px;
  opacity: 0.7;
}

.single_story__items {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.single_story__img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px;
  max-height: 505px;
}

.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.whats_on_hero {
  height: auto;
  padding: 60px 0;
  overflow: visible;
}

.whats_on {
  background-color: #fefefe;
}

.whats_on__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.event_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
  background-color: #2e3b85;
  border-radius: 30px;
  overflow: hidden;
  min-height: 320px;
  transition: 0.5s;
}
.event_item:hover {
  transform: scale(1.05);
}
.event_item:hover .event_item__excerpt p {
  opacity: 0;
  visibility: hidden;
}
.event_item:hover .event_item__button {
  opacity: 1;
  visibility: visible;
}

.event_item__img_wrap {
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
  display: block;
  overflow: hidden;
}

.event_item__img {
  display: block;
  width: 100%;
  height: 100%;
}

.event_item__content {
  flex-grow: 1;
  padding: 30px 50px;
  position: relative;
}
.event_item__content .event_item__title {
  font-size: 34px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 41px;
}
.event_item__content .event_item__date {
  font-size: 24px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
}
.event_item__content .event_item__location {
  opacity: 0.8;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 20px;
}
.event_item__content .event_item__excerpt {
  position: relative;
}
.event_item__content .event_item__excerpt p {
  transition: 0.4s;
  opacity: 0.74;
}
.event_item__content .event_item__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: white;
  color: #2e3b85;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 850px) {
  .whats_on__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    align-items: flex-start;
  }
  .event_item {
    flex-direction: column;
    align-items: center;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .event_item__img_wrap {
    max-width: none;
    height: 340px;
  }
  .event_item__content {
    padding: 30px 20px;
  }
  .event_item__content .event_item__location {
    line-height: 1.2;
    margin-top: 10px;
  }
  .event_item__content .event_item__button {
    right: 0;
    margin: 0 auto;
  }
}
.single_event_hero {
  background-image: linear-gradient(170deg, #1e3173 7%, #6159dd 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.single_event_hero .page_hero_graphic {
  opacity: 0.1;
  fill: white;
}

.single_event_hero__items {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.single_event_hero__img {
  max-width: 215px;
  width: 100%;
  display: block;
  border-radius: 30px;
}

.single_event_hero__content {
  flex-grow: 1;
  text-align: left;
  color: white;
}

.single_event_hero__title {
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.single_event_hero__date {
  font-size: 24px;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.single_event_hero__location {
  opacity: 0.8;
  font-size: 20px;
  font-family: "Horas", sans-serif;
}

@media screen and (max-width: 800px) {
  .single_event_hero__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .single_event_hero__content {
    text-align: center;
  }
}
.about_hero {
  overflow: visible;
}

.about__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

.about__left {
  position: relative;
  max-width: 450px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background-color: #2e3b85;
  transform: rotate(-2deg);
}
.about__left:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about__left__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.about__left__arrow {
  position: absolute;
  bottom: 5px;
  left: -40px;
  max-width: 265px;
  width: 100%;
}

.about__right {
  max-width: 480px;
  width: 100%;
}

.about__how_we_help__top {
  text-align: center;
  max-width: 785px;
  width: 100%;
  margin: 0 auto 40px;
}
.about__how_we_help__top h1 {
  color: #333774;
  margin-bottom: 15px;
}

.about__team {
  position: relative;
  text-align: center;
}

.about__team__title {
  position: relative;
  z-index: 1;
}

.about__team__graphic {
  position: absolute;
  max-width: 220px;
  width: 100%;
  z-index: 0;
}
.about__team__graphic--1 {
  left: 10px;
  bottom: 0;
}
.about__team__graphic--2 {
  right: 0;
  top: 0;
  max-width: 150px;
}

.about__team__members {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.team_member {
  max-width: 260px;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.team_member:hover .team_member__img {
  transform: scale(1.05);
}
.team_member:hover .team_member__name {
  color: #5fce9a;
}

.team_member__img_wrap {
  position: relative;
  max-width: 220px;
  margin: 0 auto 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
}
.team_member__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team_member__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.team_member__name {
  font-family: "HorasExtBd", sans-serif;
  color: white;
  margin-bottom: 5px;
  transition: 0.3s;
}

.team_member__role {
  opacity: 0.5;
  color: white;
  line-height: 28px;
}

.team_member_popup {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 60px;
}
.team_member_popup .team_member__name {
  color: #2e3b85;
  margin-bottom: 0;
}
.team_member_popup .team_member__role {
  color: #5fce9a;
  opacity: 1;
  margin-bottom: 20px;
}

.about__team__bottom {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 1;
}

.about__team__bottom__text {
  font-family: "HorasMed", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.about__partners {
  padding: 90px 0;
}

.about__partners__top {
  text-align: center;
  max-width: 785px;
  width: 100%;
  margin: 0 auto 40px;
}

.about__partners__title {
  color: #333774;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

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

.partner {
  display: flex;
  justify-content: center;
}

.partner--link:hover .partner__img {
  opacity: 1;
  transform: scale(1.05);
}

.partner__img {
  max-height: 90px;
  max-width: 240px;
  transition: 0.5s;
  opacity: 0.84;
}

@media screen and (max-width: 1000px) {
  .about__team__graphic {
    opacity: 0.3;
  }
}
@media screen and (max-width: 900px) {
  .about__items {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .about__left {
    max-width: 350px;
  }
  .about__left__arrow {
    max-width: 165px;
    left: -30px;
  }
  .about__right {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .team_member_popup {
    padding: 40px 20px;
  }
}
.story_hero {
  min-height: 250px;
  height: auto;
  padding: 60px 0;
  background-image: linear-gradient(100deg, #a67efe 0%, #ff98b4 100%);
}
.story_hero .page_hero_graphic {
  fill: white;
  opacity: 0.65;
}
.story_hero .page_hero__title,
.story_hero .page_hero__content {
  color: #2e3d54;
}
.story_hero .page_hero__title p,
.story_hero .page_hero__content p {
  font-weight: 600;
}

.stories {
  background-color: #fefefe;
}

.featured_story {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
  column-gap: 70px;
}

.featured_story__img {
  max-width: 440px;
  width: 100%;
  border-radius: 26px;
}

.featured_story__content .featured_story__title {
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -1.26px;
  margin-bottom: 10px;
}
.featured_story__content .featured_story__author {
  color: #bf85e8;
  font-family: "HorasExtBd", sans-serif;
}
.featured_story__content .featured_story__excerpt {
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.featured_story__content .featured_story__button {
  max-width: 200px;
  width: 100%;
  background-color: #2e3d54;
  color: white;
}
.featured_story__content .featured_story__button:hover {
  background-color: #bf85e8;
  color: #2e3d54;
}

.stories_grid {
  margin: 20px -15px;
}
.stories_grid > [class*=grid_] {
  padding: 0 15px;
}
.stories_grid .grid_1-3 {
  margin-bottom: 30px;
}

.story_item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dee6ef;
  border-radius: 26px;
  text-align: center;
  color: #2e3d54;
  padding: 35px 20px;
  transition: 0.5s;
}
.story_item.has_img {
  opacity: 0.92;
  background-color: #fff;
  background-image: linear-gradient(70deg, rgba(100, 91, 226, 0.92) 8%, rgba(28, 48, 112, 0.92) 98%);
  border-radius: 26px;
  color: white;
}
.story_item.has_img .story_item__author {
  color: #bf85e8;
}
.story_item:hover {
  transform: scale(1.05);
}

.story_item__title {
  font-family: "HorasExtBd", sans-serif;
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: -1.34px;
}

.story_item__author {
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -0.4px;
  margin-bottom: 35px;
}

.story_item__excerpt {
  font-size: 20px;
  font-weight: 700;
}

.story_item__img {
  max-width: 200px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .stories_grid .grid_1-3 {
    max-width: 410px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .featured_story {
    column-gap: 40px;
  }
  .featured_story__img {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .featured_story {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    text-align: center;
  }
  .featured_story__img {
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .story_item__title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .story_item__author {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contact_hero_text p {
  font-weight: 600;
}

.contact__content {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}

.login_page {
  background-image: linear-gradient(177deg, #1e3173 7%, #6159dd 100%);
  padding: 120px 0;
  position: relative;
  min-height: calc(100vh - 340px);
}

.login__box {
  background-color: #fff;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px;
  position: relative;
  z-index: 1;
}

.login_graphic {
  position: absolute;
  max-width: 270px;
  width: 100%;
}
.login_graphic--left {
  top: 0;
  left: 0;
  opacity: 0.6;
}
.login_graphic--right {
  bottom: 0;
  right: 0;
}

.sign_up_graphic {
  position: absolute;
  max-width: 300px;
  width: 100%;
}
.sign_up_graphic--left {
  top: 80px;
  left: 0;
}
.sign_up_graphic--right {
  max-width: 240px;
  bottom: 0;
  right: 0;
}

.login__box__content {
  text-align: center;
}
.login__box__content h2 {
  font-size: 48px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 10px;
}

.login__form {
  position: relative;
}
.login__form .gform_wrapper .gform_title {
  display: none;
}
.login__form .gform_wrapper .gform_body .gfield .gfield_label {
  font-family: "Horas", sans-serif;
}
.login__form .gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  display: none;
}
.login__form .gform_wrapper .gform_body .gfield input {
  margin-bottom: 10px;
}
.login__form .gform_wrapper .gform_body .gfield .gchoice {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
.login__form .gform_wrapper .gform_body .gfield .gchoice label {
  font-size: 18px;
  cursor: pointer;
}
.login__form .gform_wrapper .gform_body .gfield .gfield-choice-input {
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.login__form .gform_wrapper .gfield_validation_message {
  color: red;
}
.login__form .gf_login_links {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 88px;
}
.login__form .gf_login_links a[title=Register],
.login__form .gf_login_links br {
  display: none;
}
.login__form .gf_login_links a {
  font-size: 18px;
  color: #1d2035;
  text-decoration: underline;
  transition: 0.3s;
}
.login__form .gf_login_links a:hover {
  color: #5fce9a;
}
.login__form .gform_footer .gform_button {
  border: none;
  max-width: none !important;
  background-color: #2e3d54 !important;
}

.login__sign_up {
  text-align: center;
  margin: 40px 0 20px;
  font-weight: 600;
  color: #2e3d54;
}
.login__sign_up a {
  color: #2e3d54;
  transition: 0.3s;
  text-decoration: underline;
}
.login__sign_up a:hover {
  color: #5fce9a;
}

.sign_up__form .gform_body .ginput_container_password {
  flex-direction: column;
}
.sign_up__form .gform_body .ginput_container_password .ginput_password {
  width: 100%;
}
.sign_up__form .gform_footer .gform_button {
  border: none;
  max-width: none !important;
  background-color: #2e3d54 !important;
}

@media screen and (max-width: 900px) {
  .sign_up_graphic--left {
    top: 20px;
    max-width: 100px;
  }
  .sign_up_graphic--right {
    max-width: 110px;
  }
  .login_graphic--left {
    max-width: 60px;
  }
  .login_graphic--right {
    max-width: 60px;
  }
  .login_page {
    min-height: 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .login__box {
    padding: 40px 20px;
  }
  .login__box__content h2 {
    font-size: 31px;
  }
}
.resource_hero {
  position: relative;
  min-height: 380px;
  overflow: visible;
  padding: 0;
  padding: 60px 0;
}

.resource_hero_graphic {
  position: absolute;
  max-width: 280px;
  width: 100%;
}
.resource_hero_graphic--left {
  left: 0;
  top: 0;
  max-width: 260px;
  opacity: 0.7;
}
.resource_hero_graphic--right {
  right: 10px;
  bottom: -55.5px;
}

.resource_hero__content {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}
.resource_hero__content .page_hero__title {
  margin-bottom: 20px;
  font-family: "Horas", sans-serif;
}
.resource_hero__content p {
  line-height: 36px;
}
.resource_hero__content p a {
  color: white;
}

.resource_hero__search {
  max-width: 475px;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 36px;
  overflow: hidden;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.87);
  max-height: 65px;
}

.searchform__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_input {
  flex-grow: 1;
  border: none;
  appearance: none;
  font-family: "HorasMed", sans-serif;
  font-size: 20px;
  line-height: 35px;
  padding: 0 25px;
  background-color: transparent;
}

.search_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e3d54;
  color: white;
  padding: 15px 35px;
  border-radius: 28px;
  cursor: pointer;
  transition: 0.4s;
}
.search_submit svg {
  fill: white;
  width: 21px;
  transition: 0.4s;
  cursor: pointer;
}
.search_submit input {
  appearance: none;
  background-color: transparent;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: 0.91px;
  font-size: 16px;
  line-height: 22px;
  border: none;
  color: white;
  transition: 0.4s;
  cursor: pointer;
}
.search_submit:hover {
  background-color: #5fce9a;
  color: #2e3d54;
}
.search_submit:hover input {
  color: #2e3d54;
}
.search_submit:hover svg {
  fill: #2e3d54;
}

.resource_hero__search__cancel {
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.resource_hero__search__cancel svg {
  width: 100%;
  height: 100%;
  stroke: #2e3b85;
  transition: 0.4s;
}
.resource_hero__search__cancel svg:hover {
  stroke: #5fce9a;
}

.resource_main {
  background-color: rgba(222, 230, 239, 0.3);
}

.featured_resources_slider_wrap {
  max-width: 890px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.featured_resources_slider_wrap .featured_resources_slider .featured_resources_slider__item {
  display: flex;
  align-items: center;
  background-color: #dee6ef;
  border-radius: 20px;
  overflow: hidden;
  column-gap: 60px;
}

.featured_resources_slider__item__img {
  max-width: 410px;
  width: 100%;
  display: block;
  border-radius: 20px;
  height: 100%;
}

.featured_resources_slider__item__content {
  padding: 50px 40px;
  padding-left: 0;
}

.featured_resources_slider__item__subtitle {
  font-family: "Horas", sans-serif;
  font-size: 28px;
  color: #5fce9a;
  margin-bottom: 10px;
}

.featured_resources_slider__item__title {
  font-size: 44px;
  font-family: "Horas", sans-serif;
  letter-spacing: -2px;
  color: #2e3d54;
  line-height: 1;
  margin-bottom: 20px;
  word-break: break-word;
}

.featured_resources_slider__item__description {
  margin-bottom: 30px;
}
.featured_resources_slider__item__description .read-more {
  display: none;
}

.featured_resources_slider__item__button {
  background-color: #2e3d54;
}

.featured_resources_slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: calc(100% + 100px);
  left: -50px;
  pointer-events: none;
}

.resource_categories {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.resource_category_item {
  background-image: linear-gradient(137deg, #7beea6 0%, #50e9f3 100%);
  border-radius: 20px;
  width: 380px;
  height: 315px;
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
  color: #2e3d54;
  transition: 0.2s;
}
.resource_category_item:hover {
  transform: scale(1.04);
}
.resource_category_item:hover .resource_category_item__view {
  opacity: 1;
  visibility: visible;
}
.resource_category_item--odd {
  background-image: linear-gradient(135deg, #20c5f5 0%, #85f8f4 100%);
}

.resource_category_item__title {
  font-size: 48px;
  font-family: "Horas", sans-serif;
  letter-spacing: -2px;
}

.resource_category_item__description {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.resource_category_item__view {
  display: flex;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0;
  font-family: "HorasExtBd", sans-serif;
  column-gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.resource_category_item__view svg {
  width: 30px;
  fill: #2e3d54;
}

.resource_category_item__arrow {
  fill: #fefefe;
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 255px;
  width: 100%;
}
.resource_category_item__arrow.children {
  max-width: 140px;
  left: 50px;
}
.resource_category_item__arrow.youth {
  left: 0;
  max-width: 300px;
  bottom: 10px;
}
.resource_category_item__arrow.multi-age {
  max-width: 205px;
  left: 25px;
}
.resource_category_item__arrow.seasonal {
  max-width: 300px;
}

@media screen and (max-width: 1300px) {
  .resource_hero_graphic--left {
    max-width: 180px;
  }
  .resource_hero_graphic--right {
    bottom: -31.9px;
    max-width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .featured_resources_slider_wrap .featured_resources_slider .featured_resources_slider__item {
    column-gap: 40px;
  }
  .featured_resources_slider__item__img {
    max-width: 320px;
  }
  .featured_resources_slider__item__content {
    padding: 30px 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .resource_hero {
    min-height: 0;
    height: auto;
    padding: 70px 0 80px;
  }
  .resource_hero_graphic--left {
    max-width: 100px;
  }
  .resource_hero_graphic--right {
    bottom: -17.9px;
    max-width: 90px;
  }
  .featured_resources_slider_wrap {
    max-width: 500px;
    width: 100%;
  }
  .featured_resources_slider_wrap .featured_resources_slider .featured_resources_slider__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .featured_resources_slider__item__img {
    max-width: none;
    max-height: 410px;
  }
  .featured_resources_slider__item__content {
    padding: 40px 20px;
  }
  .resource_category_item {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .featured_resources_slider__item__subtitle {
    font-size: 22px;
  }
  .featured_resources_slider__item__title {
    font-size: 31px;
  }
  .resource_category_item__title {
    font-size: 31px;
  }
  .search_input {
    max-width: 260px;
    width: 100%;
    flex-grow: 0;
    padding-right: 0;
    padding-left: 10px;
    font-size: 18px;
  }
  .resource_hero__search__cancel {
    min-width: 12px;
  }
  .search_submit {
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .resource_category_item {
    padding: 20px;
    height: 265px;
  }
  .resource_category_item__arrow {
    opacity: 0.5;
  }
  .resource_category_item__arrow.all {
    left: 10px;
  }
  .search_submit {
    padding: 8px 12px;
  }
  .search_submit svg {
    width: 17px;
  }
  .search_submit input {
    font-size: 14px;
  }
}
.resources_archive_hero {
  background-image: linear-gradient(178deg, #53e9ec 0%, #7ceea6 100%);
  min-height: 250px;
}
.resources_archive_hero .page_hero_graphic {
  fill: white;
  opacity: 0.65;
}
.resources_archive_hero .page_hero__title {
  color: #2e3d54;
}

.woocommerce-breadcrumb,
.before-shop-loop {
  display: none;
}

.resource_archive {
  min-height: calc(100vh - 500px);
}

.resource_archive__nav {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.resource_archive__nav__item {
  background-color: #dee6ef;
  color: #2e3d54;
  border-radius: 28px;
  min-width: 130px;
  font-size: 16px;
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: 0.91px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  padding: 12px 15px;
  height: 55px;
  transition: 0.4s;
}
.resource_archive__nav__item svg {
  width: 30px;
  margin-top: -2px;
  display: block;
  fill: #2e3d54;
  fill-rule: evenodd;
  transition: 0.4s;
}
.resource_archive__nav__item:hover, .resource_archive__nav__item.active {
  background-color: #2e3d54;
  color: white;
}
.resource_archive__nav__item:hover svg, .resource_archive__nav__item.active svg {
  fill: white;
}

.resource_grid .grid_1-3 {
  margin: 20px 0;
}

.resource {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-color: #dee6ef;
  position: relative;
  min-height: 440px;
}
.resource::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(122deg, #51e9f1 0%, #7defa3 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.resource:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.resource:hover .resource__bottom {
  padding-bottom: 50px;
}
.resource:hover .resource__bottom__button {
  opacity: 1;
  visibility: visible;
}
.resource:hover .resource__top__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.resource:hover .resource__bottom__types {
  opacity: 0;
  visibility: hidden;
}

.resource__top__img_wrap {
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.resource__top__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.resource__top__img_wrap .resource__top__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.resource__top__img_wrap:after {
  transition: 0.4s;
}

.resource__bottom {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  color: #2e3d54;
  flex-grow: 1;
  transition: 0.4s;
}

.resource__bottom__title {
  font-family: "HorasExtBd", sans-serif;
  letter-spacing: -1.26px;
  min-height: 76px;
}

.resource__bottom__types {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  transition: 0.4s;
}

.resource__bottom__type {
  display: flex;
  column-gap: 10px;
}
.resource__bottom__type p {
  font-size: 18px;
  opacity: 0.78;
  font-weight: bold;
}
.resource__bottom__type svg {
  width: 30px;
  margin-top: -2px;
  display: block;
  fill: #2e3d54;
  fill-rule: evenodd;
  transition: 0.4s;
}

.resource__bottom__button {
  position: absolute;
  bottom: 30px;
  left: 20px;
  background-color: #2e3d54;
  color: white;
  opacity: 0;
  visibility: hidden;
}
.resource__bottom__button:hover {
  background-color: #2e3d54;
  color: white;
}

body.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 50px;
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-size: 16px;
  font-family: "HorasExtBd", sans-serif;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin: 0 5px;
  background-color: #dee6ef;
  color: #2e3d54;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background-color: #2e3d54;
  color: white;
  cursor: auto;
  pointer-events: none;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots {
  pointer-events: none;
  height: auto;
  width: auto;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  display: none;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background-color: #2e3d54;
  color: white;
}

.no_resources {
  text-align: center;
  font-size: 28px;
  font-family: "Horas", sans-serif;
}

.resources_archive_hero__description {
  font-family: "Horas", sans-serif;
}

.resource_search_hero {
  min-height: 0;
}
.resource_search_hero .resource_hero_graphic--left {
  height: 100%;
  width: auto;
  max-width: none;
  top: 0;
  bottom: 0;
}

.submit_resource .page_hero__content {
  color: #2e3d54;
}

@media screen and (max-width: 1300px) {
  .resource_search_hero .resource_hero_graphic--left {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1200px) {
  .resource_grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .resource_search_hero .resource_hero_graphic--left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .resource {
    min-height: 0;
  }
  .resource:hover .resource__bottom {
    padding-bottom: 20px;
  }
  .resource:hover .resource__bottom__button {
    opacity: 0;
    visibility: hidden;
  }
  .resource:hover .resource__top__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 66%;
  }
  .resource:hover .resource__bottom__types {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 600px) {
  .resources_archive_hero {
    min-height: 0;
  }
  .resources_archive_hero .page_hero_graphic--right {
    opacity: 0;
    visibility: hidden;
  }
}
.single_product_hero {
  background-image: linear-gradient(171deg, #53e9ec 0%, #7ceea6 100%);
  padding: 55px 0;
  position: relative;
  overflow: hidden;
}
.single_product_hero .page_hero_graphic {
  fill: white;
  opacity: 0.65;
}
.single_product_hero .page_hero_graphic--right {
  bottom: initial;
  top: 10px;
}

.single_product_hero__img_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 490px;
  width: 100%;
  border-radius: 24px;
  margin: 0 auto;
}
.single_product_hero__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 74%;
}

.woocommerce .single_product_hero__img,
.woocommerce-page .single_product_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.single_product__title {
  margin-bottom: 20px;
}

.single_product__types {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}

.single_product__type {
  border-radius: 28px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 2px 5px;
  padding-right: 13px;
}
.single_product__type p {
  font-size: 20px;
  font-weight: bold;
  font-family: "HorasExtBd", sans-serif;
}
.single_product__type svg {
  width: 30px;
  display: block;
  fill: #2e3d54;
  fill-rule: evenodd;
  transition: 0.4s;
}

.single_product__content p {
  margin-bottom: 40px;
}

.single_product__downloads__box {
  width: 100%;
  position: relative;
  background-image: linear-gradient(180deg, #1d3171 0%, #6b5fed 100%);
  padding: 50px 60px;
  padding-right: 150px;
  border-radius: 20px;
  min-height: 280px;
  color: white;
  margin-top: 60px;
}

.single_product__downloads__arrow {
  position: absolute;
  right: 0;
  bottom: 20px;
  max-width: 140px;
  width: 100%;
}

.single_product__downloads__title {
  font-size: 34px;
  letter-spacing: 0;
  font-family: "HorasExtBd", sans-serif;
  margin-bottom: 15px;
}

.single_product__downloads__text {
  font-size: 20px;
  margin-bottom: 15px;
}
.single_product__downloads__text a {
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.single_product__downloads__text a:hover {
  color: #5fce9a;
}

.single_product__downloads .somdn-available-downloads span {
  display: none;
}
.single_product__downloads .somdn-download-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single_product__downloads .somdn-download-form .somdn-download-link {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 15px 25px;
  background-color: rgba(18, 27, 82, 0.6);
  border-radius: 28px;
  font-family: "HorasExtBd", sans-serif;
  font-size: 16px;
  color: white;
  line-height: 22px;
  letter-spacing: 0.91px;
  transition: 0.4s;
}
.single_product__downloads .somdn-download-form .somdn-download-link::before {
  content: "";
  background-image: url(assets/images/downloads-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 21px;
  display: block;
}
.single_product__downloads .somdn-download-form .somdn-download-link:hover {
  background-color: #121b52;
}
.single_product__downloads.not_logged_in {
  pointer-events: none;
  opacity: 0.28;
}

.other_products {
  position: relative;
  overflow: hidden;
}

.other_products__arrow {
  position: absolute;
  max-width: 285px;
  bottom: 30px;
  left: 0;
}

.other_products__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 80px;
  position: relative;
  z-index: 1;
}

.other_products__left {
  max-width: 385px;
  width: 100%;
  padding-top: 30px;
}

.other_products__button {
  max-width: 220px;
  width: 100%;
  background-color: #2e3d54 !important;
}
.other_products__button:hover {
  background-color: #5fce9a !important;
  color: #2e3d54;
}

.other_products__button--mobile {
  display: none !important;
}

.other_products__title {
  font-family: "Horas", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 30px;
}

.other_products__grid {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.other_products__grid .resource {
  background-color: #fff;
}

@media screen and (max-width: 1250px) {
  .other_products__items {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .other_products__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
  }
  .other_products__left {
    padding-top: 0;
    max-width: none;
  }
  .other_products__title {
    margin-bottom: 0;
  }
  .other_products__left .other_products__button {
    display: none !important;
  }
  .other_products__button--mobile {
    display: inline-block !important;
  }
  .other_products__grid {
    width: 100%;
    text-align: left;
  }
  .other_products__grid .grid_1-2 {
    max-width: 370px;
    width: 100%;
    margin: 20px 0;
  }
  .other_products__arrow {
    max-width: 175px;
  }
}
@media screen and (max-width: 700px) {
  .single_product__downloads__box {
    padding: 30px;
    padding-right: 80px;
    min-height: 0;
  }
  .single_product__downloads__arrow {
    max-width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .other_products__title {
    font-size: 31px;
  }
  .resource__bottom__title {
    min-height: 0;
  }
  .other_products__grid .resource {
    min-height: 380px;
  }
  .other_products__arrow {
    max-width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .other_products .other_products__arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.members_base__page {
  min-height: calc(100vh - 570px);
}

.members_base__container {
  display: flex;
  align-items: flex-start;
}

.members_menu {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.members_menu .menu-item {
  margin-bottom: 20px;
}
.members_menu .menu-item.current-menu-item, .members_menu .menu-item:hover {
  color: #2e3b85;
}
.members_menu .menu-item.current-page-ancestor, .members_menu .menu-item.current-menu-ancestor, .members_menu .menu-item.current-product-ancestor {
  color: #3c3c57;
}

.members_box {
  box-shadow: 0 6px 20px 0 rgba(33, 33, 38, 0.07);
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 30px;
}

.members_menu__title {
  margin-bottom: 20px;
}

.members_base__content {
  padding-left: 15%;
  flex-grow: 1;
}

.member_base__content__inner {
  padding-top: 40px;
}

.members_base__content__title {
  margin-bottom: 20px;
}

.members_account__title {
  margin: 0 0 10px;
}

.members_account__top .members_account__link a {
  color: #2e3d54;
  font-family: "Horas", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
.members_account__top .members_account__link a:hover {
  color: #5fce9a;
}

@media screen and (max-width: 800px) {
  .members_base__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .members_base__content {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 40px;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
