:root {
  --fz-html: 62.5%;
  --fz-base: 1.4rem;
  --fw-base: 400;
  --lh-base: 1.43;
  --ff-base: "Roboto", sans-serif;
  --c-base: #1a9cd7;
  --c-blue: #1476a3;
  --c-darkblue: #57606f;
  --c-white: #fff;
  --c-lightgray: #f1f2f6;
  --c-gray: #666;
  --c-darkgray: #333333;
  --c-black: #000;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

html {
  font-size: var(--fz-html);
}

body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-black);
  background: var(--c-lightgray);
}

body.has-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}

a[href^=tel] {
  text-decoration: none;
}

.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  font-weight: 400;
}

.level-1,
h1 {
  font-size: 2.8rem;
}

.level-2,
h2 {
  font-size: 2.4rem;
}

.level-3,
h3 {
  font-size: 2.1rem;
  line-height: 1.2;
}

.level-4,
h4 {
  font-size: 2rem;
  font-weight: 500;
}

.level-5,
h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

.level-6,
h6 {
  font-size: 1.4rem;
  font-weight: 700;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

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

[hidden],
.hidden {
  display: none !important;
}

[disabled],
.disabled {
  cursor: default;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* ------------------------------------------------------------ *\
	Box Alt
\* ------------------------------------------------------------ */

.box-alt {
  background: var(--c-white);
  padding: 3rem 3rem 5rem;
  border-radius: 1rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1199px) {
  .box-alt {
    padding: 2.4rem 2rem 5rem;
  }
}

@media (max-width: 575px) {
  .box-alt {
    padding: 3.1rem 3rem 5rem;
  }
}

.box-alt .box__container {
  position: relative;
  overflow: hidden;
}

.box-alt .box__title {
  text-align: center;
  margin-bottom: 3rem;
}

.box-alt .box__title--offset {
  margin-bottom: 1.3rem;
}

@media (max-width: 767px) {
  .box-alt .box__title--offset {
    margin-bottom: 1.7rem;
  }
}

.box-alt .box__image {
  width: fit-content;
  margin-inline: auto;
  max-width: 100%;
  margin-bottom: 2.2rem;
}

@media (max-width: 575px) {
  .box-alt .box__image {
    margin-bottom: 1.8rem;
  }
}

.box-alt .box__wrapper {
  text-align: center;
  padding-bottom: 1.5rem;
}

.box-alt .box__wrapper-content {
  margin-bottom: 1.4rem;
}

.box-alt .box__wrapper-link {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}

.box-alt .box__wrapper-link a {
  cursor: pointer;
  transition: color 0.4s;
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .box-alt .box__wrapper-link a:hover {
    color: var(--c-base);
  }
}

.box-alt .box__wrapper-info p span {
  color: #008000;
}

.box-alt .box__wrapper-info p a {
  text-decoration: none;
  display: inline-block;
  color: var(--c-base);
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .box-alt .box__wrapper-info p a:hover {
    color: var(--c-blue);
  }
}

.box-alt .box__wrapper-info p:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .box-alt .box__slider {
    margin-top: -1.4rem;
  }
}

/* ------------------------------------------------------------ *\
	Box Callout
\* ------------------------------------------------------------ */

.box-callout {
  position: relative;
  border-radius: 1rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  color: #fff;
  padding: 2.5rem 3rem 2.9rem;
}

@media (max-width: 1199px) {
  .box-callout {
    padding: 2.5rem 2rem 2.9rem;
  }
}

@media (max-width: 575px) {
  .box-callout {
    padding: 2.5rem 3rem 2.9rem;
  }
}

.box-callout .box__back,
.box-callout .box__back img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-callout .box__wrapper {
  position: relative;
  z-index: 2;
}

.box-callout .box__wrapper-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.56;
  margin-bottom: 9.7rem;
}

.box-callout .box__wrapper-actions {
  font-size: 1.2rem;
  line-height: 1.2;
}

.box-callout .box__wrapper-actions a {
  margin-bottom: 2.5rem;
}

/* ------------------------------------------------------------ *\
	Box Info
\* ------------------------------------------------------------ */

.box-info {
  background: var(--c-lightgray);
  border-radius: 0.5rem;
  padding: 1.2rem 2.8rem 1rem 2rem;
}

@media (max-width: 767px) {
  .box-info {
    padding: 1rem 2rem;
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */

.box {
  position: relative;
  z-index: 12;
  background: var(--c-darkgray);
  padding: 4rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr 53%;
  gap: 5.5rem;
  font-size: 1.1rem;
  line-height: 1.82;
}

@media (max-width: 1199px) {
  .box {
    grid-template-columns: 1fr 40%;
  }
}

@media (max-width: 1023px) {
  .box {
    padding: 3rem 2.4rem;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .box {
    grid-template-columns: 1fr;
    padding: 4rem;
  }
}

@media (max-width: 575px) {
  .box {
    line-height: 1.2;
    gap: 1.6rem;
  }
}

.box .box__entry {
  display: flex;
  gap: 4.5rem;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .box .box__entry {
    gap: 2rem;
  }
}

@media (max-width: 575px) {
  .box .box__entry {
    flex-direction: column;
    gap: 2.2rem;
  }
}

.box .box__entry-logos {
  display: grid;
  grid-template-columns: repeat(3, 8rem);
  grid-template-rows: repeat(2, 3.6rem);
  gap: 0.3rem;
}

@media (max-width: 1023px) {
  .box .box__entry-logos {
    grid-template-columns: repeat(3, 5.8rem);
    grid-template-rows: repeat(2, 3rem);
  }
}

@media (max-width: 575px) {
  .box .box__entry-logos {
    grid-template-columns: repeat(3, 8rem);
    grid-template-rows: repeat(2, 3.6rem);
  }
}

@media (max-width: 374px) {
  .box .box__entry-logos {
    grid-template-columns: repeat(3, 5.8rem);
    grid-template-rows: repeat(2, 3rem);
  }
}

.box .box__entry-logo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.box .box__entry-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.4rem;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 1.2rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: var(--c-base);
  border: 1px solid var(--c-base);
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    border-color: var(--c-blue);
    background: var(--c-blue);
  }
}

.btn--outline {
  background: transparent;
  border-color: var(--c-base);
  color: var(--c-base);
}

@media (hover: hover) and (pointer: fine) {
  .btn--outline:hover {
    color: var(--c-white);
    background: var(--c-base);
    border-color: var(--c-base);
  }
}

.btn--outline-gray {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .btn--outline-gray:hover {
    border-color: var(--c-base);
    background: var(--c-base);
  }
}

.btn--white {
  background: var(--c-white);
  border-color: var(--c-white);
  color: #111111;
}

@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    border-color: var(--c-base);
    background: var(--c-base);
    color: #fff;
  }
}

.btn--gray {
  background: transparent;
  border-color: rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .btn--gray:hover {
    border-color: transparent;
    background: rgba(102, 102, 102, 0.5);
    color: #fff;
  }
}

.btn--darkblue {
  border-color: var(--c-blue);
  background: var(--c-blue);
}

@media (hover: hover) and (pointer: fine) {
  .btn--darkblue:hover {
    border-color: var(--c-base);
    background: var(--c-base);
  }
}

.btn--offset {
  padding: 0.7rem 3rem 1rem;
}

.btn--offset svg {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}

.btn--small {
  padding: 0.7rem 1rem;
  font-size: 1.4rem;
}

.btn--block {
  display: block;
  padding-inline: 0;
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {
  width: 73.2%;
}

@media (max-width: 1023px) {
  .content {
    width: 100%;
  }
}

.content .content__entry + .content__entry {
  margin-top: 3rem;
}

/* ------------------------------------------------------------ *\
	Custom Selects
\* ------------------------------------------------------------ */

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

.form-filters .select2-container .select2-selection--single {
  height: 3.2rem;
  border-radius: 3px;
  border: 0;
  background: #f9f9f9;
}

.form-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.2rem;
  padding: 0 2rem 0 1rem;
  color: #000;
}

.form-filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}

.form-filters .select2-search {
  display: none;
}

.form-filters .select2-dropdown {
  border: 0;
}

.form-filters .select2-results__option {
  padding: 0.6rem 1rem;
}

.form-filters .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--c-base);
}

.form-filters .select2-container--default .select2-results__option--selected {
  background: #f9f9f9;
}

.form-filters .select2-container--open .select2-dropdown {
  overflow: hidden;
}

.form-filters .select2-selection__arrow {
  display: none;
}

/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */

.field {
  border-radius: 3px;
  padding: 0 1rem;
  width: 100%;
  background: #f9f9f9;
  color: #000;
  height: 3.2rem;
  border: 0;
  outline: none;
}

.field::placeholder {
  color: #757575;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
  background: var(--c-black);
  color: var(--c-white);
  padding: 0 0 0.8rem;
}

.footer .footer__box {
  margin-bottom: 2rem;
  position: relative;
  top: -3.5rem;
}

@media (max-width: 1199px) {
  .footer .footer__box {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .footer .footer__box {
    margin-bottom: 6rem;
  }
}

@media (max-width: 575px) {
  .footer .footer__box {
    top: -16rem;
    margin-bottom: -9.7rem;
  }
}

.footer .footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 6.6rem;
}

@media (max-width: 767px) {
  .footer .footer__main {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.8rem;
  }
}

@media (max-width: 575px) {
  .footer .footer__main {
    gap: 1.5rem;
    margin-bottom: 4.5rem;
  }
}

.footer .footer__links {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}

@media (max-width: 374px) {
  .footer .footer__links {
    flex-direction: column;
    gap: 2rem;
  }
}

.footer .footer__menu ul {
  list-style-type: none;
  display: flex;
  gap: 2.3rem;
}

.footer .footer__menu ul a {
  text-decoration: none;
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .footer .footer__menu ul a:hover {
    color: var(--c-base);
  }
}

.footer .footer__bar {
  color: var(--c-gray);
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Form Filters
\* ------------------------------------------------------------ */

.form-filters {
  background: var(--c-white);
  padding: 1.4rem 2rem;
  border-radius: 1rem;
}

@media (max-width: 1023px) {
  .form-filters {
    display: none;
  }
}

.form-filters .form__cols {
  display: grid;
  align-items: center;
  gap: 1.4rem;
  grid-template-columns: 21% 1fr 1fr auto;
}

.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}

.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}

.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}

.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}

.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}

.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}

.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}

.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}

.grid--size-1of2 {
  --grid-cols: 2;
}

.grid--size-1of3 {
  --grid-cols: 3;
}

.grid--size-1of4 {
  --grid-cols: 4;
}

.grid--size-1of5 {
  --grid-cols: 5;
}

.grid--size-1of6 {
  --grid-cols: 6;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem 0 1.6rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 575px) {
  .header {
    padding: 1.4rem 0;
  }
}

.header .header__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.3rem;
}

.header .header__logo {
  padding-left: 1.6rem;
}

@media (max-width: 1023px) {
  .header .header__logo {
    padding-left: 0;
  }
}

.header .header__menu {
  display: flex;
  gap: 2.3rem;
}

@media (max-width: 1199px) {
  .header .header__menu {
    gap: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .header .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--c-base);
    color: var(--c-white);
    padding: 3.9rem 4.7rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(100vw);
    transition: transform 0.4s;
  }
  .header .header__nav::-webkit-scrollbar {
    display: none;
  }
  .header .header__nav.is-active {
    transform: translateX(0);
  }
}

.header .header__nav-menu {
  height: 100%;
}

.header .header__nav-actions {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

@media (max-width: 1023px) {
  .header .header__actions a.btn {
    padding: 0;
    border: none;
    background: none;
  }
}

.header .header__actions svg {
  display: none;
}

@media (max-width: 1023px) {
  .header .header__actions svg {
    display: block;
  }
}

@media (max-width: 1023px) {
  .header .header__actions span {
    display: none;
  }
}

.header .header__toggle,
.header .header__nav-actions {
  display: none;
}

@media (max-width: 1023px) {
  .header .header__toggle,
  .header .header__nav-actions {
    display: block;
  }
}

/* Header Alt */

.header--alt {
  position: static;
  background-size: cover;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.sprite {
  display: none;
}

.ico-facebook,
.ico-instagram {
  width: 2.4rem;
  height: 2.4rem;
}

.ico-phone {
  width: 1.7rem;
  height: 1.7rem;
}

.ico-message {
  width: 1.5rem;
  height: 1.3rem;
}

.ico-video {
  width: 1.7rem;
  height: 1.1rem;
}

.ico-mail {
  width: 1.5rem;
  height: 1.1rem;
}

.ico-fortune,
.ico-tarot,
.ico-channeling,
.ico-advice,
.ico-astrology,
.ico-coaching,
.ico-runes {
  width: 3rem;
  height: 3rem;
}

.ico-user {
  width: 2.6rem;
  height: 2.9rem;
}

/* ------------------------------------------------------------ *\
	List Categories
\* ------------------------------------------------------------ */

.list-categories {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 1199px) {
  .list-categories {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .list-categories {
    font-size: 1.6rem;
  }
}

.list-categories ul {
  list-style-type: none;
}

.list-categories li + li {
  margin-top: 0.55rem;
}

@media (max-width: 575px) {
  .list-categories li + li {
    margin-top: 0.5rem;
  }
}

.list-categories a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  transition: color 0.4s;
}

@media (max-width: 575px) {
  .list-categories a {
    gap: 1.3rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .list-categories a:hover {
    color: var(--c-base);
  }
}

/* ------------------------------------------------------------ *\
	List Rating
\* ------------------------------------------------------------ */

.list-rating {
  list-style-type: none;
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	List Socials
\* ------------------------------------------------------------ */

.list-socials {
  list-style-type: none;
  display: flex;
  gap: 0.6rem;
}

.list-socials a {
  text-decoration: none;
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .list-socials a:hover {
    color: var(--c-base);
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
  max-width: 100%;
  display: inline-block;
  text-indent: -1;
  text-decoration: none;
}

@media (max-width: 575px) {
  .logo {
    max-width: 4.5rem;
  }
}

.logo--large {
  max-width: 100%;
}

/* ------------------------------------------------------------ *\
	Menu Open
\* ------------------------------------------------------------ */

.menu-open span {
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background: var(--c-white);
  border-radius: 0.2rem;
}

.menu-open span + span {
  margin-top: 0.5rem;
}

/* ------------------------------------------------------------ *\
	Menu Close
\* ------------------------------------------------------------ */

.menu-close {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-close span {
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background: var(--c-white);
  border-radius: 0.2rem;
  margin-top: 0.4rem;
  transform: rotate(45deg);
}

.menu-close span + span {
  margin-top: -0.4rem;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Nav Menu
\* ------------------------------------------------------------ */

.nav-menu {
  background: var(--c-base);
  color: var(--c-white);
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
}

.nav-menu ul {
  display: flex;
  gap: 0.6rem;
}

.nav-menu ul a {
  padding: 1rem 3rem;
  display: block;
  font-size: 1.8rem;
  line-height: 2.23;
  text-decoration: none;
  transition: background 0.4s, color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu ul a:hover {
    background: var(--c-blue);
  }
}

.nav-menu ul li.is-active a {
  color: #bae6fa;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .nav {
    font-size: 1.8rem;
  }
}

@media (max-width: 575px) {
  .nav {
    font-size: 1.6rem;
  }
}

.nav ul {
  display: flex;
  gap: 3.35rem;
  height: 100%;
}

@media (max-width: 1199px) {
  .nav ul {
    gap: 2.4rem;
  }
}

@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}

.nav li.is-current a {
  color: var(--c-base);
}

.nav li.visible-on-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .nav li.visible-on-mobile {
    display: block;
  }
}

@media (max-width: 1023px) {
  .nav li + li {
    margin-top: 1.7rem;
  }
}

.nav a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .nav a:hover {
    color: var(--c-base);
  }
}

.nav li.menu-item-has-children {
  position: relative;
}

.nav ul ul {
  position: absolute;
  flex-direction: column;
  background: var(--c-white);
  color: var(--c-base);
  height: auto;
  min-width: fit-content;
  width: 100%;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

@media (max-width: 1023px) {
  .nav ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-radius: 0;
    color: var(--c-white);
    display: none;
  }
}

.nav li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.nav li.menu-item-has-children.is-active ul {
  display: block;
}

@media (max-width: 1023px) {
  .nav ul ul li + li {
    margin-top: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav ul ul a:hover {
    color: var(--c-blue);
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {
  padding: 3rem 0 12.5rem;
}

@media (max-width: 1199px) {
  .section {
    padding-bottom: 8rem;
  }
}

@media (max-width: 1023px) {
  .section {
    padding: 2rem 0 10rem;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 2rem 0 24.2rem;
  }
}

.section .section__head {
  margin-bottom: 3rem;
}

@media (max-width: 1023px) {
  .section .section__head {
    display: none;
  }
}

.section .section__body {
  display: flex;
  gap: 3rem;
}

@media (max-width: 1199px) {
  .section .section__body {
    gap: 2rem;
  }
}

@media (max-width: 1023px) {
  .section .section__body {
    flex-direction: column;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .section .section__body {
    gap: 6rem;
  }
}

/* Section Alt */

.section--alt {
  position: relative;
  top: -3.2rem;
  z-index: 2;
  padding: 0 0 9.2rem;
}

@media (max-width: 1199px) {
  .section--alt {
    padding-bottom: 8rem;
  }
}

@media (max-width: 1023px) {
  .section--alt {
    top: 0;
    padding: 6rem 0 10rem;
  }
}

@media (max-width: 575px) {
  .section--alt {
    padding: 6rem 0 24.2rem;
  }
}

/* Section Reversed */

.section--reversed .section__body {
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .section--reversed .section__body {
    flex-direction: column;
  }
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */

.select {
  width: 100%;
}

.select select {
  height: 6rem;
  width: 100%;
  border: 0;
  outline: none;
  appearance: none;
  transition: opacity 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .select select:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.shell {
  --shell-max-width: 125rem;
  --shell-gutter: 2rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}

.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {
  margin-inline: auto;
  width: calc(26.8% - 3rem);
  max-width: 50rem;
}

@media (max-width: 1023px) {
  .sidebar {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Slider Intro
\* ------------------------------------------------------------ */

.slider-intro {
  width: 100%;
  height: 65rem;
}

.slider-intro .slider__clip,
.slider-intro .slider__slides,
.slider-intro .slider__slide {
  height: 100% !important;
}

.slider-intro .slider__slide-image,
.slider-intro .slider__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-intro .slider__slide-wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 8rem 0 9.8rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .slider-intro .slider__slide-wrapper {
    padding: 8rem 0;
  }
}

@media (max-width: 575px) {
  .slider-intro .slider__slide-wrapper {
    padding: 8rem 0 10rem;
  }
}

.slider-intro .slider__slide-logo {
  margin-bottom: 7.2rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .slider-intro .slider__slide-logo {
    max-width: 31.2rem;
    margin-inline: auto;
    margin-bottom: 5rem;
  }
}

@media (max-width: 575px) {
  .slider-intro .slider__slide-logo {
    margin-bottom: 5.8rem;
  }
}

.slider-intro .slider__slide-content {
  text-align: center;
  max-width: 55.5rem;
  margin-inline: auto;
  color: var(--c-white);
  font-size: 2rem;
  line-height: 1.5;
}

/* ------------------------------------------------------------ *\
	Slider Reviews
\* ------------------------------------------------------------ */

.slider-reviews .slider__clip {
  overflow: visible;
  position: static;
}

.slider-reviews .slider__arrow {
  position: absolute;
  top: 10px;
  right: 2px;
  border: solid #d9d9d9;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.4rem;
  transform: rotate(-45deg);
  z-index: 1;
  transition: border-color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .slider-reviews .slider__arrow:not(.swiper-button-disabled):hover {
    cursor: pointer;
    border-color: var(--c-base);
  }
}

.slider-reviews .slider__arrow.swiper-arrow-prev {
  transform: rotate(135deg);
  right: unset;
  left: 2px;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table .table__head,
.table .table__body-row {
  display: grid;
  grid-template-columns: 1fr 30% 33%;
  gap: 1rem;
}

@media (max-width: 575px) {
  .table .table__head,
  .table .table__body-row {
    grid-template-columns: 1fr 27% 33%;
  }
}

.table .table__foot a {
  text-decoration: none;
  color: var(--c-base);
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .table .table__foot a:hover {
    color: var(--c-blue);
  }
}

.table .table__body-row.hidden-row {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, opacity 0.4s;
  opacity: 0;
}

.table .table__body-row.hidden-row.show {
  max-height: 2.02rem;
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	profile Review
\* ------------------------------------------------------------ */

.profile-review {
  height: 100%;
}

.profile-review .profile__head {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.profile-review .profile__head-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.profile-review .profile__head-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-review .profile__head-content h5 {
  margin-bottom: 1rem;
  line-height: 1.28;
}

@media (max-width: 575px) {
  .profile-review .profile__head-content h5 {
    margin-bottom: 0.8rem;
  }
}

.profile-review .profile__head-content p {
  color: var(--c-darkblue);
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

@media (max-width: 575px) {
  .profile-review .profile__head-content p {
    margin-bottom: 0.2rem;
  }
}

/* ------------------------------------------------------------ *\
	profile Team
\* ------------------------------------------------------------ */

.profile-card {
  background: var(--c-white);
  border-radius: 1rem;
  padding: 3rem 3rem 2.8rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: 14rem 1fr 20rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1199px) {
  .profile-card {
    gap: 2rem;
    padding: 3rem 2rem 2.8rem;
  }
}

@media (max-width: 1023px) {
  .profile-card {
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .profile-card {
    display: block;
    padding: 1.7rem 2rem 2rem;
  }
}

.profile-card .profile__entry--mobile,
.profile-card .profile__box {
  display: none;
}

@media (max-width: 767px) {
  .profile-card .profile__entry--mobile,
  .profile-card .profile__box {
    display: block;
  }
}

@media (max-width: 767px) {
  .profile-card .profile__entry,
  .profile-card .profile__wrapper-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .profile-card .profile__entry--mobile {
    display: block;
    margin-bottom: 1.4rem;
  }
}

.profile-card .profile__entry-image,
.profile-card .profile__wrapper-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1.5rem;
}

@media (max-width: 767px) {
  .profile-card .profile__entry-image,
  .profile-card .profile__wrapper-image {
    max-width: 14rem;
    margin-inline: auto;
  }
}

.profile-card .profile__entry-image:not(:last-child),
.profile-card .profile__wrapper-image:not(:last-child) {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .profile-card .profile__entry-image:not(:last-child),
  .profile-card .profile__wrapper-image:not(:last-child) {
    margin-bottom: 0;
  }
}

.profile-card .profile__entry-image img,
.profile-card .profile__wrapper-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card .profile__entry-info,
.profile-card .profile__wrapper-info {
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
  color: var(--c-darkblue);
}

@media (max-width: 767px) {
  .profile-card .profile__entry-info,
  .profile-card .profile__wrapper-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}

.profile-card .profile__entry-info p,
.profile-card .profile__wrapper-info p {
  margin-bottom: 0;
}

.profile-card .profile__wrapper-title,
.profile-card .profile__wrapper-rating {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .profile-card .profile__wrapper-title,
  .profile-card .profile__wrapper-rating {
    text-align: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
}

.profile-card .profile__wrapper-rating {
  line-height: 1;
}

.profile-card .profile__wrapper-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.profile-card .profile__wrapper-title h4 {
  margin-bottom: 0;
}

.profile-card .profile__wrapper-rating {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--c-darkblue);
}

@media (max-width: 575px) {
  .profile-card .profile__wrapper-rating {
    gap: 0.4rem;
  }
}

@media (max-width: 767px) {
  .profile-card .profile__wrapper-content {
    text-align: center;
  }
}

.profile-card .profile__wrapper-content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.profile-card .profile__wrapper-content p:not(:last-child) {
  margin-bottom: 1.7rem;
}

.profile-card .profile__wrapper-content p strong {
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .profile-card .profile__actions {
    margin-bottom: 1rem;
  }
}

.profile-card .profile__actions-entry {
  text-align: center;
  font-size: 1.17rem;
  color: var(--c-darkblue);
}

.profile-card .profile__actions-entry + .profile__actions-entry {
  margin-top: 1.2rem;
}

@media (max-width: 575px) {
  .profile-card .profile__actions-entry + .profile__actions-entry {
    margin-top: 1.4rem;
  }
}

.profile-card .profile__actions-entry:has(.profile__actions-col) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.profile-card .profile__actions-entry > p,
.profile-card .profile__actions-col > p {
  margin-top: 0.5rem;
}

@media (max-width: 575px) {
  .profile-card .profile__actions-entry > p,
  .profile-card .profile__actions-col > p {
    margin-top: 1.3rem;
  }
}

.profile-card .profile__actions-entry:has(> .btn--gray) p,
.profile-card .profile__actions-col:has(> .btn--gray) p {
  opacity: 0.5;
}

.profile-card .profile__actions-row + .profile__actions-row {
  margin-top: 0.7rem;
}

/* profile Team Alt */

.profile-card--alt {
  padding: 3rem 3rem 6.7rem;
}

@media (max-width: 1199px) {
  .profile-card--alt {
    padding: 3rem 2rem 2.8rem;
  }
}

@media (max-width: 767px) {
  .profile-card--alt {
    padding: 1.7rem 2rem 2rem;
  }
}

.profile-card--alt .profile__wrapper {
  margin-top: -0.2rem;
}

@media (max-width: 767px) {
  .profile-card--alt .profile__wrapper {
    margin-top: 0;
    margin-bottom: 1.7rem;
  }
}

.profile-card--alt .profile__wrapper-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .profile-card--alt .profile__entry {
    margin-bottom: 3.1rem;
  }
}

/* ------------------------------------------------------------ *\
	profile
\* ------------------------------------------------------------ */

.profile {
  background: var(--c-white);
  border-radius: 1rem;
  padding: 3rem 3rem 4.5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  line-height: 1.12;
}

@media (max-width: 575px) {
  .profile {
    line-height: 1.15;
  }
}

.profile .profile__title {
  margin-bottom: 2rem;
}

.profile .profile__title:has(h1) {
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .profile .profile__title:has(h1) {
    margin-bottom: 2rem;
  }
}

.profile .profile__content p:not(:last-child) {
  margin-bottom: 1.54rem;
}

@media (max-width: 575px) {
  .profile .profile__content p:not(:last-child) {
    margin-bottom: 1.46rem;
  }
}

.profile .profile__content ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.15;
}

.profile .profile__content ul a {
  text-decoration: none;
  color: var(--c-base);
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .profile .profile__content ul a:hover {
    color: var(--c-blue);
  }
}

.profile .profile__review-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  padding-right: 1.2rem;
}

.profile .profile__review-info p {
  margin-bottom: 0;
}

.profile .profile__review-content {
  line-height: 1.18;
}

.profile .profile__review-content p strong {
  display: block;
}

.profile .profile__review-content p:not(:last-child) {
  margin-bottom: 1.3rem;
}

@media (max-width: 575px) {
  .profile .profile__review-content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.profile .profile__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  line-height: 1.24;
}

@media (max-width: 767px) {
  .profile .profile__wrapper {
    gap: 3.6rem;
  }
}

.profile .profile__wrapper p {
  margin-bottom: 0;
}

.profile .profile__wrapper p a {
  text-decoration: none;
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .profile .profile__wrapper p a:hover {
    color: var(--c-gray);
  }
}

.profile .profile__wrapper > a,
.profile .profile__wrapper > div > a {
  display: inline-block;
  text-decoration: none;
  color: var(--c-base);
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .profile .profile__wrapper > a:hover,
  .profile .profile__wrapper > div > a:hover {
    color: var(--c-blue);
  }
}

.profile .profile__wrapper > div > a {
  margin-top: 1.7rem;
}

/* ------------------------------------------------------------ *\
	profiles Team
\* ------------------------------------------------------------ */

.profiles-team .profiles__item + .profiles__item {
  margin-top: 3rem;
}

@media (max-width: 1199px) {
  .profiles-team .profiles__item + .profiles__item {
    margin-top: 2rem;
  }
}

@media (max-width: 1023px) {
  .profiles-team .profiles__item + .profiles__item {
    margin-top: 3rem;
  }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widget:not(:last-child) {
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .widget:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1023px) {
  .widget:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

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

.wrapper {
  position: relative;
  min-height: 100svh;
}