/*!
Theme Name: MycoMeditations
Theme URI: https://www.mycomeditations.com/
Author: Chad Calapre
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/* --- Media Queries --- */
/* --- Sizes --- */
/* --- Colors --- */
/* --- Fonts --- */
@font-face {
    font-family: "Canela";
    font-weight: 400;
    src: url("webfonts/canela-regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    font-weight: 300;
    src: url("webfonts/canela-light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    font-weight: 200;
    src: url("webfonts/canela-thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 200;
    src: url("webfonts/canela-thinitalic.woff2") format("woff2");
    font-display: swap;
}

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

body {
    line-height: 1;
}

button {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

q {
    display: inline;
    font-style: italic;
}

q:before {
    content: '"';
    font-style: normal;
}

q:after {
    content: '"';
    font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

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

th,
td {
    padding: 2px;
}

big {
    font-size: 120%;
}

small,
sup,
sub {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

dd {
    margin-left: 20px;
}

kbd,
tt {
    font-family: courier;
    font-size: 12px;
}

ins {
    text-decoration: underline;
}

del,
strike,
s {
    text-decoration: line-through;
}

dt {
    font-weight: bold;
}

address,
cite,
var {
    font-style: italic;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* VC */
.row:after,
.row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }

    .home .feature .obj-holder-links .link-row.link-row-sm .link-col {
        flex-wrap: wrap;
        flex-direction: row;
        flex: 0 0 100%;
    }

    .home .feature .obj-holder-links .link-row.link-row-sm .link-col .link-item {
        flex: 0 0 42%;
        text-align: center;
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important;
    }
}

.col {
    width: 100%;
}

.row {
    margin-left: -3rem;
    margin-right: -3rem;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-lg-1\/5,
.col-lg-2\/5,
.col-lg-3\/5,
.col-lg-4\/5,
.col-lg-5\/5,
.col-md-1\/5,
.col-md-2\/5,
.col-md-3\/5,
.col-md-4\/5,
.col-md-5\/5,
.col-sm-1\/5,
.col-sm-2\/5,
.col-sm-3\/5,
.col-sm-4\/5,
.col-sm-5\/5,
.col-xs-1\/5,
.col-xs-2\/5,
.col-xs-3\/5,
.col-xs-4\/5,
.col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1\/5,
.col-xs-2\/5,
.col-xs-3\/5,
.col-xs-4\/5,
.col-xs-5\/5 {
    float: left;
}

.col-xs-5\/5 {
    width: 100%;
}

.col-xs-4\/5 {
    width: 80%;
}

.col-xs-3\/5 {
    width: 60%;
}

.col-xs-2\/5 {
    width: 40%;
}

.col-xs-1\/5 {
    width: 20%;
}

.col-xs-pull-5\/5 {
    right: 100%;
}

.col-xs-pull-4\/5 {
    right: 80%;
}

.col-xs-pull-3\/5 {
    right: 60%;
}

.col-xs-pull-2\/5 {
    right: 40%;
}

.col-xs-pull-1\/5 {
    right: 20%;
}

.col-xs-pull-0\/5 {
    right: auto;
}

.col-xs-push-5\/5 {
    left: 100%;
}

.col-xs-push-4\/5 {
    left: 80%;
}

.col-xs-push-3\/5 {
    left: 60%;
}

.col-xs-push-2\/5 {
    left: 40%;
}

.col-xs-push-1\/5 {
    left: 20%;
}

.col-xs-push-0\/5 {
    left: auto;
}

.col-xs-offset-5\/5 {
    margin-left: 100%;
}

.col-xs-offset-4\/5 {
    margin-left: 80%;
}

.col-xs-offset-3\/5 {
    margin-left: 60%;
}

.col-xs-offset-2\/5 {
    margin-left: 40%;
}

.col-xs-offset-1\/5 {
    margin-left: 20%;
}

.col-xs-offset-0\/5 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-1\/5,
    .col-sm-2\/5,
    .col-sm-3\/5,
    .col-sm-4\/5,
    .col-sm-5\/5 {
        float: left;
    }

    .col-sm-5\/5 {
        width: 100%;
    }

    .col-sm-4\/5 {
        width: 80%;
    }

    .col-sm-3\/5 {
        width: 60%;
    }

    .col-sm-2\/5 {
        width: 40%;
    }

    .col-sm-1\/5 {
        width: 20%;
    }

    .col-sm-pull-5\/5 {
        right: 100%;
    }

    .col-sm-pull-4\/5 {
        right: 80%;
    }

    .col-sm-pull-3\/5 {
        right: 60%;
    }

    .col-sm-pull-2\/5 {
        right: 40%;
    }

    .col-sm-pull-1\/5 {
        right: 20%;
    }

    .col-sm-pull-0\/5 {
        right: auto;
    }

    .col-sm-push-5\/5 {
        left: 100%;
    }

    .col-sm-push-4\/5 {
        left: 80%;
    }

    .col-sm-push-3\/5 {
        left: 60%;
    }

    .col-sm-push-2\/5 {
        left: 40%;
    }

    .col-sm-push-1\/5 {
        left: 20%;
    }

    .col-sm-push-0\/5 {
        left: auto;
    }

    .col-sm-offset-5\/5 {
        margin-left: 100%;
    }

    .col-sm-offset-4\/5 {
        margin-left: 80%;
    }

    .col-sm-offset-3\/5 {
        margin-left: 60%;
    }

    .col-sm-offset-2\/5 {
        margin-left: 40%;
    }

    .col-sm-offset-1\/5 {
        margin-left: 20%;
    }

    .col-sm-offset-0\/5 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-1\/5,
    .col-md-2\/5,
    .col-md-3\/5,
    .col-md-4\/5,
    .col-md-5\/5 {
        float: left;
    }

    .col-md-5\/5 {
        width: 100%;
    }

    .col-md-4\/5 {
        width: 80%;
    }

    .col-md-3\/5 {
        width: 60%;
    }

    .col-md-2\/5 {
        width: 40%;
    }

    .col-md-1\/5 {
        width: 20%;
    }

    .col-md-pull-5\/5 {
        right: 100%;
    }

    .col-md-pull-4\/5 {
        right: 80%;
    }

    .col-md-pull-3\/5 {
        right: 60%;
    }

    .col-md-pull-2\/5 {
        right: 40%;
    }

    .col-md-pull-1\/5 {
        right: 20%;
    }

    .col-md-pull-0\/5 {
        right: auto;
    }

    .col-md-push-5\/5 {
        left: 100%;
    }

    .col-md-push-4\/5 {
        left: 80%;
    }

    .col-md-push-3\/5 {
        left: 60%;
    }

    .col-md-push-2\/5 {
        left: 40%;
    }

    .col-md-push-1\/5 {
        left: 20%;
    }

    .col-md-push-0\/5 {
        left: auto;
    }

    .col-md-offset-5\/5 {
        margin-left: 100%;
    }

    .col-md-offset-4\/5 {
        margin-left: 80%;
    }

    .col-md-offset-3\/5 {
        margin-left: 60%;
    }

    .col-md-offset-2\/5 {
        margin-left: 40%;
    }

    .col-md-offset-1\/5 {
        margin-left: 20%;
    }

    .col-md-offset-0\/5 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-1\/5,
    .col-lg-2\/5,
    .col-lg-3\/5,
    .col-lg-4\/5,
    .col-lg-5\/5 {
        float: left;
    }

    .col-lg-5\/5 {
        width: 100%;
    }

    .col-lg-4\/5 {
        width: 80%;
    }

    .col-lg-3\/5 {
        width: 60%;
    }

    .col-lg-2\/5 {
        width: 40%;
    }

    .col-lg-1\/5 {
        width: 20%;
    }

    .col-lg-pull-5\/5 {
        right: 100%;
    }

    .col-lg-pull-4\/5 {
        right: 80%;
    }

    .col-lg-pull-3\/5 {
        right: 60%;
    }

    .col-lg-pull-2\/5 {
        right: 40%;
    }

    .col-lg-pull-1\/5 {
        right: 20%;
    }

    .col-lg-pull-0\/5 {
        right: auto;
    }

    .col-lg-push-5\/5 {
        left: 100%;
    }

    .col-lg-push-4\/5 {
        left: 80%;
    }

    .col-lg-push-3\/5 {
        left: 60%;
    }

    .col-lg-push-2\/5 {
        left: 40%;
    }

    .col-lg-push-1\/5 {
        left: 20%;
    }

    .col-lg-push-0\/5 {
        left: auto;
    }

    .col-lg-offset-5\/5 {
        margin-left: 100%;
    }

    .col-lg-offset-4\/5 {
        margin-left: 80%;
    }

    .col-lg-offset-3\/5 {
        margin-left: 60%;
    }

    .col-lg-offset-2\/5 {
        margin-left: 40%;
    }

    .col-lg-offset-1\/5 {
        margin-left: 20%;
    }

    .col-lg-offset-0\/5 {
        margin-left: 0;
    }
}

.vc_visible {
    display: block;
}

/*!
   * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
.fa,
.fas,
.phone:before,
.far,
.fal,
.fad,
.fab,
.yt:before,
.ig:before,
.tw:before,
.fb:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
   * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("webfonts/fa-solid-900.eot");
    src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
.phone:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*!
   * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("webfonts/fa-brands-400.eot");
    src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab,
.yt:before,
.ig:before,
.tw:before,
.fb:before {
    font-family: "Font Awesome 5 Brands";
}

html {
    font-size: 10px;
}

html.vc_desktop {
    margin-top: 0 !important;
}

.swiper-pagination {
    display: none !important;
}

body {
    background: #fff;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-size: 3.721vw;
    font-weight: 300;
    line-height: 1.5625;
}

@media (min-width: 768px) {
    body {
        font-size: 1.067vw;
    }
}

body.error404 {
    background: #0A2569;
    color: #fff;
}

body.error404 #container {
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 20vh;
    padding-top: 30vh;
    text-align: center;
}

body.error404 #container p a {
    color: #D3E4F9;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #000;
    font-family: "Canela", sans-serif;
    font-weight: 200;
    line-height: 1.05;
    margin-bottom: 8.14vw;
}

@media (min-width: 768px) {

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        line-height: 1.01;
        margin-bottom: 2vw;
    }
}

body h1 {
    font-size: 4.8rem;
}

@media (max-width: 419px) {
    body h1 {
        font-size: 3.6rem;
    }
}

body h2 {
    font-size: 4.8rem;
}

@media (max-width: 419px) {
    body h2 {
        font-size: 3.6rem;
    }
}

body h3 {
    font-size: 3.6rem;
}

body h4 {
    font-size: 3rem;
}

body h5 {
    font-size: 2.4rem;
}

body h6 {
    font-size: 2.1rem;
}

body li {
    line-height: 1.5;
}

body strong,
body b {
    font-weight: 700;
}

body em {
    font-style: italic;
}

body a,
body button {
    color: #0A2569;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body button {
    cursor: pointer;
}

body p {
    display: block;
    margin-bottom: 2vw;
}

@media (max-width: 767px) {
    body p {
        margin-bottom: 6.977vw;
    }
}

body p:empty {
    display: none;
}

body p:last-child {
    margin-bottom: 0;
}

body img {
    border-radius: 1vw;
    cursor: default;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    width: auto;
}

@media (max-width: 767px) {
    body img {
        border-radius: 3.4884vw;
    }
}

body article.not-found {
    margin-top: 9rem;
}

@media (max-width: 1023px) {
    body article>.vc_row>.wpb_column {
        margin-bottom: 6rem;
    }

    body article>.vc_row>.wpb_column:last-child {
        margin-bottom: 0 !important;
    }
}

body article ul {
    list-style: disc;
    margin-bottom: 2vw;
    padding-left: 1.2vw;
}

@media (max-width: 767px) {
    body article ul {
        margin-bottom: 6.977vw;
        padding-left: 4.186vw;
    }
}

body article ul:last-child {
    margin-bottom: 0;
}

body article ul li {
    margin-bottom: 0.5vw;
}

@media (max-width: 767px) {
    body article ul li {
        margin-bottom: 1.744vw;
    }
}

body article ul li:last-child {
    margin-bottom: 0;
}

body article ol {
    counter-reset: li;
    list-style-type: none;
}

body article ol>li {
    list-style: none;
    position: relative;
}

body article ol>li:before {
    content: counter(li) ".";
    counter-increment: li;
    font-family: Inter;
}

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

@media (min-width: 1921px) {
    body article img {
        max-width: none;
        width: 100%;
    }
}

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

body #wrapper {
    overflow: hidden;
    position: relative;
}

body #wrapper #container #content {
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row .col {
    padding-left: 0;
    padding-right: 0;
}

.row.fill {
    background-size: cover;
}

.row.basic .wrap {
    margin-left: 12.2vw;
    max-width: 75.667vw;
    padding-bottom: 3.3333vw;
    padding-top: 3.3333vw;
}

@media (max-width: 767px) {
    .row.basic .wrap {
        margin-left: calc((100% - 85.3333333333vw) / 2);
        max-width: 85.3333333333vw;
        padding-bottom: 11.6279vw;
        padding-top: 11.6279vw;
    }
}

@media (max-width: 1023px) {
    .row.mb-90 {
        margin-bottom: 9rem !important;
    }

    .row.mb-120 {
        margin-bottom: 12rem !important;
    }
}

@media (max-width: 767px) {
    .obj-content.has-img-m .obj-figure img:not(.img-m) {
        display: none;
    }
}

@media (min-width: 768px) {
    .obj-content.has-img-m .obj-figure img.img-m {
        display: none;
    }
}

.obj-content.obj-color-primary {
    color: #0A2569;
}

.obj-content.obj-color-secondary {
    color: #C67E36;
}

.obj-content.obj-color-tertiary {
    color: #D3E4F9;
}

.obj-content.obj-color-quaternary {
    color: #FCF1E6;
}

.obj-content.obj-color-quaternary .obj-title {
    color: inherit;
}

.obj-content.obj-color-quaternary a {
    color: inherit;
}

.obj-content.obj-color-light {
    color: #fff;
}

.obj-content.obj-color-light .obj-title {
    color: inherit;
}

.obj-content.obj-case-uppercase .obj-title {
    text-transform: uppercase;
}

.obj-content.h-primary .obj-title {
    color: #0A2569;
}

.obj-content.m-auto {
    margin: auto;
}

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

.obj-content.btn-right .obj-inner .obj-box .obj-button {
    text-align: right;
}

.obj-content.indent .obj-inner .obj-box .obj-context {
    padding-left: 3.5rem;
}

@media (min-width: 768px) {
    .obj-content .obj-inner .obj-figure img:nth-of-type(2) {
        display: none;
    }
}

.obj-content .obj-inner .obj-box .obj-header .obj-title {
    font-weight: 200;
}

.obj-content .obj-inner .obj-box .obj-context h1,
.obj-content .obj-inner .obj-box .obj-context h2 {
    font-size: 4rem;
}

.obj-content .obj-inner .obj-box .obj-context h1:not(:first-child),
.obj-content .obj-inner .obj-box .obj-context h2:not(:first-child),
.obj-content .obj-inner .obj-box .obj-context h3:not(:first-child),
.obj-content .obj-inner .obj-box .obj-context h4:not(:first-child),
.obj-content .obj-inner .obj-box .obj-context h5:not(:first-child),
.obj-content .obj-inner .obj-box .obj-context h6:not(:first-child) {
    margin-top: 6rem;
}

@media (max-width: 1023px) {
    .obj-image.min-h .obj-figure {
        height: auto !important;
    }
}

.obj-image.min-h img {
    height: 100%;
}

.obj-figure {
    line-height: 0;
}

.obj-button {
    margin-top: 3.2vw;
}

.obj-button .obj-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FCF1E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Nunito", sans-serif;
    font-size: 3.721vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .obj-button .obj-link {
        font-size: 1.067vw;
    }
}

.obj-button .obj-link:hover img,
.obj-button .obj-link:hover svg {
    margin-right: 3.256vw;
}

@media (min-width: 768px) {

    .obj-button .obj-link:hover img,
    .obj-button .obj-link:hover svg {
        margin-right: 0.9335vw;
    }
}

.obj-button .obj-link img,
.obj-button .obj-link svg {
    margin-right: 6.512vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3.256vw;
}

@media (min-width: 768px) {

    .obj-button .obj-link img,
    .obj-button .obj-link svg {
        margin-right: 1.867vw;
        width: 1.6vw;
    }
}

.obj-button .obj-link.obj-textless {
    background: transparent;
    border: 0;
    margin: inherit;
    padding: 0;
}

.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.phone:before {
    content: "\f095";
}

.fb:before {
    content: "\f39e";
}

.tw:before {
    content: "\f099";
}

.ig:before {
    content: "\f16d";
}

.yt:before {
    content: "\f167";
}

html:not(.has-scroll-smooth) body.mm {
    overflow: hidden;
}

html:not(.has-scroll-smooth) #header {
    position: absolute;
    top: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

html:not(.has-scroll-smooth) #header.is-sticky {
    top: -41.077vw;
}

@media (max-width: 767px) {
    html:not(.has-scroll-smooth) #header.is-sticky {
        position: fixed;
        top: 0;
    }
}

html:not(.has-scroll-smooth) #header.is-sticky.is-visible {
    position: fixed;
    top: 0;
}

html:not(.has-scroll-smooth) #mm-container {
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: -5vw;
    width: 100%;
}

html:not(.has-scroll-smooth) #mm-container.open {
    top: 0;
}

html:not(.has-scroll-smooth) #mm-container.open #mm {
    opacity: 1;
}

body:not(.mm) .c-scrollbar:nth-of-type(1) {
    visibility: hidden;
}

body:not(.apply) .c-scrollbar:nth-of-type(3) {
    visibility: hidden;
}

body.page-id-14.mm .c-scrollbar:nth-of-type(1) {
    visibility: visible;
}

body.page-id-14.popup .c-scrollbar:nth-of-type(2) {
    visibility: hidden;
}

body.page-id-14.popup .c-scrollbar:nth-of-type(4) {
    visibility: visible;
}

body.page-id-14.apply .c-scrollbar:nth-of-type(1) {
    visibility: hidden;
}

body.page-id-14.apply .c-scrollbar:nth-of-type(3) {
    visibility: visible;
}

body.page-id-14 .c-scrollbar:nth-of-type(1),
body.page-id-14 .c-scrollbar:nth-of-type(3),
body.page-id-14 .c-scrollbar:nth-of-type(4) {
    visibility: hidden;
}

body.mm .c-scrollbar:nth-of-type(2) {
    visibility: hidden;
}

body.mm #header {
    -webkit-transition: background 0.5s ease-in-out, top 0.2s ease-in-out, padding-top 0.2s ease;
    transition: background 0.5s ease-in-out, top 0.2s ease-in-out, padding-top 0.2s ease;
}

body.mm #header .inner #apply-now:hover {
    background: #fff;
    border-color: #fff;
    color: #0A2569;
}

body.mm #header .inner #apply-now:hover img {
    -webkit-filter: none;
    filter: none;
}

@media (max-width: 767px) {
    body.mm #header .inner #logo {
        margin-right: auto;
        opacity: 0;
    }

    body.mm #header .inner #logo .logo {
        -webkit-transition: none;
        transition: none;
        width: 55.721vw;
    }
}

body.apply .c-scrollbar:nth-of-type(2) {
    visibility: hidden;
}

body.green.mm #header .inner #apply-now:hover {
    background: #fff;
    border-color: #fff;
    color: #022319;
}

@media (max-width: 767px) {
    body.green #mm-container {
        background: #022319 !important;
    }
}

body.green #header.is-sticky {
    background: #022319 !important;
}

body.green #header.is-sticky .inner #apply-now:hover {
    background: #fff;
    border-color: #fff;
    color: #022319;
}

body.green #header.is-sticky .inner #menu-button:hover .menu-text {
    color: #FCF1E6;
}

body.green #header.is-sticky .inner #menu-button:hover .menu-icon span {
    border-color: #FCF1E6;
}

body.green #header .inner #apply-now:hover {
    background: #022319;
    border-color: #022319;
}

body.green #header .inner #h-menu {
    background: #022319;
}

body.green #header .inner #h-menu .apply-now {
    color: #022319;
}

body.green #header .inner #menu-button:hover .menu-text {
    color: #022319;
}

body.green #header .inner #menu-button:hover .menu-icon span {
    border-color: #022319;
}

body.green .section-23.apply .obj-content .obj-button .obj-link:hover {
    color: #022319;
}

body.green .section-23.apply .obj-content .obj-button .obj-link:hover svg path {
    stroke: #022319;
}

body.green #apply {
    background: #022319;
}

body.green #mm {
    background: #022319;
    border-top-color: #022319;
}

body.green .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    color: #022319;
}

body.dark-blue.mm #header .inner #apply-now:hover {
    background: #fff;
    border-color: #fff;
    color: #061437;
}

@media (max-width: 767px) {
    body.dark-blue #mm-container {
        background: #061437;
    }
}

body.dark-blue #header.is-sticky {
    background: #061437 !important;
}

body.dark-blue #header.is-sticky .inner #apply-now:hover {
    background: #fff;
    border-color: #fff;
    color: #061437;
}

body.dark-blue #header.is-sticky .inner #menu-button:hover .menu-text {
    color: #FCF1E6;
}

body.dark-blue #header.is-sticky .inner #menu-button:hover .menu-icon span {
    border-color: #FCF1E6;
}

body.dark-blue #header .inner #apply-now:hover {
    background: #061437;
    border-color: #061437;
}

body.dark-blue #header .inner #h-menu {
    background: #061437;
}

body.dark-blue #header .inner #h-menu .apply-now {
    color: #061437;
}

body.dark-blue #header .inner #menu-button:hover .menu-text {
    color: #061437;
}

body.dark-blue #header .inner #menu-button:hover .menu-icon span {
    border-color: #061437;
}

body.dark-blue .section-23.apply .obj-content .obj-button .obj-link:hover {
    color: #061437;
}

body.dark-blue .section-23.apply .obj-content .obj-button .obj-link:hover svg path {
    stroke: #061437;
}

body.dark-blue #apply {
    background: #061437;
}

body.dark-blue #mm {
    background: #061437;
    border-top-color: #061437;
}

body.dark-blue .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    color: #061437;
}

#sticky {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

#header {
    left: 0;
    padding-top: 8.6047vw;
    position: absolute;
    top: -41.077vw;
    -webkit-transition: background 0.5s ease-in-out, top 0.2s ease-in-out, padding-top 0.2s ease;
    transition: background 0.5s ease-in-out, top 0.2s ease-in-out, padding-top 0.2s ease;
    width: 100%;
    z-index: 100;
}

@media (min-width: 768px) {
    #header {
        padding-top: 3.3333333333vw;
        top: -11vw;
    }
}

#header.is-sticky {
    background: #0A2569;
    padding-top: 4vw;
    -webkit-transition: background 0.375s ease-in-out, top 0.5s ease-in-out, padding-top 0.5s ease;
    transition: background 0.375s ease-in-out, top 0.5s ease-in-out, padding-top 0.5s ease;
}

@media (min-width: 768px) {
    #header.is-sticky {
        padding-top: 1.533vw;
    }

    #header.is-sticky .inner #logo .logo {
        width: 16.267vw;
    }
}

#header.is-sticky .inner #apply-now:hover {
    background: #fff;
    color: #0A2569;
}

#header.is-sticky .inner #apply-now:hover img {
    -webkit-filter: none;
    filter: none;
}

#header.is-sticky .inner #menu-button:hover .menu-text {
    color: #FCF1E6;
}

#header.is-sticky .inner #menu-button:hover .menu-icon span {
    border-color: #FCF1E6;
}

#header.is-visible {
    top: 0;
}

#header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1.2vw;
    position: relative;
    width: 85.3333333333vw;
    z-index: 2;
}

@media (max-width: 767px) {
    #header .inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 3vw;
    }
}

@media (max-width: 767px) {
    #header .inner #h-menu {
        display: none;
    }
}

#header .inner #apply-now,
#header .inner #menu-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .inner #apply-now {
    display: none;
}

@media (min-width: 768px) {
    #header .inner #apply-now {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        border: 0.1rem solid #fff;
        border-radius: 3.2vw;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.6666666667vw;
        height: 3.2666666667vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        letter-spacing: 0.1em;
        padding: 0.8vw 1.6vw;
        text-transform: uppercase;
        width: 11.6vw;
    }

    #header .inner #apply-now:hover {
        background: #0A2569;
        border-color: #0A2569;
    }

    #header .inner #apply-now span {
        font-size: 0.8vw;
    }

    #header .inner #apply-now img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 1.2vw;
    }
}

#header .inner #logo .logo {
    display: block;
    line-height: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 55.721vw;
}

@media (min-width: 768px) {
    #header .inner #logo .logo {
        width: 21.2vw;
    }
}

#header .inner #logo .logo img {
    width: 100%;
}

#header .inner #menu-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8vw;
    gap: 1.5333333333vw;
    letter-spacing: 0.1em;
    margin-right: 0.933vw;
    padding: 0;
    right: 0;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

#header .inner #menu-button:hover .menu-text {
    color: #0A2569;
}

#header .inner #menu-button:hover .menu-icon span {
    border-color: #0A2569;
}

#header .inner #menu-button.open {
    opacity: 0;
    pointer-events: none;
}

#header .inner #menu-button .menu-text {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    #header .inner #menu-button .menu-text {
        display: block;
    }
}

#header .inner #menu-button .menu-icon span {
    background: #fff;
    display: block;
    height: 0.1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 10.698vw;
}

@media (min-width: 768px) {
    #header .inner #menu-button .menu-icon span {
        background: transparent;
        border: 0.1rem solid #fff;
        height: 0;
        width: 3.0666666667vw;
    }
}

#header .inner #menu-button .menu-icon span:last-child {
    margin-top: 1.86vw;
}

@media (min-width: 768px) {
    #header .inner #menu-button .menu-icon span:last-child {
        margin-top: 0.5333333333vw;
    }
}

#header .inner #menu-close {
    background: transparent;
    border: 0;
    height: 2.933vw;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: -2.933vw;
    top: -0.667vw;
    -webkit-transition: none;
    transition: none;
    width: 2.933vw;
}

@media (max-width: 767px) {
    #header .inner #menu-close {
        height: 9.302vw;
        margin-top: -4.651vw;
        right: 0;
        top: 50%;
        width: 9.302vw;
    }
}

#header .inner #menu-close:hover svg path {
    stroke: #0A2569;
}

#header .inner #menu-close:hover svg circle {
    fill-opacity: 1;
}

#header .inner #menu-close.open {
    opacity: 1;
    pointer-events: auto;
}

#header .inner #menu-close svg {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#header .inner #menu-close svg circle {
    fill: #fff;
    fill-opacity: 0;
}

#header .inner #menu-close svg path,
#header .inner #menu-close svg circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mm-container {
    opacity: 0;
    pointer-events: none;
    position: relative;
    top: -5vw;
    -webkit-transition: none;
    transition: none;
    z-index: 99;
}

@media (max-width: 767px) {
    #mm-container {
        background: #0A2569;
        -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    }
}

/* #mm-container.open {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  } */

#mm-container.open #mm {
    pointer-events: auto !important;
}

@media (max-width: 767px) {
    #mm-container.open #mm {
        border-top: 0;
        padding-top: 18.6047vw;
    }
}

#mm {
    background: #0A2569;
    border-top: 10.8666666667vw solid #0A2569;
    left: 0;
    opacity: 0;
    padding-bottom: 6.6666666667vw;
    pointer-events: none !important;
    position: absolute;
    padding-top: 6vw;
    top: 0;
    width: 100vw;
    z-index: 99;
}

@media (max-width: 767px) {
    #mm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        padding-bottom: 0;
        position: relative;
    }

    #mm .menu-header-container {
        margin-bottom: 4.30235vw;
    }
}

#mm .apply-now {
    background: #E8C098;
    border: 0;
    bottom: 0;
    color: #0A2569;
    font-size: 3.256vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    left: 0;
    margin-top: auto;
    position: relative;
    height: 17.442vw;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 768px) {
    #mm .apply-now {
        display: none;
    }
}

#mm .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85.3333333333vw;
}

@media (max-width: 767px) {
    #mm .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0;
        width: 91.395vw;
    }
}

@media (max-width: 767px) {
    #mm .menu .menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        width: 100%;
    }

    #mm .menu .menu-item:last-child {
        border-bottom: 0;
    }

    #mm .menu .menu-item>a {
        padding-right: 12.791vw;
    }

    #mm .menu .menu-item .sub-menu .menu-item {
        border-bottom: 0;
        margin-bottom: 4.651vw;
        white-space: pre;
        width: 50%;
    }

    #mm .menu .menu-item .sub-menu .menu-item:nth-child(even) {
        padding-left: 3vw;
    }
}

@media screen and (max-width: 767px) and (min-height: 668px) {
    #mm .menu .menu-item .sub-menu .menu-item {
        margin-bottom: 6.977vw;
    }
}

#mm .menu .menu-item.pointer-none>a {
    cursor: default;
    pointer-events: none;
}

#mm .menu .menu-item.menu-locations {
    margin-top: 1.6666666667vw;
}

@media (max-width: 767px) {
    #mm .menu .menu-item.menu-locations {
        margin-top: 0;
    }
}

#mm .menu .menu-item .menu__item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.6666666667vw;
    position: relative;
}

@media (max-width: 767px) {
    #mm .menu .menu-item .menu__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
}

#mm .menu .menu-item .menu__item:hover .menu__item-text .menu__item-textinner {
    mix-blend-mode: difference;
}

#mm .menu .menu-item .menu__item .menu__item-text {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

#mm .menu .menu-item .menu__item .menu__item-text .menu__item-textinner {
    display: block;
    font-family: "Canela", sans-serif, serif;
    font-size: 2.51vw;
    font-weight: 200;
    line-height: 7.4666666667vw;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #mm .menu .menu-item .menu__item .menu__item-text .menu__item-textinner {
        font-size: 3.721vw;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) and (min-height: 668px) {
    #mm .menu .menu-item .menu__item .menu__item-text .menu__item-textinner {
        font-size: 4.651vw;
    }
}

#mm .menu .menu-item .menu__item .hover-reveal {
    display: none;
}

@media (any-pointer: fine) {
    #mm .menu .menu-item .menu__item .hover-reveal {
        display: block;
    }
}

@media (min-width: 768px) {
    #mm .menu .menu-item .menu__item .hover-reveal {
        position: absolute;
        z-index: -1;
        width: 15.2666666667vw;
        height: 18.4666666667vw;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
    }

    #mm .menu .menu-item .menu__item .hover-reveal .hover-reveal__inner {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mm .menu .menu-item .menu__item .hover-reveal .hover-reveal__inner .hover-reveal__img {
        background-size: cover;
        background-position: 50% 50%;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}

#mm .menu .menu-item .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4vw;
}

@media (max-width: 767px) {
    #mm .menu .menu-item .sub-menu {
        margin-top: 1vw;
    }
}

#mm .menu .menu-item .sub-menu .menu__item {
    padding: 0 2.6666666667vw;
}

@media (max-width: 767px) {
    #mm .menu .menu-item .sub-menu .menu__item {
        padding: 0;
    }
}

#mm .menu .menu-item .sub-menu .menu__item .menu__item-text .menu__item-textinner {
    font-family: "Nunito", sans-serif;
    font-size: 1.333vw;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 767px) {
    #mm .menu .menu-item .sub-menu .menu__item .menu__item-text .menu__item-textinner {
        font-size: 2.791vw;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    body.mm #h-menu {
        opacity: 1;
        pointer-events: auto;
        top: -3.3333333333vw;
    }

    body .is-sticky {
        background: #0A2569 !important;
    }

    body .is-sticky #h-menu {
        top: -1.533vw;
    }

    body .inner #menu-close {
        z-index: 99;
    }
}

/* @media (min-width: 768px) and (min-width: 768px) {
    body #mm-container {
      display: none !important;
    }
  } */

@media (min-width: 768px) {
    body #h-menu {
        background: #0A2569;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        padding-left: 2.5333vw;
        padding-top: 5.3333vw;
        position: absolute;
        right: -7.3333333333vw;
        top: -8.3333333333vw;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 28.6667vw;
    }

    body #h-menu .menu .menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    body #h-menu .menu .menu-item.menu-locations {
        border-bottom: 0;
    }

    body #h-menu .menu .menu-item.menu-locations>a {
        cursor: default;
        pointer-events: none;
    }

    body #h-menu .menu .menu-item.menu-locations .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -0.6667vw;
    }

    body #h-menu .menu .menu-item.menu-locations .sub-menu .menu-item {
        border-bottom: 0;
        width: 50%;
    }

    body #h-menu .menu .menu-item.menu-locations .sub-menu .menu-item:nth-child(even) {
        padding-left: 0.86vw;
    }

    body #h-menu .menu .menu-item.menu-locations .sub-menu .menu-item a {
        font-family: "Nunito", sans-serif;
        font-size: 0.8vw;
        letter-spacing: 0.1em;
        line-height: 2.5;
    }

    body #h-menu .menu .menu-item a {
        color: #fff;
        display: block;
        font-family: "Canela", sans-serif;
        font-size: 1.067vw;
        font-weight: 200;
        line-height: 3;
        text-transform: uppercase;
    }

    body #h-menu .menu .menu-item a:hover {
        opacity: 0.8;
    }

    body #h-menu .apply-now {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #E8C098;
        border: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.8vw;
        height: 5vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        letter-spacing: 0.1em;
        position: absolute;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    body #h-menu .apply-now:hover {
        background: #C67E36;
    }
}

#footer {
    background: #0A2569;
    color: #fff;
}

#footer.green {
    background: #022319;
}

#footer.green .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    color: #022319;
}

#footer.dark-blue {
    background: #061437;
}

#footer.dark-blue .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    color: #061437;
}

#footer .inner {
    margin: 0 auto;
    max-width: 76vw;
}

@media (max-width: 767px) {
    #footer .inner {
        max-width: 83.256vw;
    }
}

#footer .inner .row {
    padding-bottom: 8vw;
    padding-top: 6.6667vw;
}

@media (max-width: 767px) {
    #footer .inner .row.v2 {
        padding-bottom: 11.6279vw;
        padding-top: 11.6279vw;
    }
}

#footer .obj-menu {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
    margin-bottom: 3vw;
    padding-bottom: 3.333vw;
    padding-top: 6vw;
}

@media (max-width: 767px) {
    #footer .obj-menu {
        margin-bottom: 5.814vw;
        padding-bottom: 11.628vw;
        padding-top: 15.581vw;
    }
}

#footer .obj-menu .obj-inner {
    min-height: 11.533vw;
}

#footer .obj-menu .obj-inner .menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 52vw;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu {
        width: 100%;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2vw;
    width: 33.33%;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 9.302vw;
        text-align: center;
        width: 100%;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item:nth-child(3n+3) {
    text-align: left;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(3n+3) {
        text-align: center;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item:nth-child(3n+3) .menu-link {
    margin-left: auto;
    width: 8.133vw;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(3n+3) .menu-link {
        margin-left: 0;
        width: 100%;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-blank {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item.menu-blank {
        display: none;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-apply a {
    cursor: pointer;
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-locations {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 100%;
    margin-bottom: 0;
    margin-left: 11.4vw;
    position: absolute;
    top: 0;
    width: 11.533vw;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations {
        left: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-locations>a {
    cursor: pointer;
    margin-bottom: 1.6vw;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations>a {
        margin-bottom: 4.651vw;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-locations .menu-item {
    margin-bottom: 0.6vw;
    width: 100%;
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-locations .menu-item:last-child {
    margin-bottom: 0;
}

#footer .obj-menu .obj-inner .menu .menu-item.menu-locations .menu-item .menu-link {
    font-family: "Nunito", sans-serif;
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    line-height: 2.083;
    margin-left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations .sub-menu {
        width: 100%;
    }

    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations .sub-menu .menu-item {
        margin-bottom: 3.953vw;
    }

    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations .sub-menu .menu-item:last-child {
        margin-bottom: 0;
    }

    #footer .obj-menu .obj-inner .menu .menu-item.menu-locations .sub-menu .menu-item .menu-link {
        font-size: 2.791vw;
        font-weight: 400;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(3) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(7) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(9) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(10) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(11) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(12) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(13) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
}

#footer .obj-menu .obj-inner .menu .menu-item a {
    color: inherit;
    display: block;
    font-family: "Canela", sans-serif;
    font-size: 1.467vw;
    font-weight: 200;
    line-height: 1;
    text-transform: uppercase;
}

#footer .obj-menu .obj-inner .menu .menu-item a:hover {
    color: #D3E4F9;
}

@media (max-width: 767px) {
    #footer .obj-menu .obj-inner .menu .menu-item a {
        font-size: 5.116vw;
    }
}

#footer .obj-content .obj-title {
    font-family: "Nunito", sans-serif;
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-title br {
        display: none;
    }
}

#footer .obj-content .obj-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer .obj-content .obj-context hr {
    display: none;
}

#footer .obj-content .obj-context ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer .obj-content .obj-context ul:first-of-type {
    margin-right: 6.2vw;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:first-of-type {
        margin-right: 0;
    }
}

#footer .obj-content .obj-context ul:first-of-type li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    margin-right: 4.4vw;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:first-of-type li {
        font-size: 2.791vw;
        margin-bottom: 5.814vw;
        margin-right: 0;
        text-align: center;
    }

    #footer .obj-content .obj-context ul:first-of-type li:not(:first-child) {
        width: 100%;
    }
}

#footer .obj-content .obj-context ul:first-of-type li:first-child {
    margin-right: 16.667vw;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:first-of-type li:first-child {
        margin-right: 0;
    }
}

#footer .obj-content .obj-context ul:first-of-type li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:first-of-type li:last-child {
        margin-bottom: 4.651vw;
    }
}

#footer .obj-content .obj-context ul:first-of-type li a {
    color: inherit;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}

#footer .obj-content .obj-context ul:first-of-type li a:hover {
    color: #fff;
}

#footer .obj-content .obj-context ul:nth-of-type(2) {
    margin: 0 -0.533vw;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:nth-of-type(2) {
        margin: 0 -1.86vw;
    }
}

#footer .obj-content .obj-context ul:nth-of-type(2) li {
    font-weight: 400;
    padding: 0 0.533vw;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:nth-of-type(2) li {
        padding: 0 1.86vw;
    }
}

#footer .obj-content .obj-context ul:nth-of-type(2) li a {
    font-size: 1.2vw;
}

@media (max-width: 767px) {
    #footer .obj-content .obj-context ul:nth-of-type(2) li a {
        font-size: 4.186vw;
    }
}

#footer .obj-content .obj-context ul:nth-of-type(2) li a strong {
    display: none;
}

#footer .obj-content .obj-context ul li a {
    color: inherit;
}

#footer .v2 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .v2 .obj-content:first-child {
    margin-right: 17vw;
}

@media (max-width: 767px) {
    #footer .v2 .obj-content:first-child {
        margin-bottom: 4.186vw;
        margin-right: 0;
        width: 100%;
    }
}

#footer .v2 .obj-content .obj-title {
    font-family: "Canela", sans-serif;
    font-size: 4.4vw;
    font-weight: 200;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
}

@media (max-width: 767px) {
    #footer .v2 .obj-content .obj-title {
        font-size: 7.442vw;
    }
}

#footer .v2 .obj-menu {
    width: 100%;
}

.cursor {
    display: none;
    opacity: 0;
    width: 9.333vw;
}

.cursor img {
    width: 100%;
}

section:not(:first-of-type) .obj-content.is-inview .obj-box .obj-header,
section:not(:first-of-type) .obj-content.is-inview .obj-box .obj-context,
section:not(:first-of-type) .obj-content.is-inview .obj-box .obj-button {
    -webkit-animation: maskAnimation 1.5s ease-in-out forwards;
    animation: maskAnimation 1.5s ease-in-out forwards;
}

section:not(:first-of-type) .obj-content .obj-box .obj-header,
section:not(:first-of-type) .obj-content .obj-box .obj-context,
section:not(:first-of-type) .obj-content .obj-box .obj-button {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
    -webkit-mask-size: 5000%;
    mask-size: 5000%;
}

section:not(:first-of-type) .obj-details,
section:not(:first-of-type) .obj-location-headings,
section:not(:first-of-type) .obj-location-contents .obj-context,
section:not(:first-of-type) .obj-faq-item,
section:not(:first-of-type) .obj-menu {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
    -webkit-mask-size: 5000%;
    mask-size: 5000%;
}

section:not(:first-of-type) .obj-details.is-inview,
section:not(:first-of-type) .obj-location-headings.is-inview,
section:not(:first-of-type) .obj-location-contents .obj-context.is-inview,
section:not(:first-of-type) .obj-faq-item.is-inview,
section:not(:first-of-type) .obj-menu.is-inview {
    -webkit-animation: maskAnimation 1.5s ease-in-out forwards;
    animation: maskAnimation 1.5s ease-in-out forwards;
}

section:not(:first-of-type) .vc_tta-panel:not(:first-of-type) .obj-content .obj-box .obj-header,
section:not(:first-of-type) .vc_tta-panel:not(:first-of-type) .obj-content .obj-box .obj-context,
section:not(:first-of-type) .vc_tta-panel:not(:first-of-type) .obj-content .obj-box .obj-button {
    -webkit-mask-position: right;
    mask-position: right;
}

@-webkit-keyframes maskAnimation {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    100% {
        -webkit-mask-position: right;
        mask-position: right;
    }
}

@keyframes maskAnimation {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    100% {
        -webkit-mask-position: right;
        mask-position: right;
    }
}

.splitting {
    overflow: hidden;
}

.splitting.words:not(.chars) .word {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.splitting .word {
    white-space: pre;
}

@media (any-pointer: fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

    .cursor.hidden {
        opacity: 0;
    }

    .cursor.hidden img {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    .cursor.cursor-drag,
    .cursor.cursor-drag-2 {
        top: -1vw;
    }

    .cursor img {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -webkit-transform: translateZ(0);
    transform: translateZ(0); */
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
    -webkit-perspective: 0.1rem;
    perspective: 0.1rem;
}

.has-scroll-smooth [data-scroll-sticky] {
    -webkit-perspective: 0.1rem;
    perspective: 0.1rem;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-figure img {
    border-radius: 0;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
    left: 0;
    padding-left: 7.867vw;
    padding-top: 17.333vw;
    position: absolute;
    top: 0;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-header .obj-title {
    font-size: 5.067vw;
    margin-bottom: 2.333vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-header .obj-title span.highlight {
    margin-left: 4.8vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context {
    font-size: 1.733vw;
    line-height: 1.231;
    margin-left: 6.467vw;
    max-width: 33vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 80.05vw;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li {
    margin-right: 1vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li:last-child {
    margin-bottom: 0;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3.6667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8.2667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    width: 5.3333vw;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li a:hover {
    opacity: 0.8;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li a img {
    border-radius: 0;
    opacity: 0.75;
    width: 75%;
}

#banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-button {
    display: none;
}

#banner .obj-slider .obj-inner .swiper-pagination {
    bottom: 6.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 14.333vw;
    margin: 0 -0.433vw;
}

#banner .obj-slider .obj-inner .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
    border: 0;
    border-radius: 0;
    height: 0.1rem;
    margin: 0 0.433vw;
    opacity: 1;
    width: 2.116vw;
}

#banner .obj-slider .obj-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

#banner .obj-slider .obj-inner .swiper-buttons {
    display: none;
}

.banner.team .obj-content .obj-box .obj-context {
    max-width: 29.667vw;
}

.banner.career .obj-content .obj-box .obj-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner.career .obj-content .obj-box .obj-title span {
    background: #fff;
    color: transparent;
    display: block;
    height: 0.1rem;
    margin-left: 3.6vw;
    margin-top: -0.9vw;
    width: 32.6vw;
}

.banner.location .obj-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner.location .obj-content .obj-figure {
    display: none;
}

.banner.location .obj-content .obj-box {
    padding-left: 0;
    padding-top: 25.467vw;
    text-align: center;
}

.banner.location .bg-video {
    background: #000;
    cursor: default;
    padding-top: 56.25%;
    pointer-events: none;
    position: relative;
}

.banner.location .bg-video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.banner.blog .obj-content .obj-box .obj-context {
    margin-left: 7vw;
    max-width: 29.2667vw;
}

.banner.blog-post .obj-content .obj-box {
    max-width: 64.6vw;
}

.banner.blog-post .obj-content .obj-box .obj-title {
    font-size: 4.5333vw;
}

.banner.blog-post .obj-content .obj-box .obj-title span.highlight {
    display: block;
    margin-left: 0;
    position: relative;
}

.banner.blog-post .obj-content .obj-box .obj-title span.highlight:after {
    background: #fff;
    content: "";
    height: 0.1rem;
    left: 0;
    margin-top: -0.05rem;
    position: absolute;
    top: 50%;
    width: 100%;
}

.banner.contact .obj-content .obj-box .obj-title span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.banner.contact .obj-content .obj-box .obj-title span:before {
    background: #fff;
    content: "";
    height: 0.1rem;
    margin-left: 0.733vw;
    margin-right: 1.8vw;
    width: 7.6vw;
}

.banner.contact .obj-content .obj-box .obj-context {
    margin-left: 11.067vw;
    max-width: 35.133vw;
}

.banner.psilocybin .obj-content .obj-box {
    background: rgba(0, 0, 0, 0.2);
}

.banner.psilocybin .obj-content .obj-box .obj-context {
    margin-left: 6.467vw;
    max-width: 29.5vw;
}

.banner .obj-content {
    position: relative;
}

.banner .obj-content .obj-figure {
    height: 50.933vw;
}

.banner .obj-content .obj-figure img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.banner .obj-content .obj-box {
    bottom: 0;
    left: 0;
    padding-left: 7.867vw;
    padding-top: 22.2vw;
    position: absolute;
    right: 0;
    top: 0;
}

.banner .obj-content .obj-box .obj-title {
    font-size: 5.067vw;
    word-spacing: 0.25em;
}

.banner .obj-content .obj-box .obj-title span {
    margin-left: 0.75vw;
}

.banner .obj-content .obj-box .obj-context {
    font-size: 1.733vw;
    line-height: 1.2308;
    margin-left: 4.333vw;
    max-width: 37.933vw;
}

.section-2 .wrap {
    padding-left: 7.867vw;
}

.section-2 .obj-image.id-1916,
.section-2 .obj-image.id-1920 {
    position: absolute;
    right: 0.2vw;
    top: 0.3vw;
    width: 47.5vw;
}

.section-2 .obj-content .obj-figure {
    position: absolute;
    right: 16.133vw;
    top: 7.267vw;
    width: 24.2vw;
}

.section-2 .obj-content .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 2.5333vw;
    word-spacing: 0.25em;
}

.section-2 .obj-content .obj-title .highlight {
    color: #C67E36;
}

.section-2 .obj-content .obj-title .highlight:last-of-type {
    bottom: 0.8vw;
    font-size: 2.6vw;
    margin-left: 0;
    position: relative;
}

.section-2 .obj-content .obj-context {
    font-size: 1.2vw;
    margin-left: 13vw;
    max-width: 28.98vw;
}

.section-3 {
    position: relative;
}

.section-3 .wrap {
    padding-left: 7.867vw;
    padding-right: 7.867vw;
    position: relative;
}

.section-3 .wrap .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 3.3333vw;
    padding-top: 3.3333vw;
    position: relative;
    width: 100%;
    z-index: 2;
}

.section-3 .wrap .inner-row:before,
.section-3 .wrap .inner-row:after {
    content: none;
}

.section-3 .wrap .inner-row .inner-col {
    padding: 0;
    width: auto;
}

.section-3 .wrap .inner-row .obj-content.star .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-3 .wrap .inner-row .obj-content.star .obj-figure {
    opacity: 0;
    visibility: hidden;
    margin-left: 2.067vw;
    margin-right: 2.067vw;
    margin-top: -1vw;
    width: 2vw;
}

.section-3 .wrap .inner-row .obj-content .obj-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 4.4vw;
    margin-bottom: 0;
}

.section-3 .wrap .inner-row .obj-content .obj-title small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Nunito", sans-serif;
    font-size: 1.333vw;
    line-height: 1.25;
    margin-left: 1.6vw;
}

.section-3 .wrap .inner-row .obj-content .obj-title small .highlight {
    color: #E8C098;
    display: block;
    font-size: 2.6vw;
    margin: 0 0 0 2.067vw;
}

.section-3 .wrap .slider-title {
    margin-bottom: 2.667vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 46vw;
    z-index: 2;
}

.section-3 .wrap .slider-title .obj-title {
    font-family: "Canela", sans-serif;
    font-style: italic;
    font-size: 2.6667vw;
    line-height: 1.375;
    margin-bottom: 0;
}

.section-3 .wrap .obj-slider {
    padding-bottom: 3.3333vw;
}

.section-3 .wrap .obj-slider .obj-content .obj-inner {
    background: #0A2569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-3 .wrap .obj-slider .obj-figure {
    height: 35.2667vw;
    position: relative;
    width: 52.8vw;
}

.section-3 .wrap .obj-slider .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-3 .wrap .obj-slider .half-pt .obj-box {
    padding-top: 1.8vw;
}

.section-3 .wrap .obj-slider .obj-box {
    padding-top: 3.6vw;
}

.section-3 .wrap .obj-slider .obj-title {
    color: #FCF1E6;
    font-size: 3.8667vw;
    max-width: 28.7vw;
}

.section-3 .wrap .obj-slider .obj-context {
    color: #fff;
    line-height: 1.5625;
    max-width: 24.94vw;
}

.section-3 .wrap .swiper-pagination {
    bottom: 4.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0 -0.433vw;
}

.section-3 .wrap .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
    border: 0;
    border-radius: 0;
    height: 0.1rem;
    margin: 0 0.433vw;
    opacity: 1;
    width: 2vw;
}

.section-3 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

.section-3 .wrap .swiper-buttons {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.1333vw;
    left: 0;
    position: absolute;
    width: 10.0667vw;
    z-index: 2;
}

.section-3 .wrap .swiper-buttons .swiper-button {
    background: #fff;
    border-radius: 2.5333vw;
    height: 2.1333vw;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 4.4vw;
}

.section-3 .wrap .swiper-buttons .swiper-button:hover {
    background: #FCF1E6;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
    left: 0;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
    right: 0;
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    display: block;
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-3 .wrap .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-3.v2 .wrap:before {
    background: #061437;
}

.section-3.v2 .wrap:after {
    background: #FCF1E6;
}

.section-3.v2 .wrap .obj-content.sun {
    margin-left: 15.333vw;
    padding-top: 8vw;
    position: relative;
    z-index: 1;
}

.section-3.v2 .wrap .obj-content.sun .obj-figure {
    left: 35.333vw;
    position: absolute;
    top: 14.6vw;
    width: 2vw;
}

.section-3.v2 .wrap .obj-content.sun .obj-figure img {
    width: 100%;
}

.section-3.v2 .wrap .obj-content.sun .obj-header .obj-title {
    color: inherit;
    font-size: 5.067vw;
    margin-bottom: 5.067vw;
}

.section-3.v2 .wrap .obj-content.sun .obj-header .obj-title .highlight {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-3.v2 .wrap .obj-content.sun .obj-header .obj-title .highlight:before {
    background: #FCF1E6;
    content: "";
    height: 0.1rem;
    margin-right: 1.8vw;
    width: 5.733vw;
}

.section-3.v2 .wrap .obj-slider .obj-content .obj-inner {
    background: #061437;
}

.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header .obj-title {
    font-size: 2.6667vw;
}

.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    max-width: 31.933vw;
}

.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button {
    margin-top: 2.667vw;
}

.section-3.v2 .wrap .swiper-buttons .swiper-button:hover {
    background: #061437;
}

.section-3.v3 .wrap:before {
    background: #022319;
}

.section-3.v3 .wrap:after {
    background: #DEF0E4;
}

.section-3.v3 .wrap .obj-content.sun .obj-figure {
    left: 41.333vw;
    top: 9.4vw;
}

.section-3.v3 .wrap .obj-content.sun .obj-header .obj-title .highlight:before {
    margin-left: 2.6vw;
    margin-right: 4.667vw;
    width: 25.667vw;
}

.section-3.v3 .wrap .obj-slider .obj-content .obj-inner {
    background: #022319;
}

.section-3.v3 .wrap .obj-slider .obj-content .obj-inner .obj-title {
    max-width: 24.3vw;
}

.section-3.v3 .wrap .swiper-buttons .swiper-button:hover {
    background: #022319;
}

.section-3.v3 .wrap .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v5.svg");
}

.section-3.v3 .wrap .swiper-buttons .swiper-button.swiper-button-prev:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-3.v3 .wrap .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: none;
    transform: none;
}

.section-3.location.reverse .wrap:before {
    background: #022319;
}

.section-3.location.reverse .wrap:after {
    background: #FCF1E6;
    left: inherit;
    right: 0;
}

.section-3.location.reverse .wrap .obj-content.heading .obj-title {
    color: #fff;
    font-size: 2.6667vw;
    margin-bottom: 3.3333vw;
}

.section-3.location.reverse .wrap .obj-content.heading .obj-context ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.section-3.location.reverse .wrap .obj-content.heading .obj-context ul li {
    color: #FCF1E6;
    font-size: 0.8vw;
    padding: 0 1.5vw;
    text-align: center;
}

.section-3.location.reverse .wrap .obj-content.heading .obj-context ul li img {
    display: block;
    margin: 0 auto 1.333vw;
    width: 2.333vw;
}

.section-3.location.reverse .wrap .obj-images {
    margin-bottom: 3.3333vw;
}

.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1.667vw;
    text-align: center;
    width: auto;
}

.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide img {
    height: 2.333vw;
    margin-bottom: 1.333vw;
    width: 2.333vw;
}

.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide span {
    color: #FCF1E6;
    display: block;
    font-size: 0.8vw;
    letter-spacing: 0.05em;
    white-space: pre;
}

.section-3.location.reverse .wrap .obj-slider {
    padding-left: 0;
}

.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner {
    background: #022319;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-figure {
    left: 0;
    right: inherit;
}

.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-box {
    margin-left: auto;
    padding-top: 0;
    width: 28.5333vw;
}

.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header .obj-title {
    color: #fff;
    margin-bottom: 1.6vw;
}

.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    color: #FCF1E6;
}

.section-3.location.reverse .wrap .obj-slider .swiper-pagination,
.section-3.location.reverse .wrap .obj-slider .swiper-buttons {
    left: 55.8vw;
}

.section-3.location.reverse .wrap .obj-slider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
}

.section-3.location.reverse .wrap .obj-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

.section-3.location .wrap:before {
    background: #DEF0E4;
}

.section-3.location .wrap:after {
    background: #022319;
}

.section-3.location .wrap .obj-content.heading {
    margin-top: 3.3333vw;
    position: relative;
    z-index: 1;
}

.section-3.location .wrap .obj-content.heading .obj-title {
    color: #2B583A;
    font-size: 2.4vw;
    font-weight: 300;
    margin-bottom: 3.3333vw;
    text-align: center;
}

.section-3.location .wrap .inner-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 8.4vw;
    max-width: 64.6667vw;
    padding-left: 0;
    padding-top: 0;
}

.section-3.location .wrap .inner-row .inner-col:nth-child(2) {
    padding-left: 7.533vw;
}

.section-3.location .wrap .inner-row .inner-col:nth-child(2) .obj-content .obj-title small {
    margin-left: 2.067vw;
}

.section-3.location .wrap .inner-row .inner-col:nth-child(2) .obj-content .obj-title small span.highlight {
    display: none;
}

.section-3.location .wrap .inner-row .obj-content .obj-title {
    color: #2B583A;
    font-size: 4.4vw;
}

.section-3.location .wrap .inner-row .obj-content .obj-title small {
    margin-bottom: 1vw;
    margin-left: 4vw;
    width: 18.4vw;
}

.section-3.location .wrap .inner-row .obj-content .obj-title small span.highlight {
    bottom: 1vw;
    color: #C67E36;
    margin: 0;
    position: absolute;
    right: 0;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner {
    background: #DEF0E4;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-figure {
    height: 29vw;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box {
    padding-top: 3.8667vw;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header .obj-title {
    color: #2B583A;
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    color: #130F26;
    max-width: 28.5333vw;
}

.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button {
    margin-top: 2.667vw;
}

.section-3.location .wrap .swiper-pagination .swiper-pagination-bullet {
    background: rgba(2, 35, 25, 0.5);
}

.section-3.location .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #022319;
}

.section-3.location .wrap .swiper-buttons .swiper-button:hover {
    background: #22553F;
}

.section-3.location .wrap .swiper-buttons .swiper-button:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.section-3.v2-2.disable-slider .wrap .obj-slider .obj-content .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-3.v2-2.disable-slider .wrap .obj-slider .swiper-buttons {
    display: none;
}

.section-3.v2-2 .wrap>.obj-content .obj-title {
    font-size: 5.067vw;
    margin-bottom: 3.3333vw;
    word-spacing: 0.25em;
}

.section-3.v2-2 .wrap>.obj-content .obj-title br:first-of-type {
    display: none;
}

.section-3.v2-2 .wrap>.obj-content .obj-title span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C67E36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-3.v2-2 .wrap>.obj-content .obj-title span span {
    font-size: 2.6vw;
    margin-left: 2vw;
    margin-top: -0.5vw;
}

.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner {
    background: #061437;
}

.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box {
    padding-top: 1vw;
}

.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-title {
    font-size: 2.6667vw;
}

.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    max-width: 20vw;
}

.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button {
    margin-top: 2.2vw;
}

.section-3.v2-2 .wrap .swiper-buttons .swiper-button:after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.section-3.c1 .wrap>.obj-content .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 3.3333vw;
    word-spacing: 0.25em;
}

.section-3.c1 .wrap>.obj-content .obj-title span {
    color: #C67E36;
    display: inline;
}

.section-3.c1 .wrap .obj-slider .obj-content .obj-inner {
    background: #0f4532;
}

.section-3.c1 .wrap .obj-slider .obj-content .obj-inner .obj-figure {
    height: 29.0667vw;
}

.section-3.c1 .wrap .obj-slider .obj-content .obj-inner .obj-box {
    padding-top: 0;
}

.section-3.c1 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    max-width: 27.2667vw;
}

.section-3.c2 .wrap>.obj-content .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 3.3333vw;
    word-spacing: 0.25em;
}

.section-3.c2 .wrap>.obj-content .obj-title span {
    color: #C67E36;
    display: inline;
}

.section-3.c2 .wrap>.obj-content .obj-title span:last-of-type {
    font-size: 0.3684em;
    position: relative;
    top: 1.1vw;
    vertical-align: top;
}

.section-3.c2 .wrap .obj-slider .obj-content .obj-inner {
    background: #022319;
}

.section-3.c2 .wrap .obj-slider .obj-content .obj-inner .obj-figure {
    height: 29.0667vw;
    width: 51.9333vw;
}

.section-3.c2 .wrap .obj-slider .obj-content .obj-inner .obj-box {
    max-width: 23.8667vw;
    padding-top: 1.7333vw;
}

.section-3.c2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
    max-width: 20.0667vw;
}

.section-3.c2 .wrap .obj-slider .swiper-buttons .swiper-button:hover {
    background: #22553F;
}

.section-3.c2 .wrap .obj-slider .swiper-buttons .swiper-button:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.section-4 .obj-context {
    color: #0A2569;
    font-family: "Canela", sans-serif;
    font-size: 4vw;
    font-weight: 200;
    line-height: 1.5;
}

.section-4 .obj-context img {
    margin-left: 1.8vw;
    margin-right: 1.8vw;
    margin-top: -0.6vw;
    vertical-align: middle;
    width: 10.412vw;
}

.section-4 .obj-context img.wp-image-1481,
.section-4 .obj-context img.wp-image-1486 {
    margin-left: 0;
}

.section-4 .obj-context [data-word="/"] {
    margin: 0 0.667vw;
}

.section-4 .vc_tta-container {
    margin-bottom: 0;
}

.section-4 .vc_tta-container .vc_tta-tabs-container {
    margin: 0 0 6vw !important;
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
    content: "/";
    font-size: 1.6vw;
    line-height: 1;
    margin-left: 2.133vw;
    margin-right: 2.133vw;
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-color: #0A2569 !important;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background: transparent;
    border: 0.1rem solid transparent !important;
    border-radius: 20vw !important;
    color: #0A2569;
    display: block;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.8vw 0 0.733vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
        -webkit-transition: none;
        transition: none;
    }
}

.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before,
.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
    content: none;
}

.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    opacity: 1;
}

.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 16vw;
}

.section-5 .obj-figure {
    cursor: pointer;
    height: 53.733vw;
}

.section-5 .obj-figure img {
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.obj-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(6, 20, 55, 0.9607843137);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    z-index: -1;
}

.obj-video.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

.obj-video.active .video-container {
    opacity: 1;
    top: 0;
}

.obj-video .video-container {
    height: 90vh;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    top: 2vw;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 85.18519%;
}

.obj-video .video-container iframe {
    height: 100%;
    width: 100%;
}

.obj-video #video-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 4.467vw;
    top: 2.667vw;
    width: 2.933vw;
    z-index: 2;
}

.obj-video #video-close:hover svg path {
    stroke: #0A2569;
}

.obj-video #video-close:hover svg circle {
    fill-opacity: 1;
}

.obj-video #video-close svg {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.obj-video #video-close svg circle {
    fill: #fff;
    fill-opacity: 0;
}

.obj-video #video-close svg path,
.obj-video #video-close svg circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-6 .obj-header {
    max-width: 32.067vw;
}

.section-6 .obj-title {
    font-size: 2.6667vw;
}

.section-6 .obj-context {
    max-width: 26.133vw;
}

.section-6 .obj-slider {
    padding-left: 15.867vw;
}

.section-6 .obj-slider .swiper-pagination {
    bottom: 8.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0 -0.433vw;
}

.section-6 .obj-slider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
    border: 0;
    border-radius: 0;
    height: 0.1rem;
    margin: 0 0.433vw;
    opacity: 1;
    width: 2.116vw;
}

.section-6 .obj-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

.section-6 .obj-slider .swiper-buttons {
    bottom: 3.3333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.1333vw;
    left: 0;
    position: absolute;
    width: 10.0667vw;
    z-index: 2;
}

.section-6 .obj-slider .swiper-buttons .swiper-button {
    background: #fff;
    border-radius: 2.5333vw;
    height: 2.1333vw;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 4.4vw;
}

.section-6 .obj-slider .swiper-buttons .swiper-button:hover {
    background: #FCF1E6;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
    left: 0;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
    right: 0;
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    display: block;
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-6 .obj-slider .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-6 .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-6 .swiper {
    padding-bottom: 11vw;
}

.section-6 .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-6 .obj-box .obj-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5625;
    margin-left: 11.267vw;
}

.section-6 .obj-box .obj-context p:nth-last-of-type(2) {
    margin-bottom: 3.267vw;
}

.section-6 .obj-box .obj-context p:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FCF1E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.333vw;
    margin-top: auto;
}

.section-6 .obj-box .obj-context p:last-child:before {
    background: #FCF1E6;
    content: "";
    height: 0.1rem;
    margin-right: 2.2vw;
    width: 5.8vw;
}

.section-7#retreat-locations {
    position: relative;
}

.section-7#retreat-locations .col {
    position: static;
}

.section-7.location .obj-retreat-locations:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .obj-inner .obj-location-headings .location-heading div {
    bottom: 0;
}

.section-7.location .obj-retreat-locations .obj-inner .obj-location-headings .location-heading div {
    top: 7.7vw;
}

.section-7 .wrap {
    padding-left: 7.867vw;
}

.section-7 .obj-content .obj-figure {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35.1333vw;
}

.section-7 .obj-content .obj-figure img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.section-7 .obj-content .obj-box .obj-header .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 2.8vw;
    text-transform: uppercase;
    word-spacing: 0.25em;
}

.section-7 .obj-content .obj-box .obj-header .obj-title span {
    color: #C67E36;
}

.section-7 .obj-content .obj-box .obj-context {
    display: none;
    max-width: 24.4vw;
}

.section-7 .obj-retreat-locations:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .obj-inner .obj-location-headings {
    height: 31vw;
}

.section-7 .obj-retreat-locations:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .obj-inner .obj-location-headings .location-heading div {
    margin-top: 3.6vw;
}

.section-7 .obj-retreat-locations .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings {
    height: 27vw;
    margin-right: 3.3333vw;
    position: relative;
    width: 25.2667vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="1"]>img {
    top: 4.867vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="2"]>img {
    top: 9.734vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="3"]>img {
    top: 14.601vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="4"]>img {
    top: 19.468vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="5"]>img {
    top: 24.335vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="6"]>img {
    top: 29.202vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="7"]>img {
    top: 34.069vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="8"]>img {
    top: 38.936vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings[data-index="9"]>img {
    top: 43.803vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings>img {
    left: -2vw;
    margin-left: -2.333vw;
    margin-top: 0.133vw;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 2vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-heading:first-child .location-title {
    margin-top: 0;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-heading.active .location-title {
    margin-bottom: 1vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-heading.active div {
    height: auto;
    opacity: 1;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-heading div {
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
    top: 11.5vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-heading div p {
    margin-bottom: 1.4vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title {
    font-size: 1.867vw;
    margin-bottom: 0;
    margin-top: 1.6vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title.active a {
    color: #C67E36;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title.active a img {
    left: calc(100% + 0.6vw);
    opacity: 1;
    pointer-events: auto;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title a {
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    letter-spacing: 0.05em;
    position: relative;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title a:hover {
    color: #C67E36;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title a:hover img {
    left: calc(100% + 0.6vw);
    opacity: 1;
    pointer-events: auto;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings .location-title a img {
    left: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0.55vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 2vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-headings p {
    max-width: 20.2vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents {
    background: #FCF1E6;
    border-radius: 1vw;
    height: 29vw;
    overflow: hidden;
    position: relative;
    width: 51.9333vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper {
    display: none;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview.active {
    opacity: 1;
    z-index: 1;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview.active:hover {
    opacity: 0.8;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview.active .obj-figure img {
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-figure {
    height: 29vw;
    overflow: hidden;
    width: 51.9333vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-figure img {
    left: 2vw;
    height: 100%;
    position: relative;
    top: 2vw;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.75s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.75s cubic-bezier(0.5, 1, 0.89, 1);
    width: 100%;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-context {
    background: #FCF1E6;
    max-width: 22vw;
}

.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.section-8.methodology .obj-slider .swiper .swiper-slide {
    margin-right: 15vw;
}

.section-8.methodology .obj-slider .obj-content .obj-inner .obj-context {
    max-width: 26.2vw;
}

@media (min-width: 768px) {
    .section-8.v2.methodology .wrap>.obj-content .obj-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-8.v2.methodology .wrap>.obj-content .obj-box .obj-header {
        margin-right: 6.6667vw;
        width: auto;
    }

    .section-8.v2.methodology .wrap>.obj-content .obj-box .obj-context {
        width: 26.2vw;
    }

    .section-8.v2 .wrap>.obj-content {
        margin-bottom: 3.3333vw;
        margin-left: 7.867vw;
    }

    .section-8.v2 .wrap>.obj-content .obj-box {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-8.v2 .wrap>.obj-content .obj-box .obj-header {
        margin-right: 3.3333vw;
        width: 53.9333vw;
    }

    .section-8.v2 .wrap>.obj-content .obj-box .obj-header .obj-title {
        font-size: 3.6vw;
        margin-bottom: 0;
    }

    .section-8.v2 .wrap>.obj-content .obj-box .obj-header .obj-title span {
        color: #C67E36;
    }

    .section-8.v2 .wrap>.obj-content .obj-box .obj-context {
        padding-bottom: 0.333vw;
        width: 27.0667vw;
    }

    .section-8.v2 .obj-slider {
        background: #D3E4F9;
        border-radius: 1.7333vw;
        margin-bottom: 0;
        margin-left: 7.867vw;
        padding: 3.3333vw 3.6667vw;
        width: 84.2vw;
    }

    .section-8.v2 .obj-slider .obj-inner {
        padding-bottom: 0;
    }

    .section-8.v2 .obj-slider .obj-inner:after {
        content: none;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content {
        margin-bottom: 0.6667vw;
        margin-right: 0;
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content:last-child {
        margin-bottom: 0;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content.active .obj-header .obj-title {
        background: #0A2569;
        color: #fff;
        cursor: default;
        pointer-events: none;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content.active .obj-context {
        opacity: 1;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-header {
        width: 20.4667vw;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-header .obj-title {
        border: 0.1rem solid #0A2569;
        border-radius: 2.3333vw;
        color: #0A2569;
        cursor: pointer;
        font-size: 1.467vw;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0.6667vw 1.3333vw 0.9333vw;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-header .obj-title br {
        display: none;
    }
}

@media (min-width: 768px) {
    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-header .obj-title:hover {
        background: #C67E36;
        border-color: #C67E36;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-context {
        color: #0A2569;
        height: 100%;
        font-size: 1.333vw;
        left: 20.4667vw;
        opacity: 0;
        margin-left: 6.6667vw;
        line-height: 1.25;
        max-width: 100%;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 49.7vw;
    }

    .section-8.v2 .obj-slider .obj-inner .obj-slides .obj-content .obj-context h4 {
        color: inherit;
        font-size: 1.867vw;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1.25;
        margin-top: -0.5vw;
        text-transform: uppercase;
    }

    .section-8.v2 .obj-slider .obj-inner .swiper-pagination,
    .section-8.v2 .obj-slider .obj-inner .swiper-buttons,
    .section-8.v2 .obj-slider .obj-inner .swiper-notification {
        display: none;
    }
}

.section-8 .obj-content.star {
    margin-bottom: 5.067vw;
    margin-left: 14.333vw;
    max-width: 68.133vw;
    position: relative;
}

.section-8 .obj-content.star .obj-figure {
    left: 4.6vw;
    top: 11.4vw;
    position: absolute;
    width: 2vw;
}

.section-8 .obj-content.star .obj-title {
    font-size: 5.067vw;
}

.section-8 .obj-content.star .obj-title span.highlight {
    display: block;
    margin-left: 12.4vw;
}

.section-8 .obj-content.star .obj-context {
    line-height: 1.5625;
    margin-left: 12.8vw;
    max-width: 25.2vw;
}

.section-8 .obj-slider {
    margin-bottom: -4.2vw;
    padding-left: 27.133vw;
}

.section-8 .obj-slider.last-slide .swiper:after {
    opacity: 0;
}

.section-8 .obj-slider .swiper {
    padding-bottom: 15vw;
}

.section-8 .obj-slider .swiper:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(63.66%, #0A2569), color-stop(111.84%, rgba(10, 37, 105, 0)));
    background: linear-gradient(270deg, #0A2569 63.66%, rgba(10, 37, 105, 0) 111.84%);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 22.2vw;
    z-index: 1;
}

.section-8 .obj-slider .swiper .swiper-slide {
    margin-right: 16.667vw;
    width: auto;
}

.section-8 .obj-slider .swiper .swiper-slide .obj-context {
    line-height: 1.5625;
}

.section-8 .obj-slider .swiper .swiper-slide .obj-context p:not(:last-child) {
    margin-bottom: 2vw;
}

.section-8 .obj-slider .swiper-pagination {
    bottom: 8.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0 -0.433vw;
}

.section-8 .obj-slider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
    border: 0;
    border-radius: 0;
    height: 0.1rem;
    margin: 0 0.433vw;
    opacity: 1;
    width: 2.116vw;
}

.section-8 .obj-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

.section-8 .obj-slider .swiper-buttons {
    background: #fff;
    bottom: 0;
    height: 8.333vw;
    position: absolute;
    right: 0;
    width: 30.933vw;
    z-index: 2;
}

.section-8 .obj-slider .swiper-buttons:after {
    background: #E8E0D8;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -0.05rem;
    position: absolute;
    top: 0;
    width: 0.1rem;
    z-index: 1;
}

.section-8 .obj-slider .swiper-buttons .swiper-button {
    height: 100%;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
}

.section-8 .obj-slider .swiper-buttons .swiper-button:hover {
    background: #0A2569;
}

.section-8 .obj-slider .swiper-buttons .swiper-button:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev:after {
    left: 7.267vw;
}

.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-next:after {
    right: 7.267vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-8 .obj-slider .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.6vw;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.6vw;
}

.section-8 .obj-slider .obj-content .obj-inner .obj-title {
    color: #FCF1E6;
    font-size: 2.6667vw;
    margin-bottom: 3.867vw;
}

.section-8 .obj-slider .obj-content .obj-inner .obj-context {
    max-width: 25.2vw;
}

.section-9 .wrap>.obj-content {
    margin-bottom: 3.3333vw;
    margin-top: 1vw;
    text-align: center;
}

.section-9 .wrap>.obj-content .obj-title {
    color: #0A2569;
    font-size: 3.6vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
    word-spacing: 0.25em;
}

.section-9 .wrap>.obj-content .obj-title span {
    color: #C67E36;
}

.section-9 .wrap>.obj-content .obj-context {
    margin: 0 auto;
    max-width: 28.2vw;
}

.section-9 .vc_tta-container {
    margin-bottom: 0;
}

.section-9 .vc_tta-container .vc_tta-tabs-container {
    margin: 0 0 3.5vw !important;
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
    color: #0A2569;
    content: "/";
    font-size: 1.6vw;
    line-height: 1;
    margin-left: 3.6vw;
    margin-right: 3.6vw;
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-color: #0A2569 !important;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background: transparent;
    border: 0.1rem solid transparent !important;
    border-radius: 20vw !important;
    color: #0A2569;
    display: block;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.4333vw 0 0.3663vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
        -webkit-transition: none;
        transition: none;
    }
}

.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before,
.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
    content: none;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    opacity: 1;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 9.533vw;
    padding-right: 9.8vw;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body>.obj-content {
    line-height: 1.5625;
    margin: 0 auto;
    max-width: 28.2vw;
    text-align: center;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content {
    margin: 0 1.93335vw;
    width: 17.3vw;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content .obj-title {
    border-bottom: 0.4rem solid rgba(10, 37, 105, 0.1);
    color: #0A2569;
    font-size: 6.6vw;
    margin-bottom: 1.533vw;
    padding-bottom: 2.067vw;
    position: relative;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content .obj-title .percent {
    background: #0A2569;
    bottom: -0.4rem;
    height: 0.4rem;
    left: 0;
    position: absolute;
}

.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content .obj-context {
    line-height: 1.5625;
}

.section-10.location .obj-content {
    margin-left: 12.2vw;
}

.section-10.location .obj-content .obj-box .obj-title {
    width: 58.467vw;
}

.section-10.location .obj-content .obj-box .obj-title span.highlight {
    color: #C67E36;
}

.section-10.location .obj-content .obj-box .obj-title span.highlight:last-of-type {
    bottom: 1vw;
    font-size: 2.6vw;
    margin-left: 4.2vw;
    position: relative;
}

.section-10.location .obj-upcoming-retreats {
    margin-top: 6.667vw;
}

.section-10 .obj-content {
    margin-left: 15.6vw;
}

.section-10 .obj-content .obj-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-10 .obj-content .obj-box .obj-title {
    font-size: 5.067vw;
    margin-bottom: 0;
    width: 38.666vw;
}

.section-10 .obj-content .obj-box .obj-context {
    line-height: 1.5625;
    margin-bottom: 2vw;
    width: 25.2vw;
}

.section-10 .obj-content .obj-box .obj-button {
    margin-top: 4vw;
    padding-left: 38.666vw;
    width: 100%;
}

.section-10 .obj-content .obj-box .obj-button .obj-link {
    color: #C67E36;
}

.section-10 .obj-content .obj-box .obj-button .obj-link svg path {
    stroke: #C67E36;
}

.section-10 .obj-upcoming-retreats {
    margin-left: 7.467vw;
    margin-top: 5.333vw;
}

@media (min-width: 768px) {
    .section-10 .obj-upcoming-retreats:not([data-drag]) .draggable {
        pointer-events: none;
    }
}

.section-10 .obj-upcoming-retreats .draggable {
    cursor: -webkit-grab;
    cursor: grab;
    height: 22.8vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 10000%;
    z-index: 2;
}

.section-10 .obj-upcoming-retreats .draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.section-10 .obj-upcoming-retreats .obj-retreat {
    max-width: 32.727vw;
    padding-right: 3.26vw;
    position: relative;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-figure {
    height: 22.8vw;
    margin-bottom: 2.133vw;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details {
    font-size: 0.933vw;
    line-height: 1.7857;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.867vw;
    position: relative;
    width: 100%;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-date i {
    background: #FCF1E6;
    padding-right: 1.267vw;
    position: relative;
    z-index: 1;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-date:after {
    background: #000;
    content: "";
    height: 0.1rem;
    left: 0;
    margin-top: -0.1rem;
    position: absolute;
    top: 50%;
    width: 100%;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-title {
    font-size: 1.867vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 2vw;
    text-transform: uppercase;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-title:last-child {
    margin-bottom: 0;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C67E36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li:not(:last-child):after {
    background: rgba(198, 126, 54, 0.35);
    content: "";
    height: 1.467vw;
    margin: 0 1.333vw;
    width: 0.1rem;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li.venue-1 img {
    width: 1.6vw;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li.venue-2 img {
    width: 1.267vw;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li img {
    margin-right: 1.067vw;
}

.section-10 .obj-upcoming-retreats .obj-retreat .obj-details p {
    max-width: 22.733vw;
}

.section-10 .obj-upcoming-retreats .obj-retreat .overlay {
    height: calc(100% - 22.8vw);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 22.8vw;
    z-index: 1;
}

.section-11 .obj-content {
    margin-bottom: 8vw;
    margin-left: 7.867vw;
    margin-right: 7.867vw;
}

.section-11 .obj-content.feature .obj-context:before {
    margin-top: 2.75vw;
}

.section-11 .obj-content.review .obj-context:before {
    margin-top: 1.2vw;
}

.section-11 .obj-content:last-child {
    margin-bottom: 0;
}

.section-11 .obj-content .obj-title {
    color: #fff;
    font-size: 4.5333vw;
    margin-bottom: 4vw;
    word-spacing: 0.25em;
}

.section-11 .obj-content .obj-title span {
    color: #C67E36;
}

.section-11 .obj-content .obj-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-11 .obj-content .obj-context ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 -2.5vw;
    padding: 0;
    width: 83vw;
}

.section-11 .obj-content .obj-context ul li {
    line-height: 2.25;
    margin-bottom: 2.5vw;
    margin-left: 1.6665vw;
    margin-right: 1.6665vw;
}

.section-11 .obj-content .obj-context ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: grayscale(1) brightness(0) saturate(0) contrast(1) invert(1);
    filter: grayscale(1) brightness(0) saturate(0) contrast(1) invert(1);
    font-family: "Canela", sans-serif;
    font-size: 2.667vw;
    font-weight: 200;
    line-height: inherit;
}

.section-11 .obj-content .obj-context ul li a:hover {
    opacity: 0.5;
}

.section-11 .obj-content .obj-context ul li a img {
    border-radius: 0;
    width: 100%;
}

.section-12.light.methodology .obj-content .obj-title {
    color: #0A2569;
}

.section-12.light.methodology .obj-faq .obj-faq-item {
    border-bottom-color: #0A2569;
}

.section-12.light.methodology .obj-faq .obj-faq-item .obj-faq-item-title a {
    color: #0A2569;
}

.section-12.light.methodology .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    color: #0A2569;
}

.section-12.light.methodology .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
    background: #0A2569;
}

.section-12.light .obj-content .obj-title {
    color: #022319;
}

.section-12.light .obj-content .obj-title span.highlight:before {
    background: #fff;
}

.section-12.light .obj-faq .obj-faq-item {
    border-bottom-color: #022319;
}

.section-12.light .obj-faq .obj-faq-item .obj-faq-item-title a {
    color: #022319;
}

.section-12.light .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    color: #022319;
}

.section-12.light .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
    background: #022319;
}

.section-12.career .obj-content .obj-title {
    color: #022319;
    font-size: 4.5333vw;
    text-transform: uppercase;
    word-spacing: 0.25em;
}

.section-12.career .obj-faq {
    margin-top: -1.6vw;
}

.section-12.career .obj-faq .obj-faq-item {
    border-bottom-color: #022319;
    position: relative;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-title a {
    color: #022319;
    padding-bottom: 1.8vw;
    padding-top: 1.8vw;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    color: #022319;
    font-size: 1.067vw;
    line-height: 1.8125;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
    max-width: 36.3vw;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button {
    margin-left: 4.267vw;
}

@media (min-width: 768px) {
    .section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button {
        margin-top: 1.4vw;
        padding-top: 0;
        right: 3.3333vw;
        position: absolute;
        top: 0;
    }
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link {
    border: 0.1rem solid #022319;
    border-radius: 20vw;
    color: #022319;
    font-size: 0.8vw;
    height: 3.267vw;
    padding: 0.8vw 1.6vw;
    white-space: nowrap;
    width: 11.533vw;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link:hover {
    background: #022319;
    color: #fff;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link:hover svg path {
    fill: #fff;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link svg {
    margin-left: 1.6vw;
    margin-right: 0;
    width: 1.2vw;
}

.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link svg path {
    fill: #022319;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-12 .obj-content {
    margin-bottom: 4.6667vw;
    margin-left: 7.867vw;
}

.section-12 .obj-content .obj-title {
    color: inherit;
    font-size: 5.067vw;
    line-height: 1.2368;
    margin-bottom: 0;
    text-transform: none;
}

.section-12 .obj-content .obj-title span {
    color: #C67E36;
}

.section-12 .obj-content .obj-context {
    font-family: "Canela", sans-serif;
    font-size: 1.867vw;
    font-weight: 200;
    line-height: 1.2857;
    margin-left: 21.4vw;
    max-width: 32.6vw;
}

.section-12 .obj-faq {
    margin-left: 29.276vw;
    margin-top: -1.933vw;
    max-width: 57.8vw;
}

.section-12 .obj-faq .obj-faq-item {
    border-bottom: 0.1rem solid #0A2569;
}

.section-12 .obj-faq .obj-faq-item:last-child {
    border-bottom: 0;
}

.section-12 .obj-faq .obj-faq-item.active .obj-faq-item-title a i {
    left: -0.08vw;
    line-height: 0;
    position: relative;
    top: -0.05vw;
}

.section-12 .obj-faq .obj-faq-item:last-child .obj-faq-item-content {
    border-bottom: 0;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-title {
    margin-bottom: 0;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: 1.867vw;
    font-weight: 200;
    line-height: 1.2857;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.2vw;
    padding-top: 1.933vw;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a span {
    max-width: 51.0667vw;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a i {
    font-size: 3.267vw;
    line-height: 0.75;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    color: #0A2569;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text .faq-inner {
    padding-bottom: 2.667vw;
    padding-top: 0.8vw;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul:not(:first-child) {
    margin-top: -1vw;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a {
    position: relative;
}

.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
    background: #0A2569;
    bottom: 0.25vw;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.section-13.v2 .menu__item {
    color: #304156;
}

.section-13.green .menu__item {
    color: #3b4d41;
}

.section-13 .obj-menu {
    margin-left: 12.133vw;
    padding-bottom: 12vw;
    padding-top: 12vw;
}

.section-13 .menu {
    padding: 0;
}

.section-13 .menu .menu-item {
    display: inline-block;
    font-size: 5.333vw;
    line-height: 1.4;
    margin: 0 0.6vw 0 0;
}

.section-13 .menu__item {
    color: #594e43;
    position: relative;
}

.section-13 .menu__item:hover {
    color: #a3a3a3;
}

.section-13 .menu__item:hover .menu__item-text .menu__item-textinner {
    mix-blend-mode: difference;
}

.section-13 .menu__item .menu__item-text {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.section-13 .menu__item .menu__item-text .menu__item-textinner {
    font-family: "Canela", sans-serif, serif;
    font-size: inherit;
    font-weight: 200;
    line-height: inherit;
    text-transform: uppercase;
}

.section-13 .menu__item .hover-reveal {
    position: absolute;
    z-index: -1;
    width: 27.133vw;
    height: 32.2vw;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.section-13 .menu__item .hover-reveal .hover-reveal__inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-13 .menu__item .hover-reveal .hover-reveal__inner .hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-14.career .obj-content.heading .obj-title span:first-of-type {
    position: relative;
}

.section-14.career .obj-content.heading .obj-title span:last-of-type {
    bottom: 0.75vw;
    font-size: 2.6vw;
    margin-left: 0;
}

.section-14.career .obj-content:not(.heading) .obj-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-14.career .obj-content:not(.heading) .obj-inner .obj-figure {
    margin-top: 8vw;
}

.section-14.career .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
}

.section-14.career .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    font-size: 1.067vw;
}

.section-14.location .obj-content {
    margin-left: 16vw;
}

.section-14.location .obj-content:not(.heading) .obj-inner .obj-figure {
    width: 43.467vw;
}

.section-14.location .obj-content:not(.heading) .obj-inner .obj-box {
    width: 35.667vw;
}

.section-14.location .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
    line-height: 1.222;
    margin-bottom: 3.333vw;
}

.section-14.location .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    max-width: 24vw;
}

.section-14.psilocybin .obj-content.heading .obj-title {
    margin-bottom: 1.6vw;
}

.section-14.psilocybin .obj-content:not(.heading) .obj-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-figure {
    margin-left: 0;
    margin-right: 3.7667vw;
}

.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-box {
    width: 28vw;
}

.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    max-width: 25.8667vw;
}

.section-14.psilocybin-2 .obj-content.heading {
    max-width: 78.3vw;
}

.section-14.psilocybin-2 .obj-content.heading .obj-title {
    margin-bottom: 3.3333vw;
    text-indent: 0;
}

.section-14.psilocybin-2 .obj-content:not(.heading) .obj-inner .obj-figure {
    margin-left: 3.7667vw;
    margin-right: auto;
}

.section-14.psilocybin-2 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    max-width: 28.5vw;
}

.section-14.v2 .obj-content:not(.heading) {
    margin-right: 7.867vw;
}

.section-14.v2 .obj-content:not(.heading) .obj-inner .obj-figure {
    margin-left: auto;
    margin-right: 0;
}

.section-14.v2 .obj-content:not(.heading) .obj-inner .obj-box {
    width: 29.8vw;
}

.section-14.v2 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    font-size: 1.067vw;
    max-width: 28.5333vw;
}

.section-14 .obj-content {
    margin-left: 7.867vw;
}

.section-14 .obj-content.heading .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 3vw;
    word-spacing: 0.25em;
}

.section-14 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-14 .obj-content.heading .obj-title span:last-of-type {
    bottom: 0.75vw;
    font-size: 2.6vw;
    position: relative;
}

.section-14 .obj-content:not(.heading) .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-14 .obj-content:not(.heading) .obj-inner .obj-figure {
    height: 29.0667vw;
    margin-left: 3.7667vw;
    margin-right: auto;
    width: 52vw;
}

.section-14 .obj-content:not(.heading) .obj-inner .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-14 .obj-content:not(.heading) .obj-inner .obj-box {
    width: 28.5333vw;
}

.section-14 .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
}

.section-14 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    font-size: 1.2vw;
}

.section-15 .obj-content {
    margin-left: 7.867vw;
}

.section-15 .obj-content.heading .obj-title {
    color: #22553F;
    font-size: 4.5333vw;
    margin-bottom: 1.6667vw;
    word-spacing: 0.25em;
}

.section-15 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-15 .obj-content:not(.heading) .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-15 .obj-content:not(.heading) .obj-inner .obj-figure {
    height: 29.4667vw;
    width: 52.2667vw;
}

.section-15 .obj-content:not(.heading) .obj-inner .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-15 .obj-content:not(.heading) .obj-inner .obj-box {
    color: #22553F;
    margin-left: 4.8667vw;
    width: 28.5333vw;
}

.section-15 .obj-content:not(.heading) .obj-inner .obj-box .obj-title,
.section-18 .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
    color: inherit;
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
}

.section-15 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    font-size: 1.2vw;
    max-width: 27.4667vw;
}

.section-16 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-16 .wrap>.obj-content.heading {
    margin-left: 12.2vw;
    width: 41.133vw;
}

.section-16 .wrap>.obj-content.heading .obj-title {
    font-size: 5.067vw;
    position: relative;
}

.section-16 .wrap>.obj-content.heading .obj-title span {
    color: #E8C098;
    font-size: 2.6vw;
    left: -2.6vw;
    margin-left: -1.6vw;
    position: absolute;
    top: 0.6vw;
}

.section-16 .wrap>.obj-content:not(.heading) {
    margin-left: auto;
    margin-right: 7.733vw;
    width: 31.533vw;
}

.section-16 .wrap>.obj-content:not(.heading) .obj-title {
    font-size: 2.6667vw;
    margin-bottom: 3.667vw;
}

.section-16 .wrap>.obj-content:not(.heading) .obj-context {
    max-width: 24.467vw;
}

.section-16 .wrap .obj-slider {
    margin-top: 8vw;
}

.section-16 .wrap .obj-slider .obj-content {
    height: auto;
    padding-right: 4.467vw;
    width: auto;
}

.section-16 .wrap .obj-slider .obj-content .obj-figure img {
    max-height: 22.333vw;
}

.section-16 .wrap .obj-slider .swiper-button,
.section-16 .wrap .obj-slider .swiper-pagination {
    display: none;
}

.section-17.community .obj-content.heading {
    margin-left: 7.867vw;
}

.section-17.community .obj-content.heading .obj-box .obj-title {
    color: #092D20;
    margin-bottom: 3.3333vw;
}

.section-17.community .obj-content.heading .obj-box .obj-title span {
    color: #C67E36;
}

.section-17.community .obj-faq {
    margin-left: 25.667vw;
}

.section-17.community .obj-faq .obj-faq-item {
    border-bottom-color: #092D20;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a {
    color: #092D20;
    padding-bottom: 1.3333vw;
    padding-top: 1.3333vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a i {
    color: inherit;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a span {
    max-width: 26.067vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content {
    margin-right: 0;
    width: 100%;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    padding-bottom: 3.533vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text .faq-inner p,
.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text .faq-inner ul {
    color: #092D20;
    line-height: 1.8125;
    max-width: 100%;
}

.section-17.community .obj-faq {
    margin-left: 29.276vw;
    margin-top: -1.933vw;
    max-width: 57.8vw;
}

.section-17.community .obj-faq .obj-faq-item {
    border-bottom: 0.1rem solid #0A2569;
}

.section-17.community .obj-faq .obj-faq-item:last-child {
    border-bottom: 0;
}

.section-17.community .obj-faq .obj-faq-item:last-child .obj-faq-item-content .obj-faq-item-text .faq-inner {
    padding-bottom: 0;
}

.section-17.community .obj-faq .obj-faq-item.active .obj-faq-item-title a i {
    left: -0.08vw;
    line-height: 0;
    position: relative;
    top: -0.05vw;
}

.section-17.community .obj-faq .obj-faq-item:last-child .obj-faq-item-content {
    border-bottom: 0;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title {
    margin-bottom: 0;
    width: 100%;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: 1.867vw;
    font-weight: 300;
    line-height: 1.2857;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.3333vw;
    padding-top: 1.3333vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a span {
    max-width: 51.0667vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a i {
    font-size: 3.267vw;
    line-height: 0.75;
    margin-top: 0;
    pointer-events: none;
    position: relative;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    color: #0A2569;
    padding-bottom: 0;
    padding-top: 0;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text .faq-inner {
    padding-bottom: 1.4vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul:not(:first-child) {
    margin-top: -1vw;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a {
    position: relative;
}

.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
    background: #0A2569;
    bottom: 0.25vw;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.section-17 .obj-content.heading {
    margin-left: 15vw;
}

.section-17 .obj-content.heading .obj-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-17 .obj-content.heading .obj-box .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 0;
    word-spacing: 0.25em;
}

.section-17 .obj-content.heading .obj-box .obj-title span {
    color: #C67E36;
}

.section-17 .obj-content.heading .obj-box .obj-context {
    font-size: 1.2vw;
    margin-left: 5.6667vw;
    max-width: 29.9333vw;
}

.section-17 .obj-faq {
    margin-left: 15vw;
    max-width: 67.5vw;
}

.section-17 .obj-faq.numbers {
    counter-reset: count;
}

.section-17 .obj-faq.numbers .obj-faq-item:before {
    counter-increment: count;
    content: counter(count, decimal-leading-zero);
    left: -2.667vw;
    margin-left: -2.333vw;
    margin-top: 0.55vw;
    position: absolute;
    top: 2.133vw;
    width: 2.667vw;
}

.section-17 .obj-faq.days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 15.6667vw;
    margin-top: 3.3333vw;
    position: relative;
}

.section-17 .obj-faq.days .obj-faq-item {
    border-bottom: 0;
    height: 7.2667vw;
    position: static;
    width: 7.2667vw;
}

.section-17 .obj-faq.days .obj-faq-item:before {
    content: none;
}

@media (min-width: 768px) {
    .section-17 .obj-faq.days .obj-faq-item:hover .obj-faq-item-title a>span span:first-child {
        background: #22553F;
    }

    .section-17 .obj-faq.days .obj-faq-item:hover .obj-faq-item-title a>span span:nth-child(2) {
        border-color: #22553F;
        color: #22553F;
    }

    .section-17 .obj-faq.days .obj-faq-item:hover .obj-faq-item-content {
        opacity: 1;
    }
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title:after {
    content: none;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a {
    border-radius: 1vw;
    height: 7.2667vw;
    overflow: hidden;
    padding: 0;
    width: 7.2667vw;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #C67E36;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.333vw;
    height: 2.7333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.2vw solid #C67E36;
    border-top: 0;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5333vw;
    font-weight: 100;
    height: calc(100% - 2.7333vw);
    padding-top: 0.4vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a i {
    display: none;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content {
    left: 0;
    max-height: unset !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

@media (min-width: 768px) {
    body #header.is-sticky {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content {
        top: 9vw;
    }
}

/* new header style */
.loaded #header .obj-bg-overlay {
    opacity: 1 !important;
}

header .header-inner .obj-btn-wrap a.obj-btn {
    background-color: #fff;
    color: #000;
}

.loaded #header .obj-btn-wrap .obj-btn.text:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

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

.header-inner #logo img {
    width: 100%;
}

div#logo a {
    display: flex;
    width: 422px;
    margin: 10px 0;
}

ul.menu>li.no-click.menu-item>a {
    pointer-events: none;
}

nav#nav-menu ul li a {
    font-family: Canela, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    color: #fff;
}

nav#nav-menu ul {
    display: flex;
    gap: 54px;
}

header .header-inner .obj-btn-wrap {
    padding: 0 !important;
}

body header#header {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0px;
    background-color: #0D2A72E5 !important;
}

body.loaded #header.is-sticky {
    /*     background-color: #0D2A72E5 !important; */
}

nav#nav-menu ul li {
    position: relative;
    padding: 20px 0;
}

nav#nav-menu ul li ul.sub-menu li {
    padding: 0;
}

nav#nav-menu ul li ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background-color: #D6E3F7;
    border-radius: 4px;
    width: max-content;
    padding: 28px;
    top: 100px;
    right: -18px;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

nav#nav-menu ul li ul.sub-menu li a {
    color: #0D2A72;
}

nav#nav-menu ul>li.menu-item-has-children>a {
    position: relative;
}

nav#nav-menu ul>li.menu-item-has-children>a:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/04/menu-arrow.svg);
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 5px;
    right: -20px;
    transition: 0.4s;
}

nav#nav-menu ul li a:hover,
nav#nav-menu ul li ul.sub-menu li a:hover {
    color: #BA7F45;
}

nav#nav-menu ul>li.menu-item-has-children>a:hover:after {
    background-image: url(/wp-content/uploads/2023/04/hover-arrow.svg);
}

nav#nav-menu ul li.menu-item-has-children:hover ul.sub-menu {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

header .header-inner .obj-btn-wrap a.obj-btn {
    background-color: #fff;
    color: #000;
}

header .header-inner .obj-btn-wrap a.obj-btn:hover {
    background-color: #BA7F45;
    color: #fff;
}

header .header-inner .obj-btn-wrap a.obj-btn,
header .header-inner .obj-btn-wrap a.obj-btn.text {
    padding: 14px 30px;
    font-size: 16px;
}

.loaded #header .header-inner .obj-btn-wrap .obj-btn.text:hover {
    opacity: 1;
}

header .header-inner .obj-btn-wrap a.obj-btn.text {
    border: 1px solid #fff;
}

.loaded #header .obj-btn-wrap .obj-btn.text:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

header .header-inner button#menu-button {
    background: transparent;
    border: 0;
}

header .header-inner button#menu-button img {
    width: 51px;
    border-radius: 0;
}

@media screen and (max-width: 1800px) {
    nav#nav-menu ul li a {
        font-size: 18px;
    }

    header .header-inner .obj-btn-wrap a.obj-btn,
    header .header-inner .obj-btn-wrap a.obj-btn.text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1700px) {
    div#logo a {
        width: 320px;
    }

    nav#nav-menu ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    header .header-inner #logo {
        width: 320px;
    }
}


@media screen and (max-width: 1440px) {
    body header#header {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .header-inner .obj-btn-wrap a.obj-btn,
    header .header-inner .obj-btn-wrap a.obj-btn.text {
        font-size: 12px;
        padding: 12px 24px;
    }

    nav#nav-menu ul li a {
        font-size: 14px;
    }

    header .header-inner #logo {
        width: 280px;
    }

    div#logo a {
        width: 270px;
    }
}

@media screen and (min-width: 1201px) {
    body #mm-container {
        display: none !important;
    }

    header .header-inner button#menu-button,
    header .header-inner button#menu-close {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    header .header-inner nav#nav-menu {
        display: none;
    }

    header .header-inner #logo {
        width: 320px;
    }

    #mm-container.open {
        opacity: 1;
        pointer-events: auto;
        top: 0;
        -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    }

    body.mm button#menu-button,
    button#menu-close {
        display: none;
    }

    body.mm button#menu-close {
        display: block;
        background-color: transparent;
        border: 0;
    }

    #mm-container #mm ul.menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mm-container #mm ul.menu li {
        width: 33%;
    }

    #mm-container #mm ul.menu li ul.sub-menu {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: 19px;
    }

    #mm-container #mm ul.menu li ul.sub-menu li {
        width: 100%;
    }

    #mm-container #mm ul.menu li a {
        justify-content: flex-start;
        padding: 0;
    }

    #mm-container #mm ul.menu li.menu-item a.menu__item span.menu__item-textinner {
        font-size: 28px;
        font-family: "Canela", sans-serif, serif;
        color: #BA7F45;
    }

    #mm-container #mm ul.menu li.menu-item ul.sub-menu li span.menu__item-textinner {
        font-size: 20px;
        color: #fff;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 1024px) {
    body header#header {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .header-inner .obj-btn-wrap a.obj-btn,
    header .header-inner .obj-btn-wrap a.obj-btn.text {
        font-size: 11px;
        padding: 10px 25px;
    }

    #mm-container #mm ul.menu li.menu-item a.menu__item span.menu__item-textinner {
        font-size: 24px;
    }

    #mm-container #mm ul.menu li.menu-item ul.sub-menu li span.menu__item-textinner {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) {
    header .header-inner #logo {
        width: 256px;
    }
}

@media screen and (min-width: 768px) {
    .header-inner nav#nav-menu .obj-btn-wrap {
        display: none;
    }

    #mm-container .obj-btn-wrap {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    body header#header,
    #header.is-sticky {
        padding: 4vw 20px 3vw 20px;
    }

    header .header-inner .obj-btn-wrap a.obj-btn {
        background-color: #fff !important;
        color: #000;
    }

    .loaded #header .obj-btn-wrap .obj-btn.text:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #000;
    }

    body header#header .header-inner a.logo {
        width: 55.721vw;
        margin: 0;
    }

    body header .header-inner .obj-btn-wrap {
        display: none !important;
    }

    body #mm-container {
        height: 100vh !important;
        padding: 18vh 0 30px 0;
    }

    body #mm-container.open #mm {
        padding-top: 5vw;
    }

    #mm-container #mm ul.menu {
        width: auto;
        padding-left: 20px;
    }

    #mm-container nav#mm {
        display: flex;
        /*     justify-content: space-between; */
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn {
        background-color: #fff;
        color: #000;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn:hover {
        background-color: #fff;
        color: #fff;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn.text:hover {
        background-color: #fff;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn,
    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        padding: 14px 30px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff;
    }

    #mm-container #mm .obj-btn-wrap .obj-btn.text:hover {
        background-color: #B7C9E5;
        border-color: #B7C9E5;
        color: #000;
    }

    #mm-container #mm ul.menu {
        flex-direction: column;
        gap: 20px;
    }

    #mm-container #mm ul.menu li {
        width: 100%;
        margin-bottom: 0;
        border: 0;
    }

    #mm-container #mm ul.menu li.menu-item a.menu__item span.menu__item-textinner {
        font-size: 20px;
    }

    #mm-container #mm ul.menu li ul.sub-menu {
        gap: 17px;
        padding-left: 37px;
    }

    #mm .menu .menu-item .sub-menu .menu-item:nth-child(even) {
        padding-left: 0;
    }

    #mm-container #mm .obj-btn-wrap {
        padding-top: 50px;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(2) {
        order: 2;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(3) {
        order: 3;
    }

    #footer .obj-menu .obj-inner .menu .menu-item:nth-child(4) {
        order: 4;
    }
}

@media screen and (max-width: 575px) {

    #mm-container #mm .obj-btn-wrap a.obj-btn,
    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        font-size: 14px;
    }

    #mm-container #mm .obj-btn-wrap {
        gap: 7px;
    }

    header .header-inner button#menu-button img {
        width: 31px;
    }

    body #mm-container {
        padding: 12vh 0 30px 0;
    }

    #mm-container.open #mm {
        padding-top: 120px;
    }

    #mm-container #mm .obj-btn-wrap {
        padding-top: 30px;
    }


}

@media screen and (max-width: 425px) {
    header .header-inner #logo {
        width: 225px;
    }

    #mm-container #mm .obj-btn-wrap {
        /*     flex-direction: column; */
        justify-content: center;
        align-items: center;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn,
    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        width: max-content;
    }

    #mm-container #mm .obj-btn-wrap a.obj-btn,
    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        padding: 14px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 374px) {

    #mm-container #mm .obj-btn-wrap a.obj-btn,
    #mm-container #mm .obj-btn-wrap a.obj-btn.text {
        padding: 12px 16px;
    }
}

/*  */

/* new footer */
#footer .inner .row.footer-new {
    padding: 90px 0 70px 0;
}

#footer .v2.footer-new .obj-content:first-child {
    margin: 0 0 30px 0;
}

#footer .v2.footer-new .obj-content .obj-title {
    font-size: 30px;
    line-height: 36px;
}

.v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 {
    width: 100%;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body {
    margin-right: 0;
    width: 100%;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_footer {
    width: 102px;
}

.v2.footer-new .gform_wrapper.gravity-theme form {
    flex-direction: column;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gfield--type-name .ginput_container span {
    width: 48% !important;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gfield--type-name .ginput_container {
    justify-content: space-between;
}

#footer .v2.footer-new .obj-menu {
    padding: 0;
    margin: 0;
    border: 0;
}

body #footer .inner {
    margin: 0 auto;
    max-width: 100%;
}

body #footer {
    padding: 0 60px;
}

.v2.footer-new .col:first-child .wrap {
    max-width: 530px;
}

#footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
    line-height: 36px;
    font-size: 30px;
    color: rgb(255 255 255 / 50%);
    width: auto !important;
}

#footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
    font-size: 26px;
    color: #fff;
    opacity: 0.8;
    text-transform: capitalize;
    margin: 0;
    width: auto !important;
}

#footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a:hover {
    opacity: 1;
}

#footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item {
    display: block;
    margin: 0;
    width: auto;
}

#footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item ul.sub-menu {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li {
    width: 100%;
}

#footer .v2-footer-new .obj-menu .obj-inner .menu .menu-item .menu-link {
    margin-left: 0;
    width: auto;
}

#footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
    justify-content: flex-end;
    gap: 80px;
    width: auto;
}

#footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container {
    max-width: 795px;
    margin-left: auto;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield p {
    font-size: 16px;
    color: #fff;
    opacity: 30%;
    width: 390px;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield p small {
    font-size: inherit;
}

.v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
    margin-top: -43px;
    width: auto;
}

.v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer input {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px 10px 20px;
    height: auto;
    width: auto;
    background: #fff;
    color: #000;
    line-height: 1.375;
    letter-spacing: normal;
}

.v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer input:hover {
    background: #BA7F45;
    color: #fff;
}

.v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
    font-size: 18px;
    line-height: 1.7857;
    padding: 0 0 1vw;
    font-family: "Canela", sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#footer .inner .row.footer-bottom {
    padding: 35px 0;
    border-top: 1px solid #ffffff21;
    display: flex;
    align-items: center;
}

footer .bottom-right-col .wrap {
    display: flex;
    justify-content: flex-end;
}

#footer .obj-content .obj-context ul:first-of-type li {
    margin: 0 !important;
}

#footer .obj-content .obj-context ul:first-of-type {
    margin-right: 0;
}

footer .bottom-right-col .wrap .obj-context ul li a strong {
    display: none;
}

footer .bottom-right-col .wrap .obj-context ul li a::before {
    font-size: 24px;
    color: #fff;
}

#footer .bottom-right-col .obj-content.follow-us .obj-context ul {
    gap: 20px;
}

#footer .bottom-right-col .obj-content.follow-us .obj-context ul li:first-child {
    font-size: 16px !important;
    text-transform: capitalize;
}

footer .bottom-right-col .obj-content.terms .obj-context ul li {
    position: relative;
    padding-left: 40px;
}

footer .bottom-right-col .obj-content.terms .obj-context ul li:before:not(first-child) {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    opacity: 0.5;
    left: 20px;
}

footer section.row.footer-bottom .obj-content .obj-context ul li {
    font-size: 16px !important;
}

@media screen and (max-width: 1640px) {
    .v2.footer-new .col.col-sm-6:nth-child(1) {
        width: 45%;
    }

    .v2.footer-new .col.col-sm-6:nth-child(2) {
        width: 55%;
    }

    .v2.footer-new .col:first-child .wrap {
        max-width: 100%;
        padding-right: 80px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 70px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 26px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 22px;
    }
}

@media screen and (max-width: 1440px) {
    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield p {
        width: 290px;
        font-size: 14px;
    }

    footer section.row.footer-bottom .obj-content .obj-context ul li,
    #footer .bottom-right-col .obj-content.follow-us .obj-context ul li:first-child {
        font-size: 14px !important;
    }

    footer .bottom-right-col .wrap .obj-context ul li a::before {
        font-size: 18px;
    }

    #footer .bottom-right-col .obj-content.follow-us .obj-context ul {
        gap: 17px;
    }

    footer .bottom-right-col .obj-content.terms .obj-context ul li {
        padding-left: 30px;
    }

    footer .bottom-right-col .obj-content.terms .obj-context ul li:before:not(first-child) {
        height: 10px;
        left: 15px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 22px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 20px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer input {
        font-size: 14px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 60px;
    }

    #footer .v2.footer-new .obj-content .obj-title {
        font-size: 26px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 20px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1100px) {
    .v2.footer-new .col.col-sm-6:nth-child(1) {
        width: 50%;
    }

    .v2.footer-new .col:first-child .wrap {
        padding-right: 40px;
    }

    .v2.footer-new .col.col-sm-6:nth-child(2) {
        width: 50%;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        justify-content: space-between;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container {
        padding-left: 60px;
    }

    footer section.row.footer-bottom .obj-content .obj-context ul li,
    #footer .bottom-right-col .obj-content.follow-us .obj-context ul li:first-child {
        font-size: 12px !important;
    }

    footer .bottom-right-col .wrap .obj-context ul li a::before {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    body #footer {
        padding: 0 30px;
    }
}

@media screen and (max-width: 992px) {
    .v2.footer-new .col.col-sm-6:nth-child(1) {
        width: 100%;
    }

    .v2.footer-new .col:first-child .wrap {
        padding-right: 0;
        max-width: 530px;
    }

    .v2.footer-new .col.col-sm-6:nth-child(2) {
        width: 100%;
        padding-top: 80px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container {
        margin-left: 0;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        justify-content: space-between;
        gap: 130px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container {
        padding-left: 0;
    }

    #footer .inner .row.footer-bottom {
        padding: 15px 0;
        flex-direction: column;
        gap: 20px;
    }

    .footer-bottom .col.col-sm-6 {
        width: 100%;
    }

    #footer .inner .row.footer-bottom .obj-context {
        justify-content: center;
    }

    footer .bottom-right-col .wrap {
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .footer-bottom .col.col-sm-6:first-child .follow-us.show-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body #footer {
        padding: 0 20px;
    }

    #footer .inner .row.footer-new {
        padding: 60px 0 65px 0;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 24px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 20px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item {
        text-align: left;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 60px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
        margin-right: 0;

    }

    .v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
        margin-top: -35px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield p {
        width: 100%;
        font-size: 11px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield_html {
        width: 78%;
    }

    .v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer input {
        font-size: 12px;
    }

    #footer .bottom-right-col .obj-content.follow-us .obj-context ul {
        gap: 13px;
        flex-wrap: nowrap;
    }

    .footer-bottom .bottom-right-col .follow-us {
        display: none;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul {
        gap: 17px;
        display: flex;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul li:first-child {
        font-size: 16px !important;
        text-transform: capitalize !important;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul li a::before {
        font-size: 18px;
        color: #fff;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul li a strong {
        display: none;
    }

    #footer .obj-content .obj-context ul:first-of-type li:not(:first-child) {
        width: auto;
    }

    footer .bottom-right-col .obj-content.terms .obj-context ul li:first-child:before {
        content: none;
    }

    footer .bottom-right-col .obj-content.terms .obj-context ul li:first-child {
        padding: none;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 633px) {
    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 0px;
        justify-content: flex-start;
        row-gap: 60px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item {
        width: 50%;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item ul.sub-menu li {
        width: 100%;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols ul.sub-menu li {
        margin-bottom: 20px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols {
        width: 100%;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols ul.sub-menu {
        column-count: 2;
        display: block;
    }
}

@media screen and (max-width: 475px) {
    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield_html {
        width: 70%;
    }

    #footer .v2.footer-new .obj-content .obj-title {
        font-size: 22px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
        font-size: 16px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 75px;
        row-gap: 60px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item {
        width: 40%;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 18px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 22px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols ul.sub-menu li.menu-item.right {
        margin-left: 29px;
        width: 50%;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols ul.sub-menu li.menu-item.right a span {
        line-height: 22px;
    }
}

@media screen and (max-width: 426px) {
    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 60px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu>li.menu-item.two-cols ul.sub-menu li.menu-item.right {
        margin-left: 16px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 20px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item ul.sub-menu {
        margin-top: 25px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
        /*     font-size: 13px; */
    }
}

@media screen and (max-width: 400px) {
    #logo {
        width: 225px;
    }

    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 18px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 16px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu-footer-menu-container>ul.menu {
        gap: 55px;
        row-gap: 40px;
    }
}

@media screen and (max-width: 380px) {

    footer section.row.footer-bottom .obj-content .obj-context ul li,
    #footer .bottom-right-col .obj-content.follow-us .obj-context ul li:first-child {
        font-size: 10px !important;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul li:first-child {
        font-size: 13px !important;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us .obj-context ul li a::before {
        font-size: 14px;
    }

    .footer-bottom .col.col-sm-6:first-child .follow-us {
        margin-bottom: 15px;
    }

    #footer .inner .row.footer-bottom {
        gap: 14px;
    }

}

@media screen and (max-width: 375px) {
    #footer .footer-new .obj-menu .obj-inner .menu .menu-item a {
        font-size: 16px;
    }

    #footer .footer-new .obj-menu .obj-inner ul.menu li ul.sub-menu li a {
        font-size: 15px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item ul.sub-menu {
        margin-top: 20px;
    }

    #footer .v2.footer-new .obj-menu .obj-inner .menu .menu-item ul.sub-menu {
        margin-top: 20px;
    }

    .v2.footer-new .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer input {
        font-size: 12px;
        padding: 9px 15px 8px 15px;
    }
}

/*  */

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    padding-bottom: 0;
    padding-top: 0;
}

.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content .obj-faq-item-text p {
    margin-bottom: 0;
    max-width: 100%;
}

.section-17 .obj-faq .obj-faq-item {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask-image: none;
    mask-image: none;
    position: relative;
    width: 100%;
}

.section-17 .obj-faq .obj-faq-item.active .obj-faq-item-title a i {
    line-height: 0;
}

.section-17 .obj-faq .obj-faq-item:last-child .obj-faq-item-content {
    border-bottom: 0;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-title {
    margin-bottom: 0;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-title:after {
    bottom: 0;
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #C67E36;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: 1.867vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2857;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.133vw;
    padding-top: 2.133vw;
    text-transform: uppercase;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a span {
    max-width: 40.467vw;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a i {
    color: #000;
    font-size: 3.267vw;
    font-weight: 200;
    line-height: 0.75;
    margin-right: 1.067vw;
    margin-top: 2.133vw;
    position: absolute;
    right: 0;
    top: 0;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-content {
    margin-left: auto;
    margin-right: 8.667vw;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
    padding-bottom: 4.267vw;
    padding-top: 1.867vw;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
    max-width: 30.2vw;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a {
    position: relative;
}

.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
    background: #0A2569;
    bottom: 0.25vw;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.section-18.methodology .obj-content.heading {
    margin-left: 14.333vw;
    max-width: 58.467vw;
}

.section-18.methodology .obj-content.heading .obj-title {
    color: #000;
    margin-bottom: 0;
    text-indent: 0;
}

.section-18.methodology .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-18.methodology .obj-content.heading .obj-title span:first-of-type {
    color: #C67E36;
}

.section-18.methodology .obj-content.heading .obj-title span:last-of-type {
    bottom: 0.467vw;
}

.section-18.methodology .obj-content:not(.heading) {
    margin-left: 23.333vw;
    margin-right: 16.333vw;
    margin-top: -2.333vw;
}

.section-18.methodology .obj-content:not(.heading) .obj-inner .obj-figure {
    width: 24.2vw;
}

.section-18.methodology .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 8vw;
    width: 25.333vw;
}

.section-18.psilocybin.v2 .obj-content:not(.heading) {
    margin-top: -3.0666vw;
}

.section-18.psilocybin.v2 .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 13.4vw;
    width: 28.58vw;
}

.section-18.psilocybin .obj-content.heading {
    margin-left: 7.867vw;
}

.section-18.psilocybin .obj-content.heading .obj-title {
    color: #000;
    margin-bottom: 0;
    text-indent: 0;
}

.section-18.psilocybin .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-18.psilocybin .obj-content.heading .obj-title span:last-of-type {
    bottom: 0.75vw;
    font-size: 2.6vw;
    position: relative;
}

.section-18.psilocybin .obj-content:not(.heading) {
    margin-left: 20.8vw;
    margin-right: 14.6667vw;
    margin-top: -3.0666vw;
}

.section-18.psilocybin.v2 .obj-content:not(.heading) {
    margin-left: 8.8vw;
    margin-right: 8.8vw;
}

.section-18.psilocybin.v2 .obj-content:not(.heading) .obj-inner .obj-figure {
    width: auto;
}

.section-18.psilocybin.v2 .obj-content:not(.heading) .obj-inner .obj-figure {
    margin-left: 5.4vw;
}

@media only screen and (max-width: 767px) {
   .section-18.psilocybin.v2 .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-left: 0;
    }     
}

.section-18.psilocybin .obj-content:not(.heading) .obj-inner .obj-figure {
    height: 35.0667vw;
    width: 27.6vw;
}

.section-18.psilocybin .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 15vw;
    width: 28.6vw;
}

.section-18.community .obj-content.heading .obj-title {
    color: #000;
}

.section-18.community .obj-content.heading .obj-title span:last-of-type {
    bottom: 0.8vw;
    font-size: 2.6vw;
    position: relative;
}

.section-18.community .obj-content:not(.heading) .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-18.community .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 0;
}

.section-18 .obj-content.heading {
    margin-left: 7.867vw;
}

.section-18 .obj-content.heading .obj-title {
    color: #22553F;
    font-size: 4.5333vw;
    margin-bottom: 3.3333vw;
    word-spacing: 0.25em;
}

.section-18 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-18 .obj-content:not(.heading) {
    margin-left: 7.867vw;
}

.section-18 .obj-content:not(.heading) .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-18 .obj-content:not(.heading) .obj-inner .obj-figure {
    height: 29.0667vw;
    margin-left: 8.4vw;
    margin-right: auto;
    width: 52.2667vw;
}

.section-18 .obj-content:not(.heading) .obj-inner .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-18 .obj-content:not(.heading) .obj-inner .obj-box {
    /*padding-top: 5.3333vw;*/
    width: 26.667vw;
}

.section-18 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
    font-size: 1.2vw;
}

.section-19.community .obj-content .obj-box {
    left: 13vw;
    right: unset;
}

.section-19.community .obj-content .obj-box .obj-context {
    max-width: 23.733vw;
}

.section-19 .obj-content {
    position: relative;
}

.section-19 .obj-content .obj-figure img {
    border-radius: 0;
}

.section-19 .obj-content .obj-box {
    position: absolute;
    right: 11.333vw;
    top: 8vw;
    width: 40.6vw;
}

.section-19 .obj-content .obj-box .obj-title {
    font-size: 5.067vw;
}

.section-19 .obj-content .obj-box .obj-context {
    max-width: 35.867vw;
}

.section-20 .obj-content.heading .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 1.8vw;
    text-align: center;
    word-spacing: 0.25em;
}

.section-20 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-20 .obj-team .obj-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-20 .obj-team .obj-fields .obj-radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.section-20 .obj-team .obj-fields .obj-radio:not(:last-child):after {
    content: "/";
    font-size: 1.6vw;
    line-height: 1;
    margin-left: 2.133vw;
    margin-right: 2.133vw;
}

.section-20 .obj-team .obj-fields .obj-radio input {
    display: none;
}

.section-20 .obj-team .obj-fields .obj-radio input:checked+span {
    border-color: #000 !important;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
}

.section-20 .obj-team .obj-fields .obj-radio span {
    background: transparent;
    border: 0.1rem solid transparent !important;
    border-radius: 20vw !important;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.8vw 0 0.733vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-20 .obj-team .obj-members {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -3.333vw;
    margin-left: 4.631vw;
    margin-right: 4.631vw;
    margin-top: 3.4667vw;
}

.section-20 .obj-team .obj-members .obj-content {
    margin-bottom: 3.333vw;
    margin-left: 2.79vw;
    margin-right: 2.79vw;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 24.667vw;
}

.section-20 .obj-team .obj-members .obj-content:hover .obj-figure {
    opacity: 0.8;
}

.section-20 .obj-team .obj-members .obj-content .obj-figure {
    height: 18.533vw;
    margin-bottom: 1.6vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-20 .obj-team .obj-members .obj-content .obj-figure.left img {
    -o-object-position: left;
    object-position: left;
}

.section-20 .obj-team .obj-members .obj-content .obj-figure.right img {
    -o-object-position: right;
    object-position: right;
}

.section-20 .obj-team .obj-members .obj-content .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header {
    position: relative;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header.v2:before {
    content: none;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header.v2 .obj-title {
    display: none;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header:before {
    background: #000;
    bottom: 0.9vw;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
    content: none;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header .obj-title {
    background: #fff0e5;
    display: inline-block;
    font-size: 0.933vw;
    line-height: 1.7857;
    margin-bottom: 0;
    padding-right: 2.11vw;
    position: relative;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header .obj-name {
    font-size: 1.867vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.17857;
    margin-bottom: 0.4vw;
    text-transform: uppercase;
}

.section-20 .obj-team .obj-members .obj-content .obj-box .obj-button {
    display: none;
}

.section-20 .obj-team .obj-members .obj-content .overlay {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-20 .obj-team .load-more {
    bottom: 0;
    display: none;
    left: 0;
    pointer-events: none;
    position: absolute;
}

#popup-slider {
    background: #0A2569;
    min-height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#popup-slider.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

#popup-slider #popup-sticky {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

#popup-slider #popup-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 4.467vw;
    top: 2.667vw;
    width: 2.933vw;
    z-index: 2;
}

#popup-slider #popup-close:hover svg path {
    stroke: #0A2569;
}

#popup-slider #popup-close:hover svg circle {
    fill-opacity: 1;
}

#popup-slider #popup-close svg {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#popup-slider #popup-close svg circle {
    fill: #fff;
    fill-opacity: 0;
}

#popup-slider #popup-close svg path,
#popup-slider #popup-close svg circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#popup-slider .swiper {
    height: 100%;
}

#popup-slider .swiper .swiper-slide {
    background: #0A2569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0 !important;
}

#popup-slider .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

#popup-slider .swiper .swiper-slide .obj-figure {
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 43.733vw;
}

#popup-slider .swiper .swiper-slide .obj-figure.left img {
    -o-object-position: left;
    object-position: left;
}

#popup-slider .swiper .swiper-slide .obj-figure.right img {
    -o-object-position: right;
    object-position: right;
}

#popup-slider .swiper .swiper-slide .obj-figure img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

#popup-slider .swiper .swiper-slide .obj-details {
    background: #0A2569;
    color: #FCF1E6;
    height: 100vh;
    padding-left: 53.3vw;
    padding-right: 9.6vw;
    overflow-y: scroll;
    padding-bottom: 4vw;
    padding-top: 8vw;
    scrollbar-width: none;
    width: 100.001vw;
}

#popup-slider .swiper .swiper-slide .obj-details::-webkit-scrollbar {
    display: none;
}

#popup-slider .swiper .swiper-slide .obj-details .obj-title {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
    color: inherit;
    font-size: 1.867vw;
    letter-spacing: 0.05em;
    line-height: 1.17857;
    margin-bottom: 0.6667vw;
    padding-bottom: 0.8667vw;
    text-transform: uppercase;
}

#popup-slider .swiper .swiper-slide .obj-details .obj-title small {
    display: block;
    font-family: "Nunito", sans-serif;
    font-size: 0.933vw;
    letter-spacing: 0;
    margin-top: 0.2667vw;
    text-transform: none;
}

#popup-slider .swiper .swiper-slide .obj-details .obj-title small:empty {
    display: none;
}

#popup-slider .swiper-buttons {
    bottom: 2.667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.1333vw;
    left: 30.9993vw;
    position: absolute;
    width: 10.0667vw;
    z-index: 2;
}

#popup-slider .swiper-buttons .swiper-button {
    background: #fff;
    border-radius: 2.5333vw;
    height: 2.1333vw;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 4.4vw;
}

#popup-slider .swiper-buttons .swiper-button:hover {
    background: #FCF1E6;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-disabled {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
    left: 0;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
    right: 0;
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#popup-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    display: block;
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

#popup-slider .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-21 .obj-content.heading {
    margin-left: 7.867vw;
    max-width: 72.533vw;
}

.section-21 .obj-content.heading .obj-title {
    color: inherit;
    font-size: 4.5333vw;
    margin-bottom: 5vw;
    word-spacing: 0.25em;
}

.section-21 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-21 .obj-content:not(.heading) {
    margin-left: 13.2vw;
    margin-right: 7.867vw;
}

.section-21 .obj-content:not(.heading) .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-21 .obj-content:not(.heading) .obj-box .obj-title {
    color: inherit;
    font-size: 2.6667vw;
    max-width: 35.6667vw;
}

.section-21 .obj-content:not(.heading) .obj-box .obj-context {
    border-left: 0.1rem solid #0A2569;
    font-size: 1.2vw;
    margin-left: 1.4667vw;
    max-width: 41.8667vw;
    padding-left: 2.6vw;
}

.section-22.reverse .obj-content .obj-figure {
    margin-left: auto;
    margin-right: 7.867vw;
}

.section-22.reverse .obj-content .obj-box {
    margin-left: 7.867vw;
}

.section-22 .obj-content .obj-figure {
    height: 29.0667vw;
    margin-left: 7.867vw;
    width: 52vw;
}

.section-22 .obj-content .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-22 .obj-content .obj-box {
    background: #fff;
    margin-left: 42.7333vw;
    margin-top: -22.1333vw;
    padding-bottom: 2.4667vw;
    padding-left: 3.5333vw;
    padding-right: 3.5333vw;
    padding-top: 3.0667vw;
    position: relative;
    width: 44.667vw;
}

.section-22 .obj-content .obj-box .obj-title {
    border-bottom: 0.1rem solid #000;
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
    padding-bottom: 1.6vw;
}

.section-22 .obj-content .obj-box .obj-context {
    max-width: 28.5vw;
    padding-left: 0.6vw;
}

.section-23.location .obj-content {
    margin-left: 7.867vw;
    padding-left: 2.8667vw;
}

.section-23.location .obj-content.heading {
    margin-bottom: 2.8333vw;
}

.section-23.location .obj-content.heading .obj-box .obj-header .obj-title {
    max-width: 50.267vw;
    position: relative;
    word-spacing: 0.25em;
}

.section-23.location .obj-content.heading .obj-box .obj-header .obj-title span.highlight {
    bottom: 0;
    font-size: inherit;
    left: unset;
    margin: 0;
    position: relative;
    top: unset;
}

.section-23.location .inner-row {
    margin-left: 20.8003vw;
    max-width: 59.533vw;
}

.section-23.location .inner-row .obj-content {
    padding-bottom: 1.3333vw;
    padding-left: 0;
    padding-right: 1.333vw;
    padding-top: 1.3333vw;
}

.section-23.location .inner-row .obj-content:not(:first-child) {
    padding-top: 1.3333vw;
}

.section-23.location .inner-row .obj-content:last-child {
    border-bottom: 0;
}

.section-23.location .inner-row .obj-content .obj-box .obj-header:before {
    content: none;
}

.section-23.location .inner-row .obj-content .obj-box .obj-header .obj-title {
    font-size: 2.6667vw;
    font-weight: 250;
    line-height: 1.222;
    max-width: 29.733vw;
    text-transform: none;
}

.section-23.location .inner-row .obj-content .obj-box .obj-context {
    width: 23.133vw;
}

.section-23.apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-23.apply .obj-content {
    margin-left: 0;
}

.section-23.apply .obj-content.heading-2 {
    margin-bottom: 6.8vw;
}

.section-23.apply .obj-content.heading-2 .obj-title {
    color: #FCF1E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.section-23.apply .obj-content.heading-2 .obj-title small {
    font-size: 1.867vw;
    letter-spacing: 0.05em;
    margin-bottom: 4.133vw;
    text-transform: uppercase;
}

.section-23.apply .obj-content .obj-button {
    margin-left: 4.466vw;
    margin-top: 6.4vw;
    width: 46.8vw;
}

.section-23.apply .obj-content .obj-button .obj-link {
    border: 0.1rem solid #FCF1E6;
    border-radius: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 3.267vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-23.apply .obj-content .obj-button .obj-link:hover {
    background: #FCF1E6;
    color: #0A2569;
}

.section-23.apply .obj-content .obj-button .obj-link:hover svg path {
    stroke: #0A2569;
}

.section-23.apply .obj-content .obj-button .obj-link svg {
    margin-left: 1.6vw;
    margin-right: 0;
}

.section-23.apply .obj-content .obj-button .obj-link svg path {
    stroke: #FCF1E6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-23.apply .inner-row {
    margin-left: 0;
    max-width: 100%;
}

.section-23.apply .inner-row .obj-content {
    padding-right: 6.4vw;
}

.section-23.apply .inner-row .obj-content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.section-23.apply .inner-row .obj-content .obj-box .obj-header .obj-title {
    max-width: 15.267vw;
}

.section-23.apply .inner-row .obj-content .obj-box .obj-context {
    line-height: 1.8125;
    padding-top: 0.333vw;
    width: 29.4vw;
}

.section-23.apply .inner-row .obj-content .obj-box .obj-context p:not(:last-child) {
    margin-bottom: 1.4vw;
}

.section-23.apply .inner-row .obj-content .obj-box .obj-context p a {
    border-bottom: 0.1rem solid #FCF1E6;
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-23.apply .inner-row .obj-content .obj-box .obj-context p a:hover {
    border-bottom-color: #D3E4F9;
    color: #D3E4F9;
}

.section-23.v2 .obj-content {
    margin-left: 7.867vw;
}

.section-23.v2 .obj-content.heading {
    margin-bottom: 3.3333vw;
    width: auto;
}

.section-23.v2 .obj-content.heading .obj-box .obj-title {
    color: #0A2569;
    font-size: 4.5333vw;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    word-spacing: 0.25em;
}

.section-23.v2 .obj-content.heading .obj-box .obj-title span:first-of-type {
    bottom: unset;
    font-size: inherit;
    margin-left: 0;
}

.section-23.v2 .obj-content.heading .obj-box .obj-title span:last-of-type {
    margin-left: 0;
}

.section-23.v2 .obj-content.heading .obj-box .obj-context {
    margin-left: 5.3333vw;
    max-width: 41.4667vw;
}

.section-23.v2 .obj-content.heading-2 {
    margin-left: 0;
    text-align: center;
}

.section-23.v2 .obj-content.heading-2 .obj-box .obj-title {
    color: #0A2569;
    margin-bottom: 2.2667vw;
}

.section-23.v2 .inner-row {
    margin: 0 auto;
    max-width: calc(100% - 15.734vw);
}

.section-23.v2 .inner-row .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-23.v2 .inner-row .inner-wrap .obj-content {
    border-right: 0.1rem solid rgba(10, 37, 105, 0.1);
    padding: 0;
    width: 33.33%;
}

.section-23.v2 .inner-row .inner-wrap .obj-content:last-child {
    border-right: 0;
}

.section-23.v2 .inner-row .inner-wrap .obj-content .obj-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2.27vw;
}

.section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-header:before {
    content: none;
}

.section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-header .obj-title {
    color: #C67E36;
    margin-bottom: 1.6vw;
    text-align: center;
}

.section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-context {
    width: 100%;
}

.section-23 .obj-content {
    margin-left: 12.2vw;
}

.section-23 .obj-content.heading {
    margin-bottom: 5.333vw;
    width: 69.067vw;
}

.section-23 .obj-content.heading .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-23 .obj-content.heading .obj-box .obj-title {
    font-size: 5.067vw;
    margin-bottom: 0;
    max-width: 39.467vw;
}

.section-23 .obj-content.heading .obj-box .obj-title span {
    color: #C67E36;
    bottom: 0.833vw;
    font-size: 2.6vw;
    margin-left: 1.733vw;
    position: relative;
}

.section-23 .obj-content.heading .obj-box .obj-context {
    margin-left: 3.933vw;
    max-width: 25.667vw;
}

.section-23 .obj-content.heading-2 .obj-title {
    font-size: 2.6667vw;
    margin-bottom: 5.733vw;
}

.section-23 .inner-row {
    margin-left: 12.2vw;
    max-width: 70vw;
}

.section-23 .inner-row .inner-wrap {
    counter-reset: count;
}

.section-23 .inner-row .obj-content {
    border-bottom: 0.1rem solid rgba(252, 241, 230, 0.3);
    margin-left: 0;
    padding-bottom: 3.6vw;
    padding-right: 2.8vw;
}

.section-23 .inner-row .obj-content:not(:first-child) {
    padding-top: 2vw;
}

.section-23 .inner-row .obj-content .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-23 .inner-row .obj-content .obj-box .obj-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-23 .inner-row .obj-content .obj-box .obj-header:before {
    counter-increment: count;
    content: counter(count, decimal-leading-zero);
    line-height: 1.8125;
    margin-right: 2.333vw;
    width: 2.667vw;
}

.section-23 .inner-row .obj-content .obj-box .obj-header .obj-title {
    font-size: 1.867vw;
    font-weight: 200;
    line-height: 1.17857;
    margin-bottom: 0;
    max-width: 20.6vw;
}

.section-23 .inner-row .obj-content .obj-box .obj-context {
    width: 23.867vw;
}

.section-24 .obj-content.heading {
    margin-left: 7.867vw;
    width: 72.533vw;
}

.section-24 .obj-content.heading .obj-title {
    color: #D3E4F9;
    font-size: 4.5333vw;
    margin-bottom: 3.3333vw;
    word-spacing: 0.25em;
}

.section-24 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-24 .inner-row .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 7.867vw;
}

.section-24 .inner-row .obj-content {
    border-bottom: 0.1rem solid #0A2569;
    position: relative;
    width: 38.2vw;
}

.section-24 .inner-row .obj-content:first-child {
    margin-right: 3.9333vw;
    width: 42.1333vw;
}

.section-24 .inner-row .obj-content:first-child .obj-box {
    border-right: 0.1rem solid #a3c4ec;
    padding-right: 3.9333vw;
}

.section-24 .inner-row .obj-content.obj-color-light {
    color: #D3E4F9;
}

.section-24 .inner-row .obj-content .obj-box .obj-header {
    margin-top: 3vw;
}

.section-24 .inner-row .obj-content .obj-box .obj-header .obj-title {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 2.6667vw;
    position: relative;
}

.section-24 .inner-row .obj-content .obj-box .obj-sub-header {
    left: 0;
    position: absolute;
    top: 0;
}

.section-24 .inner-row .obj-content .obj-box .obj-sub-header small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Nunito", sans-serif;
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.083;
    margin-bottom: 1.867vw;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-24 .inner-row .obj-content .obj-box .obj-sub-header small:after {
    background: #0A2569;
    content: "";
    height: 0.1rem;
    margin-left: 1.8vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3.733vw;
}

.section-25 .obj-blog-feature {
    margin-left: 7.467vw;
    padding-right: 5.267vw;
    padding-top: 4.667vw;
    position: relative;
    width: 85.667vw;
}

.section-25 .obj-blog-feature:hover .obj-inner .obj-details .obj-link svg {
    margin-right: 0.9335vw;
}

.section-25 .obj-blog-feature .obj-inner {
    background: #fff;
    min-height: 29.4667vw;
    padding-bottom: 3.3333vw;
    padding-left: 7vw;
    padding-top: 3.3333vw;
}

.section-25 .obj-blog-feature .obj-inner .obj-figure {
    height: 26.8vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 45.7333vw;
}

.section-25 .obj-blog-feature .obj-inner .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-25 .obj-blog-feature .obj-inner .obj-details {
    width: 27.267vw;
}

.section-25 .obj-blog-feature .obj-inner .obj-details .obj-term {
    display: block;
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    margin-bottom: 1.6vw;
    text-transform: uppercase;
}

.section-25 .obj-blog-feature .obj-inner .obj-details .obj-title {
    font-size: 2.6667vw;
    margin-bottom: 3.2vw;
    padding-right: 4.1vw;
}

.section-25 .obj-blog-feature .obj-inner .obj-details .obj-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C67E36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.067vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-transform: uppercase;
}

.section-25 .obj-blog-feature .obj-inner .obj-details .obj-link svg {
    margin-right: 1.8667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-25 .obj-blog-feature .obj-inner .obj-details .obj-link svg path {
    stroke: #C67E36;
}

.section-25 .obj-blog-feature .obj-inner .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-26 .obj-content.heading {
    margin-bottom: 8vw;
    margin-left: 7.867vw;
    width: 86vw;
}

.section-26 .obj-content.heading .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-26 .obj-content.heading .obj-box .obj-title {
    font-size: 5.067vw;
    margin-bottom: 0;
}

.section-26 .obj-content.heading .obj-box .obj-title span.highlight {
    color: #C67E36;
}

.section-26 .obj-content.heading .obj-box .obj-context {
    margin-left: auto;
    width: 22.533vw;
}

.section-26 .obj-blog-posts {
    margin-left: 4.767vw;
}

.section-26 .obj-blog-posts.complete .obj-inner {
    margin-bottom: -3.3333vw;
    padding-bottom: 0;
}

.section-26 .obj-blog-posts.complete .obj-inner .load-more-container {
    opacity: 0;
    pointer-events: none;
}

.section-26 .obj-blog-posts .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3.267vw;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.section-26 .obj-blog-posts .obj-inner .obj-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.3333vw;
    margin-left: 2.745vw;
    margin-right: 2.745vw;
    position: relative;
    width: 24.667vw;
}

.section-26 .obj-blog-posts .obj-inner .obj-post:hover .obj-figure {
    opacity: 0.8;
}

.section-26 .obj-blog-posts .obj-inner .obj-post:hover .obj-details .obj-link svg {
    margin-right: 0.9335vw;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-figure {
    height: 28.961vw;
    margin-bottom: 3.2vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 28.961vw - 3.2vw);
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-title {
    font-size: 1.867vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.17857;
    margin-bottom: 1.133vw;
    text-transform: uppercase;
    width: 24vw;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button {
    margin-top: auto;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button .obj-link {
    color: #C67E36;
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.08333;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button .obj-link svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button .obj-link svg path {
    stroke: #C67E36;
}

.section-26 .obj-blog-posts .obj-inner .obj-post .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-26 .obj-blog-posts .obj-inner .load-more-container {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 100%;
}

.section-26 .obj-blog-posts .obj-inner .load-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #000;
    border-radius: 2.333vw;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6vw;
    height: 3.267vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -2.3835vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 16.2vw;
}

.section-26 .obj-blog-posts .obj-inner .load-more:hover {
    background: #000;
    color: #fff;
}

.section-27 .obj-content {
    margin: 0 auto;
    width: 85.067vw;
}

.section-27 .obj-content.play .obj-figure {
    cursor: pointer;
}

.section-27 .obj-content .obj-figure {
    height: 46.933vw;
    margin-bottom: 2vw;
}

.section-27 .obj-content .obj-figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.section-27 .obj-content .obj-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-27 .obj-content .obj-box .obj-header {
    width: 32vw;
}

.section-27 .obj-content .obj-box .obj-header .obj-title {
    font-size: 1.867vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.17857;
    margin-bottom: 0;
}

.section-27 .obj-content .obj-box .obj-context {
    margin-left: auto;
    margin-right: 1vw;
    width: 23.8vw;
}

.section-28 {
    background: #FCF1E6;
    padding-bottom: 3.3333vw;
    padding-top: 3.3333vw;
}

.section-28 .wrap {
    margin-left: 12.2vw;
    max-width: 75.667vw;
}

.section-28 .wrap>*:not(.img):not(.iframe) {
    max-width: 60.8vw;
}

/*.section-28 .wrap>h1:first-child,
.section-28 .wrap h2:first-child,
.section-28 .wrap h3:first-child {
    font-size: 5.067vw;
    max-width: 58.467vw;
    text-transform: uppercase;
}*/

.section-28 .wrap .img,
.section-28 .wrap .iframe {
    line-height: 0;
    margin: 3.3333vw 0;
}

.section-28 .wrap h2:not(:first-child) {
    font-size: 4.4vw;
    margin-bottom: 1.6vw;
    margin-top: 3.3333vw;
    max-width: 46.067vw !important;
    text-transform: uppercase;
}

.section-28 .wrap h3,
.section-28 .wrap h4,
.section-28 .wrap h5,
.section-28 .wrap h6 {
    font-size: 2.6667vw;
    margin-bottom: 1.6vw;
    margin-top: 3.3333vw;
    max-width: 46.067vw !important;
    text-transform: uppercase;
}

.section-29 .obj-content {
    position: relative;
}

.section-29 .obj-content:hover .obj-figure img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.section-29 .obj-content:hover .obj-box .obj-link {
    background: #C67E36;
    color: #fff;
}

.section-29 .obj-content .obj-figure {
    height: 27.4667vw;
    overflow: hidden;
}

.section-29 .obj-content .obj-figure img {
    border-radius: 0;
    height: 100%;
    -webkit-transition: all 0.75s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.75s cubic-bezier(0.5, 1, 0.89, 1);
    width: 100%;
}

.section-29 .obj-content .obj-box {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 58.2vw;
    padding-top: 3.3333vw;
    position: absolute;
    right: 0;
    top: 0;
}

.section-29 .obj-content .obj-box .obj-title {
    color: #FCF1E6;
    font-size: 3.8667vw;
    margin-bottom: 0;
    text-align: center;
    word-spacing: 0.25em;
}

.section-29 .obj-content .obj-box .obj-button {
    margin-top: 3.3333vw;
}

.section-29 .obj-content .obj-box .obj-link {
    background: #fff;
    border-radius: 2.4vw;
    color: #C67E36;
    font-size: 0.6vw;
    height: 2.4667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-transform: uppercase;
    width: 7.9333vw;
}

.section-29 .obj-content .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-30.v2 .wrap {
    margin-left: 20.533vw;
    max-width: 62.933vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body {
    margin-right: 0;
    width: 100%;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
    margin-bottom: 2.667vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .ginput_container {
    line-height: 0;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .ginput_container.ginput_container_select {
    position: relative;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .ginput_container.ginput_container_select:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v7.svg");
    background-repeat: no-repeat;
    background-size: center;
    content: "";
    height: 0.667vw;
    position: absolute;
    right: 0;
    top: 1.2vw;
    width: 1.333vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields label {
    font-size: 1.333vw;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields label .gfield_required {
    display: none;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
    border-bottom-color: rgba(0, 0, 0, 0.4);
    color: #000;
    font-family: "Canela", sans-serif;
    font-size: 1.867vw;
    font-weight: 200;
    letter-spacing: 0.02em;
    min-height: 5.044vw;
    padding-bottom: 1.6vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input::-webkit-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-webkit-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input::-moz-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-moz-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input:-ms-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:-ms-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input::-ms-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-ms-input-placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input::placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::placeholder,
.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select option {
    font-family: "Nunito", sans-serif;
    font-size: 1.067vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer {
    margin-top: 5vw;
    width: 100%;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    background: transparent;
    border: 0.1rem solid #000;
    font-size: 0.8vw;
    height: 3.267vw;
    margin-left: auto;
    width: 15.2vw;
}

.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
    background: #000;
    color: #fff;
}

.section-31 .obj-content.heading {
    margin-bottom: 3.3333vw;
    margin-left: 7.867vw;
}

.section-31 .obj-content.heading .obj-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-31 .obj-content.heading .obj-title {
    color: inherit;
    font-size: 4.5333vw;
    margin-bottom: 0;
    padding-top: 0.35vw;
    word-spacing: 0.25em;
}

.section-31 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-31 .obj-content.heading .obj-context {
    font-size: 1.2vw;
    margin-left: 8.3333vw;
    max-width: 34.4667vw;
}

.section-31 .obj-slider {
    margin-left: 16.133vw;
    position: relative;
    width: 69.067vw;
}

.section-31 .obj-slider:nth-child(2) .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
    left: 45vw;
    top: 1.2vw;
    width: 22vw;
}

.section-31 .obj-slider:nth-child(3) {
    margin-top: 6.6667vw;
}

.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides {
    height: 27.667vw;
}

.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
    left: 0;
    top: -2vw;
}

.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
    margin-left: auto;
    width: 33vw;
}

.section-31 .obj-slider:nth-child(3) .obj-inner .swiper-pagination {
    left: 39.867vw;
}

.section-31 .obj-slider:nth-child(3) .obj-inner .swiper-buttons {
    left: 36.2vw;
}

.section-31 .obj-slider[data-slide="1"]:after {
    width: 66.66%;
}

.section-31 .obj-slider[data-slide="2"]:after {
    width: 100%;
}

.section-31 .obj-slider:after {
    background: #0A2569;
    bottom: 0;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 33.33%;
    z-index: 1;
}

.section-31 .obj-slider>.obj-inner {
    border-bottom: 0.1rem solid rgba(10, 37, 105, 0.3);
}

.section-31 .obj-slider .obj-inner .obj-slides {
    height: 26.333vw;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content {
    background: #d3e4f9;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
    position: absolute;
    width: 31.333vw;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
    width: 36.267vw;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-title {
    color: #0A2569;
    font-size: 2.6667vw;
    margin-bottom: 1.4667vw;
}

.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context {
    color: #0A2569;
    max-width: 28.133vw;
}

.section-31 .obj-slider .obj-inner .swiper-pagination {
    bottom: 2vw;
    color: #0A2569;
    display: block !important;
    font-family: "Canela", sans-serif;
    font-size: 2.133vw;
    font-weight: 200;
    left: 3.667vw;
    line-height: 1;
    width: 3.26vw;
}

.section-31 .obj-slider .obj-inner .swiper-pagination span:first-child {
    margin-right: -0.3vw;
}

.section-31 .obj-slider .obj-inner .swiper-pagination span:last-child {
    margin-left: -0.2vw;
}

.section-31 .obj-slider .obj-inner .swiper-buttons {
    bottom: 2.2vw;
    height: 2.133vw;
    left: 0;
    position: absolute;
    width: 10.65vw;
    z-index: 2;
}

.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button {
    height: 100%;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.6vw;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.6vw;
}

.section-32 .obj-content {
    margin-left: 7.867vw;
    margin-right: 7.867vw;
}

.section-32 .obj-content:first-child {
    margin-bottom: 2.7333vw;
}

.section-32 .obj-content:first-child .obj-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-32 .obj-content:first-child .obj-box .obj-header {
    margin-right: 3.3333vw;
    max-width: 25.4667vw;
}

.section-32 .obj-content:first-child .obj-box .obj-context {
    font-size: 1.2vw;
    max-width: 55.7333vw;
}

.section-32 .obj-content:last-child {
    margin-bottom: 0;
}

.section-32 .obj-content .obj-title {
    color: #fff;
    font-size: 4.5333vw;
    margin-bottom: 0;
    word-spacing: 0.25em;
}

.section-32 .obj-content .obj-title span {
    color: #C67E36;
}

.section-32 .obj-content .obj-context ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto -2.7333vw;
    position: relative;
    width: 50vw;
}

.section-32 .obj-content .obj-context ul li {
    line-height: 2.25;
    margin-bottom: 2.7333vw;
}

.section-32 .obj-content .obj-context ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Canela", sans-serif;
    font-size: 2.667vw;
    font-weight: 200;
    line-height: inherit;
}

.section-32 .obj-content .obj-context ul li a:hover {
    opacity: 0.5;
}

.section-32 .obj-content .obj-context ul li a img {
    border-radius: 0;
    width: 100%;
}

.section-33 .obj-content.heading {
    margin-left: 7.867vw;
    width: 62.8vw;
}

.section-33 .obj-content.heading .obj-title {
    font-size: 4.5333vw;
    margin-bottom: 2.5333vw;
    word-spacing: 0.25em;
}

.section-33 .obj-content.heading .obj-title span {
    color: #C67E36;
}

.section-33 .obj-slider {
    margin-left: 7.867vw;
    margin-right: 7.867vw;
    padding-left: 0.6vw;
}

.section-33 .obj-slider .swiper {
    padding-bottom: 3.6667vw;
}

.section-33 .obj-slider .obj-slides .obj-content {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
    height: auto;
    margin-right: 0.1rem;
    padding-top: 0.8vw;
    width: 30.1333vw;
}

@media (min-width: 768px) {
    .section-33 .obj-slider .obj-slides .obj-content:hover .obj-figure {
        opacity: 0.5;
    }
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    padding-bottom: 1.2vw;
    padding-left: 2vw;
    padding-right: 2vw;
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-figure {
    max-height: 2.8667vw;
    max-width: 13.3333vw;
    margin-top: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-figure img {
    border-radius: 0;
    height: 100%;
    width: auto;
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-title {
    color: #fff;
    font-size: 1.733vw;
    line-height: 1.3;
    margin-bottom: 3.3333vw;
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-button {
    margin-top: 0;
    -webkit-mask-image: none;
    mask-image: none;
}

.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-button .obj-link {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.section-33 .obj-slider .swiper-pagination {
    bottom: 4.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0 -0.433vw;
}

.section-33 .obj-slider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(252, 241, 230, 0.3);
    border: 0;
    border-radius: 0;
    height: 0.1rem;
    margin: 0 0.433vw;
    opacity: 1;
    width: 2vw;
}

.section-33 .obj-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcf1e6;
}

.section-33 .obj-slider .swiper-buttons {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.1333vw;
    left: 0;
    position: absolute;
    width: 10.0667vw;
    z-index: 2;
}

.section-33 .obj-slider .swiper-buttons .swiper-button {
    background: #fff;
    border-radius: 2.5333vw;
    height: 2.1333vw;
    margin: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 4.4vw;
}

.section-33 .obj-slider .swiper-buttons .swiper-button:hover {
    background: #FCF1E6;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev {
    left: 0;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-next {
    right: 0;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
    left: 0;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
    right: 0;
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    display: block;
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-33 .obj-slider .swiper-buttons .swiper-button:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
    background-size: cover;
    content: "";
    height: 1.2667vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.2667vw;
}

.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .overlay {
    cursor: default;
    pointer-events: none;
}

.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-title {
    color: #C67E36;
}

.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    margin-top: 0.25vw;
    text-transform: none;
}

.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-right: 1.0667vw;
    width: 1.6vw;
}

.section-34 .obj-content {
    text-align: center;
}

.section-34 .obj-content .obj-title {
    font-size: 4.5333vw;
    margin: 0 auto;
    max-width: 58.4667vw;
    word-spacing: 0.25em;
}

.section-34 .obj-content .obj-title span.highlight {
    color: #C67E36;
}

.section-34 .obj-upcoming-schedule {
    margin-top: 0.0003vw;
}

.section-34 .obj-upcoming-schedule .obj-inner {
    margin: 0 auto;
    max-width: 78vw;
    position: relative;
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
    padding-bottom: 2.6667vw;
    padding-top: 3vw;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat:hover {
    opacity: 0.8;
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-title {
    font-size: 1.867vw;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text {
    font-size: 0.933vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    left: 36vw;
    margin-top: 0.35vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-date {
    font-size: 0.933vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 0.35vw;
}

.section-34 .obj-upcoming-schedule .obj-inner .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-34 .obj-upcoming-schedule .obj-inner .overlay.apply-schedule {
    display: none;
}

.section-34 .obj-upcoming-schedule .obj-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-34 .obj-upcoming-schedule .obj-button .obj-link {
    color: #C67E36;
}

.section-35 {
    padding-left: 8.8vw;
}

.section-35 .obj-content.explore {
    margin-left: 28.4667vw;
    margin-top: 3.3333vw;
}

.section-35 .obj-content .obj-figure {
    height: 28.3333vw;
    position: absolute;
    right: -4.2667vw;
    top: 1.8667vw;
    width: 39.0667vw;
}

.section-35 .obj-content .obj-figure img {
    height: 100%;
    width: 100%;
}

.section-35 .obj-content .obj-box .obj-title {
    color: #0A2569;
    font-size: 3.8667vw;
    margin-bottom: 0.9333vw;
}

.section-35 .obj-content .obj-box .obj-title span {
    color: #C67E36;
}

.section-35 .obj-content .obj-box .obj-context {
    color: #0A2569;
    font-family: "Canela", sans-serif;
    font-size: 1.467vw;
    font-weight: 200;
    max-width: 36.7333vw;
    padding-left: 0.6667vw;
}

.section-35 .obj-content .obj-box .obj-context ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.3333vw;
    -moz-column-gap: 3.3333vw;
    column-gap: 3.3333vw;
}

.section-35 .obj-content .obj-box .obj-context ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: auto;
}

.section-36.mobile {
    display: none;
}

.section-36 .bg-video {
    cursor: default;
    padding-top: 56.25%;
    pointer-events: none;
    position: relative;
}

.section-36 .bg-video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.gform_wrapper.gravity-theme#gform_wrapper_1 form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
    margin-top: 3.15vw;
}

.gform_wrapper.gravity-theme form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gform_wrapper.gravity-theme form .gform_body {
    margin-right: 6.133vw;
    width: 56.333vw;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields {
    grid-row-gap: inherit;
    margin-bottom: -4vw;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
    margin-bottom: 4vw;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_first {
    padding-right: 2.833vw !important;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_last {
    padding-left: 2.833vw !important;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .validation_message {
    border-radius: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.8vw;
    line-height: 1.5;
    margin: 1vw 0 0;
    padding: 0.75vw 2.5vw;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select {
    background: transparent;
    border-bottom: 0.15rem solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    line-height: 1.8095;
    padding: 0 0 0.667vw;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input::-moz-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-moz-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input:-ms-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:-ms-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input::-ms-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::-ms-input-placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input:-webkit-autofill,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:-webkit-autofill,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000vw #0A2569 inset;
    -webkit-text-fill-color: #fff;
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields input:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select:focus {
    outline: 0;
}

.gform_wrapper.gravity-theme form .gform_footer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 7.333vw;
}

.gform_wrapper.gravity-theme form .gform_footer:after {
    background-image: url("/wp-content/uploads/2023/04/arrow-v4.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.2vw;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.667vw;
}

.gform_wrapper.gravity-theme form .gform_footer .gform_button {
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    height: 7.333vw;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 7.333vw;
}

.gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
    background: #FCF1E6;
}

.gform_wrapper.gravity-theme form .gform_footer img {
    position: absolute;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    border-radius: 0 !important;
    margin: 0 0 1vw;
    padding: 1vw 1.5vw;
}

.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-family: "Nunito", sans-serif;
    font-size: 0.8vw;
    line-height: 1.5;
}

.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error .gform-icon {
    font-size: 1.6vw;
    left: 0.6vw;
}

@media (max-width: 767px) {
    .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error .gform-icon {
        font-size: 5.581vw;
        left: 2vw;
    }
}

.v2 .gform_wrapper.gravity-theme#gform_wrapper_1 {
    width: 28.95vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme#gform_wrapper_1 {
        width: 100%;
    }
}

.v2 .gform_wrapper.gravity-theme#gform_wrapper_1 form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme#gform_wrapper_1 form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.v2 .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme#gform_wrapper_1 form .gform_footer {
        margin-top: 6.977vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body {
    margin-right: 3.867vw;
    width: 17.133vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body {
        margin-right: 0;
        width: 100%;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields {
    margin-bottom: -1vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields {
        margin-bottom: -3.488vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
    margin-bottom: 1vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
        margin-bottom: 3.488vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_first,
.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_last {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_first {
    margin-bottom: 1vw;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_first {
        margin-bottom: 3.488vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_complex .name_last {
    margin-bottom: 0;
    padding-left: 0 !important;
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .validation_message {
    font-size: 0.733vw;
    padding: 0.75vw 1.5vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .validation_message {
        font-size: 2.558vw;
        margin-top: 2vw;
        padding: 2vw 3vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
    font-size: 0.933vw;
    line-height: 1.7857;
    padding: 0 0 1vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
        font-size: 4.651vw;
        line-height: 1.875;
        padding: 0 0 3.488vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_footer {
    width: 7.95vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_footer {
        margin: 0 auto;
        width: 27.733vw;
    }
}

.v2 .gform_wrapper.gravity-theme form .gform_footer:after {
    content: none;
}

.v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    border-radius: 20vw;
    color: #0D2A72;
    font-size: 0.6vw;
    height: 2.451vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 7.95vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
        font-size: 2.791vw;
        height: 8.551vw;
        width: 27.733vw;
    }
}

.v2 .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 1vw 0 1vw 1.5vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme .gform_validation_errors {
        padding: 2.5vw 3vw 2.5vw 9vw;
    }
}

.v2 .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: 0.733vw;
}

@media (max-width: 767px) {
    .v2 .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
        font-size: 2.558vw;
    }
}

.v2 .gform_confirmation_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .v2 .gform_confirmation_wrapper {
        text-align: center;
    }
}

.apply #apply {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    z-index: 999;
}

#apply {
    background: #0A2569;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -5vw;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    #apply {
        position: fixed;
    }
}

#apply .inner {
    padding-left: 7.867vw;
    padding-top: 3.5vw;
}

@media (max-width: 767px) {
    #apply .inner {
        padding-left: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #apply .inner .section-23.apply {
        padding-top: 18.605vw;
    }
}

#apply .inner .section-23.apply .obj-content.heading-2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #apply .inner .section-23.apply .obj-content.heading-2 {
        margin-left: 7.867vw;
    }
}

@media (max-width: 767px) {
    #apply .inner .section-23.apply .inner-row .obj-content {
        margin-left: 7.867vw;
        margin-right: 7.867vw;
    }
}

#apply .inner .section-23.apply .inner-row .obj-content:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    #apply .inner .section-23.apply .inner-row .obj-content.obj-button-top {
        padding-top: 0;
        position: absolute;
        right: 0;
        top: -9vw;
    }

    #apply .inner .section-23.apply .inner-row .obj-content.obj-button-top .obj-inner .obj-box .obj-button {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #apply .inner .section-23.apply .inner-row .obj-content.obj-button-top {
        margin-left: 0;
        margin-right: 0;
    }
}

#apply .inner .section-23.apply .inner-row .obj-content .obj-box .obj-header .obj-title {
    max-width: 27vw;
}

@media (min-width: 768px) {
    #apply .inner .section-23.apply .inner-row .obj-content .obj-box .obj-context {
        width: 50vw;
    }
}

#apply-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 2.933vw;
    padding: 0;
    position: absolute;
    right: 4.39vw;
    top: 2.68vw;
    -webkit-transition: none;
    transition: none;
    width: 2.933vw;
    z-index: 1;
}

#apply-close:hover svg path {
    stroke: #0A2569;
}

#apply-close:hover svg circle {
    fill-opacity: 1;
}

#apply-close svg {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#apply-close svg circle {
    fill: #fff;
    fill-opacity: 0;
}

#apply-close svg path,
#apply-close svg circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-subscribe #subscribe {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    z-index: 9999;
}

#subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(0.15vw);
    backdrop-filter: blur(0.15vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -5vw;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    #subscribe {
        position: fixed;
    }
}

#subscribe .inner {
    background: #0A2569;
    border-radius: 1.7333vw;
    height: 35vw;
    min-height: unset;
    overflow: hidden;
    position: relative;
    width: 55.7333vw;
}

#subscribe .inner #subscribe-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 2.933vw;
    padding: 0;
    position: absolute;
    right: 1.7333vw;
    top: 1.7333vw;
    -webkit-transition: none;
    transition: none;
    width: 2.933vw;
    z-index: 1;
}

#subscribe .inner #subscribe-close:hover svg path {
    stroke: #fff;
}

#subscribe .inner #subscribe-close:hover svg circle {
    fill-opacity: 1;
}

#subscribe .inner #subscribe-close svg {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#subscribe .inner #subscribe-close svg circle {
    fill: #000;
    fill-opacity: 0;
}

#subscribe .inner #subscribe-close svg path,
#subscribe .inner #subscribe-close svg circle {
    stroke: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#subscribe .inner .row .col {
    position: static;
}

#subscribe .inner .row .col .wrap {
    padding-bottom: 3.6667vw;
    padding-left: 4.6667vw;
    padding-right: 18.6667vw;
    padding-top: 3.6667vw;
}

#subscribe .inner .obj-content {
    color: #D3E4F9;
    margin-bottom: 2.4667vw;
    padding-right: 2vw;
}

#subscribe .inner .obj-content .obj-inner .obj-figure {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18.6667vw;
}

#subscribe .inner .obj-content .obj-inner .obj-figure img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

#subscribe .inner .obj-content .obj-inner .obj-title {
    color: inherit;
    font-size: 3.8667vw;
    margin-bottom: 1.2vw;
}

#subscribe .inner .v2 .gform_confirmation_wrapper {
    color: #FCF1E6;
}

#subscribe .inner .v2 .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

#subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
    color: #FCF1E6;
}

#subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .validation_message {
    display: none;
}

#subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    background: #D3E4F9;
}

#subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
    background: #FCF1E6;
}

.video-styles .obj-video-bg video {
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
    object-fit: cover;
}


@media (max-width: 767px) {
    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner {
        height: 100vh;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-figure img {
        -o-object-position: bottom;
        object-position: bottom;
        max-height: max-content;
        width: 100%;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-figure img:nth-of-type(1) {
        display: none;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
        height: 100%;
        padding-left: 8.372vw;
        padding-top: 34.4186vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-header {
        padding-right: 5vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-header .obj-title {
        font-size: 9.302vw;
        line-height: 1.05;
        margin-bottom: 9.302vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-header .obj-title span.highlight {
        margin-left: 0;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context {
        font-size: 6.047vw;
        line-height: 1.231;
        margin-left: 0;
        max-width: 71.163vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul {
        bottom: 0;
        left: 8.372vw;
        position: absolute;
        top: unset;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li {
        line-height: 0;
        margin-bottom: 7.907vw;
        margin-right: 2.3256vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context ul li a {
        border-radius: 12.7907vw;
        height: 19.6512vw;
        width: 12.6744vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-button {
        display: block;
        margin-top: 13.488vw;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-button .obj-link {
        color: #fff;
    }

    #banner .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-button .obj-link svg path {
        stroke: #fff;
    }

    #banner .obj-slider .obj-inner .swiper-pagination {
        bottom: 18.14vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 8.372vw;
        margin: 0 -2.558vw;
    }

    #banner .obj-slider .obj-inner .swiper-pagination .swiper-pagination-bullet {
        background: rgba(252, 241, 230, 0.3);
        border: 0;
        border-radius: 0;
        height: 0.1rem;
        margin: 0 2.558vw;
        opacity: 1;
        width: 7.442vw;
    }

    #banner .obj-slider .obj-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fcf1e6;
    }

    #banner .obj-slider .obj-inner .swiper-buttons {
        display: none;
    }

    .banner.team .obj-content .obj-box .obj-context {
        max-width: 71.163vw;
    }

    .banner.career .obj-content .obj-box .obj-header .obj-title span {
        margin-left: 11.628vw;
        width: 21.628vw;
    }

    .banner.location .obj-content {
        position: static;
    }

    .banner.location .obj-content .obj-figure {
        display: block;
    }

    .banner.location .obj-content .obj-box {
        padding-left: 8.372vw;
        padding-top: 74.419vw;
    }

    .banner.location .obj-content .obj-box .obj-header {
        padding-right: 8.372vw;
    }

    .banner.location .bg-video {
        display: none;
    }

    .banner.location .bg-video {
        display: block;
        padding-top: 0;
    }

    .banner.location .bg-video video.obj-video {
        object-fit: cover;
        height: 90vh;
        position: relative;
    }

    .banner.blog .obj-content .obj-box .obj-title span.highlight:first-of-type {
        margin-left: 0;
    }

    .banner.blog .obj-content .obj-box .obj-title span.highlight:last-of-type {
        bottom: 5.5vw;
        left: 33.721vw;
        width: 26.279vw;
    }

    .banner.blog .obj-content .obj-box .obj-context {
        margin-left: 0;
        max-width: 100%;
        padding-right: 8.372vw;
    }

    .banner.blog-post.has-img-m .obj-content .obj-figure img {
        display: none;
    }

    .banner.blog-post.has-img-m .obj-content .obj-figure img:nth-child(2) {
        display: block;
    }

    .banner.blog-post .obj-content .obj-box {
        max-width: 100%;
    }

    .banner.contact .obj-content .obj-box .obj-context {
        margin-left: 0;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .banner.psilocybin .obj-content .obj-box .obj-context {
        margin-left: 0;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .banner.community .obj-content .obj-box .obj-context {
        max-width: 100%;
        padding-right: 8.372vw;
    }

    .banner .obj-content.has-img-m .obj-figure img:not(.img-m) {
        display: none;
    }

    .banner .obj-content .obj-figure {
        height: 100vh;
    }

    .banner .obj-content .obj-box {
        padding-left: 8.372vw;
        padding-top: 74.419vw;
    }

    .banner .obj-content .obj-box .obj-header {
        padding-right: 5vw;
    }

    .banner .obj-content .obj-box .obj-header .obj-title {
        font-size: 9.302vw;
        line-height: 1.05;
        margin-bottom: 9.302vw;
    }

    .banner .obj-content .obj-box .obj-header .obj-title span.highlight {
        margin-left: 0;
    }

    .banner .obj-content .obj-box .obj-context {
        font-size: 6.047vw;
        line-height: 1.231;
        margin-left: 0;
        max-width: 71.163vw;
    }

    .banner .obj-content .obj-box .obj-button {
        display: block;
    }

    .section-0 {
        margin-bottom: -0.1rem;
    }

    .row.section-2 {
        padding-bottom: 7.6744vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-2 .wrap {
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-2 .obj-image {
        background-image: url(/wp-content/uploads/2023/04/mushroom-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -16.5%;
        height: 116.744vw;
        right: -49%;
        top: unset;
        width: 134vw;
    }

    .row.section-2 .obj-image img {
        display: none;
        width: 100%;
    }

    .row.section-2 .obj-content.obj-max {
        max-width: 100% !important;
    }

    .row.section-2 .obj-content.star .obj-header .obj-title .highlight:last-child {
        font-size: 7.442vw;
        left: 64vw;
        position: absolute;
        top: 17.6vw;
    }

    .row.section-2 .obj-content .obj-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-2 .obj-content .obj-figure {
        height: 56.7442vw;
        margin-top: 6.9767vw;
        position: relative;
        right: 0;
        top: 0;
        width: auto;
    }

    .row.section-2 .obj-content .obj-figure img {
        border-radius: 3.4884vw;
        height: 100%;
        width: 100%;
    }

    .row.section-2 .obj-content .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .row.section-2 .obj-content .obj-context {
        font-size: 3.721vw;
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-3 .wrap:before,
    .row.section-3 .wrap:after {
        content: none;
    }

    .row.section-3 .wrap .inner-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 6.2791vw;
        padding-left: 0;
        padding-right: 0;
        padding-top: 11.6279vw;
    }

    .row.section-3 .wrap .inner-row:before,
    .row.section-3 .wrap .inner-row:after {
        content: none;
    }

    .row.section-3 .wrap .inner-row .inner-col {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .row.section-3 .wrap .inner-row .inner-col:nth-child(1) .obj-content.star .obj-inner .obj-title small .highlight {
        right: 2.75vw;
    }

    .row.section-3 .wrap .inner-row .inner-col:nth-child(2) .obj-content.star .obj-figure {
        margin-left: 2.5vw;
    }

    .row.section-3 .wrap .inner-row .inner-col:nth-child(2) .obj-content.star .obj-title small .highlight {
        right: 1.5vw;
    }

    .row.section-3 .wrap .inner-row .obj-content.star .obj-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .row.section-3 .wrap .inner-row .obj-content.star .obj-inner .obj-box .obj-header {
        padding-right: 6.977vw;
    }

    .row.section-3 .wrap .inner-row .obj-content.star .obj-figure {
        opacity: 0;
        visibility: hidden;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1.5vw;
        width: 3.488vw;
    }

    .row.section-3 .wrap .inner-row .obj-content .obj-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 7.442vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .row.section-3 .wrap .inner-row .obj-content .obj-title span:first-of-type,
    .row.section-3 .wrap .inner-row .obj-content .obj-title span[data-char="+"] {
        display: inline;
    }

    .row.section-3 .wrap .inner-row .obj-content .obj-title small {
        font-size: 2.791vw;
        letter-spacing: 0.05em;
        line-height: 1.5625;
        margin-left: 0;
        margin-top: 3.256vw;
        text-align: center;
        width: 24vw;
        white-space: normal;
    }

    .row.section-3 .wrap .inner-row .obj-content .obj-title small br {
        display: none;
    }

    .row.section-3 .wrap .inner-row .obj-content .obj-title small .highlight {
        font-size: 4.651vw;
        margin: 0;
        position: absolute;
        right: 1vw;
        top: 0;
    }

    .row.section-3 .wrap .slider-title {
        margin-bottom: 8.837vw;
        margin-left: 8.372vw;
        width: 83.256vw;
    }

    .row.section-3 .wrap .slider-title .obj-title {
        font-size: 5.581vw;
        margin-bottom: 0;
    }

    .row.section-3 .wrap .obj-slider {
        padding-bottom: 11.6279vw;
        padding-left: 0;
    }

    .row.section-3 .wrap .obj-slider .swiper {
        padding-bottom: 18vw;
    }

    .row.section-3 .wrap .obj-slider .obj-content {
        background: #0A2569;
        height: auto;
    }

    .row.section-3 .wrap .obj-slider .obj-content .obj-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .row.section-3 .wrap .obj-slider .obj-box,
    .row.section-3 .wrap .obj-slider .obj-figure {
        background: #0A2569;
    }

    .row.section-3 .wrap .obj-slider .obj-figure {
        height: 53.9535vw;
        margin-bottom: 5.5814vw;
        position: relative;
        width: auto;
    }

    .row.section-3 .wrap .obj-slider .obj-box {
        padding-top: 0;
    }

    .row.section-3 .wrap .obj-slider .obj-title {
        font-size: 7.442vw;
        margin-bottom: 5.5814vw;
        max-width: 100%;
    }

    .row.section-3 .wrap .obj-slider .obj-context {
        font-size: 3.721vw;
        max-width: 100%;
    }

    .row.section-3 .wrap .swiper-pagination {
        bottom: 12.093vw;
        margin: 0 -1.1628vw;
    }

    .row.section-3 .wrap .swiper-pagination .swiper-pagination-bullet {
        margin: 0 1.1628vw;
        width: 6.9767vw;
    }

    .row.section-3 .wrap .swiper-buttons {
        height: 7.46655vw;
        width: 35.23345vw;
    }

    .row.section-3 .wrap .swiper-buttons .swiper-button {
        border-radius: 8.86655vw;
        height: 7.46655vw;
        width: 15.4vw;
    }

    .row.section-3 .wrap .swiper-buttons .swiper-button.swiper-button-disabled:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-3 .wrap .swiper-buttons .swiper-button:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-3.v2 {
        background: #061437 !important;
    }

    .row.section-3.v2 .wrap:before,
    .row.section-3.v2 .wrap:after {
        content: none;
    }

    .row.section-3.v2 .wrap .obj-content.sun {
        margin-left: 8.372vw;
        margin-top: 18.605vw;
        padding-top: 0;
        position: relative;
        z-index: 1;
    }

    .row.section-3.v2 .wrap .obj-content.sun .obj-figure {
        left: 52.326vw;
        position: absolute;
        top: 0.8vw;
        width: 5.581vw;
    }

    .row.section-3.v2 .wrap .obj-content.sun .obj-header .obj-title {
        font-size: 9.302vw;
        margin-bottom: 11.628vw;
    }

    .row.section-3.v2 .wrap .obj-content.sun .obj-header .obj-title .highlight:before {
        content: none;
    }

    .row.section-3.v2 .wrap .slider-title {
        margin-bottom: 8.837vw;
        margin-left: 8.372vw;
        width: 83.256vw;
    }

    .row.section-3.v2 .wrap .slider-title .obj-title {
        font-size: 5.581vw;
        margin-bottom: 0;
    }

    .row.section-3.v2 .wrap .obj-slider {
        padding-left: 0;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content {
        background: #061437;
        height: auto;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content .obj-inner {
        border-color: #FCF1E6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 100%;
        padding-top: 0;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
        max-width: 83.256vw;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button {
        margin-top: 11.628vw;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button .obj-link {
        font-size: 3.256vw;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-box,
    .row.section-3.v2 .wrap .obj-slider .obj-figure {
        background: #061437;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-figure {
        position: relative;
        width: auto;
    }

    .row.section-3.v2 .wrap .obj-slider .obj-context {
        font-size: 3.721vw;
        max-width: 100%;
    }

    .row.section-3.v2 .wrap .swiper-pagination {
        display: none;
    }

    .row.section-3.v2 .wrap .swiper-buttons {
        height: 18.486vw;
        left: inherit;
        right: 0;
        width: 63.721vw;
    }

    .row.section-3.v2 .wrap .swiper-buttons .swiper-button.swiper-button-prev:after {
        left: 13.953vw;
    }

    .row.section-3.v2 .wrap .swiper-buttons .swiper-button.swiper-button-next:after {
        right: 13.953vw;
    }

    .row.section-3.v2 .wrap .swiper-buttons .swiper-button:after {
        height: 3.488vw;
        width: 3.488vw;
    }

    .row.section-3.v3 {
        background: #022319 !important;
    }

    .row.section-3.v3 .wrap .obj-content.sun {
        margin-top: 18.605vw;
    }

    .row.section-3.v3 .wrap .obj-content.sun .obj-figure {
        left: 46.977vw;
        top: 11vw;
    }

    .row.section-3.v3 .wrap .obj-slider .obj-content {
        background: #022319;
    }

    .row.section-3.v3 .wrap .obj-slider .obj-content .obj-inner {
        border-bottom-color: #DEF0E4;
    }

    .row.section-3.v3 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
        max-width: 100%;
        padding-right: 8.372vw;
    }

    .row.section-3.v3 .wrap .obj-slider .obj-box,
    .row.section-3.v3 .wrap .obj-slider .obj-figure {
        background: #022319;
    }

    .row.section-3.v3 .wrap .obj-slider .obj-box {
        height: calc(100% - 72.86vw - 13.953vw);
    }

    .row.section-3.v3 .wrap .obj-slider .obj-figure {
        height: 86.813vw;
        padding-top: 13.953vw;
    }

    .row.section-3.location {
        background: #def0e4 !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-3.location.reverse {
        background: #022319 !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-3.location.reverse .wrap .obj-content.heading .obj-context ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 8.372vw;
    }

    .row.section-3.location.reverse .wrap .obj-content.heading .obj-context ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.093vw;
        margin-right: 7.907vw;
        padding: 0;
        white-space: pre;
    }

    .row.section-3.location.reverse .wrap .obj-content.heading .obj-context ul li img {
        height: 6.105vw;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto 3.488vw;
        width: 6.105vw;
    }

    .row.section-3.location.reverse .wrap .obj-images {
        margin-bottom: 11.6279vw;
        padding-left: 0;
        padding-right: 0;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper {
        padding-bottom: 0;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -7.907vw;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper[data-slides=center] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide {
        margin: 0 3.4884vw 7.907vw 3.4884vw;
        width: auto;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide img {
        height: 9.105vw;
        margin-bottom: 3.488vw;
        width: 9.105vw;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-wrapper .swiper-slide span {
        font-size: 2.791vw;
        white-space: normal;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-pagination {
        bottom: 0;
        display: block;
        line-height: 0;
        margin: 0 -1.3465vw;
        display: none;
    }

    .row.section-3.location.reverse .wrap .obj-images .swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 1.3465vw;
        width: 4.9613333333vw;
    }

    .row.section-3.location.reverse .wrap .obj-slider {
        padding-left: 0;
    }

    .row.section-3.location.reverse .wrap .obj-slider .obj-content {
        background: #022319;
    }

    .row.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner {
        border-bottom-color: #FCF1E6;
    }

    .row.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-box {
        height: 100%;
        width: 100%;
    }

    .row.section-3.location.reverse .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-3.location.reverse .wrap .obj-slider .obj-box,
    .row.section-3.location.reverse .wrap .obj-slider .obj-figure {
        background: #022319;
    }

    .row.section-3.location.reverse .wrap .obj-slider .swiper-pagination,
    .row.section-3.location.reverse .wrap .obj-slider .swiper-buttons {
        left: 0;
    }

    .row.section-3.location.reverse .wrap .obj-slider .swiper-button:hover {
        background: #22553F;
    }

    .row.section-3.location.reverse .wrap .swiper-buttons {
        left: unset;
        right: 0;
    }

    .row.section-3.location .wrap .obj-content.heading {
        margin-top: 0;
    }

    .row.section-3.location .wrap .obj-content.heading .obj-title {
        font-size: 5.581vw;
        margin-bottom: 11.6279vw;
    }

    .row.section-3.location .wrap .inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-top: 0;
    }

    .row.section-3.location .wrap .inner-row .inner-col {
        width: 100%;
    }

    .row.section-3.location .wrap .inner-row .inner-col:nth-child(2) {
        padding: 0;
    }

    .row.section-3.location .wrap .inner-row .inner-col:nth-child(2) .obj-content .obj-title {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .row.section-3.location .wrap .inner-row .inner-col:nth-child(2) .obj-content .obj-title small span.highlight {
        display: block;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content.is-inview .obj-header {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content .obj-inner {
        padding-left: 11.6279vw;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content .obj-inner .obj-header {
        padding-right: 0;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content .obj-title {
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 7.442vw;
        margin-left: 0;
        padding-bottom: 7.442vw;
        width: 80.5vw;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content .obj-title small {
        font-size: 3.256vw;
        line-height: 1.214;
        margin-bottom: 0;
        margin-left: 7.907vw;
        margin-top: -1.5vw;
        text-align: left;
        width: 30.698vw;
    }

    .row.section-3.location .wrap .inner-row .inner-col .obj-content .obj-title small span.highlight {
        font-size: 7.442vw;
        left: 0;
        position: absolute;
        right: unset !important;
        top: -0.9vw;
    }

    .row.section-3.location .wrap .obj-slider {
        margin-top: 11.6279vw;
    }

    .row.section-3.location .wrap .obj-slider .obj-content {
        background: #def0e4;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner {
        border-bottom-color: #022319;
        padding-top: 12.0233vw;
        position: relative;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-figure {
        height: 46.9767vw;
        margin-bottom: 6.5116vw;
        padding-top: 0;
        width: 100%;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-figure img {
        height: 100%;
        width: 100%;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box {
        height: 100%;
        padding-top: 0;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header {
        left: 0;
        position: absolute;
        top: 0;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-header .obj-title {
        font-size: 8.6047vw;
    }

    .row.section-3.location .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-3.location .wrap .obj-slider .obj-box,
    .row.section-3.location .wrap .obj-slider .obj-figure {
        background: #def0e4;
    }

    .row.section-3.location .wrap .obj-slider .obj-figure {
        height: auto;
        padding-top: 13.953vw;
    }

    .row.section-3.location .wrap .obj-slider .obj-figure img {
        height: 55.814vw;
    }

    .row.section-3.location .wrap .obj-slider .swiper-buttons .swiper-button:hover:after {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .row.section-3.location .wrap .obj-slider .swiper-buttons .swiper-button:after {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }

    .row.section-3.v2-2 {
        padding-top: 11.6279vw !important;
    }

    .row.section-3.v2-2 .wrap>.obj-content .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 5.814vw;
    }

    .row.section-3.v2-2 .wrap>.obj-content .obj-title br:first-of-type {
        display: block;
    }

    .row.section-3.v2-2 .wrap>.obj-content .obj-title span span {
        display: none;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content {
        background: #061437;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-figure {
        background: #061437;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box {
        background: #061437;
        padding-top: 1vw;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-title {
        font-size: 7.442vw;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button {
        margin-top: 5.814vw;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button .obj-link {
        font-size: 3.256vw;
    }

    .row.section-3.v2-2 .wrap .obj-slider .obj-content .obj-inner .obj-box .obj-button .obj-link svg {
        margin-top: -0.5vw;
    }

    .row.section-3.v2-2 .wrap .swiper-buttons .swiper-button:after {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }

    .row.section-3.c1 .wrap .obj-slider .obj-content {
        background: #0f4532;
    }

    .row.section-3.c1 .wrap .obj-slider .obj-content .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-3.c1 .wrap .obj-slider .obj-content .obj-inner .obj-figure {
        background: #0f4532;
        height: 53.9535vw;
        margin-bottom: 0;
        margin-top: 5.5814vw;
    }

    .row.section-3.c1 .wrap .obj-slider .obj-content .obj-inner .obj-box {
        background: #0f4532;
        padding-bottom: 1vw;
        padding-top: 0;
    }

    .row.section-3.c2 .wrap>.obj-content .obj-title span:last-of-type {
        font-size: 7.442vw;
        top: 0.35vw;
    }

    .row.section-3.c2 .wrap .obj-slider .obj-content {
        background: #022319;
    }

    .row.section-3.c2 .wrap .obj-slider .obj-content .obj-inner .obj-figure {
        background: #022319;
        height: 53.9535vw;
        width: auto;
    }

    .row.section-3.c2 .wrap .obj-slider .obj-content .obj-inner .obj-box {
        background: #022319;
        max-width: 100%;
    }

    .row.section-4 {
        padding-bottom: 18.605vw !important;
        padding-top: 18.605vw !important;
    }

    .row.section-4 .tab-1 .obj-context [data-word="/"][style="--word-index:7;"],
    .row.section-4 .tab-1 .obj-context [data-word="/"][style="--word-index:12;"],
    .row.section-4 .tab-1 .obj-context [data-word="/"][style="--word-index:18;"] {
        display: none;
    }

    .row.section-4 .tab-1 .obj-context br:nth-of-type(3) {
        display: none;
    }

    .row.section-4 .tab-1 .obj-context img.wp-image-1481 {
        margin-right: 10.464vw;
    }

    .row.section-4 .tab-1 .obj-context em:nth-of-type(4):after {
        content: " /";
        font-style: normal;
    }

    .row.section-4 .tab-1 .obj-context em:last-of-type:before {
        content: "";
        display: block;
    }

    .row.section-4 .tab-2 .obj-context img.wp-image-134,
    .row.section-4 .tab-2 .obj-context img.wp-image-1483 {
        margin-right: 6.976vw;
    }

    .row.section-4 .tab-2 .obj-context img.wp-image-1484,
    .row.section-4 .tab-2 .obj-context img.wp-image-1485 {
        margin-right: 0;
    }

    .row.section-4 .tab-2 .obj-context em:first-of-type:before {
        content: "/ ";
        font-style: normal;
    }

    .row.section-4 .tab-2 .obj-context em:nth-of-type(2) {
        margin-right: 3.488vw;
    }

    .row.section-4 .tab-2 .obj-context i:first-of-type {
        display: inline;
    }

    .row.section-4 .tab-2 .obj-context br:nth-of-type(1) {
        display: none;
    }

    .row.section-4 .tab-2 .obj-context br:nth-of-type(2) {
        display: none;
    }

    .row.section-4 .tab-2 .obj-context br:last-of-type {
        display: none;
    }

    .row.section-4 .obj-context {
        font-size: 7.442vw;
        line-height: 1.5625;
        max-width: 90vw;
    }

    .row.section-4 .obj-context img {
        margin-left: 3.488vw;
        margin-right: 3.488vw;
        margin-top: -1.2vw;
        width: 21.395vw;
    }

    .row.section-4 .obj-context img.wp-image-122 {
        margin-left: 3.488vw;
        margin-right: 10.464vw;
    }

    .row.section-4 .obj-context img.wp-image-132 {
        margin-left: 3.488vw;
    }

    .row.section-4 .obj-context span,
    .row.section-4 .obj-context i {
        display: block;
    }

    .row.section-4 .obj-context [data-word="/"] {
        margin: 0 0.5vw;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container {
        display: block !important;
        margin: 0 0 13.953vw !important;
        padding-left: 8.372vw;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list[data-active="1"] {
        margin-left: -46vw;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
        content: none;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(.vc_active) a {
        color: rgba(10, 37, 105, 0.5019607843);
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
        padding-left: 4.186vw;
        padding-right: 4.186vw;
    }

    .row.section-4 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
        font-size: 5.581vw;
        padding: 2.791vw 4.186vw;
        white-space: pre;
    }

    .row.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        display: none !important;
    }

    .row.section-4 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        background: transparent;
        padding: 0 0 0 8.372vw;
    }

    .section-5 .obj-figure {
        height: 100vw;
        position: relative;
    }

    .section-5 .obj-figure:after {
        background-image: url("/wp-content/uploads/2023/04/play.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 25vw;
        left: 50%;
        margin-left: -12.5vw;
        position: absolute;
        margin-top: -12.5vw;
        top: 50%;
        width: 25vw;
    }

    .section-5 .obj-figure img {
        -o-object-position: 20%;
        object-position: 20%;
    }

    .obj-video {
        position: fixed;
    }

    .obj-video #video-close {
        height: 9.302vw;
        padding: 0;
        right: 7.335vw;
        top: 7.335vw;
        width: 9.302vw;
    }

    .row.section-6 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-6 .obj-context {
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-6 .obj-slider {
        margin-bottom: 0;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-6 .obj-slider .swiper-pagination {
        bottom: 12.093vw;
        margin: 0 -1.1628vw;
    }

    .row.section-6 .obj-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 1.1628vw;
        width: 6.9767vw;
    }

    .row.section-6 .obj-slider .swiper-buttons {
        bottom: 0;
        height: 7.46655vw;
        width: 35.23345vw;
    }

    .row.section-6 .obj-slider .swiper-buttons .swiper-button {
        border-radius: 8.86655vw;
        height: 7.46655vw;
        width: 15.4vw;
    }

    .row.section-6 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-6 .obj-slider .swiper-buttons .swiper-button:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-6 .swiper {
        padding-bottom: 21.6279vw;
    }

    .row.section-6 .obj-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-6 .obj-box .obj-header {
        max-width: 77.907vw;
    }

    .row.section-6 .obj-box .obj-header .obj-title {
        font-size: 7.442vw;
        font-weight: 200;
        line-height: 1.3125;
    }

    .row.section-6 .obj-box .obj-context p:nth-last-of-type(2) {
        margin-bottom: 5.5814vw;
    }

    .row.section-6 .obj-box .obj-context p:last-child {
        font-size: 4.651vw;
    }

    .row.section-6 .obj-box .obj-context p:last-child:before {
        margin-right: 7.674vw;
        width: 20.233vw;
    }

    .row.section-7 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-7.location {
        padding-top: 11.6279vw !important;
    }

    .row.section-7.location .obj-content .obj-box .obj-header .obj-title {
        margin-bottom: 5.5814vw;
    }

    .row.section-7 .wrap {
        padding-left: 0;
    }

    .row.section-7 .obj-content .obj-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-7 .obj-content .obj-figure {
        display: none;
    }

    .row.section-7 .obj-content .obj-box {
        margin-bottom: 6.5116vw;
        max-width: 100%;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-7 .obj-content .obj-box .obj-header .obj-title {
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
    }

    .row.section-7 .obj-content .obj-box .obj-context {
        display: block;
        max-width: 100%;
    }

    .row.section-7 .obj-retreat-locations {
        margin-top: 0;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-headings {
        display: none;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents {
        display: none;
        min-height: unset;
        position: relative;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper {
        background: transparent;
        display: block;
        height: auto;
        margin: 0 8.372vw;
        overflow: hidden;
        padding-bottom: 17.4419vw;
        width: auto;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-pagination {
        bottom: 12.093vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: -1.2791vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-pagination .swiper-pagination-bullet {
        background: rgba(198, 126, 54, 0.3);
        border: 0;
        border-radius: 0;
        height: 0.1rem;
        margin: 0 1.2791vw;
        opacity: 1;
        width: 7.442vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #C67E36;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.46655vw;
        left: 0;
        position: absolute;
        width: 35.23345vw;
        z-index: 2;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button {
        background: #0A2569;
        border-radius: 8.86655vw;
        height: 7.46655vw;
        margin: 0;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 15.4vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button:hover {
        background: #C67E36;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-prev {
        left: 0;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-next {
        right: 0;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-next:after {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-disabled {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
        left: 0;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
        right: 0;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button.swiper-button-disabled:after {
        background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
        background-size: cover;
        content: "";
        display: block;
        height: 4.43345vw;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 4.43345vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents.swiper .swiper-buttons .swiper-button:after {
        background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
        background-size: cover;
        content: "";
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        height: 4.43345vw;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 4.43345vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview {
        margin: 0 2.093vw;
        opacity: 1;
        position: relative;
        width: 83.721vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview.swiper-slide-active .obj-context>img {
        opacity: 1;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-figure {
        border-radius: 3.4884vw;
        height: 46.9767vw;
        margin-bottom: 5.5814vw;
        width: 100%;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-figure img {
        left: 2.093vw;
        height: 100%;
        top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: calc(100% - 4.186vw);
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-context {
        margin: 0 2.093vw;
        max-width: 100%;
        position: relative;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-context>img {
        left: -5.581vw;
        margin-left: -4.186vw;
        opacity: 0;
        position: absolute;
        top: 1.65vw;
        width: 5.581vw;
    }

    .row.section-7 .obj-retreat-locations .obj-inner .obj-location-contents .location-preview .obj-context .obj-title {
        color: #C67E36;
        font-size: 6.512vw;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1.17857;
        margin-bottom: 5.5814vw;
    }

    .row.section-8 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-8.methodology .obj-content.star {
        margin-bottom: 11.628vw;
    }

    .row.section-8.methodology .obj-content.star .obj-figure {
        display: none;
    }

    .row.section-8.methodology .obj-content.star .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-8.methodology .obj-content.star .obj-title span {
        margin-left: 0;
    }

    .row.section-8.methodology .obj-slider .obj-content .obj-inner .obj-context {
        max-width: 100%;
        padding-right: 0;
    }

    .row.section-8 .wrap {
        padding: 0 8.372vw;
    }

    .row.section-8 .obj-content.star {
        margin-bottom: 11.628vw;
        margin-left: 8.372vw;
        max-width: 92.093vw;
    }

    .row.section-8 .obj-content.star .obj-figure {
        left: 5.581vw;
        top: 30.5vw;
        position: absolute;
        width: 5.581vw;
    }

    .row.section-8 .obj-content.star .obj-title {
        font-size: 9.302vw;
        margin-bottom: 11.628vw;
        padding-right: 1vw;
    }

    .row.section-8 .obj-content.star .obj-title br {
        display: none;
    }

    .row.section-8 .obj-content.star .obj-title span {
        display: block;
        margin-left: 16.743vw;
    }

    .row.section-8 .obj-content.star .obj-context {
        margin-left: 0;
        max-width: 100%;
        padding-right: 8.372vw;
    }

    .row.section-8 .obj-content .obj-inner .obj-box .obj-header .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 7.4419vw;
        word-spacing: 0.25em;
    }

    .row.section-8 .obj-content .obj-inner .obj-box .obj-header .obj-title span {
        color: #C67E36;
    }

    .row.section-8 .obj-slider {
        background: #D3E4F9;
        border-radius: 6.0465vw;
        margin-bottom: 0;
        margin-top: 6.9767vw;
        padding: 8.6047vw;
    }

    .row.section-8 .obj-slider .swiper {
        padding-bottom: 17vw;
    }

    .row.section-8 .obj-slider .swiper:after {
        content: none;
    }

    .row.section-8 .obj-slider .swiper .swiper-slide {
        margin-right: 0;
        width: 100%;
    }

    .row.section-8 .obj-slider .swiper .swiper-slide .obj-header .obj-title {
        font-size: 5.581vw;
        margin-bottom: 6.0465vw;
        text-transform: uppercase;
    }

    .row.section-8 .obj-slider .swiper .swiper-slide .obj-context {
        line-height: 1.5625;
    }

    .row.section-8 .obj-slider .swiper .swiper-slide .obj-context p:not(:last-child) {
        margin-bottom: 7.442vw;
    }

    .row.section-8 .obj-slider .swiper-pagination {
        bottom: 12.093vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: -1.2791vw;
    }

    .row.section-8 .obj-slider .swiper-pagination .swiper-pagination-bullet {
        background: rgba(10, 37, 105, 0.5);
        border: 0;
        border-radius: 0;
        height: 0.1rem;
        margin: 0 1.2791vw;
        opacity: 1;
        width: 7.442vw;
    }

    .row.section-8 .obj-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0A2569;
    }

    .row.section-8 .obj-slider .swiper-buttons {
        background: transparent;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.46655vw;
        left: 0;
        position: absolute;
        width: 35.23345vw;
        z-index: 2;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button {
        background: #0A2569;
        border-radius: 8.86655vw;
        height: 7.46655vw;
        margin: 0;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 15.4vw;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button:hover {
        background: #C67E36;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev {
        left: 0;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-prev:after {
        left: unset;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-next {
        right: 0;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-next:after {
        right: unset;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-prev {
        left: 0;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next {
        right: 0;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled.swiper-button-next:after {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
        background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
        background-size: cover;
        content: "";
        display: block;
        height: 4.43345vw;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 4.43345vw;
    }

    .row.section-8 .obj-slider .swiper-buttons .swiper-button:after {
        background-image: url("/wp-content/uploads/2023/04/arrow-v2.svg");
        background-size: cover;
        content: "";
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        height: 4.43345vw;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 4.43345vw;
    }

    .row.section-8 .obj-slider .obj-content {
        color: #0A2569;
    }

    .row.section-8 .obj-slider .obj-content .obj-inner .obj-title {
        color: inherit;
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
    }

    .row.section-8 .obj-slider .obj-content .obj-inner .obj-context {
        max-width: 87.907vw;
    }

    .row.section-9 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-9 .wrap>.obj-content {
        margin-bottom: 11.6279vw;
        padding: 0 8.372vw;
    }

    .row.section-9 .wrap>.obj-content .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.9767vw;
    }

    .row.section-9 .wrap>.obj-content .obj-title br {
        display: none;
    }

    .row.section-9 .wrap>.obj-content .obj-context {
        max-width: 100%;
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container {
        display: block !important;
        margin: 0 0 8.1395vw !important;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list[data-active="2"] {
        margin-left: -11vw;
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
        content: none;
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(.vc_active) a {
        color: rgba(10, 37, 105, 0.5019607843);
    }

    .row.section-9 .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
        border-radius: 80vw !important;
        font-size: 4.186vw;
        padding: 1.7332vw 4.266vw 1.4652vw;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        display: none !important;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        background: transparent;
        padding: 0 8.372vw;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body>.obj-content {
        display: none;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row {
        margin-top: 0;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content {
        margin-bottom: 5.814vw;
        width: 100%;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content:last-child {
        margin-bottom: 0;
    }

    .row.section-9 .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .inner-row .inner-wrap .obj-content .obj-title {
        font-size: 14.884vw;
        line-height: 1;
        margin-bottom: 3.7209vw;
        padding-bottom: 3.7209vw;
        width: 62.558vw;
    }

    .row.section-10 {
        padding-bottom: 18.605vw !important;
        padding-top: 18.605vw !important;
    }

    .row.section-10.location .obj-content .obj-box .obj-title {
        margin-bottom: 0;
        width: 100%;
    }

    .row.section-10.location .obj-content .obj-box .obj-title span.highlight:last-of-type {
        font-size: 7.442vw;
    }

    .row.section-10.location .obj-upcoming-retreats {
        margin-top: 6.977vw;
    }

    .row.section-10 .obj-content {
        margin-left: 8.372vw;
    }

    .row.section-10 .obj-content .obj-box .obj-title {
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
        width: 50.233vw;
    }

    .row.section-10 .obj-content .obj-box .obj-context {
        margin-bottom: 0;
        width: 83.256vw;
    }

    .row.section-10 .obj-content .obj-box .obj-button {
        margin-top: 9.302vw;
        padding-left: 0;
        width: 100%;
    }

    .row.section-10 .obj-content .obj-box .obj-button .obj-link {
        font-size: 3.256vw;
    }

    .row.section-10 .obj-upcoming-retreats {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        margin-top: 11.628vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat {
        margin: 0 2.093vw;
        max-width: 100%;
        padding-right: 0;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat.swiper-slide-active .obj-details {
        opacity: 1;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-figure {
        height: 56.977vw;
        margin-bottom: 19.535vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details {
        font-size: 3.256vw;
        opacity: 0;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-date {
        margin-bottom: 7.907vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-date i {
        padding-right: 4.419vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-title {
        font-size: 6.512vw;
        line-height: 1.17857;
        margin-bottom: 6.977vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-title:last-child {
        margin-bottom: 0;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue {
        margin: 0;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #C67E36;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li:not(:last-child):after {
        content: none;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li.venue-1 img {
        width: 5.116vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li.venue-2 {
        display: none;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li.venue-2 img {
        width: 5.116vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details .obj-venue li img {
        margin-right: 3.721vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .obj-details p {
        max-width: 76.047vw;
    }

    .row.section-10 .obj-upcoming-retreats .obj-retreat .overlay {
        height: 100%;
        top: 0;
    }

    .row.section-10 .obj-upcoming-retreats .swiper {
        overflow: visible;
    }

    .row.section-10 .obj-upcoming-retreats .swiper-pagination {
        bottom: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        margin: 7.442vw 0 0;
        top: 56.977vw;
        width: 83.256vw;
    }

    .row.section-10 .obj-upcoming-retreats .swiper-pagination .swiper-pagination-bullet {
        background: rgba(198, 126, 54, 0.3);
        border: 0;
        border-radius: 0;
        height: 0.1rem;
        margin: 0 1.3465vw;
        opacity: 1;
        width: 7.442vw;
    }

    .row.section-10 .obj-upcoming-retreats .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #C67E36;
    }

    .row.section-11 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
        position: relative;
    }

    .row.section-11 .obj-content {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        margin-bottom: 18.605vw;
    }

    .row.section-11 .obj-content:last-child {
        margin-bottom: 0;
    }

    .row.section-11 .obj-content.review .obj-title {
        font-size: 8.6047vw;
    }

    .row.section-11 .obj-content.review .obj-context ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 0;
        width: 100%;
    }

    .row.section-11 .obj-content.review .obj-context ul li {
        max-width: 28.8372vw;
    }

    .row.section-11 .obj-content.review .obj-context ul li:first-child {
        max-width: 22.3256vw;
    }

    .row.section-11 .obj-content.review .obj-context ul li:nth-child(2) {
        max-width: 18.6047vw;
    }

    .row.section-11 .obj-content.review .obj-context ul li a {
        width: 100% !important;
    }

    .row.section-11 .obj-content.review .obj-context ul li:last-child a img {
        max-width: 32vw;
    }

    .row.section-11 .obj-content.odd .obj-context ul li:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    .row.section-11 .obj-content .obj-title {
        font-size: 9.302vw;
        margin-bottom: 8.6047vw;
    }

    .row.section-11 .obj-content .obj-context:before {
        content: none;
    }

    .row.section-11 .obj-content .obj-context ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 -9.302vw 0;
        width: auto;
    }

    .row.section-11 .obj-content .obj-context ul li {
        line-height: 3.75;
        margin-bottom: 9.302vw;
        margin-left: 0;
        margin-right: 0;
        max-width: 40vw;
    }

    .row.section-11 .obj-content .obj-context ul li:first-child a {
        max-width: unset;
    }

    .row.section-11 .obj-content .obj-context ul li a {
        font-size: 5.581vw;
        max-width: 40vw;
    }

    .row.section-11 .obj-content .obj-context ul li a img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }

    .row.section-12 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
        position: relative;
    }

    .row.section-12.light .obj-faq .obj-faq-item:after {
        background: #022319;
    }

    .row.section-12.light .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        color: #022319;
    }

    .row.section-12.light .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
        background: #022319;
    }

    .row.section-12.career .obj-faq .obj-faq-item:after {
        background: #022319;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        position: relative;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        color: #022319;
        max-width: 100%;
        padding-bottom: 18.6049vw;
        padding-right: 4.651vw;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text .faq-inner {
        padding-bottom: 0;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
        max-width: 100%;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p:last-child,
    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul:last-child {
        margin-bottom: 0;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button {
        bottom: 6.977vw;
        left: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        position: absolute;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link {
        font-size: 3.256vw;
        height: 11.395vw;
        padding: 0 0 0 5.581vw;
        width: 40.233vw;
    }

    .row.section-12.career .obj-faq .obj-faq-item .obj-faq-item-content .obj-button .obj-link svg {
        margin-left: 3.6vw;
        width: 4.186vw;
    }

    .row.section-12.methodology .obj-faq .obj-faq-item {
        border-bottom-color: #0A2569;
    }

    .row.section-12.methodology .obj-faq .obj-faq-item:after {
        background: #0A2569;
    }

    .row.section-12.methodology .obj-faq .obj-faq-item .obj-faq-item-title a {
        color: #0A2569;
    }

    .row.section-12.methodology .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        color: #0A2569;
    }

    .row.section-12 .obj-content {
        margin-bottom: 11.628vw;
        margin-left: 8.372vw;
    }

    .row.section-12 .obj-content .obj-title {
        font-size: 9.302vw;
        margin-bottom: 0;
    }

    .row.section-12 .obj-content .obj-context {
        font-size: 3.721vw;
        font-weight: 300;
        margin-left: 21.4vw;
        margin-left: 19.302vw;
        margin-top: 9.302vw;
        max-width: 63.953vw;
    }

    .row.section-12 .obj-faq {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        margin-top: -6.977vw;
        max-width: 100%;
    }

    .row.section-12 .obj-faq .obj-faq-item {
        border-bottom: 0;
        position: relative;
    }

    .row.section-12 .obj-faq .obj-faq-item:after {
        background: #0A2569;
        bottom: 0.1rem;
        content: "";
        height: 0.1rem;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .row.section-12 .obj-faq .obj-faq-item:last-child {
        border-bottom: 0;
    }

    .row.section-12 .obj-faq .obj-faq-item:last-child:after {
        content: none;
    }

    .row.section-12 .obj-faq .obj-faq-item.active .obj-faq-item-title a i {
        line-height: 0.2;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a {
        font-size: 5.581vw;
        line-height: 1.5;
        padding-bottom: 6.977vw;
        padding-top: 6.977vw;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a span {
        max-width: 69.535vw;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-title a i {
        font-size: 9.302vw;
        line-height: 0.9;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        color: #0A2569;
        font-size: 3.721vw;
        line-height: 1.5625;
        padding-bottom: 6.977vw;
        padding-top: 0;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
        max-width: 100%;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a {
        position: relative;
    }

    .row.section-12 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
        background: #0A2569;
        bottom: 0.25vw;
        content: "";
        height: 0.1rem;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .row.section-13 {
        display: none;
    }

    .row.section-14 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-14.career .obj-content.heading .obj-title span:last-of-type {
        display: none;
    }

    .row.section-14.career .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-top: 0;
    }

    .row.section-14.location {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-14.location .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-top: 0;
    }

    .row.section-14.location .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 11.628vw;
    }

    .row.section-14.location .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-14.location .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-14.psilocybin {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-14.psilocybin .obj-content.heading {
        margin-left: 8.372vw;
    }

    .row.section-14.psilocybin .obj-content.heading .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-14.psilocybin .obj-content.heading .obj-title span:first-of-type {
        font-size: inherit;
    }

    .row.section-14.psilocybin .obj-content:not(.heading) {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-14.psilocybin .obj-content:not(.heading) .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-right: 0;
    }

    .row.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-box {
        margin-top: 0;
    }

    .row.section-14.psilocybin .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        max-width: 100%;
        padding-right: 0;
    }

    .row.section-14.psilocybin-2 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-14.psilocybin-2 .obj-content.heading .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-14.psilocybin-2 .obj-content.heading .obj-title span:first-of-type {
        bottom: 0;
        font-size: inherit;
    }

    .row.section-14.psilocybin-2 .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-right: 0;
        width: auto;
    }

    .row.section-14.psilocybin-2 .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 6.977vw;
        padding-top: 0;
        width: 100%;
    }

    .row.section-14.psilocybin-2 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        max-width: 100%;
        padding-right: 0;
    }

    .row.section-14.v2 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-14 .obj-content {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-14 .obj-content.heading {
        margin-left: 8.372vw;
    }

    .row.section-14 .obj-content.heading .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
        text-indent: 0;
    }

    .row.section-14 .obj-content.heading .obj-title br {
        display: none;
    }

    .row.section-14 .obj-content:not(.heading) .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-14 .obj-content:not(.heading) .obj-inner .obj-figure {
        height: auto;
        margin-left: 0;
        width: 100%;
    }

    .row.section-14 .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 6.9767vw;
        width: 100%;
    }

    .row.section-14 .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 5.5814vw;
    }

    .row.section-14 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        font-size: 4.186vw;
        padding-right: 4.651vw;
    }

    .row.section-15 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-15.v2 {
        padding-bottom: 11.6279vw !important;
    }

    .row.section-15 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-15 .obj-content.heading {
        margin-left: 8.372vw;
        padding-left: 0;
    }

    .row.section-15 .obj-content.heading .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .row.section-15 .obj-content:not(.heading) {
        margin-left: 8.372vw;
    }

    .row.section-15 .obj-content:not(.heading) .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-15 .obj-content:not(.heading) .obj-inner .obj-figure {
        height: auto;
        width: 100%;
    }

    .row.section-15 .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 6.977vw;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .row.section-15 .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
        color: #22553F;
        font-size: 7.442vw;
        margin-bottom: 5.5814vw;
    }

    .row.section-15 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        font-size: 4.186vw;
        max-width: 100%;
    }

    .row.section-16 {
        padding-bottom: 18.605vw !important;
        padding-top: 18.605vw !important;
    }

    .row.section-16 .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-16 .wrap>.obj-content.heading {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        width: 100%;
    }

    .row.section-16 .wrap>.obj-content.heading .obj-title {
        color: #FCF1E6;
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
    }

    .row.section-16 .wrap>.obj-content.heading .obj-title span {
        font-size: 7.442vw;
        left: inherit;
        margin-left: 0;
        right: 8vw;
        top: 0;
    }

    .row.section-16 .wrap>.obj-content:not(.heading) {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        width: 100%;
    }

    .row.section-16 .wrap>.obj-content:not(.heading) .obj-title {
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
        max-width: 66.512vw;
    }

    .row.section-16 .wrap>.obj-content:not(.heading) .obj-context {
        max-width: 100%;
    }

    .row.section-16 .wrap .obj-slider {
        margin-top: 11.628vw;
    }

    .row.section-16 .wrap .obj-slider .obj-content {
        height: auto;
        padding-right: 8.14vw;
        width: auto;
    }

    .row.section-16 .wrap .obj-slider .obj-content .obj-figure img {
        max-height: 41.163vw;
    }

    .row.section-16 .wrap .obj-slider .swiper-button,
    .row.section-16 .wrap .obj-slider .swiper-pagination {
        display: none;
    }

    .row.section-17 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-17.community .obj-content.heading {
        margin-bottom: 0;
    }

    .row.section-17.community .obj-content.heading .obj-box .obj-title {
        margin-bottom: 2.3258vw;
    }

    .row.section-17.community .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-17.community .obj-content.heading {
        margin-left: 8.372vw;
    }

    .row.section-17.community .obj-content.heading .obj-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-17.community .obj-content.heading .obj-box .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .row.section-17.community .obj-content.heading .obj-box .obj-context {
        display: none;
        font-size: 4.186vw;
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-17.community .obj-faq {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .row.section-17.community .obj-faq .obj-faq-item:last-child {
        border-bottom: 0;
    }

    .row.section-17.community .obj-faq .obj-faq-item:last-child .obj-faq-item-content .obj-faq-item-text {
        padding-bottom: 0;
    }

    .row.section-17.community .obj-faq .obj-faq-item.active .obj-faq-item-title a i {
        line-height: 0.2;
        left: -0.2vw;
        margin-top: 0.2vw;
        -webkit-transform: scaleX(1.02);
        transform: scaleX(1.02);
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a {
        font-size: 5.581vw;
        line-height: 1.5;
        padding-bottom: 4.6512vw;
        padding-left: 0;
        padding-top: 4.6512vw;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a span {
        max-width: 69.535vw;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-title a i {
        font-size: 9.302vw;
        margin-top: 1.2vw;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content {
        margin: 0;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        font-size: 3.721vw;
        line-height: 1.5625;
        padding-bottom: 5.5814vw;
        padding-top: 0;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
        max-width: 100%;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a {
        position: relative;
    }

    .row.section-17.community .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text a:after {
        background: #0A2569;
        bottom: 0.25vw;
        content: "";
        height: 0.1rem;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .row.section-17 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-17 .obj-content.heading {
        margin-left: 8.372vw;
    }

    .row.section-17 .obj-content.heading .obj-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-17 .obj-content.heading .obj-box .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .row.section-17 .obj-content.heading .obj-box .obj-context {
        display: none;
        font-size: 4.186vw;
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-17 .obj-faq {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .row.section-17 .obj-faq.numbers .obj-faq-item:before {
        font-size: 3.256vw;
        left: 0;
        line-height: 2.071;
        margin-left: 0;
        margin-top: 0.9vw;
        top: 6.977vw;
        width: 5.116vw;
    }

    .row.section-17 .obj-faq.days {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: unset;
        margin: 0 -2.7907vw;
        padding-bottom: 45.5814vw;
        padding-left: 8.372vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item {
        height: 23.7185088vw;
        margin-bottom: 5.5814vw;
        padding: 0 2.7907vw;
        width: 29.2999088vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item:nth-child(4) {
        margin-left: 2vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item:nth-child(5) {
        margin-right: 2vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item.active .obj-faq-item-title a>span span:first-child {
        background: #22553F;
    }

    .row.section-17 .obj-faq.days .obj-faq-item.active .obj-faq-item-title a>span span:nth-child(2) {
        border-color: #22553F;
        color: #22553F;
    }

    .row.section-17 .obj-faq.days .obj-faq-item.active .obj-faq-item-content {
        opacity: 1;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a {
        border-radius: 3.4884vw;
        height: 23.7185088vw;
        padding: 0;
        width: 23.7185088vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span:first-child {
        font-size: 4.651vw;
        height: 8.9214912vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a>span span:nth-child(2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0.6528vw solid #C67E36;
        border-top: 0;
        border-bottom-left-radius: 3.4884vw;
        border-bottom-right-radius: 3.4884vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 8.2686912vw;
        font-weight: 100;
        height: calc(100% - 8.9214912vw);
        padding-top: 1.3056vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-title a i {
        display: none;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content {
        bottom: unset;
        left: 0;
        margin-left: 2.7907vw;
        margin-right: 0;
        margin-top: 0;
        max-height: unset !important;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
        top: 87.9814vw;
    }

    .row.section-17 .obj-faq.days .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        padding-bottom: 0;
        padding-top: 0;
    }

    .row.section-17 .obj-faq .obj-faq-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a {
        font-size: 5.581vw;
        padding-bottom: 8.14vw;
        padding-left: 7.442vw;
        padding-top: 6.977vw;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a span {
        display: block;
        max-width: 100%;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-title a i {
        font-size: 9.302vw;
        margin-right: 0;
        margin-top: 6.977vw;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-content {
        margin-left: 7.442vw;
        margin-right: 3.721vw;
        margin-top: -3.488vw;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text {
        padding-bottom: 11.395vw;
        padding-top: 1.867vw;
    }

    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text p,
    .row.section-17 .obj-faq .obj-faq-item .obj-faq-item-content .obj-faq-item-text ul {
        max-width: 100%;
    }

    .row.section-18 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-18.methodology .obj-content.heading {
        margin-right: 0;
    }

    .row.section-18.methodology .obj-content.heading .obj-title {
        position: relative;
    }

    .row.section-18.methodology .obj-content.heading .obj-title span:first-of-type {
        color: #C67E36;
    }

    .row.section-18.methodology .obj-content.heading .obj-title span:last-of-type {
        bottom: unset;
        left: 19vw;
        position: absolute;
        top: 0;
    }

    .row.section-18.methodology .obj-content:not(.heading) {
        margin-top: 0;
    }

    .row.section-18.methodology .obj-content:not(.heading) .obj-figure {
        height: 75.814vw;
    }

    .row.section-18.methodology .obj-content:not(.heading) .obj-figure img {
        height: 100%;
        width: 100%;
    }

    .row.section-18.methodology .obj-content:not(.heading) .obj-context {
        padding-right: 4.651vw;
    }

    .row.section-18.psilocybin.v2 .obj-content.heading {
        margin-right: 0;
        max-width: 100%;
    }

    .row.section-18.psilocybin.v2 .obj-content.heading .obj-title span:first-of-type {
        font-size: inherit;
    }

    .row.section-18.psilocybin.v2 .obj-content.heading .obj-title span:last-of-type {
        font-size: 7.442vw;
        margin-left: 1.333vw;
    }

    .row.section-18.psilocybin .obj-content.heading {
        margin-left: 8.372vw;
    }

    .row.section-18.psilocybin .obj-content.heading .obj-title {
        margin-bottom: 6.977vw;
    }

    .row.section-18.psilocybin .obj-content.heading .obj-title span:last-of-type {
        bottom: 0.6vw;
        font-size: 7.442vw;
    }

    .row.section-18.psilocybin .obj-content:not(.heading) {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        margin-top: 0;
    }

    .row.section-18.psilocybin .obj-content:not(.heading) .obj-inner .obj-figure {
        width: 100%;
    }

    .row.section-18.psilocybin .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 6.977vw;
        padding-top: 0;
        width: 100%;
    }

    .row.section-18.community .obj-content.heading .obj-title span:last-of-type {
        bottom: 0.6vw;
        font-size: 7.442vw;
    }

    .row.section-18 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-18 .obj-content.heading {
        margin-left: 8.372vw;
        max-width: 100%;
    }

    .row.section-18 .obj-content.heading .obj-title {
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
        text-indent: 0;
    }

    .row.section-18 .obj-content:not(.heading) {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-18 .obj-content:not(.heading) .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.section-18 .obj-content:not(.heading) .obj-inner .obj-figure {
        height: auto;
        margin-left: 0;
        width: 100%;
    }

    .row.section-18 .obj-content:not(.heading) .obj-inner .obj-box {
        margin-bottom: 6.977vw;
        padding-top: 0;
        width: 100%;
    }

    .row.section-18 .obj-content:not(.heading) .obj-inner .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 5.5814vw;
    }

    .row.section-18 .obj-content:not(.heading) .obj-inner .obj-box .obj-context {
        font-size: 4.186vw;
    }

    .section-19.community .obj-content .obj-figure:after {
        background: -webkit-gradient(linear, left top, right top, from(#222121), color-stop(92.38%, rgba(34, 33, 33, 0)));
        background: linear-gradient(90deg, #222121 0%, rgba(34, 33, 33, 0) 92.38%);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-19.community .obj-content .obj-box {
        left: 0;
    }

    .section-19.community .obj-content .obj-box .obj-context {
        max-width: 100%;
    }

    .section-19.community .obj-content .obj-box .obj-button {
        margin-top: 16.977vw;
    }

    .section-19 .obj-content .obj-figure {
        height: 186.047vw;
    }

    .section-19 .obj-content .obj-figure img {
        height: 100%;
    }

    .section-19 .obj-content .obj-box {
        left: 0;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
        right: unset;
        top: 35.581vw;
        width: 100%;
    }

    .section-19 .obj-content .obj-box .obj-title {
        font-size: 11.163vw;
        margin-bottom: 11.628vw;
    }

    .section-19 .obj-content .obj-box .obj-context {
        color: #fff;
        max-width: 100%;
    }

    .section-19 .obj-content .obj-box .obj-button {
        margin-top: 11.628vw;
    }

    .section-19 .obj-content .obj-box .obj-button .obj-link {
        font-size: 3.256vw;
    }

    .row.section-20 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-20 .obj-content.heading {
        margin: 0 0 0 8.372vw;
        max-width: 100%;
    }

    .row.section-20 .obj-content.heading .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 5.5814vw;
        text-align: left;
    }

    .row.section-20 .obj-team {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-20 .obj-team .swiper {
        overflow: visible;
    }

    .row.section-20 .obj-team .swiper .swiper-pagination {
        bottom: -7vw;
        display: block !important;
        line-height: 0;
        margin: 0 -1.3465vw;
    }

    .row.section-20 .obj-team .swiper .swiper-pagination .swiper-pagination-bullet {
        background: rgba(198, 126, 54, 0.3);
        border: 0;
        border-radius: 0;
        height: 0.1rem;
        margin: 0 1.3465vw;
        opacity: 1;
        width: 7.442vw;
    }

    .row.section-20 .obj-team .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #C67E36;
    }

    .row.section-20 .obj-team .obj-fields {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .row.section-20 .obj-team .obj-fields .obj-radio:not(:last-child):after {
        content: none;
    }

    .row.section-20 .obj-team .obj-fields .obj-radio input:checked+span {
        border-bottom-color: #0A2569;
        color: #000;
        padding: 2.791vw 4.186vw;
    }

    .row.section-20 .obj-team .obj-fields .obj-radio span {
        color: rgba(0, 0, 0, 0.3);
        font-size: 4.651vw;
        padding: 2.791vw 4.186vw;
        white-space: pre;
    }

    .row.section-20 .obj-team .obj-members {
        margin-bottom: -11.6279vw;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20vw;
    }

    .row.section-20 .obj-team .obj-members .obj-content {
        margin-bottom: 11.6279vw;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .row.section-20 .obj-team .obj-members .obj-content:nth-child(3n+2) {
        margin-top: 0;
    }

    .row.section-20 .obj-team .obj-members .obj-content:nth-child(3n+3) {
        margin-top: 0;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-figure {
        height: 62.558vw;
        margin-bottom: 5.5814vw;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-figure img {
        width: 100%;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header:before {
        bottom: 3.1vw;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header .obj-title {
        font-size: 3.256vw;
        padding-right: 8.605vw;
        position: relative;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-header .obj-name {
        font-size: 4.651vw;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-button {
        display: block;
        margin-top: 5.5814vw;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-button .obj-link {
        color: #C67E36;
    }

    .row.section-20 .obj-team .obj-members .obj-content .obj-box .obj-button .obj-link svg path {
        stroke: #C67E36;
    }

    body.popup {
        background: #0A2569;
        overflow: hidden;
    }

    body.popup.is-up:not(.ff) #popup-slider .swiper .swiper-slide .obj-details {
        padding-bottom: 34.8837vw;
    }

    body.popup #wrapper #container {
        opacity: 0;
    }

    #popup-slider {
        height: 100vh;
        overflow-y: auto;
        position: fixed;
    }

    #popup-slider #popup-close {
        line-height: 0;
        padding: 0;
        right: 7.335vw;
        top: 7.335vw;
        width: 10.233vw;
    }

    #popup-slider #popup-close svg {
        height: 100%;
        width: 100%;
    }

    #popup-slider .swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #popup-slider .swiper .swiper-slide .obj-figure {
        height: 103.953vw;
        position: relative;
        width: 100%;
    }

    #popup-slider .swiper .swiper-slide .obj-figure img {
        height: 100%;
        width: 100%;
    }

    #popup-slider .swiper .swiper-slide .obj-details {
        height: unset;
        overflow-y: hidden;
        padding-bottom: 11.6279vw;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
        padding-top: 11.6279vw;
        width: auto;
    }

    #popup-slider .swiper .swiper-slide .obj-details .obj-title {
        font-size: 4.651vw;
        margin-bottom: 2.3256vw;
        padding-bottom: 3.3256vw;
    }

    #popup-slider .swiper .swiper-slide .obj-details .obj-title small {
        font-size: 3.256vw;
        margin-top: 0.9302vw;
    }

    #popup-slider .swiper-buttons {
        bottom: unset;
        height: 7.46655vw;
        left: 8.372vw;
        top: 90.9186vw;
        width: 35.23345vw;
    }

    #popup-slider .swiper-buttons .swiper-button {
        border-radius: 8.86655vw;
        height: 7.46655vw;
        width: 15.4vw;
    }

    #popup-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    #popup-slider .swiper-buttons .swiper-button:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-21 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-21 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-21 .obj-content.heading {
        margin-left: 8.372vw;
        max-width: 100%;
    }

    .row.section-21 .obj-content.heading .obj-title {
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
    }

    .row.section-21 .obj-content.heading .obj-title br {
        display: none;
    }

    .row.section-21 .obj-content:not(.heading) {
        margin-left: 8.372vw;
        max-width: 100%;
    }

    .row.section-21 .obj-content:not(.heading).obj-color-primary .obj-box .obj-context {
        color: #0A2569;
    }

    .row.section-21 .obj-content:not(.heading) .obj-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-21 .obj-content:not(.heading) .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 5.5814vw;
        margin-right: 0;
        max-width: 100%;
    }

    .row.section-21 .obj-content:not(.heading) .obj-box .obj-context {
        border-left: 0;
        color: #000;
        font-size: 4.186vw;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        padding-left: 0;
    }

    .row.section-22 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-22.reverse .obj-content .obj-figure {
        margin-left: -8.372vw;
    }

    .row.section-22.reverse .obj-content .obj-box {
        margin-left: auto;
    }

    .row.section-22 .obj-content .obj-figure {
        height: auto;
        margin-left: 8.372vw;
        padding: 0 8.372vw;
        width: 100%;
    }

    .row.section-22 .obj-content .obj-box {
        background: #fff;
        margin-left: 0;
        margin-top: -10vw;
        padding-bottom: 8.0513088vw;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
        padding-top: 10.0097088vw;
        position: relative;
        width: calc(100% - 8.372vw);
    }

    .row.section-22 .obj-content .obj-box .obj-title {
        border-bottom: 0.1rem solid #000;
        font-size: 7.442vw;
        margin-bottom: 5.2224vw;
        padding-bottom: 5.2224vw;
    }

    .row.section-22 .obj-content .obj-box .obj-context {
        max-width: 100%;
        padding-left: 1.9584vw;
    }

    .section-23 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-23.apply .obj-image .obj-figure {
        background: #000;
    }

    .section-23.apply .obj-image .obj-figure img {
        opacity: 0.8;
    }

    .section-23.apply .obj-content.heading-2 .obj-title {
        font-size: 7.442vw;
        margin-bottom: 18.605vw;
    }

    .section-23.apply .obj-content.heading-2 .obj-title small {
        font-size: 4.651vw;
        margin-bottom: 11.628vw;
    }

    .section-23.apply .obj-content .obj-button {
        margin-left: 0;
        margin-top: 15.814vw;
        width: 100%;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .section-23.apply .obj-content .obj-button {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .section-23.apply .obj-content .obj-button .obj-link {
        background: #E8C098;
        border: 0;
        border-radius: 0;
        color: #0A2569;
        font-size: 3.256vw;
        font-weight: 400;
        height: 17.442vw;
    }

    .section-23.apply .obj-content .obj-button .obj-link svg {
        display: none;
    }

    .section-23.apply .inner-row .obj-content {
        margin-bottom: 6.977vw;
        padding-bottom: 6.977vw;
        padding-right: 0;
    }

    .section-23.apply .inner-row .obj-content:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-23.apply .inner-row .obj-content .obj-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-23.apply .inner-row .obj-content .obj-box .obj-header:before {
        font-size: 3.256vw;
        line-height: 2.071;
        margin-right: 1.163vw;
        margin-top: 1.163vw;
        width: 9.302vw;
    }

    div#logo a {
        width: 230px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .section-23.apply .inner-row .obj-content .obj-box .obj-header:before {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .section-23.apply .inner-row .obj-content .obj-box .obj-header .obj-title {
        font-size: 5.581vw;
        letter-spacing: 0.05em;
        line-height: 1.375;
        margin-bottom: 4.651vw;
        max-width: 100% !important;
    }

    .section-23.apply .inner-row .obj-content .obj-box .obj-context {
        margin-left: 10.465vw;
        padding-top: 0;
        width: 100%;
    }

    .section-23.apply .inner-row .obj-content .obj-box .obj-context p:not(:last-child) {
        margin-bottom: 9.302vw;
    }

    .section-23.apply .inner-row .obj-content .obj-box .obj-context p a {
        font-size: 2.791vw;
    }

    .section-23:not(.apply) {
        padding-bottom: 18.605vw !important;
        padding-top: 18.605vw !important;
    }

    .section-23:not(.apply) .obj-content {
        margin-left: 8.372vw;
    }

    .section-23:not(.apply) .obj-content.heading {
        margin-bottom: 11.628vw;
        margin-right: 8.372vw;
        width: auto;
    }

    .section-23:not(.apply) .obj-content.heading .obj-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-23:not(.apply) .obj-content.heading .obj-box .obj-title {
        font-size: 9.302vw;
        margin-bottom: 9.302vw;
        max-width: 100%;
    }

    .section-23:not(.apply) .obj-content.heading .obj-box .obj-title span {
        font-size: 7.442vw;
        margin-left: 6vw;
    }

    .section-23:not(.apply) .obj-content.heading .obj-box .obj-context {
        margin-left: 0;
        max-width: 100%;
    }

    .section-23:not(.apply) .obj-content.heading-2 {
        margin-bottom: 9.302vw;
    }

    .section-23:not(.apply) .obj-content.heading-2 .obj-title {
        font-size: 7.442vw;
    }

    .section-23:not(.apply) .inner-row {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .section-23:not(.apply) .inner-row .obj-content {
        margin-bottom: 6.977vw;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding-bottom: 6.977vw;
        padding-right: 0;
        padding-top: 0;
    }

    .section-23:not(.apply) .inner-row .obj-content:last-child {
        margin-bottom: 0;
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box .obj-header:before {
        font-size: 3.256vw;
        line-height: 2.071;
        margin-right: 1.163vw;
        margin-top: 0.5vw;
        width: 6.977vw;
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box .obj-header .obj-title {
        font-size: 4.651vw;
        letter-spacing: 0.05em;
        line-height: 1.375;
        margin-bottom: 6.047vw;
        max-width: calc(100% - 6.977vw - 1.163vw);
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box .obj-context {
        margin-left: 10.465vw;
        padding-top: 0;
        width: 100%;
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box .obj-context p:not(:last-child) {
        margin-bottom: 6.977vw;
    }

    .section-23:not(.apply) .inner-row .obj-content .obj-box .obj-context p a {
        font-size: 2.791vw;
    }

    .section-23.location {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
        position: relative;
    }

    .section-23.location .obj-content.heading {
        margin-bottom: 5.5814vw;
        padding-left: 0;
    }

    .section-23.location .obj-content.heading .obj-box .obj-header .obj-title {
        margin-bottom: 0;
    }

    .section-23.location .obj-content.heading .obj-box .obj-header .obj-title span.highlight {
        left: 0;
    }

    .section-23.location .inner-row .obj-content .obj-box .obj-header .obj-title {
        font-size: 5.581vw;
        letter-spacing: 0;
        max-width: 33.721vw;
    }

    .section-23.location .inner-row .obj-content .obj-box .obj-context {
        margin-left: auto;
        width: 42.7vw;
    }

    .section-23.v2 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .section-23.v2 .obj-content {
        margin-left: 8.372vw;
    }

    .section-23.v2 .obj-content.heading {
        margin-bottom: 11.6279vw;
    }

    .section-23.v2 .obj-content.heading .obj-box .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .section-23.v2 .obj-content.heading .obj-box .obj-context {
        margin-left: 0;
        max-width: 100%;
    }

    .section-23.v2 .obj-content.heading-2 .obj-box .obj-title {
        margin-bottom: 5.5814vw;
    }

    .section-23.v2 .inner-row {
        max-width: calc(100% - 16.744vw);
    }

    .section-23.v2 .inner-row .inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content {
        border-bottom: 0.1rem solid rgba(10, 37, 105, 0.1);
        border-right: 0;
        padding: 0 0 6.977vw;
        width: 100%;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content .obj-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-header:before {
        content: none;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-header .obj-title {
        color: #C67E36;
        font-size: 5.581vw;
        margin-bottom: 5.5814vw;
        max-width: 100%;
        text-align: center;
    }

    .section-23.v2 .inner-row .inner-wrap .obj-content .obj-box .obj-context {
        margin-left: 0;
    }

    .row.section-24 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-24 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-24 .obj-content.heading {
        margin-left: 8.372vw;
        width: auto;
    }

    .row.section-24 .obj-content.heading .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 11.6279vw;
        position: relative;
    }

    .row.section-24 .obj-content.heading .obj-title br {
        display: none;
    }

    .row.section-24 .inner-row {
        padding-left: 8.372vw;
        padding-right: 8.372vw;
    }

    .row.section-24 .inner-row .inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .row.section-24 .inner-row .obj-content {
        border-bottom: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
    }

    .row.section-24 .inner-row .obj-content:first-child {
        border-bottom: 0.1rem solid #D3E4F9;
        margin-bottom: 8.6047vw;
        padding-bottom: 8.6047vw;
    }

    .row.section-24 .inner-row .obj-content .obj-box {
        border-right: 0;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-24 .inner-row .obj-content .obj-box .obj-header {
        margin-left: 0;
        margin-top: 8vw;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .row.section-24 .inner-row .obj-content .obj-box .obj-header .obj-title {
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
        max-width: 100%;
    }

    .row.section-24 .inner-row .obj-content .obj-box .obj-sub-header small {
        font-size: 2.791vw;
    }

    .row.section-25 {
        padding-bottom: 0 !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-25 .obj-blog-feature {
        margin-left: 0;
        padding-right: 8.372vw;
        padding-top: 0;
        width: 100%;
    }

    .row.section-25 .obj-blog-feature:hover .obj-inner .obj-details .obj-link svg {
        margin-right: 3.256vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner {
        background: transparent;
        min-height: 100%;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-figure {
        height: auto;
        margin-left: 8.372vw;
        position: relative;
        width: 91.628vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details {
        background: #fff;
        margin-top: -19.302vw;
        padding-bottom: 11.6279vw;
        padding-left: 8.372vw;
        padding-top: 11.6279vw;
        width: 91.628vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details .obj-term {
        font-size: 2.791vw;
        margin-bottom: 5.5814vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details .obj-title {
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
        max-width: 66.977vw;
        padding-right: 0;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details .obj-link {
        font-size: 3.721vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details .obj-link svg {
        margin-right: 6.512vw;
    }

    .row.section-25 .obj-blog-feature .obj-inner .obj-details p {
        max-width: 69.302vw;
    }

    .row.section-26 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-26.v2 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-26 .obj-content.heading {
        margin-bottom: 22.558vw;
        margin-left: 8.372vw;
        width: auto;
    }

    .row.section-26 .obj-content.heading .obj-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-26 .obj-content.heading .obj-box .obj-title {
        font-size: 9.302vw;
        margin-bottom: 10.233vw;
    }

    .row.section-26 .obj-content.heading .obj-box .obj-context {
        margin-left: 0;
        width: 79.07vw;
    }

    .row.section-26 .obj-blog-posts {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-26 .obj-blog-posts.complete .obj-inner {
        padding-bottom: 0;
    }

    .row.section-26 .obj-blog-posts .obj-inner {
        padding-bottom: 11.6279vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post {
        margin-bottom: 11.6279vw;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post:hover .obj-details .obj-button .obj-link svg {
        margin-right: 3.256vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post:last-child {
        margin-bottom: 0;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-figure {
        height: auto;
        margin-bottom: 6.977vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details {
        height: unset;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-title {
        font-size: 6.512vw;
        margin-bottom: 6.977vw;
        width: 100%;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details p:last-of-type {
        margin-bottom: 0;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button {
        margin-top: 6.977vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button .obj-link {
        font-size: 2.791vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .obj-post .obj-details .obj-button .obj-link svg {
        margin-right: 6.512vw;
    }

    .row.section-26 .obj-blog-posts .obj-inner .load-more {
        border-radius: 10vw;
        font-size: 5.581vw;
        height: 11.6279vw;
        left: 0;
        width: 56.512vw;
    }

    .row.section-27 {
        padding-bottom: 23.256vw !important;
    }

    .row.section-27 .obj-content {
        margin: 0 auto;
        width: 85.067vw;
    }

    .row.section-27 .obj-content.play .obj-figure {
        position: relative;
    }

    .row.section-27 .obj-content.play .obj-figure:after {
        background-image: url("/wp-content/uploads/2023/04/play.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 25vw;
        left: 50%;
        margin-left: -12.5vw;
        position: absolute;
        margin-top: -12.5vw;
        top: 50%;
        width: 25vw;
    }

    .row.section-27 .obj-content .obj-figure {
        height: 46.933vw;
        margin-bottom: 11.628vw;
    }

    .row.section-27 .obj-content .obj-figure img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .row.section-27 .obj-content .obj-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-27 .obj-content .obj-box .obj-header {
        width: 100%;
    }

    .row.section-27 .obj-content .obj-box .obj-header .obj-title {
        font-size: 6.512vw;
        margin-bottom: 11.628vw;
    }

    .row.section-27 .obj-content .obj-box .obj-context {
        margin-left: auto;
        margin-right: 0;
        width: 100%;
    }

    .row.section-28 {
        padding-bottom: 11.6279vw;
        padding-top: 11.6279vw;
    }

    .row.section-28 .wrap {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .row.section-28 .wrap>*:not(.img):not(.iframe) {
        max-width: 100%;
    }

    .row.section-28 .wrap>h1:first-child,
    .row.section-28 .wrap h2:first-child,
    .row.section-28 .wrap h3:first-child {
        font-size: 8.6047vw;
        margin-bottom: 5.5814vw;
        max-width: 100%;
    }

    .row.section-28 .wrap .img,
    .row.section-28 .wrap .iframe {
        line-height: 0;
        margin: 11.6279vw 0;
    }

    .row.section-28 .wrap h2:not(:first-child) {
        font-size: 8.6047vw;
        margin-bottom: 5.5814vw;
        margin-top: 11.6279vw;
        max-width: 100% !important;
    }

    .row.section-28 .wrap h3,
    .row.section-28 .wrap h4,
    .row.section-28 .wrap h5,
    .row.section-28 .wrap h6 {
        font-size: 8.6047vw;
        margin-bottom: 5.5814vw;
        margin-top: 11.6279vw;
        max-width: 100% !important;
    }

    .row.section-29 .obj-content .obj-figure {
        height: 120vw;
    }

    .row.section-29 .obj-content .obj-box {
        max-width: 83.256vw;
        padding-top: 29.06975vw;
    }

    .row.section-29 .obj-content .obj-box .obj-title {
        font-size: 8.6047vw;
    }

    .row.section-29 .obj-content .obj-box .obj-button {
        margin-top: 11.6279vw;
    }

    .row.section-29 .obj-content .obj-box .obj-link {
        border-radius: 7.8336vw;
        font-size: 1.9584vw;
        height: 8.0513088vw;
        width: 25.8942912vw;
    }

    .row.section-30.v2 {
        padding-bottom: 18.605vw !important;
        padding-top: 18.605vw !important;
    }

    .row.section-30.v2 .wrap {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        max-width: 100%;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
        margin-bottom: 6.977vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields label {
        font-size: 3.721vw;
        margin-bottom: 3.488vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input,
    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields textarea,
    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
        font-size: 5.581vw;
        letter-spacing: 0.02em;
        min-height: 5.044vw;
        padding-bottom: 5.581vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields select option {
        font-size: 3.721vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer {
        margin-top: 9.302vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button {
        color: #000;
        font-size: 2.791vw;
        height: 11.395vw;
        margin-right: auto;
        width: 53.023vw;
    }

    .row.section-30.v2 .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover {
        color: #fff;
    }

    .row.section-31 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-31 .obj-content {
        margin-right: 8.372vw;
    }

    .row.section-31 .obj-content.heading {
        margin-bottom: 6.977vw;
        margin-left: 8.372vw;
        width: auto;
    }

    .row.section-31 .obj-content.heading .obj-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-31 .obj-content.heading .obj-title {
        font-size: 9.302vw;
        margin-bottom: 6.977vw;
        position: relative;
    }

    .row.section-31 .obj-content.heading .obj-context {
        font-size: 4.186vw;
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-31 .obj-slider {
        margin-left: 0;
        position: relative;
        width: 100%;
    }

    .row.section-31 .obj-slider:nth-child(2) .obj-inner .obj-slides .obj-content:not(.sm) .obj-inner .obj-figure {
        left: 0;
        margin-bottom: 6.977vw;
        top: 0;
        width: 100%;
    }

    .row.section-31 .obj-slider:nth-child(2) .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
        left: 0;
        top: 0;
        width: 100%;
    }

    .row.section-31 .obj-slider:nth-child(3) {
        margin-top: 11.6279vw;
    }

    .row.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides {
        height: 100%;
    }

    .row.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
        top: 0;
    }

    .row.section-31 .obj-slider:nth-child(3) .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
        width: auto;
    }

    .row.section-31 .obj-slider:nth-child(3) .obj-inner .swiper-pagination {
        left: 0;
    }

    .row.section-31 .obj-slider:nth-child(3) .obj-inner .swiper-buttons {
        left: 50%;
    }

    .row.section-31 .obj-slider>.obj-inner {
        padding-bottom: 6.977vw;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides {
        height: auto;
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        width: auto;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content {
        width: 100% !important;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content:not(.swiper-slide-active) {
        opacity: 0 !important;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-figure {
        position: relative;
        width: 100%;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box {
        width: 100%;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 6.977vw;
    }

    .row.section-31 .obj-slider .obj-inner .obj-slides .obj-content .obj-inner .obj-box .obj-context {
        max-width: 100%;
    }

    .row.section-31 .obj-slider .obj-inner .swiper-pagination {
        bottom: 0;
        font-size: 7.442vw;
        left: 0;
        margin-top: 6.977vw;
        position: relative;
        width: 100%;
    }

    .row.section-31 .obj-slider .obj-inner .swiper-buttons {
        bottom: 6.977vw;
        height: 7.442vw;
        left: 50%;
        margin-left: -16.8vw;
        width: 33.488vw;
        z-index: 10;
    }

    .row.section-31 .obj-slider .obj-inner .swiper-buttons .swiper-button:after {
        height: 4.186vw;
        width: 4.186vw;
    }

    .row.section-32 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-32 .obj-content {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
    }

    .row.section-32 .obj-content:first-child {
        margin-bottom: 0;
    }

    .row.section-32 .obj-content:first-child .obj-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-32 .obj-content:first-child .obj-box .obj-header {
        margin-right: 0;
        max-width: 100%;
    }

    .row.section-32 .obj-content:first-child .obj-box .obj-context {
        font-size: 4.186vw;
        max-width: 100%;
    }

    .row.section-32 .obj-content .obj-title {
        font-size: 8.6047vw;
        margin-bottom: 6.977vw;
    }

    .row.section-32 .obj-content .obj-context {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-32 .obj-content .obj-context p {
        line-height: 1.7857;
        margin-bottom: 11.6279vw;
        margin-left: 0;
        max-width: 100%;
    }

    .row.section-32 .obj-content .obj-context ul {
        margin: 0 0 -11.6279vw;
        padding: 0;
        width: 100%;
    }

    .row.section-32 .obj-content .obj-context ul:before {
        content: none;
    }

    .row.section-32 .obj-content .obj-context ul li {
        line-height: 2.25;
        margin-bottom: 11.6279vw;
        max-width: 38.605vw;
        width: 50%;
    }

    .row.section-32 .obj-content .obj-context ul li:nth-child(even) a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .row.section-32 .obj-content .obj-context ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "Canela", sans-serif;
        font-size: 2.667vw;
        font-weight: 200;
        line-height: inherit;
    }

    .row.section-32 .obj-content .obj-context ul li a img {
        width: auto;
    }

    .row.section-32 .obj-content .obj-context ul li a img.wp-image-659 {
        max-width: 36.047vw;
    }

    .row.section-33 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-33 .obj-content.heading {
        margin-left: 8.372vw;
        width: auto;
    }

    .row.section-33 .obj-content.heading .obj-title {
        font-size: 9.302vw;
        margin-bottom: 11.6279vw;
    }

    .row.section-33 .obj-slider {
        margin-left: 8.372vw;
    }

    .row.section-33 .obj-slider .swiper {
        padding-bottom: 13.2558vw;
    }

    .row.section-33 .obj-slider .swiper:after {
        content: none;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content {
        border-right: 0;
        margin-right: 0;
        padding-top: 0;
        width: auto;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner {
        padding-bottom: 10.2326vw;
        padding-left: 0;
        padding-right: 0;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-figure {
        max-height: 100%;
        max-width: max-content;
        width: 100%;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-figure img {
        font-family: "object-fit: contain" !important;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-title {
        font-size: 5.2094vw;
        margin-bottom: 11.6279vw;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-button {
        bottom: 0;
        left: 50%;
        margin-top: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-button .obj-link {
        color: #fff;
        font-size: 2.791vw;
        opacity: 1;
        position: relative;
    }

    .row.section-33 .obj-slider .obj-slides .obj-content .obj-inner .obj-button .obj-link svg path {
        stroke: #fff;
    }

    .row.section-33 .obj-slider .swiper-pagination {
        bottom: 12.093vw;
        margin: 0 -1.1628vw;
    }

    .row.section-33 .obj-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 1.1628vw;
        width: 6.9767vw;
    }

    .row.section-33 .obj-slider .swiper-buttons {
        height: 7.46655vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 35.23345vw;
    }

    .row.section-33 .obj-slider .swiper-buttons .swiper-button {
        border-radius: 8.86655vw;
        height: 7.46655vw;
        width: 15.4vw;
    }

    .row.section-33 .obj-slider .swiper-buttons .swiper-button.swiper-button-disabled:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-33 .obj-slider .swiper-buttons .swiper-button:after {
        height: 4.43345vw;
        width: 4.43345vw;
    }

    .row.section-34 {
        padding-bottom: 11.6279vw !important;
        padding-top: 11.6279vw !important;
    }

    .row.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text {
        color: transparent;
        margin-top: 0;
        white-space: pre;
        width: 40vw;
    }

    .row.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text:before {
        color: #000;
        content: "See Details";
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .row.section-34.location .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text img {
        display: none;
    }

    .row.section-34 .obj-content {
        margin-left: 8.372vw;
        margin-right: 8.372vw;
        text-align: left;
    }

    .row.section-34 .obj-content .obj-title {
        font-size: 8.6047vw;
        max-width: 100%;
    }

    .row.section-34 .obj-upcoming-schedule {
        margin-top: 0vw;
    }

    .row.section-34 .obj-upcoming-schedule.highlight .obj-inner .overlay.apply-schedule {
        bottom: 0;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner {
        margin: 0 8.372vw;
        max-width: 100%;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .overlay.apply-schedule {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #0A2569;
        bottom: -17.442vw;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3.256vw;
        font-weight: 400;
        height: 17.442vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 0.1em;
        opacity: 1;
        position: fixed;
        right: unset;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: unset;
        width: 100%;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat {
        padding-bottom: 6.977vw;
        padding-top: 6.977vw;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-title {
        font-size: 4.651vw;
        margin-bottom: 3.488vw;
        width: 100%;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-text {
        font-size: 2.791vw;
        left: 0;
        margin-top: 0;
        position: relative;
        top: 2.1vw;
        display: none;
    }

    .row.section-34 .obj-upcoming-schedule .obj-inner .obj-retreat .obj-details .obj-date {
        font-size: 2.791vw;
        margin-top: 0;
        padding-top: 0;
    }

    .row.section-34 .obj-upcoming-schedule .obj-button {
        margin-top: 11.1628vw;
    }

    .row.section-35 {
        padding-bottom: 8.6047vw !important;
        padding-left: 8.372vw;
        padding-top: 8.6047vw !important;
    }

    .row.section-35 .obj-content.explore {
        margin-left: 0;
        margin-top: 7.907vw;
    }

    .row.section-35 .obj-content .obj-figure {
        height: 43.7209vw;
        right: -23.0233vw;
        top: 82.7907vw;
        width: 43.7209vw;
    }

    .row.section-35 .obj-content .obj-box .obj-title {
        font-size: 7.442vw;
        margin-bottom: 2.7907vw;
    }

    .row.section-35 .obj-content .obj-box .obj-context {
        font-size: 3.721vw;
        max-width: 100%;
        padding-left: 1.8605vw;
    }

    .row.section-35 .obj-content .obj-box .obj-context ul {
        -webkit-column-gap: 8.6047vw;
        -moz-column-gap: 8.6047vw;
        column-gap: 8.6047vw;
    }

    .section-36 {
        overflow: hidden;
        position: relative;
    }

    .section-36.mobile {
        display: block;
    }

    .section-36 .bg-video {
        margin: -0.1rem -0.5rem;
        padding-top: 56%;
    }

    .section-36 .bg-video iframe {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    #apply {
        height: 100%;
        overflow-y: auto;
    }

    #apply .inner .col.col-sm-4 {
        height: 103.953vw;
        width: 100%;
    }

    #apply .inner .col.col-sm-8 {
        padding-bottom: 0;
        padding-left: 8.372vw;
        padding-right: 8.372vw;
        padding-top: 18.605vw;
        width: 100%;
    }

    #apply-close {
        height: 9.302vw;
        right: 7.335vw;
        top: 7.335vw;
        width: 9.302vw;
    }

    #subscribe {
        -webkit-backdrop-filter: blur(0.4vw);
        backdrop-filter: blur(0.4vw);
        position: fixed;
    }

    #subscribe .inner {
        border-radius: 6.0465vw;
        height: 164.1395vw;
        width: 85.3333333333vw;
    }

    #subscribe .inner #subscribe-close {
        height: 9.3023vw;
        right: 4.6512vw;
        top: 4.6512vw;
        width: 9.3023vw;
    }

    #subscribe .inner .row .col .wrap {
        padding-bottom: 11.6279vw;
        padding-left: 6.9767vw;
        padding-right: 6.9767vw;
        padding-top: 36.2791vw;
    }

    #subscribe .inner .obj-content {
        margin-bottom: 6.5116vw;
        padding-right: 0;
        padding-top: 11.6279vw;
    }

    #subscribe .inner .obj-content .obj-inner .obj-figure {
        height: 36.2791vw;
        width: 100%;
    }

    #subscribe .inner .obj-content .obj-inner .obj-figure img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    #subscribe .inner .obj-content .obj-inner .obj-title {
        font-size: 7.442vw;
        margin-bottom: 2.7907vw;
    }

    #subscribe .inner .v2 .gform_wrapper.gravity-theme form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_body .gform_fields input {
        font-size: 16px;
    }

    #subscribe .inner .v2 .gform_wrapper.gravity-theme form .gform_footer {
        margin: 5.3488vw 0 0;
    }

    /*   .video-styles .obj-video-bg {
      width: 100%;
      height: 100%;
    }
  
    .banner.location .obj-content.max-height .obj-video-bg {
      height: 90vh;
    } */
}

@media screen and (max-height: 750px) {
    #mm-container #mm ul.menu li.menu-item ul.sub-menu li span.menu__item-textinner {
        font-size: 15px;
    }

    #mm-container #mm ul.menu li.menu-item a.menu__item span.menu__item-textinner {
        font-size: 18px;
    }
}


.single-article .article .wpb_video_widget {
    display: flex;
      -webkit-column-gap: 7.2vw;
      -moz-column-gap: 7.2vw;
      column-gap: 7.2vw;
      padding-right: 8.372vw;
      padding-left: 8.372vw;
}

.single-article .article .wpb_video_widget .wpb_wrapper {
    -webkit-box-flex: 0;
  -ms-flex: 0 0 48.2666666667vw;
  flex: 0 0 48.2666666667vw;
}

.single-article .article .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    position: relative;
  width: 100%;
  padding-top: 56%;
}

.single-article .article .wpb_video_widget .wpb_wrapper .wpb_video_wrapper iframe {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



@media only screen and (max-width: 767px) {
    
    .single-article .article .wpb_video_widget .wpb_wrapper {
       flex: 1;
    }

    .row .col .wrap .col .wrap {
        margin: 0 !important;
    }   
}






/*  MP 24.09.2024  */

.section-18.psilocybin.v2 .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 0;
}

.section-18.psilocybin .obj-content:not(.heading) .obj-inner .obj-box {
    padding-top: 0;
}

.section-28 .wrap p.img {
    max-width: 60vw;
}


.section-28 .col {
   max-width: 48.6vw;
   margin: 0 auto;
   float: none; 
}

.section-28 .col .wrap {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}



@media only screen and (max-width: 767px) {
     .section-18 .obj-content:not(.heading) .obj-inner .obj-figure {
        margin-right: 0;
    }

    .section-28 .wrap p.img {
        max-width: 100vw;
    }

       .section-28 .col {
            margin-left: 8.372vw;
            margin-right: 8.372vw;
            width: auto;
            max-width: 100%;
        }

        .section-28 .col .col {
            margin-left: 0;
            margin-right: 0;
        }
}