@font-face {
  font-family: "adriannaregular";
  src: url("../fonts/adrianna-regular-webfont.woff2") format("woff2"), url("../fonts/adrianna-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adrianna_condensedbold";
  src: url("../fonts/adriannacondensed-bold-webfont.woff2") format("woff2"), url("../fonts/adriannacondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mrs_eaves_otroman";
  src: url("../fonts/mrseavesot-roman-webfont.woff2") format("woff2"), url("../fonts/mrseavesot-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mrs_eaves_otitalic";
  src: url("../fonts/mrseavesot-italic-webfont.woff2") format("woff2"), url("../fonts/mrseavesot-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* rotate*/
/* translate*/
/*transform origin*/
/*................................................
     BASIC STYLING FOR COMMON HTML ELEMENTS
.................................................*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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%;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100%;
}

body,
input,
select,
textarea,
button {
  resize: none;
}

a {
  text-decoration: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

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

ul li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

:focus,
.addthis_button_compact:focus,
.at-branding-logo:focus {
  outline: 1px dotted #000000;
  outline-offset: 1px;
}

.hide-content {
  display: none !important;
}

@media (max-width: 900px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 901px) {
  .hidden-desktop {
    display: none;
  }
}

.block_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fly {
  opacity: 0;
  -webkit-transition: opacity 1100ms ease-in-out 800ms, -webkit-transform 1100ms ease-in-out;
  transition: opacity 1100ms ease-in-out 800ms, -webkit-transform 1100ms ease-in-out;
  transition: transform 1100ms ease-in-out, opacity 1100ms ease-in-out 800ms;
  transition: transform 1100ms ease-in-out, opacity 1100ms ease-in-out 800ms, -webkit-transform 1100ms ease-in-out;
  -webkit-transform: translateY(100px) scale(1.05);
          transform: translateY(100px) scale(1.05);
}
@media (max-width: 991.8px) {
  .fly {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
            transform: translateY(0) scale(1) translate3d(0, 0, 0);
  }
}

.show-block {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
          transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.typed-cursor {
  display: none;
}

.headline-partial {
  opacity: 0;
}

.sitemap-wrap {
  height: 80vh;
  width: 80%;
  margin: 0px auto;
  min-height: 400px;
  padding: 50px 0px;
}
.sitemap-wrap h2 {
  width: 100%;
  font-family: "mrs_eaves_otroman";
  text-align: center;
  padding-bottom: 20px;
}
.sitemap-wrap h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .sitemap-wrap h2 {
    font-size: calc(16px + 16 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .sitemap-wrap h2 {
    font-size: 32px;
  }
}
.sitemap-wrap .sitemap {
  margin: 0px auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap-wrap .sitemap__link {
  display: inline-block;
  width: calc(50% - 12px);
  color: #333;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "adriannaregular";
}
.sitemap-wrap .sitemap__link {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .sitemap-wrap .sitemap__link {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .sitemap-wrap .sitemap__link {
    font-size: 16px;
  }
}
.sitemap-wrap .sitemap__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sitemap-wrap .sitemap__link:not(:nth-child(even)) {
  margin-right: 20px;
}
.sitemap-wrap .sitemap__link:nth-child(n+3) {
  margin-top: 20px;
}
body {
  color: #111111;
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; }
  body {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      body {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body {
        font-size: 16px; } }

.main_title {
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px; }
  .main_title {
    font-size: 38px; }
    @media screen and (min-width: 320px) {
      .main_title {
        font-size: calc(38px + 37 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .main_title {
        font-size: 75px; } }
  .main_title {
    line-height: 40px; }
    @media screen and (min-width: 320px) {
      .main_title {
        line-height: calc(40px + 35 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .main_title {
        line-height: 75px; } }
  .main_title span {
    font-family: "mrs_eaves_otitalic"; }
  .main_title span.mob-space {
    font-family: "mrs_eaves_otroman"; }
  @media (max-width: 575.8px) {
    .main_title span.mob-space {
      padding-top: 20px;
      display: block; } }

.sub_title {
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .sub_title {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      .sub_title {
        font-size: calc(15px + 5 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .sub_title {
        font-size: 20px; } }
  .sub_title {
    line-height: 20px; }
    @media screen and (min-width: 320px) {
      .sub_title {
        line-height: calc(20px + 0 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .sub_title {
        line-height: 20px; } }
  .sub_title {
    letter-spacing: 1px; }
    @media screen and (min-width: 320px) {
      .sub_title {
        letter-spacing: calc(1px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .sub_title {
        letter-spacing: 2px; } }

.thumb_title {
  font-family: "adrianna_condensedbold";
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .thumb_title {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .thumb_title {
        font-size: calc(18px + 7 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .thumb_title {
        font-size: 25px; } }

p, .main_copy {
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; }
  p, .main_copy {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      p, .main_copy {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      p, .main_copy {
        font-size: 16px; } }
  p, .main_copy {
    line-height: 25px; }
    @media screen and (min-width: 320px) {
      p, .main_copy {
        line-height: calc(25px + 5 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      p, .main_copy {
        line-height: 30px; } }

.btn {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 18px;
  min-width: 320px;
  max-width: 100%;
  background-color: #111111;
  border: 2px solid #111111;
  color: #ffffff;
  display: inline-block;
  transition: all 0.4s; }
  .btn {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      .btn {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .btn {
        font-size: 16px; } }
  .btn {
    letter-spacing: 4px; }
    @media screen and (min-width: 320px) {
      .btn {
        letter-spacing: calc(4px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .btn {
        letter-spacing: 5px; } }
  html.system .btn:hover {
    background: transparent;
    color: #00b3bc; }
  @media (max-width: 768.8px) {
    .btn {
      min-width: 260px;
      padding: 14px; } }
  @media (max-width: 374.8px) {
    .btn {
      min-width: 0; } }

.btn-blue {
  background-color: #00b3bc;
  border-color: #00b3bc; }

.point_list_wrap {
  margin-top: 40px; }

.list_wrap {
  width: 100%;
  padding: 20px 5vw; }
  @media (max-width: 900px) {
    .list_wrap {
      padding: 15px 30px; } }
  .list_wrap p {
    margin-bottom: 12px; }
  .list_wrap .list_row {
    display: flex;
    width: 100%;
    padding: 50px 0; }
    .list_wrap .list_row:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .list_wrap .list_row > * {
      width: 50%; }
    @media (max-width: 899.8px) {
      .list_wrap .list_row {
        padding: 30px 0;
        flex-wrap: wrap; }
        .list_wrap .list_row > * {
          width: 100%; } }
  .list_wrap .list_thumb {
    padding-right: 40px; }
    @media (max-width: 899.8px) {
      .list_wrap .list_thumb {
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 20px; } }
  .list_wrap .list_thumb_img {
    width: 100%;
    padding-bottom: 66%;
    position: relative;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2); }
    .list_wrap .list_thumb_img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .list_wrap .list_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }

.modal_thank_you_note {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto; }

.modal_bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1; }

.thank_you_note_inner {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  position: relative;
  pointer-events: none; }
  .thank_you_note_inner > * {
    pointer-events: all; }

.modal_thankyou_close {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -999px; }
  .modal_thankyou_close::before, .modal_thankyou_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -14px;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    transform-origin: center center;
    transform: rotate(45deg); }
  .modal_thankyou_close:after {
    transform: rotate(-45deg); }

.thank_you_note_content {
  max-width: 85%;
  padding: 15px;
  background-color: #ffffff; }
  .thank_you_note_content img {
    width: auto;
    max-width: 100%; }
  @media (max-width: 899.8px) {
    .thank_you_note_content {
      padding: 10px;
      max-width: 90%; } }

.top_header {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center; }
.top_header .line_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: absolute;
  top: 0px;
}
.top_header .line_top span {
  height: 5px;
  width: 57px;
}
.top_header .line_top span:first-child {
  background-color: #00b3bc;
}
.top_header .line_top span:nth-child(2) {
  background-color: #995481;
}
.top_header .line_top span:last-child {
  background-color: #bed12a;
}
.top_header .call_now {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 100%;
  background-color: #00b3bc;
}
@media (max-width: 419.8px) {
  .top_header .call_now {
    width: 50px;
  }
}
.top_header .call_now a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_header .call_now img {
  width: 30px;
}
@media (max-width: 419.8px) {
  .top_header .call_now img {
    width: 20px;
  }
}
.top_header .logo_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}
@media (max-width: 419.8px) {
  .top_header .logo_navigation .main_logo img {
    width: 150px;
  }
}
.top_header .logo_navigation .pallas_logo {
  position: relative;
  padding: 0px 60px;
}
.top_header .logo_navigation .pallas_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.top_header .logo_navigation .pallas_logo:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  top: -20px;
  left: 0px;
  background-color: #00b3bc;
}
.top_header .logo_navigation .persei_logo {
  position: relative;
  padding: 0px 60px;
}
.top_header .logo_navigation .persei_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.top_header .logo_navigation .persei_logo:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  top: -20px;
  left: 0px;
  background-color: #995481;
}
.top_header .logo_navigation .henri_logo {
  position: relative;
  padding: 0px 60px;
}
.top_header .logo_navigation .henri_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.top_header .logo_navigation .henri_logo:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  top: -20px;
  left: 0px;
  background-color: #bed12a;
}
.top_header .menu-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.top_header .bars {
  display: block;
  position: relative;
  width: 40px;
  -webkit-transition: margin 600ms;
  transition: margin 600ms;
  cursor: pointer;
}
.top_header .bars .bar {
  display: block;
  height: 3px;
  margin: 0.2em;
  border-right: 35px solid #111111;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: transform, margin;
  transition-property: transform, margin, -webkit-transform;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
.top_header .bars .bar:nth-of-type(1) {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.top_header .menu-open .bar:nth-of-type(1),
.top_header .menu-close .bar:nth-of-type(1) {
  opacity: 0;
}
.top_header .menu-open .bar:nth-of-type(2),
.top_header .menu-close .bar:nth-of-type(2) {
  top: 0;
  -webkit-transform: rotate(45deg) translateY(0.3em);
          transform: rotate(45deg) translateY(0.3em);
}
.top_header .menu-open .bar:nth-of-type(3),
.top_header .menu-close .bar:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(-45deg) translateY(-0.3em);
          transform: rotate(-45deg) translateY(-0.3em);
}
.top_header .menu-close {
  position: absolute !important;
  top: 17px;
  right: 8px;
}
.top_header .hamburger_menu {
  z-index: 99;
  background: white;
  display: inline-block;
  position: fixed;
  width: 250px;
  left: -100%;
  top: 0px;
  height: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top_header .hamburger_menu .hamburger_menu_wrap {
  padding: 56px 0px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_header .hamburger_menu .hamburger_menu_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.top_header .hamburger_menu .hamburger_menu_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 
  }
.top_header .hamburger_menu .hamburger_menu_wrap ul li:not(.scroll_linkmenu) {
  padding: 10px 5px; 
}
.top_header .hamburger_menu .hamburger_menu_wrap a {
  padding: 0px 20px;
  position: relative;
  width: 100%;
  text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: "adrianna_condensedbold";
        line-height: normal;
        color: #111111; }
.top_header .hamburger_menu .hamburger_menu_wrap a img {
          margin: 14px 0px 14px 0px; }
      .system .top_header .hamburger_menu .hamburger_menu_wrap a:hover, .top_header .hamburger_menu .hamburger_menu_wrap li.current_page_item a {
        color: #00b3bc; }
.top_header .hamburger_menu .hamburger_menu_wrap li:first-child a:after {
  height: 100%;
  position: absolute;
  content: "";
  width: 5px;
  background: #00b3bc;
  left: 0px;
}
.top_header .hamburger_menu .hamburger_menu_wrap li:nth-child(2) a:after {
  height: 100%;
  position: absolute;
  content: "";
  width: 5px;
  background: #995481;
  left: 0px;
}
.top_header .hamburger_menu .hamburger_menu_wrap li:nth-child(3) a:after {
  height: 100%;
  position: absolute;
  content: "";
  width: 5px;
  background: #b3c71d;
  left: 0px;
}
.top_header .hamburger_menu.open {
  left: 0px;
}

.special_popup {
  background-color: #995481;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
  max-height: 500px;
}
.special_popup .close_icon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.special_popup .special_popup_wrap {
  text-align: center;
  padding: 15px 20px;
}
.special_popup .special_popup_wrap h3 {
  font-family: "adrianna_condensedbold";
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.special_popup .special_popup_wrap p {
  font-family: "adriannaregular";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.special_popup .special_popup_wrap a {
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 768.8px) {
  .special_popup .special_popup_wrap a {
    display: block;
  }
}

.special_popup.hide {
  padding: 0px;
  max-height: 0px;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}

footer .footer_top {
  width: 100%;
  background-image: url("../images/intro-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 20px 0px;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  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;
}
@media (max-width: 900px) {
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .footer_top .footer_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer_top .footer_top_left .footer_logo {
  padding: 20px 0px;
  border-right: 2px solid #ffffff;
  margin-right: 30px;
  padding-right: 40px;
}
@media (max-width: 970px) and (min-width: 901px) {
  footer .footer_top .footer_top_left .footer_logo {
    margin-right: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_left .footer_logo {
    border: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
}
footer .footer_top .footer_top_left .footer_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_top .footer_top_left .footer_address span {
  font-family: "adriannaregular";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #ffffff;
  display: block;
}
footer .footer_top .footer_top_left .footer_address .address {
  width: 230px;
  max-width: 100%;
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_left .footer_address .address {
    text-align: center;
  }
}
footer .footer_top .footer_top_left .footer_address .address a {
  color: #ffffff;
}
footer .footer_top .footer_top_left .footer_address .call_email {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_left .footer_address .call_email {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_top .footer_top_left .footer_address .call_email span:first-child {
  margin-right: 30px;
}
footer .footer_top .footer_top_left .footer_address .call_email a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_top .footer_top_left .footer_address .call_email a img {
  width: 15px;
  margin-right: 5px;
}
footer .footer_top .footer_top_left .footer_working_hours {
  padding-left: 30px;
}
@media (max-width: 970px) and (min-width: 901px) {
  footer .footer_top .footer_top_left .footer_working_hours {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_left .footer_working_hours {
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
  }
}
footer .footer_top .footer_top_left .footer_working_hours h3 {
  font-family: "adriannaregular";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
footer .footer_top .footer_top_left .footer_working_hours p {
  font-family: "adriannaregular";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #ffffff;
}
footer .footer_top .footer_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  footer .footer_top .footer_top_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
  }
}
footer .footer_top .footer_top_right .social_icons a {
  margin-right: 20px;
}
footer .footer_top .footer_top_right .social_icons a:last-child {
  margin-right: 0px;
}
footer .footer_top .footer_top_right .greystar_logo {
  margin-top: 10px;
}
footer .footer_top .footer_top_right .greystar_logo img {
  max-width: 110px;
}
footer .footer_bottom {
  position: relative;
  width: 100%;
  background-image: url("../images/footer-bottom-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 20px 0px;
  padding-left: 5vw;
  padding-right: 5vw;
  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;
	  column-gap: 10px;
}
footer .footer_bottom:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
@media (max-width: 900px) {
  footer .footer_bottom {
    padding: 20px 30px;
  }
}
footer .footer_bottom .footer_bottom_left {
  width: 75%;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
@media (max-width: 900px) {
  footer .footer_bottom .footer_bottom_left {
    width: 100%;
  }
}
footer .footer_bottom .footer_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  footer .footer_bottom .footer_bottom_right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}
footer .footer_bottom .footer_bottom_right a {
  margin-right: 20px;
}
footer .footer_bottom .footer_bottom_right a:last-child {
  margin-right: 0px;
}
footer .footer_bottom p {
  font-family: "adriannaregular";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #ffffff;
}
footer .footer_bottom p a {
  color: #ffffff;
}

.addthis_button_more .at-icon-wrapper {
  display: none;
}

.banner {
  height: 70vh;
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768.8px) {
  .banner {
    min-height: 230px;
    height: 50vh;
  }
}
.banner .banner_pattern {
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.banner .banner_pattern img {
  width: 155px;
}
.banner .banner_desktop_pattern {
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.banner .banner_desktop_pattern img {
  max-width: 490px;
}
@media (max-width: 1200px) and (min-width: 901px) {
  .banner .banner_desktop_pattern img {
    max-width: 255px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .banner .banner_desktop_pattern img {
    max-width: 380px;
  }
}
.banner .banner_content {
  background-color: rgba(17, 17, 17, 0.85);
  padding: 44px 40px;
  width: 520px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768.8px) {
  .banner .banner_content {
    display: none;
  }
}

.intro_section {
  width: 100%;
  background: url("../images/intro-bg.jpg");
  padding: 60px 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff; }
  .intro_section.home_intro {
    padding-bottom: 250px; }
@media (max-width: 900px) {
  .intro_section {
      padding: 50px 30px; }
      .intro_section.home_intro {
        padding-bottom: 90px; } 
}
  .intro_section ul {
    margin-top: 30px;
    text-align: center; }
.intro_section .intro_section_wrap {
  max-width: 900px;
}
.intro_section .intro_section_wrap .line_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.intro_section .intro_section_wrap .line_bottom span {
  height: 5px;
  width: 57px;
}
.intro_section .intro_section_wrap .line_bottom span:first-child {
  background-color: #00b3bc;
}
.intro_section .intro_section_wrap .line_bottom span:nth-child(2) {
  background-color: #995481;
}
.intro_section .intro_section_wrap .line_bottom span:last-child {
  background-color: #bed12a;
}
.intro_section h4 {
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.intro_section h4 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .intro_section h4 {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section h4 {
    font-size: 20px;
  }
}
.intro_section h4 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .intro_section h4 {
    line-height: calc(20px + 0 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section h4 {
    line-height: 20px;
  }
}
.intro_section h4 {
  letter-spacing: 5px;
}
@media screen and (min-width: 320px) {
  .intro_section h4 {
    letter-spacing: calc(5px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section h4 {
    letter-spacing: 7px;
  }
}
.intro_section h2 {
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
.intro_section h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .intro_section h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section h2 {
    font-size: 75px;
  }
}
.intro_section h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .intro_section h2 {
    line-height: calc(40px + 35 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section h2 {
    line-height: 75px;
  }
}
.intro_section h2 span {
  font-family: "mrs_eaves_otitalic";
}
.intro_section h2 span.mob-space {
  font-family: "mrs_eaves_otroman";
}
@media (max-width: 575.8px) {
  .intro_section h2 span.mob-space {
    padding-top: 20px;
    display: block;
  }
}
.intro_section p {
  font-family: "adriannaregular";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .intro_section p {
    text-align: left;
  }
}
.intro_section .intro_links {
  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;
  padding-top: 30px;
}
@media (max-width: 768.8px) {
  .intro_section .intro_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.intro_section .intro_links a {
  font-family: "adrianna_condensedbold";
  background-color: #00b3bc;
  border: 2px solid #00b3bc;
  padding: 14px 18px;
  width: 320px;
  max-width: 100%;
  color: #ffffff;
  display: inline-block;
  margin: 0px 20px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.intro_section .intro_links a {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .intro_section .intro_links a {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section .intro_links a {
    font-size: 16px;
  }
}
.intro_section .intro_links a {
  letter-spacing: 4px;
}
@media screen and (min-width: 320px) {
  .intro_section .intro_links a {
    letter-spacing: calc(4px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .intro_section .intro_links a {
    letter-spacing: 5px;
  }
}
html.system .intro_section .intro_links a:hover {
  background: transparent;
}
@media (max-width: 768.8px) {
  .intro_section .intro_links a {
    width: 260px;
    padding: 14px 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.full_image_section {
  height: 70vh;
  min-height: 700px;
  width: 100%;
  position: relative;
}
.full_image_section .parallax_img_wrap {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}
.full_image_section .parallax_img {
  background-size: cover;
  background-position: bottom;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  margin-top: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.full_image_section .full_image_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 5vw;
}
@media (max-width: 900px) {
  .full_image_section {
    min-height: 650px;
  }
}
@media (max-width: 575.8px) {
  .full_image_section {
    height: 40vh;
    min-height: 380px;
  }
}
@media (max-width: 374.8px) {
  .full_image_section {
    height: 40vh;
    min-height: 220px;
  }
}
.full_image_section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.full_image_section .column1 .block1 {
  width: 40vw;
  height: 21.5vw;
  max-width: 576px;
  max-height: 310px;
  min-width: 175px;
  min-height: 100px;
  position: relative;
  margin-top: -90px;
}
@media (max-width: 900px) and (min-width: 375px) {
  .full_image_section .column1 .block1 {
    width: 50vw;
    height: 31.5vw;
  }
}
@media (max-width: 900px) {
  .full_image_section .column1 .block1 {
    margin-top: -45px;
  }
}
@media (max-width: 768.8px) {
  .full_image_section .column1 .block1 {
    margin-top: -50px;
  }
}
.full_image_section .column2 {
  margin-left: 5vw;
}
.full_image_section .column2 .block2 {
  width: 19.3vw;
  height: 27.8vw;
  max-width: 278px;
  max-height: 400px;
  min-width: 90px;
  min-height: 130px;
  position: relative;
  margin-top: -90px;
  margin-bottom: 90px;
}
@media (max-width: 900px) and (min-width: 375px) {
  .full_image_section .column2 .block2 {
    width: 29.3vw;
    height: 37.8vw;
  }
}
@media (max-width: 900px) {
  .full_image_section .column2 .block2 {
    margin-top: -45px;
  }
}
@media (max-width: 1199.8px) {
  .full_image_section .column2 .block2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768.8px) {
  .full_image_section .column2 .block2 {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
.full_image_section .column2 .block2 .pattern {
  width: 60%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.full_image_section .column2 .block2 .pattern img {
  -o-object-fit: fill;
  object-fit: fill;
}
.full_image_section .column2 .block3 {
  width: 19.3vw;
  height: 18.8vw;
  max-width: 278px;
  max-height: 270px;
  min-width: 90px;
  min-height: 90px;
  position: relative;
}
@media (max-width: 900px) and (min-width: 375px) {
  .full_image_section .column2 .block3 {
    width: 29.3vw;
    height: 28.8vw;
  }
}
.full_image_section .column2 .block3 img {
  -o-object-position: bottom;
     object-position: bottom;
}

.pallas_section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 901px) {
  .pallas_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5vw;
    background-image: url("../images/pallas-desktop-bg.svg");
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
}
@media (max-width: 900px) {
  .pallas_section:after {
    position: absolute;
    content: "";
    height: 31.3vw;
    max-height: 200px;
    width: 100%;
    background-image: url("../images/pallas-bg.jpg");
    background-size: cover;
    background-position: center center;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
.pallas_section .pallas_wrap {
  width: calc(100% - 5vw);
  margin-left: 5vw;
  background: #ffffff;
  padding: 0px 0px 60px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap {
    padding: 0px 0px 60px 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.pallas_section .pallas_wrap .column1 {
  width: 46%;
  padding-top: 60px;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .column1 {
    width: 100%;
    padding: 60px 30px 30px 30px;
  }
}
.pallas_section .pallas_wrap .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 54%;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .column2 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.pallas_section .pallas_wrap .column2 .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .column2 .row1 {
    margin-bottom: 15px;
  }
}
.pallas_section .pallas_wrap .column2 .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .column2 .row2 {
    padding-right: 15px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px;
  }
}
.pallas_section .pallas_wrap .pallas_pattern {
  padding: 20px 0px;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .pallas_pattern img {
    max-width: 165px;
  }
}
.pallas_section .pallas_wrap h4 {
  color: #00b3bc;
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.pallas_section .pallas_wrap h4 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap h4 {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap h4 {
    font-size: 22px;
  }
}
.pallas_section .pallas_wrap h4 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap h4 {
    line-height: calc(20px + 0 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap h4 {
    line-height: 20px;
  }
}
.pallas_section .pallas_wrap h4 {
  letter-spacing: 5px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap h4 {
    letter-spacing: calc(5px + 1.88 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap h4 {
    letter-spacing: 6.88px;
  }
}
.pallas_section .pallas_wrap h2 {
  color: #111111;
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
.pallas_section .pallas_wrap h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap h2 {
    font-size: 75px;
  }
}
.pallas_section .pallas_wrap h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap h2 {
    line-height: calc(40px + 30 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap h2 {
    line-height: 70px;
  }
}
@media (min-width: 1400px) {
  .pallas_section .pallas_wrap h2 {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .pallas_section .pallas_wrap h2 {
    max-width: 100%;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .pallas_section .pallas_wrap h2 {
    max-width: 78%;
  }
}
.pallas_section .pallas_wrap h2 span.and {
  color: #00b3bc;
  font-family: "mrs_eaves_otitalic";
}
.pallas_section .pallas_wrap h2 span.italic {
  font-family: "mrs_eaves_otitalic";
}
.pallas_section .pallas_wrap p {
  color: #111111;
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  max-width: 70%;
}
.pallas_section .pallas_wrap p {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap p {
    font-size: 16px;
  }
}
.pallas_section .pallas_wrap p {
  line-height: 25px;
}
@media screen and (min-width: 320px) {
  .pallas_section .pallas_wrap p {
    line-height: calc(25px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .pallas_section .pallas_wrap p {
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .pallas_section .pallas_wrap p {
    max-width: 98%;
  }
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap p {
    max-width: 100%;
  }
}
.pallas_section .pallas_wrap .pallas_links {
  padding-top: 30px;
}
.pallas_section .pallas_wrap .pallas_links a {
  font-family: "adrianna_condensedbold";
  background-color: #00b3bc;
  border: 2px solid #00b3bc;
  padding: 14px 18px;
  width: 320px;
  max-width: 100%;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .pallas_links a {
    width: 190px;
    padding: 10px 2px;
    font-size: 15px;
  }
}
html.system .pallas_section .pallas_wrap .pallas_links a:hover {
  background: transparent;
  color: #00b3bc;
}
.pallas_section .pallas_wrap .block1 {
  max-width: 635px;
  max-height: 290px;
  width: 45vw;
  height: 21vw;
  min-width: 252px;
  min-height: 115px;
  position: relative;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .block1 {
    max-width: none;
    max-height: none;
    width: 79vw;
    height: 36vw;
  }
}
.pallas_section .pallas_wrap .block2 {
  position: relative;
  max-width: 278px;
  max-height: 390px;
  width: 19.4vw;
  height: 27.6vw;
  min-width: 115px;
  min-height: 155px;
  margin-right: 42px;
}
.pallas_section .pallas_wrap .block2 .pattern {
  width: 76%;
  height: 38.3%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.pallas_section .pallas_wrap .block2 .pattern img {
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .block2 {
    width: 36vw;
    height: 48.5vw;
    max-width: none;
    max-height: none;
    margin-right: 15px;
  }
}
.pallas_section .pallas_wrap .block3 {
  position: relative;
  max-width: 385px;
  max-height: 240px;
  width: 27vw;
  height: 17vw;
  min-width: 175px;
  min-height: 110px;
}
@media (max-width: 900px) {
  .pallas_section .pallas_wrap .block3 {
    width: calc(64vw - 30px);
    height: 34.5vw;
    max-width: none;
    max-height: none;
  }
}

.persei_section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 901px) {
  .persei_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5vw;
    background-image: url("../images/persei-desktop-bg.svg");
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
}
@media (max-width: 900px) {
  .persei_section:after {
    position: absolute;
    content: "";
    height: 31.3vw;
    max-height: 200px;
    width: 100%;
    background-image: url("../images/persei-bg.jpg");
    background-size: cover;
    background-position: center center;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
.persei_section .persei_wrap {
  width: calc(100% - 5vw);
  margin-left: 5vw;
  background: #ffffff;
  padding: 60px 0px 60px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap {
    padding: 60px 0px 60px 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.persei_section .persei_wrap .column1 {
  width: 46%;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .column1 {
    width: 100%;
    padding: 0px 30px 30px 30px;
  }
}
.persei_section .persei_wrap .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 54%;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .column2 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.persei_section .persei_wrap .column2 .row2 {
  padding-right: 12vw;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .column2 .row2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.persei_section .persei_wrap .column2 .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .column2 .row1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 40px;
  }
}
.persei_section .persei_wrap .persei_pattern {
  padding: 20px 0px;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .persei_pattern img {
    max-width: 165px;
  }
}
.persei_section .persei_wrap h4 {
  color: #995481;
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.persei_section .persei_wrap h4 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap h4 {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap h4 {
    font-size: 22px;
  }
}
.persei_section .persei_wrap h4 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap h4 {
    line-height: calc(20px + 0 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap h4 {
    line-height: 20px;
  }
}
.persei_section .persei_wrap h4 {
  letter-spacing: 5px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap h4 {
    letter-spacing: calc(5px + 1.88 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap h4 {
    letter-spacing: 6.88px;
  }
}
.persei_section .persei_wrap h2 {
  color: #111111;
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  padding-right: 20px;
}
.persei_section .persei_wrap h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap h2 {
    font-size: 75px;
  }
}
.persei_section .persei_wrap h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap h2 {
    line-height: calc(40px + 30 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap h2 {
    line-height: 70px;
  }
}
@media (min-width: 1400px) {
  .persei_section .persei_wrap h2 {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .persei_section .persei_wrap h2 {
    max-width: 100%;
  }
}
.persei_section .persei_wrap h2 span.and {
  color: #995481;
  font-family: "mrs_eaves_otitalic";
}
.persei_section .persei_wrap h2 span.italic {
  font-family: "mrs_eaves_otitalic";
}
.persei_section .persei_wrap p {
  color: #111111;
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  max-width: 70%;
}
.persei_section .persei_wrap p {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap p {
    font-size: 16px;
  }
}
.persei_section .persei_wrap p {
  line-height: 25px;
}
@media screen and (min-width: 320px) {
  .persei_section .persei_wrap p {
    line-height: calc(25px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .persei_section .persei_wrap p {
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .persei_section .persei_wrap p {
    max-width: 98%;
  }
}
@media (max-width: 900px) {
  .persei_section .persei_wrap p {
    max-width: 100%;
  }
}
.persei_section .persei_wrap .persei_links {
  padding-top: 30px;
}
.persei_section .persei_wrap .persei_links a {
  font-family: "adrianna_condensedbold";
  background-color: #995481;
  border: 2px solid #995481;
  padding: 14px 18px;
  width: 320px;
  max-width: 100%;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .persei_links a {
    width: 190px;
    padding: 10px 2px;
    font-size: 15px;
  }
}
html.system .persei_section .persei_wrap .persei_links a:hover {
  background: transparent;
  color: #995481;
}
.persei_section .persei_wrap .block1 {
  max-width: 386px;
  max-height: 240px;
  width: 26.8vw;
  height: 16.7vw;
  min-width: 150px;
  min-height: 96px;
  position: relative;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .block1 {
    width: calc(64vw - 55px);
    height: 30vw;
    max-width: none;
    max-height: none;
    margin-right: 15px;
  }
}
.persei_section .persei_wrap .block2 {
  position: relative;
  max-width: 272px;
  max-height: 390px;
  margin-left: 42px;
  width: 18.9vw;
  height: 27.1vw;
  min-width: 115px;
  min-height: 154px;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .block2 {
    width: 36vw;
    height: 48.2vw;
    max-height: none;
    max-width: none;
    margin-left: 0px;
  }
}
.persei_section .persei_wrap .block3 {
  position: relative;
  max-width: 599px;
  max-height: 290px;
  overflow: hidden;
  width: 41.6vw;
  height: 20.2vw;
  min-width: 240px;
  min-height: 115px;
}
@media (max-width: 900px) {
  .persei_section .persei_wrap .block3 {
    width: 75.1vw;
    height: 36.1vw;
    max-width: none;
    max-height: none;
  }
}
.persei_section .persei_wrap .block3 .pattern {
  width: 30%;
  height: 55%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.persei_section .persei_wrap .block3 .pattern img {
  -o-object-fit: fill;
  object-fit: fill;
}

.henri_section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 901px) {
  .henri_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5vw;
    background-image: url("../images/henri-desktop-bg.svg");
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
}
@media (max-width: 900px) {
  .henri_section:after {
    position: absolute;
    content: "";
    height: 31.3vw;
    max-height: 200px;
    width: 100%;
    background-image: url("../images/henri-bg.jpg");
    background-size: cover;
    background-position: center center;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
.henri_section .henri_wrap {
  width: calc(100% - 5vw);
  margin-left: 5vw;
  background: #ffffff;
  padding: 60px 0px 95px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap {
    padding: 60px 0px 60px 0px;
    width: 100%;
    margin-left: 0px;
  }
}
.henri_section .henri_wrap .column1 {
  width: 41%;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .column1 {
    width: 100%;
    padding: 0px 30px 30px 30px;
  }
}
.henri_section .henri_wrap .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 59%;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .column2 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.henri_section .henri_wrap .column2 .row1 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .column2 .row1 {
    margin-bottom: 15px;
  }
}
.henri_section .henri_wrap .column2 .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .column2 .row2 {
    padding-right: 30px;
  }
}
.henri_section .henri_wrap .henri_pattern {
  padding: 30px 0px;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .henri_pattern img {
    max-width: 165px;
  }
}
.henri_section .henri_wrap h4 {
  color: #b3c71d;
  font-family: "adrianna_condensedbold";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.henri_section .henri_wrap h4 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap h4 {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap h4 {
    font-size: 22px;
  }
}
.henri_section .henri_wrap h4 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap h4 {
    line-height: calc(20px + 0 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap h4 {
    line-height: 20px;
  }
}
.henri_section .henri_wrap h4 {
  letter-spacing: 5px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap h4 {
    letter-spacing: calc(5px + 1.88 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap h4 {
    letter-spacing: 6.88px;
  }
}
@media (max-width: 980px) and (min-width: 901px) {
  .henri_section .henri_wrap h4 {
    width: 110%;
  }
}
.henri_section .henri_wrap h2 {
  color: #111111;
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
.henri_section .henri_wrap h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap h2 {
    font-size: 75px;
  }
}
.henri_section .henri_wrap h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap h2 {
    line-height: calc(40px + 30 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap h2 {
    line-height: 70px;
  }
}
.henri_section .henri_wrap h2 span.and {
  color: #b3c71d;
  font-family: "mrs_eaves_otitalic";
}
.henri_section .henri_wrap h2 span.italic {
  font-family: "mrs_eaves_otitalic";
}
.henri_section .henri_wrap p {
  color: #111111;
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  max-width: 82%;
}
.henri_section .henri_wrap p {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap p {
    font-size: 16px;
  }
}
.henri_section .henri_wrap p {
  line-height: 25px;
}
@media screen and (min-width: 320px) {
  .henri_section .henri_wrap p {
    line-height: calc(25px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .henri_section .henri_wrap p {
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .henri_section .henri_wrap p {
    max-width: 98%;
  }
}
@media (max-width: 900px) {
  .henri_section .henri_wrap p {
    max-width: 100%;
  }
}
.henri_section .henri_wrap .henri_links {
  padding-top: 30px;
}
.henri_section .henri_wrap .henri_links a {
  font-family: "adrianna_condensedbold";
  background-color: #b3c71d;
  border: 2px solid #b3c71d;
  padding: 14px 18px;
  width: 320px;
  max-width: 100%;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .henri_links a {
    width: 190px;
    padding: 10px 2px;
    font-size: 15px;
  }
}
html.system .henri_section .henri_wrap .henri_links a:hover {
  background: transparent;
  color: #b3c71d;
}
.henri_section .henri_wrap .block1 {
  max-width: 593px;
  max-height: 290px;
  position: relative;
  width: 41.2vw;
  height: 20.2vw;
  min-width: 230px;
  min-height: 115px;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .block1 {
    width: 71.9vw;
    height: 36vw;
    max-width: none;
    max-height: none;
  }
}
.henri_section .henri_wrap .block2 {
  position: relative;
  max-width: 385px;
  max-height: 240px;
  margin-right: 42px;
  width: 26.8vw;
  height: 16.7vw;
  min-width: 165px;
  min-height: 95px;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .block2 {
    width: calc(65.6vw - 45px);
    height: 29.7vw;
    max-width: none;
    max-height: none;
  }
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .block2 {
    margin-right: 15px;
  }
}
.henri_section .henri_wrap .block3 {
  position: relative;
  max-width: 278px;
  max-height: 390px;
  overflow: hidden;
  width: 19.4vw;
  height: 27.1vw;
  min-width: 110px;
  min-height: 155px;
}
@media (max-width: 900px) {
  .henri_section .henri_wrap .block3 {
    width: 34.4vw;
    height: 48.5vw;
    max-width: none;
    max-height: none;
  }
}
.henri_section .henri_wrap .block3 .pattern {
  width: 90%;
  height: 40%;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.henri_section .henri_wrap .block3 .pattern img {
  -o-object-fit: fill;
  object-fit: fill;
}

.dark_bg_section {
  width: 100%;
  background: url("../images/intro-bg.jpg");
  overflow: hidden;
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 900px) {
  .dark_bg_section {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.dark_bg_section .pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../images/dark-bg-pattern.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .dark_bg_section .pattern {
    background-size: 100%;
    background-position: 100% 85%;
  }
}
.dark_bg_section .block3.hidden-desktop {
  position: relative;
  z-index: 1;
  min-height: 200px;
  height: 62.5vw;
}
.dark_bg_section .dark_bg_wrap {
  width: calc(100% - 5vw);
  margin-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dark_bg_section .dark_bg_wrap .typeing {
  width: 100%;
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap {
    width: 100%;
    margin-left: 0px;
    padding: 30px 0px 0px 0px;
  }
}
.dark_bg_section .dark_bg_wrap h2 {
  color: #ffffff;
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  width: 100%;
  padding-left: 65px;
  padding-bottom: 30px;
}
.dark_bg_section .dark_bg_wrap h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .dark_bg_section .dark_bg_wrap h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .dark_bg_section .dark_bg_wrap h2 {
    font-size: 75px;
  }
}
.dark_bg_section .dark_bg_wrap h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .dark_bg_section .dark_bg_wrap h2 {
    line-height: calc(40px + 30 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .dark_bg_section .dark_bg_wrap h2 {
    line-height: 70px;
  }
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.dark_bg_section .dark_bg_wrap h2 span {
  font-family: "mrs_eaves_otitalic";
  display: block;
}
.dark_bg_section .dark_bg_wrap p {
  color: #ffffff;
  font-family: "adriannaregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  max-width: 424px;
}
.dark_bg_section .dark_bg_wrap p {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .dark_bg_section .dark_bg_wrap p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .dark_bg_section .dark_bg_wrap p {
    font-size: 16px;
  }
}
.dark_bg_section .dark_bg_wrap p {
  line-height: 25px;
}
@media screen and (min-width: 320px) {
  .dark_bg_section .dark_bg_wrap p {
    line-height: calc(25px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .dark_bg_section .dark_bg_wrap p {
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap p {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.dark_bg_section .dark_bg_wrap .column1 {
  margin-right: 42px;
}
@media (min-width: 901px) and (max-width: 1100px) {
  .dark_bg_section .dark_bg_wrap .column1 {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap .column1 {
    margin-right: 0px;
  }
}
.dark_bg_section .dark_bg_wrap .column1 .column1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap .column1 .column1-wrap {
    padding-top: 20px;
  }
}
.dark_bg_section .dark_bg_wrap .column1 p {
  padding-bottom: 60px;
  padding-left: 65px;
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap .column1 p {
    padding-left: 30px;
    padding-bottom: 20px;
  }
}
.dark_bg_section .dark_bg_wrap .block1 {
  max-width: 492px;
  max-height: 200px;
  position: relative;
  margin-bottom: 40px;
  width: 34.2vw;
  height: 13.9vw;
  min-width: 290px;
  min-height: 118px;
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap .block1 {
    width: 90.7vw;
    height: 36.9vw;
    max-width: none;
    max-height: none;
    margin-bottom: 24px;
    margin-right: 15px;
  }
}
.dark_bg_section .dark_bg_wrap .block2 {
  position: relative;
  max-width: 386px;
  max-height: 290px;
  width: 26.9vw;
  height: 20.2vw;
  min-width: 227px;
  min-height: 170px;
}
@media (max-width: 900px) {
  .dark_bg_section .dark_bg_wrap .block2 {
    width: 71vw;
    height: 53.2vw;
    max-width: none;
    max-height: none;
    margin-right: 15px;
  }
}
.dark_bg_section .dark_bg_wrap .block3 {
  position: relative;
  max-width: 705px;
  max-height: 395px;
  margin-bottom: 40px;
  width: 49vw;
  height: 27.5vw;
  min-width: 320px;
  min-height: 180px;
}
@media (max-width: 900px) and (min-width: 375px) {
  .dark_bg_section .dark_bg_wrap .block3 {
    width: 59vw;
    height: 37.5vw;
  }
}

.map_section {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 900px) {
  .map_section {
    padding-top: 0px;
  }
}
.map_section .block2.hidden-desktop {
  position: relative;
  z-index: 1;
  min-height: 207px;
  height: 64.7vw;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .map_section .map_section_wrap h2,
.map_section .map_section_wrap p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.map_section .map_image_wrap {
  position: relative;
  padding: 70px 0px;
  padding-left: 5vw;
  padding-right: 5vw;
  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;
}
@media (max-width: 900px) {
  .map_section .map_image_wrap {
    padding: 15px 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.map_section .map_image_wrap .map_left {
  margin-right: 65px;
  width: 27%;
}
@media (max-width: 900px) {
  .map_section .map_image_wrap .map_left {
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 40px;
  }
}
.map_section .map_image_wrap .map_left .block1 {
  max-height: 420px;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 29.3vw;
  min-height: 381px;
}
@media (min-width: 901px) {
  .map_section .map_image_wrap .map_left .block1 {
    max-height: none;
    height: 61%;
  }
}
.map_section .map_image_wrap .map_left .block2 {
  position: relative;
  max-height: 207px;
  width: 100%;
  height: 14.4vw;
  min-height: 207px;
}
@media (min-width: 901px) {
  .map_section .map_image_wrap .map_left .block2 {
    max-height: none;
    height: calc(39% - 40px);
  }
}
.map_section .map_image_wrap .map_right {
  position: relative;
  z-index: 9;
  width: calc(73% - 65px);
}
@media (max-width: 900px) {
  .map_section .map_image_wrap .map_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .map_section .map_image_wrap .map_right .svg_wrap {
    height: auto !important;
  }
}
.map_section .map_image_wrap .map_right svg {
  height: 100%;
  width: 100%;
  background: #ebebeb;
}
.map_section .map_image_wrap:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 51%;
  width: 100%;
  content: "";
  z-index: -1;
  background-image: url("../images/pallas-bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 900px) {
  .map_section .map_image_wrap:after {
    height: 75%;
  }
}
.map_section h2 {
  font-family: "mrs_eaves_otroman";
  font-weight: 400;
  color: #111111;
  text-align: center;
  padding-bottom: 20px;
}
.map_section h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .map_section h2 {
    font-size: calc(38px + 37 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .map_section h2 {
    font-size: 75px;
  }
}
.map_section h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .map_section h2 {
    line-height: calc(40px + 35 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .map_section h2 {
    line-height: 75px;
  }
}
.map_section h2 span {
  color: #00b3bc;
}
.map_section h2 span.explore {
  font-family: "mrs_eaves_otitalic";
  color: #111111;
}
.map_section p {
  font-family: "adriannaregular";
  color: #111111;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  max-width: 600px;
  margin: 0px auto;
}
.map_section p {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .map_section p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .map_section p {
    font-size: 16px;
  }
}
.map_section p {
  line-height: 25px;
}
@media screen and (min-width: 320px) {
  .map_section p {
    line-height: calc(25px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .map_section p {
    line-height: 30px;
  }
}
.map_section p a {
  color: #00b3bc;
  text-decoration: underline;
}

.map_tooltip {
  background: #fff;
  padding: 8px 30px 8px 30px;
  border-radius: 20px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
}
.map_tooltip h4 {
  font-family: "adrianna_condensedbold";
  padding-bottom: 5px;
  color: #111111;
}
.map_tooltip h4 {
  font-size: 14px;
}
@media screen and (min-width: 901px) {
  .map_tooltip h4 {
    font-size: calc(14px + 4 * ((100vw - 901px) / 539));
  }
}
@media screen and (min-width: 1440px) {
  .map_tooltip h4 {
    font-size: 18px;
  }
}
.map_tooltip a {
  font-family: "adriannaregular";
  text-decoration: underline;
  color: #111111;
}
.map_tooltip a {
  font-size: 12px;
}
@media screen and (min-width: 901px) {
  .map_tooltip a {
    font-size: calc(12px + 4 * ((100vw - 901px) / 539));
  }
}
@media screen and (min-width: 1440px) {
  .map_tooltip a {
    font-size: 16px;
  }
}

.tooltipster-sidetip .tooltipster-box {
  margin-bottom: 0px !important;
  background: none !important;
  border: 0px !important;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 0px;
  line-height: auto;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -4px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: 4px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border-top-color: #ffffff !important;
}

.tooltipster-arrow {
  display: none;
}

.map_tooltip:after, .map_tooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.map_tooltip:before {
  bottom: -18px;
  border-color: #111111 transparent transparent transparent;
  border-width: 13px;
  margin-left: 2px;
}
.map_tooltip:after {
  bottom: -12px;
  border-color: #fff transparent transparent transparent;
  border-width: 10px;
  margin-left: 2px;
}

.tooltipster-sidetip.tooltipster-bottom .map_tooltip:before {
  bottom: auto;
  border-color: transparent transparent #111111 transparent;
  border-width: 13px;
  margin-left: 2px;
  top: -10px;
}
.tooltipster-sidetip.tooltipster-bottom .map_tooltip:after {
  bottom: auto;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  margin-left: 2px;
  top: -4px;
}

.map_tooltip.pallas_popup {
  border: 2px solid #00b3bc;
}
.map_tooltip.pallas_popup:before {
  border-color: #00b3bc transparent transparent transparent;
}
.map_tooltip.pallas_popup:after {
  border-color: #fff transparent transparent transparent;
}

.tooltipster-sidetip.tooltipster-bottom .map_tooltip.pallas_popup:before {
  border-color: transparent transparent #00b3bc transparent;
}
.tooltipster-sidetip.tooltipster-bottom .map_tooltip.pallas_popup:after {
  border-color: transparent transparent #fff transparent;
}

.map_tooltip.henri_popup {
  border: 2px solid #b3c71d;
}
.map_tooltip.henri_popup:before {
  border-color: #b3c71d transparent transparent transparent;
}
.map_tooltip.henri_popup:after {
  border-color: #fff transparent transparent transparent;
}

.tooltipster-sidetip.tooltipster-bottom .map_tooltip.henri_popup:before {
  border-color: transparent transparent #b3c71d transparent;
}
.tooltipster-sidetip.tooltipster-bottom .map_tooltip.henri_popup:after {
  border-color: transparent transparent #fff transparent;
}

.map_tooltip.persei_popup {
  border: 2px solid #995481;
}
.map_tooltip.persei_popup:before {
  border-color: #995481 transparent transparent transparent;
}
.map_tooltip.persei_popup:after {
  border-color: #fff transparent transparent transparent;
}

.tooltipster-sidetip.tooltipster-bottom .map_tooltip.persei_popup:before {
  border-color: transparent transparent #995481 transparent;
}
.tooltipster-sidetip.tooltipster-bottom .map_tooltip.persei_popup:after {
  border-color: transparent transparent #fff transparent;
}

.map_tooltip.normal_popup {
  border: 2px solid #111111;
  top: 5%;
  left: 20%; }

.video_section {
  margin: 60px 7vw 0 7vw; }
  @media (max-width: 900px) {
    .video_section {
      margin: 25px 0; } }

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