@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/lato-v17-latin-ext_latin-regular.eot");
  src: local(""), url("../fonts/lato-v17-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/lato-v17-latin-ext_latin-regular.woff") format("woff"), url("../fonts/lato-v17-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/lato-v17-latin-ext_latin-regular.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-v17-latin-ext_latin-700.eot");
  src: local(""), url("../fonts/lato-v17-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/lato-v17-latin-ext_latin-700.woff") format("woff"), url("../fonts/lato-v17-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/lato-v17-latin-ext_latin-700.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/lato-v17-latin-ext_latin-900.eot");
  src: local(""), url("../fonts/lato-v17-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-ext_latin-900.woff2") format("woff2"), url("../fonts/lato-v17-latin-ext_latin-900.woff") format("woff"), url("../fonts/lato-v17-latin-ext_latin-900.ttf") format("truetype"), url("../fonts/lato-v17-latin-ext_latin-900.svg#Lato") format("svg");
}
@font-face {
  font-family: "AlmadenSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/AlmadenSans-Regular-WebXL.woff2");
  src: local(""), url("../fonts/AlmadenSans-Regular-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "AlmadenSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/AlmadenSans-Medium-WebXL.woff2");
  src: local(""), url("../fonts/AlmadenSans-Medium-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "AlmadenSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/AlmadenSans-SemiBold-WebXL.woff2");
  src: local(""), url("../fonts/AlmadenSans-SemiBold-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "AlmadenSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/AlmadenSans-Bold-WebXL.woff2");
  src: local(""), url("../fonts/AlmadenSans-Bold-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "HappyDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/HappyDisplay-SemiBold.woff2");
  src: local(""), url("../fonts/HappyDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "HappyDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/HappyDisplay-Regular.woff2");
  src: local(""), url("../fonts/HappyDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HappyDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/HappyDisplay-Light.woff2");
  src: local(""), url("../fonts/HappyDisplay-Light.woff2") format("woff2");
}
:root {
  --bloom:	#0B5CFF;
  --bloom-hover:	#004CE5;
  --bloom-050:	#4f90ee;
  --bloom-040:	#71A5F1;
  --bloom-020: #B5D0F8;
  --bloom-015: #D7E6FC;
  --bloom-010: #DFE7F9;
  --agave:	#00F0EA;
  --agave-hover: #00E0DB;
  --agave-hover-v2:	#08D7DB;
  --gray:	#666484;
  --light-gray:	#828099;
  --polar-night:	#00031F;
  --midnight:	#00053D;
  --light:	#E1E1E6;
  --off-white:	#F7F7F8;
  --white:	#FFFFFF;
  --black:	#000000;
  --rose:	#ff1e5a;
  --color-smoke:	#f6f7f9;
  --color-title:	#666487;
  --color-border:	#E0E0E6;
  --border-form:	#00FF8E;
  --validation-error:	#DD004A;
  --standard-hover-card-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  --standard-hover-card-transition: all 0.3s ease-in-out;
  --font-HappyDisplay: "HappyDisplay";
  --font-AlmadenSans: "AlmadenSans";
  --fw-light:	300;
  --fw-regular:	400;
  --fw-medium:	500;
  --fw-semi-bold: 600;
  --fw-bold:	700;
}

.Container,
.Container_fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .Container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .Container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .Container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .Container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .Container {
    max-width: 1360px;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer[hidden] {
  display: none !important;
}

.tns-outer[aria-controls],
.tns-outer[data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: visible;
}
@media (min-width: 576px) {
  .tns-ovh {
    overflow: hidden;
  }
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

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

html {
  scroll-behavior: smooth;
  font-family: "Lato";
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Lato";
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #232333;
}
@media (min-width: 992px) {
  h1 {
    line-height: 1.15;
    font-size: 48px;
  }
}

h2 {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #232333;
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #232333;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #232333;
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #232333;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #232333;
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
}

.No_scroll {
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .No_scroll {
    overflow-y: auto;
  }
}

.Section_title h2 {
  font-weight: 900;
}
.Section_title .Divider {
  width: 30px;
  height: 4px;
  background-color: #2D8CFF;
  border-radius: 0px 8px 0px 8px;
}
@media (min-width: 576px) {
  .Section_title .Divider {
    width: 60px;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.Member {
  width: 100%;
  min-height: 84px;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (min-width: 768px) {
  .Member {
    padding: 20px;
  }
}
.Member .Container_member {
  display: flex;
}
.Member .Container_member .Picture {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  background-color: #747487;
  overflow: hidden;
}
@media (min-width: 992px) {
  .Member .Container_member .Picture {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
.Member .Container_member .Picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Member .Container_member .Content_member {
  width: 100%;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .Member .Container_member .Content_member {
    margin-left: 20px;
  }
}
.Member .Container_member .Content_member .Name {
  margin-bottom: 10px;
}
.Member .Container_member .Content_member .Name h5 {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #232333;
}
@media (min-width: 992px) {
  .Member .Container_member .Content_member .Name h5 {
    font-size: 20px;
  }
}
.Member .Container_member .Content_member .Title p {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #747487;
}
@media (min-width: 992px) {
  .Member .Container_member .Content_member .Title p {
    line-height: 1.2;
    font-size: 16px;
  }
}
.Member .Container_member .Content_member .Link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #0E72ED;
}
@media (min-width: 992px) {
  .Member .Container_member .Content_member .Link a {
    line-height: 1.2;
    font-size: 16px;
  }
}
.Member .Container_member .Content_member .Link a:hover {
  text-decoration: underline;
}
.Member .Biography {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .Member .Biography {
    margin-top: 30px;
  }
}
.Member .Biography .Bio {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lato";
  color: #232333;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 992px) {
  .Member .Biography .Bio {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.Member .Biography .Toggle_biography {
  display: table;
  margin: 0 auto;
  cursor: pointer;
}
.Member .Biography .Toggle_biography .Container_toggle_biography {
  display: flex;
  align-items: center;
}
.Member .Biography .Toggle_biography .Container_toggle_biography .Toggle_text {
  font-size: 12px;
  font-weight: 900;
  color: #2D8CFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .Member .Biography .Toggle_biography .Container_toggle_biography .Toggle_text {
    font-size: 14px;
  }
}
.Member .Biography .Toggle_biography .Container_toggle_biography svg {
  transition: transform 300ms ease-in-out;
  margin-left: 10px;
}
.Member .Biography .Toggle_biography .Container_toggle_biography span {
  display: flex;
  align-items: center;
}
.Member .Biography .Rotate_arrow svg {
  transform: rotate(180deg);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.Btn_blue, .Btn_orange {
  border: 0;
  background-color: #2D8CFF;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  transition: background-color 300ms ease-in-out;
  cursor: pointer;
  padding: 5px 18px;
  border-radius: 4px;
  letter-spacing: 1.5px;
  outline: none;
}
.Btn_blue:hover, .Btn_orange:hover {
  background-color: #2681F2;
}

.Btn_orange {
  background-color: #FF5F0F;
}
.Btn_orange:hover {
  background-color: #DA621E;
}

.Btn_text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #0E72ED;
  text-decoration: none;
  font-size: 14px;
  font-family: "Lato";
  line-height: 1.6;
  letter-spacing: 3px;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .Btn_text {
    font-size: 15px;
  }
}
.Btn_text svg {
  margin-left: 10px;
  height: 16px;
}
@media (min-width: 768px) {
  .Btn_text svg {
    height: 18px;
    margin-left: 20px;
  }
}

.btn-zoom {
  font-size: 16px;
  font-weight: 500;
  padding: 5.5px 16px;
  line-height: 1;
  border-radius: 50px;
  transition: all 150ms ease-in-out;
  font-family: var(--font-AlmadenSans);
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .btn-zoom {
    padding: 10.5px 24px;
  }
}
.btn-zoom:hover {
  text-decoration: none !important;
}

.btn-zoom-primary {
  color: var(--white) !important;
  background-color: var(--bloom);
}
.btn-zoom-primary:hover, .btn-zoom-primary:focus {
  color: var(--white) !important;
  background-color: var(--bloom-hover);
}

.btn-zoom-secondary {
  background-color: var(--agave);
  color: var(--polar-night) !important;
}
.btn-zoom-secondary:hover, .btn-zoom-secondary:focus {
  background-color: var(--agave-hover-v2);
  color: var(--polar-night) !important;
}

.btn-zoom-arrow {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-AlmadenSans);
  line-height: 120%;
  font-weight: 500;
  align-items: center;
  transition: 0.3s;
  position: relative;
  display: initial;
}
.btn-zoom-arrow:after {
  content: "";
  width: 9px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .btn-zoom-arrow:after {
    opacity: 0;
    right: 0;
  }
}
.btn-zoom-arrow:hover:after {
  right: -20px;
  opacity: 1;
}

.btn-zoom-bloom050-arrow {
  color: var(--bloom-050) !important;
}
.btn-zoom-bloom050-arrow:hover, .btn-zoom-bloom050-arrow:focus {
  color: var(--bloom-050) !important;
}
.btn-zoom-bloom050-arrow:after {
  background-image: url("../images/icon-bloom050-arrow.svg");
}

.btn-zoom-white-arrow {
  color: var(--white) !important;
}
.btn-zoom-white-arrow:hover, .btn-zoom-white-arrow:focus {
  color: var(--white) !important;
}
.btn-zoom-white-arrow:after {
  width: 7.06px;
  height: 10.89px;
  background-image: url("../images/icon-white-arrow.svg");
}

.btn-zoom-bloom-arrow {
  color: var(--bloom) !important;
}
.btn-zoom-bloom-arrow:hover, .btn-zoom-bloom-arrow:focus {
  color: var(--bloom) !important;
}
.btn-zoom-bloom-arrow:after {
  width: 7.06px;
  height: 10.89px;
  background-image: url("../images/icon-bloom-arrow.svg");
}

@media (min-width: 1200px) {
  .logged-in .Default__header .Box_header {
    top: 32px;
  }
}

.Default__header {
  position: relative;
  z-index: 100;
  height: 50px;
}
@media (min-width: 992px) {
  .Default__header {
    height: 60px;
  }
}
.Default__header .Box_header {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .Default__header .Box_header {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
}
.Default__header .Box_header .Container_header {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
@media (min-width: 992px) {
  .Default__header .Box_header .Container_header {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 60px;
  }
}
.Default__header .Box_header .Container_header .Container_Logo {
  display: flex;
  align-items: center;
}
.Default__header .Box_header .Container_header .Container_Logo a {
  display: flex;
}
.Default__header .Box_header .Container_header .Container_Logo .Logo {
  display: flex;
  align-items: center;
}
.Default__header .Box_header .Container_header .Container_Logo .Logo img, .Default__header .Box_header .Container_header .Container_Logo .Logo svg {
  height: 15px;
}
@media (min-width: 992px) {
  .Default__header .Box_header .Container_header .Container_Logo .Logo img, .Default__header .Box_header .Container_header .Container_Logo .Logo svg {
    height: 22px;
  }
}
.Default__header .Box_header .Container_header .Container_Logo .Executive_briefing {
  display: flex;
  align-items: center;
}
.Default__header .Box_header .Container_header .Container_Logo .Executive_briefing img, .Default__header .Box_header .Container_header .Container_Logo .Executive_briefing svg {
  width: inherit;
  height: 24px;
}
@media (min-width: 992px) {
  .Default__header .Box_header .Container_header .Container_Logo .Executive_briefing img, .Default__header .Box_header .Container_header .Container_Logo .Executive_briefing svg {
    height: 36px;
  }
}
.Default__header .Box_header .Container_header .Container_Logo .Divider {
  margin-left: 16px;
  width: 0.34px;
  height: 24px;
  background-color: #BABACC;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 992px) {
  .Default__header .Box_header .Container_header .Container_Logo .Divider {
    height: 30px;
  }
}
.Default__header .Box_header .Container_header .Bars_mobile {
  cursor: pointer;
}
@media (min-width: 992px) {
  .Default__header .Box_header .Container_header .Bars_mobile {
    display: none;
  }
}
.Default__header .Box_header .Container_header .Button_event {
  display: none;
}
.Default__header .Box_header .Container_header .Button_event a {
  display: flex;
  text-decoration: none;
}
.Sticky .Box_header {
  position: fixed;
  left: 0;
}

.ez__container {
  max-width: 1400px;
  margin: 0px auto;
  width: 100%;
}

@media (min-width: 576px) {
  .ez__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ez__container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .ez__container {
    max-width: 960px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ez__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .ez__container {
    max-width: 1320px;
  }
}
.main_footer #footer-new .info-icons > a {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
}

.main_footer {
  --font-AlmadenSans: "AlmadenSans";
  font-family: var(--font-AlmadenSans);
  line-height: 120%;
}

main {
  margin-top: 0 !important;
}

.home main {
  margin-top: 44px !important;
}
@media screen and (min-width: 768px) {
  .home main {
    margin-top: 100px !important;
  }
}

.Homepage .Hero {
  position: relative;
  z-index: 0;
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .Homepage .Hero {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Hero {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .Homepage .Hero.Gradient__desktop, .Homepage .Hero.Gradient__tablet {
    background-image: url('data:image/svg+xml,<svg width="1440" height="640" viewBox="0 0 1440 640" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1440" height="640" fill="url(%23paint0_radial_147_17727)"/><g style="mix-blend-mode:overlay"><rect width="1440" height="640" fill="url(%23paint1_radial_147_17727)"/></g><defs><radialGradient id="paint0_radial_147_17727" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1440 101) rotate(160.716) scale(1632.07 1077.58)"><stop stop-color="%23E2FBEA"/><stop offset="0.340054" stop-color="%2396E6E6"/><stop offset="0.663994" stop-color="%230B5CFF"/></radialGradient><radialGradient id="paint1_radial_147_17727" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1440 640) rotate(180) scale(1440 1056.13)"><stop stop-color="%23FF0055"/><stop offset="1" stop-color="%230B5CFF" stop-opacity="0"/></radialGradient></defs></svg>');
  }
}
@media screen and (max-width: 767px) {
  .Homepage .Hero.Gradient__mobile {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="320" height="626" viewBox="0 0 320 626" fill="none"><rect width="320" height="626" fill="url(%23paint0_radial_139_25447)"/><g style="mix-blend-mode:overlay"><rect width="320" height="626" fill="url(%23paint1_radial_139_25447)"/></g><defs><radialGradient id="paint0_radial_139_25447" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(47 626) rotate(-63.9403) scale(735.248 797.289)"><stop stop-color="%23E2FBEA"/><stop offset="0.238618" stop-color="%2396E6E6"/><stop offset="0.44488" stop-color="%230B5CFF"/></radialGradient><radialGradient id="paint1_radial_139_25447" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(320 626) rotate(-90) scale(626 203.93)"><stop stop-color="%23FF0055"/><stop offset="1" stop-color="%230B5CFF" stop-opacity="0"/></radialGradient></defs></svg>');
  }
}
.Homepage .Hero .Row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  column-gap: 40px;
}
@media screen and (min-width: 768px) {
  .Homepage .Hero .Row {
    flex-wrap: nowrap;
  }
}
.Homepage .Hero .Row .Column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Homepage .Hero .Row .Column {
    display: flex;
    align-items: center;
    width: 50%;
    flex: 1;
  }
}
.Homepage .Hero .Row .Breadcrumb {
  display: flex;
  border: 1px solid var(--bloom-050);
  border-radius: 30px;
  padding: 4px;
  max-width: 385px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Breadcrumb {
    margin-bottom: 10px;
    max-width: 444px;
  }
}
.Homepage .Hero .Row .Breadcrumb .Text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1.6;
}
.Homepage .Hero .Row .Breadcrumb .Text .Icon {
  display: flex;
  margin-right: 5px;
}
.Homepage .Hero .Row .Breadcrumb .Text .Icon svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Breadcrumb .Text .Icon svg {
    width: 20px;
    height: 20px;
  }
}
.Homepage .Hero .Row .Breadcrumb .Text p {
  margin-bottom: 0;
  font-size: 12px;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  color: var(--white);
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Breadcrumb .Text p {
    font-size: 14px;
  }
}
.Homepage .Hero .Row .Breadcrumb .Separator {
  width: 1px;
  height: auto;
  background-color: var(--bloom-050);
  margin-left: 10px;
  margin-right: 10px;
}
.Homepage .Hero .Row .Breadcrumb .Link {
  display: flex;
  align-items: center;
}
.Homepage .Hero .Row .Breadcrumb .Link a {
  font-size: 12px;
  font-family: var(--font-AlmadenSans);
  color: var(--white);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Breadcrumb .Link a {
    font-size: 14px;
  }
}
.Homepage .Hero .Row .Breadcrumb .Link a:hover svg {
  transform: translateX(2.72px);
}
.Homepage .Hero .Row .Breadcrumb .Link a span {
  font-weight: var(--fw-medium);
}
.Homepage .Hero .Row .Breadcrumb .Link a svg {
  margin-left: 5px;
  margin-right: 2.72px;
  transition: all 0.3s ease-in-out;
}
.Homepage .Hero .Row .Content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .Homepage .Hero .Row .Content {
    margin-bottom: 0;
  }
}
.Homepage .Hero .Row .Content .Logo {
  display: flex;
  max-width: 120px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Content .Logo {
    max-width: 146px;
  }
}
.Homepage .Hero .Row .Content .Logo img {
  width: 100%;
  height: auto;
}
.Homepage .Hero .Row .Content h1 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  color: var(--white);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.Homepage .Hero .Row .Content p {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Content p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.Homepage .Hero .Row .Content .btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .Homepage .Hero .Row .Content .btn-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Homepage .Hero .Row .Content .btn-container .btn-zoom-white-arrow {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Content .btn-container .btn-zoom-white-arrow {
    font-size: 16px;
  }
}
.Homepage .Hero .Row .Image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 4/3;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .Homepage .Hero .Row .Image {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Hero .Row .Image {
    margin-bottom: 0;
  }
}
.Homepage .Hero .Row .Image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
}
.Homepage .Two-columns {
  position: relative;
  z-index: 0;
  padding: 20px 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .Homepage .Two-columns {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Two-columns {
    padding: 80px 0 60px;
  }
}
.Homepage .Two-columns .Row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  column-gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .Homepage .Two-columns .Row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Two-columns .Row {
    align-items: center;
  }
}
.Homepage .Two-columns .Row .Column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Homepage .Two-columns .Row .Column {
    display: flex;
    align-items: center;
    width: 50%;
  }
}
.Homepage .Two-columns .Row .Image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 16/10;
  z-index: 10;
}
.Homepage .Two-columns .Row .Image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 20px;
}
.Homepage .Two-columns .Row .Content h2 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  color: var(--polar-night);
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Homepage .Two-columns .Row .Content h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Two-columns .Row .Content h2 {
    font-size: 32px;
  }
}
.Homepage .Two-columns .Row .Content ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .Homepage .Two-columns .Row .Content ul {
    column-count: 2;
  }
}
.Homepage .Two-columns .Row .Content ul li {
  display: flex;
  margin-top: 10px;
  break-inside: avoid;
}
.Homepage .Two-columns .Row .Content ul li:first-child {
  margin-top: 0;
}
.Homepage .Two-columns .Row .Content ul li svg {
  margin-right: 10px;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}
.Homepage .Two-columns .Row .Content ul li span {
  color: var(--midnight);
  font-weight: var(--fw-regular);
  font-size: 16px;
}
.Homepage .Offers {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .Homepage .Offers {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Offers {
    padding: 60px 0 100px;
  }
}
.Homepage .Offers h2 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  font-size: 24px;
  margin-bottom: 40px;
  color: var(--polar-night);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Offers h2 {
    font-size: 32px;
  }
}
.Homepage .Offers .Cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 576px) {
  .Homepage .Offers .Cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Offers .Cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.Homepage .Offers .Cards .Card {
  background-color: var(--white);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .Homepage .Offers .Cards .Card {
    flex-wrap: nowrap;
  }
}
.Homepage .Offers .Cards .Card .Image {
  display: flex;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Homepage .Offers .Cards .Card .Image {
    margin-bottom: 0;
  }
}
.Homepage .Offers .Cards .Card .Image img {
  width: 100%;
  height: 100%;
}
.Homepage .Offers .Cards .Card .Content h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  color: var(--polar-night);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Offers .Cards .Card .Content h4 {
    font-size: 20px;
  }
}
.Homepage .Offers .Cards .Card .Content p {
  font-size: 14px;
  color: var(--midnight);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Offers .Cards .Card .Content p {
    font-size: 16px;
  }
}
.Homepage .Locations {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: var(--off-white);
  scroll-margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .Homepage .Locations {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Locations {
    padding: 100px 0;
  }
}
.Homepage .Locations .Heading {
  margin-bottom: 40px;
}
.Homepage .Locations .Heading h2 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  font-size: 24px;
  color: var(--polar-night);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Heading h2 {
    font-size: 32px;
  }
}
.Homepage .Locations .Heading p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  display: none;
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Heading p {
    display: block;
  }
}
.Homepage .Locations .Cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 576px) {
  .Homepage .Locations .Cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.Homepage .Locations .Cards .Card {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
}
.Homepage .Locations .Cards .Card .Image {
  display: flex;
  aspect-ratio: 16/9;
}
.Homepage .Locations .Cards .Card .Image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Homepage .Locations .Cards .Card .Content {
  padding: 20px;
}
.Homepage .Locations .Cards .Card .Content span {
  display: block;
  font-size: 12px;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-medium);
  line-height: 1.2;
  color: var(--color-title);
  margin-bottom: 10px;
}
.Homepage .Locations .Cards .Card .Content h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  color: var(--polar-night);
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
}
.Homepage .Locations .Cards .Card .Content h4 span {
  font-size: 16px;
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  line-height: 1.2;
  color: var(--bloom);
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Cards .Card .Content h4 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Cards .Card .Content h4 {
    font-size: 20px;
  }
}
.Homepage .Locations .Cards .Card .Content p {
  font-size: 14px;
  color: var(--midnight);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Cards .Card .Content p {
    font-size: 16px;
  }
}
.Homepage .Locations .Location__contact {
  margin-top: 40px;
}
.Homepage .Locations .Location__contact p {
  font-size: 14px;
  font-family: var(--font-AlmadenSans);
  color: var(--midnight);
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Location__contact p {
    font-size: 16px;
  }
}
.Homepage .Locations .Location__contact p a {
  font-size: 14px;
  font-family: var(--font-AlmadenSans);
  color: var(--bloom);
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 992px) {
  .Homepage .Locations .Location__contact p a {
    font-size: 16px;
  }
}
.Homepage .Related {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .Homepage .Related {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Related {
    padding: 60px 0 100px;
  }
}
.Homepage .Related h2 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  font-size: 24px;
  margin-bottom: 40px;
  color: var(--polar-night);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Related h2 {
    font-size: 32px;
  }
}
.Homepage .Related .Row {
  display: grid;
  grid-template-columns: 1fr;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .Homepage .Related .Row {
    grid-template-columns: 1fr 1fr;
  }
}
.Homepage .Related .Row .Item {
  border-radius: 12px 12px 12px 12px;
  transition: var(--standard-hover-card-transition);
}
.Homepage .Related .Row .Item:hover {
  transform: translateY(-10px);
  box-shadow: var(--standard-hover-card-shadow);
}
.Homepage .Related .Row .Item:hover .Content .btn-zoom-bloom-arrow:after {
  right: -20px;
  opacity: 1;
}
.Homepage .Related .Row .Item .Image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 16/9;
  z-index: 10;
}
.Homepage .Related .Row .Item .Image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.Homepage .Related .Row .Item .Content {
  padding: 20px;
}
.Homepage .Related .Row .Item .Content h3 {
  font-size: 16px;
  color: var(--polar-night);
  font-family: var(--font-HappyDisplay);
  font-weight: car(--fw-semi-bold);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Related .Row .Item .Content h3 {
    font-size: 20px;
  }
}
.Homepage .Related .Row .Item .Content p {
  font-size: 14px;
  color: var(--midnight);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Related .Row .Item .Content p {
    font-size: 16px;
  }
}
.Homepage .Related .Row .Item .Content a {
  display: inline-block;
  font-size: 14px;
  color: var(--bloom);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-medium);
  line-height: 1.2;
  margin-top: 10px;
}
.Homepage .Contact {
  position: relative;
  z-index: 0;
  background: radial-gradient(64.93% 286.31% at 0% 50%, var(--midnight) 0%, var(--polar-night) 100%);
  padding: 40px 0;
  scroll-margin-top: 105px;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Contact {
    padding: 100px 0;
  }
}
.Homepage .Contact .Row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact .Row {
    flex-wrap: nowrap;
  }
}
.Homepage .Contact .Row .Column {
  width: 100%;
}
.Homepage .Contact .Row .Column:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact .Row .Column {
    display: flex;
    width: 50%;
  }
  .Homepage .Contact .Row .Column:first-child {
    padding-right: 20px;
  }
  .Homepage .Contact .Row .Column:last-child {
    margin-top: 0;
    padding-left: 20px;
  }
}
.Homepage .Contact .Row .Content {
  width: 100%;
}
.Homepage .Contact .Row .Content h2 {
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  font-size: 24px;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.Homepage .Contact .Row .Content p {
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact .Row .Content p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Content p {
    font-size: 20px;
    margin-top: 0;
  }
}
.Homepage .Contact .Row .Content img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact .Row .Content img {
    display: block;
  }
}
.Homepage .Contact .Row .Form {
  width: 100%;
  height: auto;
  border: 4px solid var(--border-form);
  border-radius: 16px;
  padding: 20px;
  background-color: var(--white);
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Form {
    padding: 40px;
  }
}
.Homepage .Contact .Row .Form form .Heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Form form .Heading {
    grid-template-columns: 1fr 1fr;
  }
}
.Homepage .Contact .Row .Form form .Heading h4 {
  color: var(--polar-night);
  font-family: var(--font-HappyDisplay);
  font-weight: var(--fw-semi-bold);
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Form form .Heading h4 {
    font-size: 20px;
  }
}
.Homepage .Contact .Row .Form form .Heading p {
  color: var(--color-title);
  font-size: 14px;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Form form .Heading p {
    text-align: right;
    margin-top: 0;
  }
}
.Homepage .Contact .Row .Form form .Fields {
  display: grid;
  row-gap: 20px;
}
.Homepage .Contact .Row .Form form .Fields .Group {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .Homepage .Contact .Row .Form form .Fields .Group {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
.Homepage .Contact .Row .Form form .Fields .Group.W-100 {
  grid-template-columns: 1fr;
}
.Homepage .Contact .Row .Form form .Fields .Group.GDPR {
  display: none;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element {
  position: relative;
  display: flex;
  flex-direction: column;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element label {
  display: block;
  width: 100%;
  color: var(--midnight);
  font-size: 14px;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-semi-bold);
  line-height: 1.2;
  margin-bottom: 10px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element input, .Homepage .Contact .Row .Form form .Fields .Group .Form__Element textarea, .Homepage .Contact .Row .Form form .Fields .Group .Form__Element select {
  width: 100%;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  color: var(--midnight);
  background-color: var(--off-white);
  border: 1px solid var(--color-border);
  font-family: var(--font-AlmadenSans);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element input:focus, .Homepage .Contact .Row .Form form .Fields .Group .Form__Element textarea:focus, .Homepage .Contact .Row .Form form .Fields .Group .Form__Element select:focus {
  outline: 1px solid var(--bloom);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element textarea {
  height: 120px;
  line-height: 1.2;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element select {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown {
  position: relative;
  width: 100%;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--midnight);
  font-family: var(--font-AlmadenSans);
  font-size: 14px;
  line-height: 1;
  padding: 14px 15px;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  width: 100%;
  background-color: var(--off-white);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result span {
  font-weight: var(--fw-medium);
  line-height: 1;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result svg {
  width: 12px;
  transition: all 0.3s;
  transform: rotate(0);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result.Active {
  border: 1px solid var(--bloom);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result.Active svg {
  transform: rotate(-180deg);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .Result:focus {
  border: 1px solid var(--bloom);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 100%;
  max-height: 172px;
  list-style: none;
  padding: 5px 0;
  background-color: var(--white);
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
  margin-top: -5px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List {
    border-radius: 4px;
    box-shadow: 0px 0px 1px var(--light), 0px 4px 16px rgba(26, 55, 96, 0.1);
  }
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List::-webkit-scrollbar {
  width: 12px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List::-webkit-scrollbar-track {
  background: transparent;
  padding: 3px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 8px;
  border: 3px solid var(--white);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List::-webkit-scrollbar-thumb:hover {
  background: var(--color-border-hover);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--white);
  color: var(--midnight);
  font-family: var(--font-AlmadenSans);
  font-size: 14px;
  line-height: var(--lh-small);
  font-weight: var(--fw-regular);
  padding: 6px 10px 6px 10px;
  user-select: none;
  cursor: pointer;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List__item:hover {
  color: var(--bloom);
  background-color: var(--off-white);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List__item.Active {
  color: var(--bloom);
  background-color: var(--bloom-020);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .Filter__dropdown .List.Active {
  position: absolute;
  top: calc(100% + 5px);
  margin-top: 0;
  opacity: 1;
  z-index: 101;
  margin-top: 0;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element .error {
  width: 100%;
  font-size: 14px;
  color: var(--validation-error);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  margin-top: 10px;
  display: none;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  position: relative;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element fieldset div {
  display: flex;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element fieldset div input {
  width: auto;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element fieldset div label {
  margin-bottom: 0;
  margin-left: 5px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element fieldset div .error {
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
  width: auto;
  margin-top: 0;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.Privacy p {
  font-weight: var(--fw-regular);
  color: var(--midnight);
  font-size: 14px;
  font-family: var(--font-AlmadenSans);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.Privacy p a {
  font-weight: var(--fw-medium);
  color: var(--bloom);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.error label {
  color: var(--validation-error);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.error input {
  border: 1px solid var(--validation-error);
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.error .Filter__dropdown .Result {
  border: 1px solid var(--validation-error);
  border-radius: 6px;
}
.Homepage .Contact .Row .Form form .Fields .Group .Form__Element.valid .error {
  display: none !important;
}
.Homepage .Contact .Row .Form form .Fields .Submit .g-recaptcha-wrapper {
  margin-bottom: 20px;
  display: none;
}
.Homepage .Contact .Row .Form form .Fields .Submit .g-recaptcha-wrapper .g-recaptcha-error {
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--validation-error);
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-regular);
  margin-top: 10px;
}
.Homepage .Contact .Row .Form form .Fields .Submit .Btn__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bloom);
  color: var(--white);
  width: auto;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
  padding: 11.5px 24px;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-AlmadenSans);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 991px) {
  .Homepage .Contact .Row .Form form .Fields .Submit .Btn__submit {
    padding: 5.5px 16px;
  }
}
.Homepage .Contact .Row .Form form .Fields .Submit .Btn__submit:hover {
  background-color: var(--bloom-hover);
}

.Sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  overflow-y: auto;
  display: none;
}
@media (max-width: 991px) {
  .Sidebar {
    height: calc(100vh - 50px);
  }
}
@media (min-width: 992px) {
  .Sidebar {
    background-color: #F6F7F9;
    position: relative;
    margin-left: -20px;
    display: block !important;
    min-width: 230px;
    max-width: 230px;
    overflow-y: visible;
  }
  .Sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background-color: #F6F7F9;
  }
}
.Sidebar .Box_sidebar {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .Sidebar .Box_sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.Sidebar .Logo a {
  display: flex;
}
.Sidebar .Logo img {
  max-width: 100%;
}
.Sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .Sidebar ul {
    margin-top: 20px;
  }
}
.Sidebar ul li a {
  text-decoration: none;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #414155;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7E7E7;
  transition: color 300ms ease-in-out;
}
.Sidebar ul li a:hover {
  color: #0E71EB;
}
@media (min-width: 992px) {
  .Sidebar ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }
}
.Sidebar ul li:last-child a {
  border-bottom: 0;
}
.Sidebar ul .Current_menu a {
  font-weight: 900;
  color: #0E71EB;
}
.Sidebar ul .Languaje_dropdown {
  width: 100%;
  margin: 20px 0 30px;
}
@media (min-width: 992px) {
  .Sidebar ul .Languaje_dropdown {
    margin: 0;
  }
}
.Sidebar ul .Languaje_dropdown span {
  display: block;
  width: 100%;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #414155;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .Sidebar ul .Languaje_dropdown span {
    font-size: 14px;
  }
}
.Sidebar ul .Languaje_dropdown select {
  display: block;
  width: 100%;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #414155;
  border: 1px solid #ececec;
  padding: 10px;
  background: url("../img/icon-arrow-down-select.png") no-repeat, #FFFFFF;
  background-position: calc(100% - 10px) center;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .Sidebar ul .Languaje_dropdown select {
    font-size: 14px;
  }
}
.Sidebar ul .Languaje_dropdown select option {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 40px;
}
.Sidebar .Button_event {
  display: none;
  text-align: center;
}
@media (min-width: 992px) {
  .Sidebar .Button_event {
    display: none;
  }
}
.Sidebar .Button_event .Btn_blue, .Sidebar .Button_event .Btn_orange, .Sidebar .Button_event .Btn_text {
  height: 60px;
  width: 100%;
  max-width: 280px;
}

@media (max-width: 991px) {
  .Sticky .Sidebar {
    position: fixed;
    top: 50px;
  }
}

@media (max-width: 991px) {
  .logged-in .Sidebar {
    height: calc(100vh - 82px) !important;
  }
}
@media (max-width: 782px) {
  .logged-in .Sidebar {
    height: calc(100vh - 96px) !important;
  }
}
@media (max-width: 991px) {
  .logged-in .Sticky .Sidebar {
    position: fixed;
    top: 82px;
  }
}
@media (max-width: 782px) {
  .logged-in .Sticky .Sidebar {
    top: 96px;
  }
}

.Login_template {
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .Login_template {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .Login_template {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .Login_template {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media (min-width: 1400px) {
  .Login_template {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.Login_template .Container_logos {
  text-align: center;
  position: relative;
  z-index: 1;
}
.Login_template .Container_logos img, .Login_template .Container_logos svg {
  max-width: 200px;
}
@media (min-width: 768px) {
  .Login_template .Container_logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Login_template .Container_logos img, .Login_template .Container_logos svg {
    max-height: 90px;
    max-width: 300px;
  }
}
.Login_template .Container_logos .Divider {
  width: 100%;
  max-width: 240px;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Login_template .Container_logos .Divider {
    width: 1px;
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .Login_template .Container_logos .White_logo {
    display: flex;
    align-items: center;
  }
}
.Login_template .Container_form {
  margin-top: 95px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .Login_template .Container_form {
    margin-top: 108px;
  }
}
.Login_template .Container_form span {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.Login_template .Container_form input {
  width: 100%;
  border: 0;
  padding: 15px 20px;
  font-size: 20px;
  font-family: "Lato";
  height: 60px;
  border-radius: 4px;
}
.Login_template .Container_form input:not(:last-child) {
  margin-bottom: 10px;
}
.Login_template .Container_form input[type=password] {
  border-radius: 4px;
  border: 1px solid #BABACC;
  font-family: "Lato";
}
.Login_template .Container_form .Btn_blue, .Login_template .Container_form .Btn_orange, .Login_template .Container_form .Btn_text {
  width: 100%;
  height: 60px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3.5px;
  border-radius: 3px;
}
.Login_template .Container_form p, .Login_template .Container_form .Empty {
  width: 100%;
  font-size: 16px;
  font-family: "Lato";
  color: #e02828;
  text-align: center;
  padding-top: 20px;
  position: absolute;
}
.Login_template .Container_form .Empty {
  color: #FFFFFF;
}

.Container_template {
  position: relative;
  overflow: hidden;
}
.Container_template .Container_grid {
  display: flex;
}
@media (max-width: 991px) {
  .Container_template .Container_grid {
    position: initial !important;
  }
}
.Container_template .Container_grid .Content {
  width: 100%;
}
@media (min-width: 992px) {
  .Container_template .Container_grid .Content {
    max-width: calc(100% - 210px);
    margin-left: auto;
  }
}

.Flexible_content .Container_section, .Flexible_content .Container_Section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Flexible_content .Container_section .Container_row, .Flexible_content .Container_Section .Container_row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Hero_home {
  width: 100%;
  position: relative;
}
.Hero_home .Background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0D2A4C;
}
.Hero_home .Background .Desktop {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .Hero_home .Background .Desktop {
    display: block;
  }
}
.Hero_home .Background .Mobile {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .Hero_home .Background .Mobile {
    display: none;
  }
}
.Hero_home .Background img, .Hero_home .Background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100%;
}
.Hero_home .Background video {
  object-position: 100%;
}
.Hero_home .Content_hero {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .Hero_home .Content_hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .Hero_home .Content_hero {
    flex-wrap: nowrap;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .Hero_home .Content_hero {
    padding-top: 85px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .Hero_home .Content_hero .Info {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Info {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.Hero_home .Content_hero .Info h1 {
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Info h1 {
    margin-bottom: 37px;
  }
}
.Hero_home .Content_hero .Info p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Info p {
    font-size: 20px;
  }
}
.Hero_home .Content_hero .Counter {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Hero_home .Content_hero .Counter {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter {
    max-width: 435px;
  }
}
@media (min-width: 1200px) {
  .Hero_home .Content_hero .Counter {
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .Hero_home .Content_hero .Counter {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter {
    margin-top: -6px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .meetingId__Icons {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .meetingId__Icons {
    margin-bottom: 22px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .meetingId__Icons .meeting-id {
  color: #FFFFFF;
}
.Hero_home .Content_hero .Counter .Container_counter .meetingId__Icons small {
  font-size: 14px;
}
.Hero_home .Content_hero .Counter .Container_counter .Icons {
  display: flex;
  justify-content: flex-end;
}
.Hero_home .Content_hero .Counter .Container_counter .Icons .Icon {
  margin-left: 13px;
}
.Hero_home .Content_hero .Counter .Container_counter .Icons .Icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Icons .Icon svg {
    width: 32px;
    height: 32px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container {
  background-color: rgba(50, 75, 104, 0.5);
  padding: 6px;
  position: relative;
  border-radius: 6px;
  min-height: 105px;
  border: 0.3px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(30px);
}
@-moz-document url-prefix() {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container {
    overflow: hidden;
    background-color: rgba(50, 75, 104, 0.8);
  }
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(50, 75, 104, 0.8);
    filter: blur(30px);
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container {
    min-height: 158px;
    padding: 12px;
    border-radius: 12px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Logo_and_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Logo_and_title {
    height: 62px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Logo_and_title .Title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Logo_and_title .Title {
    font-size: 18px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  height: 41px;
  display: none;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer {
    height: 58px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date {
  width: 100%;
  text-align: center;
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date h1 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Lato";
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date h1 {
    font-size: 36px;
    line-height: 1.5;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date span {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: -2px;
  color: #FFFFFF;
  display: block;
}
@media (min-width: 992px) {
  .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Timer .Event_date span {
    margin-top: -6px;
  }
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Launch_briefing, .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .View_material {
  width: 100%;
  display: none;
  height: 60px;
  margin-top: 10px;
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Launch_briefing a, .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .View_material a {
  display: block;
  width: 100%;
  height: 100%;
}
.Hero_home .Content_hero .Counter .Container_counter .Countdown_container .Launch_briefing a button, .Hero_home .Content_hero .Counter .Container_counter .Countdown_container .View_material a button {
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
}

.Hero_default {
  width: 100%;
  position: relative;
}
.Hero_default .Background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.Hero_default .Background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60%;
}
@media (min-width: 992px) {
  .Hero_default .Background img {
    object-position: right center;
  }
}
.Hero_default .Content_hero {
  width: 100%;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .Hero_default .Content_hero {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Hero_default .Content_hero {
    padding: 40px;
  }
}
.Hero_default .Content_hero .Breadcrumbs .Container_breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "Lato";
  line-height: 1;
}
@media (min-width: 576px) {
  .Hero_default .Content_hero .Breadcrumbs .Container_breadcrumbs {
    font-size: 14px;
  }
}
.Hero_default .Content_hero .Breadcrumbs .Container_breadcrumbs a {
  text-decoration: none;
  color: #9999AE;
}
.Hero_default .Content_hero .Breadcrumbs .Container_breadcrumbs .Arrow {
  margin-left: 6px;
  margin-right: 10px;
}
.Hero_default .Content_hero .Breadcrumbs .Container_breadcrumbs p {
  color: #2D8CFF;
}
.Hero_default .Content_hero .Section_title {
  margin-top: 20px;
}
.Hero_default .Content_hero .Section_title h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .Hero_default .Content_hero .Section_title h1 {
    font-size: 48px;
  }
}
.Hero_default .Content_hero .Section_title .Divider {
  margin-top: 13px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .Hero_default .Content_hero .Section_title .Divider {
    margin-top: 8px;
    height: 6px;
  }
}

.Account_team {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .Account_team {
    padding: 40px 0px 40px 40px;
  }
}
.Account_team .Container_section .Team_members {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .Account_team .Container_section .Team_members {
    margin-top: 0;
  }
}
.Account_team .Container_section .Team_members .Container_grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Account_team .Container_section .Team_members .Container_grid {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.Account_team .Container_section .Team_members .Container_grid .Box_member {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .Account_team .Container_section .Team_members .Container_grid .Box_member {
    margin-top: 20px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.Virtual_executive_briefing {
  padding: 20px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .Virtual_executive_briefing {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .Virtual_executive_briefing {
    padding: 40px 0px 40px 40px;
    margin-bottom: 65px;
  }
}
.Virtual_executive_briefing .Container_section .Date_time_event {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .Date_time_event {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .Date_time_event .Date {
    padding-top: 20px;
  }
}
.Virtual_executive_briefing .Container_section .Date_time_event .Date h3 {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #232333;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .Date_time_event .Date h3 {
    font-size: 24px;
  }
}
.Virtual_executive_briefing .Container_section .Date_time_event .Time p, .Virtual_executive_briefing .Container_section .Date_time_event .Location p {
  font-family: "Lato";
  font-size: 14px;
  color: #747487;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .Date_time_event .Time p, .Virtual_executive_briefing .Container_section .Date_time_event .Location p {
    font-size: 16px;
  }
}
.Virtual_executive_briefing .Container_section .Date_time_event .Time p .Time_event_start, .Virtual_executive_briefing .Container_section .Date_time_event .Time p .Time_event_end, .Virtual_executive_briefing .Container_section .Date_time_event .Location p .Time_event_start, .Virtual_executive_briefing .Container_section .Date_time_event .Location p .Time_event_end {
  text-transform: lowercase;
}
.Virtual_executive_briefing .Container_section .Date_time_event .Time p .Time_zone, .Virtual_executive_briefing .Container_section .Date_time_event .Location p .Time_zone {
  text-transform: uppercase;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule {
    flex-wrap: nowrap;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule:nth-child(even) {
  background-color: #F6F7F9;
}
@media (max-width: 767px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule:nth-child(even) {
    position: relative;
  }
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule:nth-child(even):before {
    content: "";
    background-color: #F6F7F9;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
  }
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule:nth-child(even):after {
    content: "";
    background-color: #F6F7F9;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Time {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Time {
    max-width: 160px;
    padding: 0 40px;
    margin-bottom: 0;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Time p {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
  color: #222230;
  line-height: 1.5;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Time p {
    font-size: 14px;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info {
  border-left: 1px solid #E7E7E7;
  padding: 0 10px;
  width: calc(100% - 10px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info {
    width: 100%;
    padding: 0 40px;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Title h5 {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #232333;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Title h5 {
    font-size: 20px;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Description, .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom {
  margin-top: 10px;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Description p, .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom p {
  line-height: 1.2;
  font-size: 14px;
  color: #747487;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Description p, .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom p {
    font-size: 16px;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Description p br, .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom p br {
  content: "";
  display: block;
  margin-bottom: 10px;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom {
  margin-top: 0px;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .ConferenceRoom p {
  font-style: italic;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details {
  margin-top: 10px;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Toggle_details {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 12px;
  color: #2D8CFF;
  letter-spacing: 3px;
  line-height: 1.7;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Toggle_details {
    font-size: 14px;
  }
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Toggle_details svg {
  margin-left: 10px;
  transition: transform 300ms ease-in-out;
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Rotate_arrow svg {
  transform: rotate(180deg);
}
.Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Details {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #747487;
  line-height: 1.2;
  display: none;
}
@media (min-width: 768px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Container_section .List_schedule .Schedule .Event_info .Box_details .Details {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .Virtual_executive_briefing .Group_tabs {
    padding: 0 0 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .Virtual_executive_briefing .Group_tabs {
    padding: 20px 0 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .Virtual_executive_briefing .Group_tabs .Container_section .Tabs {
    margin-top: 0;
  }
}

.Group_tabs {
  padding: 0 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) {
  .Group_tabs {
    padding: 20px 0 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .Group_tabs {
    padding: 40px 0px 40px 40px;
    margin-bottom: 40px;
  }
}
.Group_tabs .Container_section .Tabs {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .Group_tabs .Container_section .Tabs {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .Group_tabs .Container_section .Tabs {
    margin-top: 20px;
  }
}
.Group_tabs .Container_section .Tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 576px) {
  .Group_tabs .Container_section .Tabs ul {
    border-bottom: 4px solid #ECECEC;
  }
}
.Group_tabs .Container_section .Tabs ul li {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
  letter-spacing: 2.8px;
  padding: 10px 10px 6px;
  position: relative;
  border-bottom: 4px solid #ECECEC;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 576px) {
  .Group_tabs .Container_section .Tabs ul li {
    width: auto;
    border-bottom: 0;
    padding: 20px 20px 16px;
    letter-spacing: 3.5px;
  }
}
@media (min-width: 992px) {
  .Group_tabs .Container_section .Tabs ul li {
    font-size: 16px;
  }
}
.Group_tabs .Container_section .Tabs ul .Current_tab {
  font-weight: 900;
  color: #232333;
}
.Group_tabs .Container_section .Tabs ul .Current_tab:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #2D8CFF;
}
.Group_tabs .Container_section .Content_tabs .Content_tab {
  display: none;
}
.Group_tabs .Container_section .Content_tabs .Content_tab .Container_grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Group_tabs .Container_section .Content_tabs .Content_tab .Container_grid {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.Group_tabs .Container_section .Content_tabs .Content_tab .Container_grid .Box_member {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .Group_tabs .Container_section .Content_tabs .Content_tab .Container_grid .Box_member {
    margin-top: 20px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .Group_tabs .Container_section .Content_tabs .Content_tab .Container_grid .Box_member {
    margin-top: 20px;
    width: calc(33.3333333333% - 20px);
  }
}
.Group_tabs .Container_section .Content_tabs .Current_content {
  display: block;
}

.Two_columns_image_and_cta {
  clear: both;
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row {
    flex-wrap: nowrap;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row {
    padding: 40px 0 40px 40px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Image {
  width: 100%;
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Image .Box_image {
  width: 100%;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.16);
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Image .Box_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Image {
    max-width: 50%;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Image {
    max-width: 525px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta {
    max-width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta {
    max-width: calc(100% - 525px);
    padding-top: 10px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Title_cta h2 {
  font-weight: 900;
  line-height: 1.18;
}
@media (min-width: 1400px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Title_cta h2 {
    padding-right: 20px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Description {
  margin-top: 20px;
}
@media (min-width: 1400px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Description {
    margin-top: 32px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #232333;
  font-family: "Lato";
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta {
    margin-top: 25px;
  }
}
@media (min-width: 1400px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta {
    margin-top: 36px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta a button {
  letter-spacing: 1.5px;
  width: 100%;
  padding: 9px 18px;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta a button {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .Two_columns_image_and_cta .Container_Section .Row .Container_row .Cta .Button_cta a button {
    letter-spacing: 3.5px;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Left .Image {
  order: 1;
}
.Two_columns_image_and_cta .Container_Section .Row .Left .Cta {
  order: 2;
}
.Two_columns_image_and_cta .Container_Section .Row .Right .Image {
  order: 1;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Right .Image {
    order: 2;
    padding-left: 40px;
    padding-right: 0;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Right .Cta {
  order: 2;
}
@media (min-width: 768px) {
  .Two_columns_image_and_cta .Container_Section .Row .Right .Cta {
    order: 1;
  }
}
.Two_columns_image_and_cta .Container_Section .Row .Center_content {
  justify-content: center;
}
.Two_columns_image_and_cta .Container_Section .Row .Center_content .Cta {
  text-align: center;
}

.Relevant_resources {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .Relevant_resources {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Relevant_resources {
    padding: 40px 0 40px 40px;
  }
}
.Relevant_resources .Container_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .Relevant_resources .Container_grid {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.Relevant_resources .Container_grid .Resource {
  width: 100%;
  margin-top: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .Relevant_resources .Container_grid .Resource {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .Relevant_resources .Container_grid .Resource {
    width: calc(33.3333333333% - 40px);
  }
}
.Relevant_resources .Container_grid .Resource .Container_resource .Image {
  width: 100%;
  height: 160px;
  position: relative;
}
.Relevant_resources .Container_grid .Resource .Container_resource .Image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.Relevant_resources .Container_grid .Resource .Container_resource .Content_resource {
  padding: 20px;
  border-top: 1px solid #C4C4C4;
}
.Relevant_resources .Container_grid .Resource .Container_resource .Content_resource .Tag {
  margin-top: -1px;
  margin-bottom: 15px;
  line-height: 1;
}
.Relevant_resources .Container_grid .Resource .Container_resource .Content_resource .Tag span {
  font-family: "Lato";
  text-transform: uppercase;
  color: #2D8CFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.Relevant_resources .Container_grid .Resource .Container_resource .Content_resource .Title h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato";
  line-height: 1.3;
}
@media (min-width: 768px) {
  .Relevant_resources .Container_grid .Resource .Container_resource .Content_resource .Title h4 {
    font-size: 20px;
  }
}

.Slider_customer_stories {
  padding: 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) {
  .Slider_customer_stories {
    padding: 20px 0 30px;
  }
}
@media (min-width: 992px) {
  .Slider_customer_stories {
    padding: 40px 0px 40px 40px;
  }
}
.Slider_customer_stories .Container_customer_stories {
  position: relative;
}
@media (min-width: 576px) {
  .Slider_customer_stories .Container_customer_stories {
    margin-left: -20px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider {
  margin-top: 0px;
  position: relative;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .Slider_customer_stories .Container_customer_stories .Slider {
    margin-top: 40px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item {
    padding-right: 0;
    flex-wrap: nowrap;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-right: 22px;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images {
    min-width: 40%;
    margin-right: 40px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images {
    min-width: 412px;
    max-width: 412px;
    margin-right: 40px;
    padding-right: 32px;
    padding-top: 40px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Logo {
  position: absolute;
  top: 38px;
  right: 0;
  background-color: #FFFFFF;
  width: 96px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Logo {
    width: 120px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Logo {
    top: 6.5px;
    width: 140px;
    height: 100px;
    border-radius: 12px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Logo img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image {
  width: 100%;
  height: 232px;
  border-radius: 14px;
  background-color: #747487;
  overflow: hidden;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image {
    height: 340px;
    border-radius: 20px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image_logo {
  width: 100%;
  padding: 50px 75px;
  background-color: #F6F7F9;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Images .Image_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Image_without_logo {
  padding-right: 0;
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Image_without_logo {
    min-width: 330px;
    max-width: 330px;
    margin-right: 40px;
    padding-right: 0;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content {
  width: auto;
}
@media (min-width: 1400px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content {
    width: auto;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Story {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Story {
    margin-top: 50px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Story p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #414155;
}
@media (min-width: 992px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Story p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Story p {
    font-size: 36px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data {
    margin-top: 30px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data .Author {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #232333;
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data .Author {
    line-height: 1.3;
    font-size: 20px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data .Divider {
  display: block;
  width: 2px;
  height: 26px;
  background-color: #C4C4C4;
  margin-left: 10px;
  margin-right: 10px;
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data .Company {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  color: #747487;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Author_data .Company {
    font-size: 16px;
  }
}
.Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Btn_slider {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Slider .Container_slider_item .Content .Btn_slider {
    margin-top: 30px;
  }
}
.Slider_customer_stories .Container_customer_stories .Control_slider {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
@media (min-width: 576px) {
  .Slider_customer_stories .Container_customer_stories .Control_slider {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Control_slider {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .Slider_customer_stories .Container_customer_stories .Control_slider {
    top: 40px;
  }
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_prev,
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_next {
  z-index: 20;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 300ms ease-in-out;
  display: flex;
  align-items: center;
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_prev svg,
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_next svg {
  width: 9px;
  height: 18px;
}
@media (min-width: 768px) {
  .Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_prev svg,
  .Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_next svg {
    width: 12px;
    height: 24px;
  }
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_prev {
  margin-right: 20px;
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_prev:hover {
  opacity: 0.6;
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_next {
  margin-right: 0px;
}
.Slider_customer_stories .Container_customer_stories .Control_slider .Slider_control_next:hover {
  opacity: 0.6;
}

.Iframe .Container_section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .Iframe .Container_section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Iframe .Container_section {
    padding: 40px 0 40px 40px;
  }
}
.Iframe .Container_section .Container_iframe {
  width: 100%;
}
.Iframe .Container_section .Cover_iframe {
  border: 2px dashed #D52935;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
}
@media (min-width: 1200px) {
  .Iframe .Container_section .Cover_iframe {
    height: 916px;
  }
}
.Iframe .Container_section .Cover_iframe span {
  color: #D52935;
  font-size: 20px;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.Iframe .Container_section iframe {
  width: 100%;
}

.Post_briefing_content .Container_section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Post_briefing_content .Container_section {
    padding: 40px 0 40px 40px;
  }
}
.Post_briefing_content .Container_section .Container_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.Post_briefing_content .Container_section .Container_grid .Card {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Card {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Card .Image_and_title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Card .Image_and_title {
    margin-bottom: 37px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Card .Image_and_title .Image {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Card .Image_and_title .Image {
    margin-bottom: 20px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Card .Image_and_title .Image .Box_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2D8CFF;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Card .Image_and_title .Image .Box_image {
    width: 70px;
    height: 70px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Card .Image_and_title .Title h2 {
  letter-spacing: 0.2px;
  font-weight: 900;
}
.Post_briefing_content .Container_section .Container_grid .Card .Button_card a button {
  width: 100%;
  padding: 8px 18px;
  letter-spacing: 3px;
  width: 240px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .Post_briefing_content .Container_section .Container_grid .Card .Button_card a button {
    width: auto;
  }
}
@media (min-width: 992px) {
  .Post_briefing_content .Container_section .Container_grid .Card .Button_card a button {
    letter-spacing: 3.5px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Recording {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.Post_briefing_content .Container_section .Container_grid .Recording .Image_and_title .Image .Box_image svg {
  max-width: 19px;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Recording .Image_and_title .Image .Box_image svg {
    max-width: 30px;
  }
}
.Post_briefing_content .Container_section .Container_grid .Slides_and_content {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.Post_briefing_content .Container_section .Container_grid .Slides_and_content .Image_and_title .Image .Box_image svg {
  max-width: 29px;
}
@media (min-width: 768px) {
  .Post_briefing_content .Container_section .Container_grid .Slides_and_content .Image_and_title .Image .Box_image svg {
    max-width: 44px;
  }
}

.Wysiwyg_editor .Container_Section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .Wysiwyg_editor .Container_Section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Wysiwyg_editor .Container_Section {
    padding: 40px 0 40px 40px;
  }
}
.Wysiwyg_editor .Container_Section .Content_editor h1, .Wysiwyg_editor .Container_Section .Content_editor h2, .Wysiwyg_editor .Container_Section .Content_editor h3, .Wysiwyg_editor .Container_Section .Content_editor h4, .Wysiwyg_editor .Container_Section .Content_editor h5, .Wysiwyg_editor .Container_Section .Content_editor h6 {
  font-family: "Lato";
  margin-bottom: 20px;
  font-weight: 900;
}
.Wysiwyg_editor .Container_Section .Content_editor p {
  font-size: 16px;
  margin-bottom: 20px;
}
.Wysiwyg_editor .Container_Section .Content_editor p:last-child {
  margin-bottom: 0;
}
.Wysiwyg_editor .Container_Section .Content_editor img {
  max-width: 100%;
}
.Wysiwyg_editor .Container_Section .Content_editor .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.Wysiwyg_editor .Container_Section .Content_editor .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.Wysiwyg_editor .Container_Section .Content_editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Wysiwyg_editor .Container_Section .Content_editor a {
  text-decoration: none;
  color: #2D8CFF;
}
.Wysiwyg_editor .Container_Section .Content_editor a:hover {
  text-decoration: underline;
}
.Wysiwyg_editor .Container_Section .Content_editor blockquote {
  position: relative;
  padding: 20px;
  background-color: #f6f7f9;
  border-left: 2px solid #2D8CFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Wysiwyg_editor .Container_Section .Content_editor ul {
  margin-bottom: 20px;
}

.Directions .Container_section .Row .Container_row {
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Container_row {
    flex-wrap: nowrap;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .Directions .Container_section .Row .Container_row {
    padding: 40px 0 40px 40px;
  }
}
.Directions .Container_section .Row .Container_row .Image_map {
  width: 100%;
}
@media (max-width: 767px) {
  .Directions .Container_section .Row .Container_row .Image_map {
    order: 2;
    margin-top: 40px;
  }
}
.Directions .Container_section .Row .Container_row .Image_map .Box_map {
  width: 100%;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.16);
  padding-bottom: 88%;
  position: relative;
  overflow: hidden;
}
.Directions .Container_section .Row .Container_row .Image_map .Box_map img, .Directions .Container_section .Row .Container_row .Image_map .Box_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Container_row .Image_map {
    max-width: 50%;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .Directions .Container_section .Row .Container_row .Image_map {
    max-width: 525px;
  }
}
.Directions .Container_section .Row .Container_row .Content_directions {
  width: 100%;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Container_row .Content_directions {
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .Directions .Container_section .Row .Container_row .Content_directions {
    max-width: calc(100% - 525px);
  }
}
.Directions .Container_section .Row .Container_row .Content_directions .Title_direction {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Container_row .Content_directions .Title_direction {
    margin-bottom: 40px;
  }
}
.Directions .Container_section .Row .Container_row .Content_directions .Title_direction h2 {
  font-weight: 900;
  line-height: 1.18;
}
@media (min-width: 1400px) {
  .Directions .Container_section .Row .Container_row .Content_directions .Title_direction h2 {
    padding-right: 20px;
  }
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction {
  margin-top: 20px;
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction .Container_direction {
  display: flex;
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction .Container_direction .Icon {
  margin-right: 12px;
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction .Container_direction .Data {
  display: flex;
  flex-direction: column;
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction .Container_direction .Data .Title {
  margin-bottom: 5px;
}
.Directions .Container_section .Row .Container_row .Content_directions .List_directions .Direction .Container_direction .Data .Title h5 {
  font-weight: 900;
}
.Directions .Container_section .Row .Left .Image {
  order: 1;
}
.Directions .Container_section .Row .Left .Cta {
  order: 2;
}
.Directions .Container_section .Row .Right .Image {
  order: 1;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Right .Image {
    order: 2;
    padding-left: 40px;
    padding-right: 0;
  }
}
.Directions .Container_section .Row .Right .Cta {
  order: 2;
}
@media (min-width: 768px) {
  .Directions .Container_section .Row .Right .Cta {
    order: 1;
  }
}
.Directions .Container_section .Row .Center_content {
  justify-content: center;
}
.Directions .Container_section .Row .Center_content .Cta {
  text-align: center;
}

.Container_404 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Container_404 {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .Container_404 {
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Container_404 .Image_404 {
  float: none;
  width: 100%;
  background: none;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .Container_404 .Image_404 {
    background: #FFFFFF url("https://st2.zoom.us/static/6.0.5239/image/new/error/error404.jpg") 0 center no-repeat;
    background-size: 50% auto;
    background-position: left 45%;
    padding-left: 50%;
  }
}
@media (min-width: 1400px) {
  .Container_404 .Image_404 {
    background: #FFFFFF url("https://st1.zoom.us/static/6.0.5239/image/new/error/error404_full.jpg") 0 center no-repeat;
    background-size: 760px auto;
    padding-left: 760px;
    padding-right: 0;
  }
}
.Container_404 .Container_error {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .Container_404 .Container_error {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}
.Container_404 .Container_error .Global_error h1 {
  margin-bottom: 20px;
  font-weight: 900;
}
.Container_404 .Container_error .Global_error h2 {
  font-weight: 400;
}
@media (min-width: 992px) {
  .Container_404 .Container_error .Global_error h2 {
    font-size: 30px;
  }
}
.Container_404 .Container_error .Global_error .Term ul {
  padding-left: 0;
  list-style: outside none none;
  display: inline-block;
  margin-top: 40px;
}
.Container_404 .Container_error .Global_error .Term ul li {
  font-size: 16px;
  line-height: 2;
  display: block;
  padding-right: 16px;
  color: #232333;
}
@media (min-width: 992px) {
  .Container_404 .Container_error .Global_error .Term ul li {
    font-size: 20px;
  }
}
.Container_404 .Container_error .Global_error .Term ul li a {
  color: #2D8CFF;
  text-decoration: none;
}
.Container_404 .Container_error .Global_error .Term ul li a:hover {
  text-decoration: underline;
}

.box-place-item {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media (min-width: 768px) {
  .box-place-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.box-place-item .place_item {
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box-place-item .place_item {
    padding: 20px;
  }
}
.box-place-item .place_item .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-place-item .place_item .title .count {
  width: 20px;
  height: 20px;
  background-color: #2D8CFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box-place-item .place_item .title .count span {
  font-size: 12px;
  color: #FFFFFF;
}
.box-place-item .place_item .title h5 {
  margin-bottom: 10px;
  font-size: 20px;
}
.box-place-item .place_item p {
  margin-bottom: 10px;
  color: #232333;
}
.box-place-item .place_item .time {
  display: flex;
}
.box-place-item .place_item .time .icon {
  margin-right: 15px;
  margin-top: 5px;
}
.box-place-item .place_item .time p {
  color: #747487;
}
.box-place-item .place_item .links {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.box-place-item .place_item .links a {
  font-weight: 700;
  color: #0E72ED;
}
.box-place-item .place_item .links .divider {
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  width: 1px;
  background-color: rgba(186, 186, 204, 0.5);
}

.company-template-template-concierge .Group_tabs .Container_section .Tabs ul li {
  font-size: 16px;
}
.company-template-template-concierge .Group_tabs {
  padding-top: 0;
}
.company-template-template-concierge .Group_tabs .Tabs {
  margin-top: 0;
}

.main-map .Container_section {
  padding: 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) {
  .main-map .Container_section {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .main-map .Container_section {
    padding: 40px 0px 0 40px;
  }
}
.main-map .map-wrapper {
  position: relative;
}
.main-map .map-wrapper .marker-details {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  width: 100%;
  max-width: 270px;
}
@media (max-width: 767px) {
  .main-map .map-wrapper .marker-details {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.main-map .marker-details {
  display: none;
}
.main-map .marker-details > div {
  display: flex;
}
.main-map .marker-details .details {
  flex: 1;
  padding: 10px 20px 10px 10px;
  background-color: #fafafa;
}
.main-map .marker-details .details a {
  margin-bottom: 10px;
}
.main-map .marker-details .details h5 {
  font-size: 16px;
  display: none;
}
.main-map .marker-details a {
  display: block;
  color: #0E72ED;
  font-weight: 600;
}
.main-map .marker-details .directions {
  background-color: #FFFFFF;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
}
.main-map .marker-details .directions .icon {
  max-width: 20px;
}
.main-map .marker-details .directions .icon img {
  width: 100%;
}
.main-map .map-inner-wrapper {
  display: flex;
  flex-direction: column;
}
.main-map .map-inner-wrapper .map-iframe {
  width: 100%;
  height: 308px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-map .map-inner-wrapper .map-iframe {
    border-radius: 6.2px;
  }
}
@media (min-width: 768px) {
  .main-map .map-inner-wrapper .map-iframe {
    order: 1;
  }
}
.main-map .map-inner-wrapper .map-iframe .iframe {
  width: 100%;
  height: 100%;
}
.main-map .map-inner-wrapper .details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-map .map-inner-wrapper .details {
    order: 2;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-map .map-inner-wrapper .details {
    margin-left: unset;
    margin-right: auto;
  }
}
.main-map .map-inner-wrapper .details .icon {
  margin-right: 10px;
}
.main-map .map-inner-wrapper .details h5 {
  font-size: 16px;
}
.main-map .map-inner-wrapper .details .divider {
  width: 1px;
  min-height: 20px;
  height: auto;
  background-color: rgba(186, 186, 204, 0.5);
  margin: 0 10px;
}
@media (max-width: 767px) {
  .main-map .map-inner-wrapper .details .divider {
    display: none;
  }
}
.main-map .map-inner-wrapper .details p {
  font-size: 12px;
  color: rgba(65, 65, 85, 0.8);
}
@media (max-width: 767px) {
  .main-map .map-inner-wrapper .details p {
    width: 100%;
    padding-left: 24px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.Container_password {
  padding-bottom: 15px;
  width: fit-content;
  position: relative;
}
.Container_password .alert-password {
  padding: 7px 15px;
  background-color: rgba(14, 114, 237, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.Container_password .alert-password .icon {
  display: block;
  margin-left: 5px;
}
.Container_password .alert-password .icon .Btn_copy {
  padding: 4px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Container_password .alert-password .icon svg {
  width: 100%;
}
.Container_password .alert-password input[type=text] {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid gray;
  margin-left: 5px;
  padding: 3px;
  border-radius: 3px;
  font-family: "Lato";
  font-size: 16px;
}
.Container_password .text-copied-msg {
  display: none;
  width: 100%;
  padding: 5px 15px;
  background-color: rgb(215, 215, 224);
  border-radius: 3px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.icon {
  max-width: 20px;
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.icon:last-child {
  margin-right: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .Food_menu.Group_tabs {
    margin-top: 20px;
  }
}
.Food_menu.Group_tabs .Container_section .Tabs {
  margin-top: 0;
}
.Food_menu .Mealtime {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .Food_menu .Mealtime {
    width: 100%;
  }
}
.Food_menu .Mealtime:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.Food_menu .Mealtime:nth-child(1):before, .Food_menu .Mealtime:nth-child(2):before {
  content: unset;
}
@media (max-width: 575px) {
  .Food_menu .Mealtime:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .Food_menu .Mealtime:nth-child(2):before {
    content: "";
  }
}
.Food_menu .Mealtime:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid #E7E7E7;
}
@media (max-width: 575px) {
  .Food_menu .Mealtime:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }
}
.Food_menu .Mealtime:nth-child(even) {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .Food_menu .Mealtime:nth-child(even) {
    padding-left: 0;
  }
}
.Food_menu .Mealtime .Mealtime_details h3 {
  font-size: 24px;
  color: #2D8CFF;
}
.Food_menu .Mealtime .Mealtime_details p {
  font-family: "Lato";
  font-size: 14px;
  color: #747487;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .Food_menu .Mealtime .Mealtime_details p {
    font-size: 16px;
  }
}
.Food_menu .Mealtime .Mealtime_details p .Time_event_start, .Food_menu .Mealtime .Mealtime_details p .Time_event_end {
  text-transform: lowercase;
}
.Food_menu .Mealtime .Meal {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .Food_menu .Mealtime .Meal {
    margin-top: 23px;
  }
}
.Food_menu .Mealtime .Meal h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.Food_menu .Mealtime .Meal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Food_menu .Mealtime .Meal ul li {
  display: flex;
  margin-bottom: 10px;
}
.Food_menu .Mealtime .Meal ul li:last-child {
  margin-bottom: 0;
}
.Food_menu .Mealtime .Meal ul li p {
  margin-right: 10px;
}
.Food_menu .Mealtime .Meal ul li .icons {
  display: flex;
  flex-wrap: wrap;
}

.Food_types {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .Food_types .Container {
    padding-left: 0;
    padding-right: 0;
  }
}
.Food_types .Container_grid {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .Food_types .Container_grid {
    padding-left: 0;
    padding-right: 0;
  }
}
.Food_types_container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 10px 25px 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .Food_types_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Food_types_container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Food_types_container ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.Food_types_container ul li {
  margin-right: 17.5px;
  margin-left: 17.5px;
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .Food_types_container ul li {
    margin-left: 0;
    margin-right: 0;
  }
}
.Food_types_container ul li p {
  color: #747487;
}
.page-template-front-page .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-front-page .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-front-page .container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-front-page .container {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-front-page .container {
    max-width: inherit;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-front-page .ez__container {
    max-width: 1320px;
  }
}

/*# sourceMappingURL=theme-styles.css.map */
