.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html,
body {
  font-size: 16px;
}

ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}

ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}

ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}

.blueimp-gallery ol li:before {
  content: "";
  display: none;
}

ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}

ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}

ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}

blockquote,
q {
  quotes: none;
}

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

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

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.row {
  height: 100%;
}

.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }

  .col-12 {
    width: 100%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-9 {
    width: 75%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-2 {
    width: 16.66666667%;
  }

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

.widget {
  position: absolute;
}

.widget-section {
  position: relative;
}

.widget-smartsection {
  position: relative;
}

.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.widget-button {
  cursor: pointer;
}

.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}

.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}

a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.radio-container {
  position: relative;
}

.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget-popupcloser {
  z-index: 2147483647 !important;
}

.widget-text a {
  color: inherit;
}

.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}

.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}

.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

img[data-gallery]:hover {
  cursor: pointer;
}

.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}

.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.hidden {
  display: none;
}

.bg-cover,
.bg-cover .container {
  background-size: cover;
}

.bg-contain,
.bg-contain .container {
  background-size: contain;
}

@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}

html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}

html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}

html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}

html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}

:root {
  --color-primary-0: 245, 148, 31;
  --color-primary-1: 176, 143, 72;
  --color-primary-2: 171, 127, 40;
  --color-primary-3: 158, 64, 23;
  --color-primary-4: 104, 46, 40;
  --color-secondary-0: 235, 237, 226;
  --color-secondary-1: 189, 195, 157;
  --color-secondary-2: 123, 134, 59;
  --color-secondary-3: 62, 67, 30;
  --color-secondary-4: 18, 20, 9;
  --color-tertiary-0: 255, 255, 255;
  --color-tertiary-1: 255, 252, 251;
  --color-tertiary-2: 123, 123, 123;
  --color-tertiary-3: 119, 119, 119;
  --color-tertiary-4: 0, 0, 0;
  --headlines-font-family: "Montserrat";
  --paragraphs-font-family: "Raleway";
}

@media only screen and (max-width: 763px) {
  [class*="col-"] {
    width: 100%;
  }
}

@media only screen and (min-width: 764px) and (max-width: 959px) {
  html {
    width: 960px;
  }
}

body {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 0rem;
  left: 0rem;
  display: block;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
  display: none;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha {
  position: relative;
  display: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha {
  border-width: 0;
  border-radius: 0;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#xxCFbPtJGtS4zXwiIASDCMSUMVlpXlT0 {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 2.6875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.375rem;
  top: 3.5625rem;
  left: 0rem;
  display: none;
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  color: #000000;
  display: block;
  width: 17.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.25rem;
  top: 10.375rem;
  left: 1.3125rem;
  display: none;
}

#NFFxWcgmmx9R1MZbT3e29CJrDQIFSC6v {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#ZSQpvbIiwl1tokLQJH3EMyenEf8lwf75 {
  color: #000000;
  display: block;
  width: 8.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.3125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.625rem;
  top: 1.125rem;
  left: 5.75rem;
  display: none;
}

#btNfbyvgRKXrmc5audRsS0GTIDbCObCg {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#pG9wWDX1UKRQgNnxFHmNi7Sbkp3fg03E {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  color: #000000;
  display: block;
  width: 6.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 0.875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.125rem;
  top: 17.625rem;
  left: 6.8125rem;
  display: none;
}

#qaJf3ADggcCA6SEl4KMkqNnOOdq4C1P6 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#dJBuSmPnOK9vaJVkD8hplENvHtwoFDK1 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#fXaTBO1iE4b5gwDx1c523cbZyFd6nDTl {
  color: #000000;
  display: block;
  width: 17.875rem;
  position: absolute;
  font-family: arial;
  font-size: 2.6875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.6875rem;
  top: 7.3125rem;
  left: 1.0625rem;
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn {
  position: relative;
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn {
  border-width: 0;
  border-radius: 0;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#GzL1Vx8LzvL7VTPehyvbbGM6GLqytIMz {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#nu7dQQOWFzKQ8n6hWFsQ5V9XH2GLsKWO {
  color: #000000;
  display: block;
  width: 15.5rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.875rem;
  top: 38.9375rem;
  left: 2.25rem;
  display: none;
}

#eyIuu2WPPM4zrtzdJoEc0Elo3amGJ5SH {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#AQzARUCGt6Gx57QgZi9gSROWT2nOTTpk {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#ztIhn8vbnbmOipX7svrmBOU6T9OUCmwW {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  position: relative;
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  border-width: 0;
  border-radius: 0;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  position: relative;
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  border-width: 0;
  border-radius: 0;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(0, 0, 0, 0.5);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: ;
  height: ;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none;
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block;
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 100%;
  z-index: 15000;
  display: block;
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  color: #000000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 16.25rem;
  left: 6.6875rem;
  display: none;
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  color: #000000;
  display: block;
  width: 10.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 15.25rem;
  left: 6.4375rem;
  display: none;
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 13.5625rem;
  display: none;
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  color: #000000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 12.375rem;
  left: 6.4375rem;
  display: none;
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 11.875rem;
  width: 12.875rem;
  display: none;
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  color: #000000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 13.375rem;
  left: 6.5rem;
  display: none;
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 12.875rem;
  display: none;
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  color: #000000;
  display: block;
  width: 9.9375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.5625rem;
  top: 19.625rem;
  left: 6.4375rem;
  display: none;
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 14.0625rem;
  display: none;
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  color: #000000;
  display: block;
  width: 8.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.5625rem;
  top: 18.625rem;
  left: 6.9375rem;
  display: none;
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 13.25rem;
  width: 14.0625rem;
  display: none;
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  color: #000000;
  display: block;
  width: 16.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.8125rem;
  top: 13.8125rem;
  left: 1.6875rem;
  display: none;
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  color: #000000;
  display: block;
  width: 14.1875rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.4375rem;
  top: 20.0625rem;
  left: 3rem;
  display: none;
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 58.5rem;
  width: 46.4375rem;
  display: none;
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  color: #000000;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.1875rem;
  font-weight: 700;
  z-index: 15004;
  line-height: 1.1;
  letter-spacing: 0;
  top: 1.75rem;
  left: 9.3125rem;
  height: 2.375rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  position: relative;
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  border-width: 0;
  border-radius: 0;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.6875rem;
  width: 3.6875rem;
  display: none;
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0rem;
  display: none;
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0rem;
  display: none;
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0rem;
  display: none;
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.6875rem;
  width: 3.6875rem;
  display: none;
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.5625rem;
  width: 3.6875rem;
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  position: relative;
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  border-width: 0;
  border-radius: 0;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 25.0625rem;
  width: 21.0625rem;
  display: none;
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0rem;
  display: none;
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0rem;
  display: none;
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  position: relative;
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  border-width: 0;
  border-radius: 0;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 90rem;
  width: 50.625rem;
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  position: relative;
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  border-width: 0;
  border-radius: 0;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 90rem;
  width: 50.625rem;
  display: none;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  position: relative;
  display: none;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  border-width: 0;
  border-radius: 0;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  color: #000000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 8.75rem;
  left: 2.375rem;
  display: none;
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 13rem;
  left: 0rem;
  display: none;
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  color: #6d6d6d;
  display: block;
  width: 25.9375rem;
  position: absolute;
  font-family: lato;
  font-size: 1.1875rem;
  font-weight: 300;
  z-index: 15004;
  line-height: 2.1;
  letter-spacing: 0;
  top: 2.8667435646057rem;
  left: 32.03125rem;
  height: 17.0625rem;
  font-style: normal;
  display: none;
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  color: #000000;
  display: block;
  width: 17.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 42.1875rem;
  left: 1.3125rem;
  display: none;
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  color: #000000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: 0.9375rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.8125rem;
  top: 36.8125rem;
  left: 0.375rem;
  display: none;
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  color: #000000;
  display: block;
  width: 13.0625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 43.5625rem;
  left: 0.375rem;
  display: none;
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 58.5rem;
  width: 46.4375rem;
  display: none;
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  position: relative;
  display: none;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  border-width: 0;
  border-radius: 0;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  color: #000000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 7.875rem;
  left: 2.375rem;
  display: none;
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 7.75rem;
  left: 0rem;
  display: none;
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  color: #000000;
  display: block;
  width: 18.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.375rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 25.9375rem;
  left: 0.625rem;
  display: none;
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  color: #000000;
  display: block;
  width: 18.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 0.9375rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.875rem;
  top: 27.8125rem;
  left: 0.6875rem;
  display: none;
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  color: #000000;
  display: block;
  width: 19.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.75rem;
  top: 33.375rem;
  left: 0.625rem;
  display: none;
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  color: #000000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 11rem;
  left: 0rem;
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  position: relative;
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  border-width: 0;
  border-radius: 0;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  color: #000000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.6875rem;
  top: 9.5rem;
  left: 1rem;
  display: none;
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  color: #000000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.6875rem;
  top: 1.0625rem;
  left: 1rem;
  display: none;
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  color: #000000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.75rem;
  top: 8.8125rem;
  left: 1rem;
  display: none;
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  position: relative;
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  border-width: 0;
  border-radius: 0;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  color: #000000;
  display: block;
  width: 17.875rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 22.625rem;
  left: 1.0625rem;
  display: none;
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  color: #000000;
  display: block;
  width: 18.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.4375rem;
  top: 25.125rem;
  left: 0.8125rem;
  display: none;
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  color: #000000;
  display: block;
  width: 17.5rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 10.625rem;
  left: 1.25rem;
  display: none;
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  color: #000000;
  display: block;
  width: 16.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.3125rem;
  top: 7.75rem;
  left: 1.75rem;
  display: none;
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  color: #000000;
  display: block;
  width: 13.625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 41.75rem;
  left: 3.1875rem;
  display: none;
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  color: #000000;
  display: block;
  width: 17.375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.0625rem;
  top: 45.4375rem;
  left: 1.25rem;
  display: none;
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  display: block;
  width: 60rem;
  position: absolute;
  font-family: bitter;
  font-size: 2.75rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  top: 0.8561198711395rem;
  left: 0rem;
  height: 7.125rem;
  color: #2d3142;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  color: #000000;
  display: block;
  width: 18.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.125rem;
  top: 31.9375rem;
  left: 0.8125rem;
  display: none;
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  color: #000000;
  display: block;
  width: 16.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 29.6875rem;
  left: 1.8125rem;
  display: none;
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  display: block;
  width: 60rem;
  position: absolute;
  font-family: bitter;
  font-size: 2.75rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  top: 0.8561198711395rem;
  left: 0rem;
  height: 7.125rem;
  color: #2d3142;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  position: relative;
  display: none;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  border-width: 0;
  border-radius: 0;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  color: #ffffff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none;
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  color: #ffffff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none;
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  color: #ffffff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none;
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  color: #ffffff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none;
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.09);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  color: #ffffff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none;
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none;
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(0, 0, 0, 0.5);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: ;
  height: ;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none;
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block;
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 100%;
  z-index: 15000;
  display: block;
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  color: #000000;
  display: block;
  width: 17.375rem;
  position: absolute;
  font-family: "open sans";
  font-size: 0.9375rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.1875rem;
  top: 9.25rem;
  left: 1.3125rem;
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  position: relative;
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  border-width: 0;
  border-radius: 0;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  color: #000000;
  display: block;
  width: 16.3125rem;
  position: absolute;
  font-family: "open sans";
  font-size: 1.0625rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.9375rem;
  top: 13.5625rem;
  left: 1.75rem;
  display: none;
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 9.0625rem;
  width: 9.0625rem;
  display: none;
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  position: relative;
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  border-width: 0;
  border-radius: 0;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: 0.90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  position: relative;
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  border-width: 0;
  border-radius: 0;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  color: #000000;
  display: block;
  width: 18.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.5rem;
  top: 19.0625rem;
  left: 0.875rem;
  display: none;
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  position: relative;
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  border-width: 0;
  border-radius: 0;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  color: #000000;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.1875rem;
  font-weight: 700;
  z-index: 15004;
  line-height: 1.1;
  letter-spacing: 0;
  top: 1.75rem;
  left: 9.3125rem;
  height: 2.375rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none;
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  width: ;
  height: ;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none;
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block;
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 100%;
  z-index: 15000;
  display: block;
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(0, 0, 0, 0.5);
  height: 12.5rem;
  width: 12.5rem;
  display: none;
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none;
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  color: #6d6d6d;
  display: block;
  width: 25.9375rem;
  position: absolute;
  font-family: lato;
  font-size: 1.1875rem;
  font-weight: 300;
  z-index: 15004;
  line-height: 2.1;
  letter-spacing: 0;
  top: 2.8667435646057rem;
  left: 32.03125rem;
  height: 17.0625rem;
  font-style: normal;
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  position: relative;
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  border-width: 0;
  border-radius: 0;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #ffffff;
  background-image: none;
  font-size: 0.875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none;
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  color: #000000;
  display: block;
  width: 12.5rem;
  position: absolute;
  font-family: arial;
  font-size: 0.75rem;
  font-weight: normal;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 1.375rem;
  left: 3.75rem;
  display: none;
}

body {
  position: relative;
  display: block;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha {
  display: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#xxCFbPtJGtS4zXwiIASDCMSUMVlpXlT0 {
  top: 3.5625rem;
  left: 0rem;
  width: 20rem;
  height: 5.375rem;
  font-size: 2.6875rem;
  display: none;
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  top: 10.375rem;
  left: 0rem;
  width: 17.3125rem;
  height: 2.25rem;
  font-size: 1.125rem;
  display: none;
}

#NFFxWcgmmx9R1MZbT3e29CJrDQIFSC6v {
  display: none;
}

#ZSQpvbIiwl1tokLQJH3EMyenEf8lwf75 {
  top: 1.125rem;
  left: 0rem;
  width: 8.4375rem;
  height: 1.625rem;
  font-size: 1.3125rem;
  display: none;
}

#btNfbyvgRKXrmc5audRsS0GTIDbCObCg {
  display: none;
}

#pG9wWDX1UKRQgNnxFHmNi7Sbkp3fg03E {
  display: none;
}

#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  display: none;
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  top: 17.625rem;
  left: 0.6875rem;
  width: 6.3125rem;
  height: 1.125rem;
  font-size: 0.875rem;
  display: none;
}

#qaJf3ADggcCA6SEl4KMkqNnOOdq4C1P6 {
  display: none;
}

#dJBuSmPnOK9vaJVkD8hplENvHtwoFDK1 {
  display: none;
}

#fXaTBO1iE4b5gwDx1c523cbZyFd6nDTl {
  top: 7.3125rem;
  left: 0rem;
  width: 17.875rem;
  height: 2.6875rem;
  font-size: 2.6875rem;
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn {
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#GzL1Vx8LzvL7VTPehyvbbGM6GLqytIMz {
  display: none;
}

#nu7dQQOWFzKQ8n6hWFsQ5V9XH2GLsKWO {
  top: 38.9375rem;
  left: 0rem;
  width: 15.5rem;
  height: 3.875rem;
  font-size: 1.0625rem;
  display: none;
}

#eyIuu2WPPM4zrtzdJoEc0Elo3amGJ5SH {
  display: none;
}

#AQzARUCGt6Gx57QgZi9gSROWT2nOTTpk {
  display: none;
}

#ztIhn8vbnbmOipX7svrmBOU6T9OUCmwW {
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  display: none;
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  display: none;
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  width: ;
  height: ;
  display: none;
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block;
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  display: none;
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  top: 16.25rem;
  left: 0.61875009536743rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none;
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  top: 15.25rem;
  left: 0.3125rem;
  width: 10.4375rem;
  height: 1.0625rem;
  font-size: 1.0625rem;
  display: none;
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  width: 13.5625rem;
  height: 12.75rem;
  display: none;
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  top: 12.375rem;
  left: 0.3125rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1.0625rem;
  display: none;
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  width: 12.875rem;
  height: 11.875rem;
  display: none;
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  top: 13.375rem;
  left: 0.375rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none;
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  width: 12.875rem;
  height: 12.75rem;
  display: none;
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  top: 19.625rem;
  left: 0.3125rem;
  width: 9.9375rem;
  height: 1.5625rem;
  font-size: 1.0625rem;
  display: none;
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  width: 14.0625rem;
  height: 12.75rem;
  display: none;
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  top: 18.625rem;
  left: 0.8125rem;
  width: 8.4375rem;
  height: 1.5625rem;
  font-size: 1.0625rem;
  display: none;
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  width: 14.0625rem;
  height: 13.25rem;
  display: none;
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  top: 13.8125rem;
  left: 0rem;
  width: 16.5625rem;
  height: 1.8125rem;
  font-size: 1.0625rem;
  display: none;
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  top: 20.0625rem;
  left: 0rem;
  width: 14.1875rem;
  height: 4.4375rem;
  font-size: 1.0625rem;
  display: none;
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  width: 46.4375rem;
  height: 58.5rem;
  display: none;
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  top: 1.5625rem;
  left: 0rem;
  width: 18.4375rem;
  height: 5.625rem;
  font-size: 2.125rem;
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  width: 3.6875rem;
  height: 3.6875rem;
  display: none;
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  top: 0rem;
  left: 0rem;
  width: 17.1875rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none;
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  top: 1.0625rem;
  left: 0rem;
  width: 17.1875rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none;
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  top: 1.0625rem;
  left: 2.09375rem;
  width: 9.9375rem;
  height: 1.0625rem;
  font-size: 0.9375rem;
  display: none;
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  width: 3.6875rem;
  height: 3.6875rem;
  display: none;
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  width: 3.6875rem;
  height: 3.5625rem;
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  width: 21.0625rem;
  height: 25.0625rem;
  display: none;
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  top: 21.8125rem;
  left: 0rem;
  width: 20rem;
  height: 3.8125rem;
  font-size: 1.8125rem;
  display: none;
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  top: 25.625rem;
  left: 0rem;
  width: 20rem;
  height: 2.4375rem;
  font-size: 1.125rem;
  display: none;
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  display: none;
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  width: 47.75rem;
  height: 84.875rem;
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  width: 47.6875rem;
  height: 84.875rem;
  display: none;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  display: none;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  top: 1.8125rem;
  left: 0rem;
  width: 20rem;
  height: 5.3125rem;
  font-size: 1.75rem;
  display: none;
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  top: 8.75rem;
  left: 0rem;
  width: 15.25rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none;
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  top: 13rem;
  left: 0rem;
  width: 20rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none;
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  top: 15.375rem;
  left: 0rem;
  width: 18.5rem;
  height: 17.8125rem;
  font-size: 1.0625rem;
  display: none;
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  top: 42.1875rem;
  left: 0rem;
  width: 17.3125rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none;
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  display: none;
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  display: none;
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  display: none;
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  display: none;
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  display: none;
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  top: 36.8125rem;
  left: 0rem;
  width: 15.25rem;
  height: 5.8125rem;
  font-size: 0.9375rem;
  display: none;
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  top: 43.5625rem;
  left: 0rem;
  width: 13.0625rem;
  height: 2.875rem;
  font-size: 1.0625rem;
  display: none;
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  width: 46.4375rem;
  height: 58.5rem;
  display: none;
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  display: none;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  display: none;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  top: 1.8125rem;
  left: 0rem;
  width: 20rem;
  height: 3.8125rem;
  font-size: 1.75rem;
  display: none;
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  top: 7.875rem;
  left: 0rem;
  width: 15.25rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none;
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  top: 7.75rem;
  left: 0rem;
  width: 20rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none;
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  top: 25.9375rem;
  left: 0rem;
  width: 18.5625rem;
  height: 1.4375rem;
  font-size: 1.375rem;
  display: none;
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  top: 27.8125rem;
  left: 0rem;
  width: 18.5625rem;
  height: 4.875rem;
  font-size: 0.9375rem;
  display: none;
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  top: 33.375rem;
  left: 0rem;
  width: 19.125rem;
  height: 2.75rem;
  font-size: 1.0625rem;
  display: none;
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  display: none;
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  top: 11rem;
  left: 0rem;
  width: 20rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  top: 9.5rem;
  left: 0rem;
  width: 17.8125rem;
  height: 1.6875rem;
  font-size: 1.1875rem;
  display: none;
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  display: none;
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  display: none;
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  display: none;
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  top: 1.0625rem;
  left: 0rem;
  width: 17.8125rem;
  height: 1.6875rem;
  font-size: 1.1875rem;
  display: none;
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  top: 8.8125rem;
  left: 0rem;
  width: 17.8125rem;
  height: 1.75rem;
  font-size: 1.1875rem;
  display: none;
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  top: 1.75rem;
  left: 0rem;
  width: 20rem;
  height: 1.875rem;
  font-size: 1.75rem;
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  top: 22.625rem;
  left: 0rem;
  width: 17.875rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none;
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  top: 25.125rem;
  left: 0rem;
  width: 18.3125rem;
  height: 4.4375rem;
  font-size: 1.0625rem;
  display: none;
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  top: 10.625rem;
  left: 0rem;
  width: 17.5rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none;
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  top: 7.75rem;
  left: 0rem;
  width: 16.5625rem;
  height: 3.3125rem;
  font-size: 1.1875rem;
  display: none;
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  top: 41.75rem;
  left: 0rem;
  width: 13.625rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none;
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  top: 45.4375rem;
  left: 0rem;
  width: 17.375rem;
  height: 5.0625rem;
  font-size: 1.125rem;
  display: none;
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  display: none;
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  display: none;
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  display: none;
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  display: none;
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  top: 31.9375rem;
  left: 0rem;
  width: 18.4375rem;
  height: 4.125rem;
  font-size: 1.0625rem;
  display: none;
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  display: none;
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  top: 29.6875rem;
  left: 0rem;
  width: 16.4375rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none;
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  display: none;
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  display: none;
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  display: none;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  display: none;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  top: 7.5rem;
  left: 27.75rem;
  width: 20rem;
  height: 1.3125rem;
  font-size: 1.125rem;
  display: none;
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  top: 0rem;
  width: ;
  height: ;
  display: none;
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  top: 9.625rem;
  left: 0rem;
  width: 16.9375rem;
  height: 3.875rem;
  font-size: 1rem;
  display: none;
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  top: 0rem;
  width: ;
  height: ;
  display: none;
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  top: 15.9375rem;
  left: 0rem;
  width: 16.0625rem;
  height: 3.875rem;
  font-size: 1rem;
  display: none;
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  top: 0rem;
  width: ;
  height: ;
  display: none;
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  top: 7.5rem;
  left: 30.125rem;
  width: 17.1875rem;
  height: 3.625rem;
  font-size: 1rem;
  display: none;
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  display: none;
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  display: none;
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  top: 0rem;
  width: ;
  height: ;
  display: none;
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  top: 29rem;
  left: 1.6875rem;
  width: 11.25rem;
  height: 3.625rem;
  font-size: 0.9375rem;
  display: none;
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0rem;
  left: 0.625rem;
  font-size: 3rem;
  display: none;
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  display: none;
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  display: none;
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  width: ;
  height: ;
  display: none;
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block;
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  display: none;
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  top: 9.25rem;
  left: 0rem;
  width: 17.375rem;
  height: 4.1875rem;
  font-size: 0.9375rem;
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  display: none;
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  top: 13.5625rem;
  left: 0rem;
  width: 16.3125rem;
  height: 5.9375rem;
  font-size: 1.0625rem;
  display: none;
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  width: 9.0625rem;
  height: 9.0625rem;
  display: none;
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  top: 1.8125rem;
  left: 0rem;
  width: 20rem;
  height: 2.25rem;
  font-size: 1.875rem;
  display: none;
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  top: 4.125rem;
  left: 0rem;
  width: 20rem;
  height: 2.4375rem;
  font-size: 1.875rem;
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  top: 3.8125rem;
  left: 0rem;
  width: 20rem;
  height: 1.8125rem;
  font-size: 1.875rem;
  display: none;
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  top: 1.5rem;
  left: 0rem;
  width: 20rem;
  height: 2.25rem;
  font-size: 1.875rem;
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  top: 19.0625rem;
  left: 0rem;
  width: 18.3125rem;
  height: 4.5rem;
  font-size: 1rem;
  display: none;
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  top: 21.6875rem;
  left: 0rem;
  width: 20rem;
  height: 5.125rem;
  font-size: 1.3125rem;
  display: none;
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  display: none;
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  width: ;
  height: ;
  display: none;
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block;
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  display: none;
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  display: none;
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  display: none;
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  top: 36rem;
  left: 0rem;
  width: 10.625rem;
  height: 2.375rem;
  font-size: 1.125rem;
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  width: 47.75rem;
  position: relative;
  display: none;
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  top: 1.375rem;
  left: 0rem;
  width: 12.5rem;
  height: 2.5625rem;
  font-size: 0.75rem;
  display: none;
}

body {
  position: relative;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  display: block;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
  display: none;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("../images/11.jpg");
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha.adaptive-delivery-prevent-bg,
#fhNB3oA2momGfcyclW4tfB0F4uE9zEha.lazyload,
#fhNB3oA2momGfcyclW4tfB0F4uE9zEha.lazyloading {
  background-image: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container {
  background-color: transparent;
  background-image: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container>.video-iframe-container {
  display: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row>.video-iframe-container {
  display: none;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container {
  border-width: 0;
  border-radius: 0;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#fhNB3oA2momGfcyclW4tfB0F4uE9zEha>.row .container {
  width: 20rem;
  height: 29.602271471191rem;
  position: relative;
  display: block;
}

#xxCFbPtJGtS4zXwiIASDCMSUMVlpXlT0 {
  top: 3.8125rem;
  left: 0rem;
  width: 100%;
  height: 8.06196875rem;
  z-index: 15081;
  text-align: center;
  text-align-last: center;
  font-size: 2.2rem;
  font-family: "asap condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-1), 1);
  display: block;
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  top: 13.9609375rem;
  left: 1.21875rem;
  width: 17.5625rem;
  height: 2.47336875rem;
  z-index: 15082;
  text-align: center;
  text-align-last: center;
  font-size: 1.125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#NFFxWcgmmx9R1MZbT3e29CJrDQIFSC6v {
  top: 13.48046875rem;
  left: 1.1875rem;
  width: 17.625rem;
  height: 3.4375rem;
  z-index: 15002;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: rgba(var(--color-primary-4), 1);
  background-image: none;
  display: block;
}

#ZSQpvbIiwl1tokLQJH3EMyenEf8lwf75 {
  top: 0.9375rem;
  left: 6.0625rem;
  width: 7.875rem;
  height: 1.8375rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-size: 1.3125rem;
  font-family: "dancing script";
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#btNfbyvgRKXrmc5audRsS0GTIDbCObCg {
  top: 1rem;
  left: 6.625rem;
  width: 6.8125rem;
  height: 1.875rem;
  z-index: 15001;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #e2211c;
  background-image: none;
  display: block;
}

#pG9wWDX1UKRQgNnxFHmNi7Sbkp3fg03E {
  top: 28.8609375rem;
  left: 1.2000000476837rem;
  width: 17.5rem;
  height: 0.6859375rem;
  z-index: 15083;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  box-shadow: none;
  border-top: 0.0625rem solid #eaeaea;
  border-left: 0.0625rem solid #eaeaea;
  border-right: 0.0625rem solid #eaeaea;
  border-bottom: 0rem solid #eaeaea;
  display: block;
}

#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  top: 16.4375rem;
  left: 6.75rem;
  width: 6.625rem;
  height: 1.5625rem;
  z-index: 15003;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: rgba(var(--color-primary-4), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  display: block;
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  top: 16.75rem;
  left: 6.625rem;
  width: 6.75rem;
  height: 1.1375rem;
  z-index: 15004;
  text-align: center;
  text-align-last: center;
  font-weight: 300;
  font-style: normal;
  font-family: "roboto condensed";
  font-size: 0.875rem;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#qaJf3ADggcCA6SEl4KMkqNnOOdq4C1P6 {
  top: 3.8125rem;
  left: 1.21875rem;
  width: 17.5rem;
  height: 2.6875rem;
  z-index: 15000;
  background-color: rgba(var(--color-primary-0), 1);
  background-image: none;
  display: block;
}

#dJBuSmPnOK9vaJVkD8hplENvHtwoFDK1 {
  top: 6.9375rem;
  left: 3.4375rem;
  width: 13.0625rem;
  height: 2.6875rem;
  z-index: 15001;
  background-color: rgba(var(--color-primary-0), 1);
  background-image: none;
  display: block;
}

#fXaTBO1iE4b5gwDx1c523cbZyFd6nDTl {
  top: 9.73046875rem;
  left: 1.0625rem;
  width: 17.875rem;
  height: 2.68771875rem;
  z-index: 15082;
  text-align: center;
  text-align-last: center;
  font-size: 2.00rem;
  font-family: "asap condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ec6300;
  display: block;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn {
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -moz-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -ms-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -o-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='rgba(var(--color-tertiary-0),1)');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-tertiary-0),1)' );";
  background-image: linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-size: auto !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container {
  background-color: transparent;
  background-image: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container>.video-iframe-container {
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row>.video-iframe-container {
  display: none;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container {
  border-width: 0;
  border-radius: 0;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#d4RyUuvp23U2mEE4tN45vTenBq1Sd6dn>.row .container {
  width: 20rem;
  height: 6.875rem;
  position: relative;
  display: block;
}

#GzL1Vx8LzvL7VTPehyvbbGM6GLqytIMz {
  top: 0rem;
  left: 1.2312500476837rem;
  width: 17.5rem;
  height: 5.4375rem;
  z-index: 15008;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0.0625rem 0.375rem 0.75rem rgba(var(--color-tertiary-4), 0.08);
  border-top: 0rem solid #eaeaea;
  border-left: 0.0625rem solid #eaeaea;
  border-right: 0.0625rem solid #eaeaea;
  border-bottom: 0.0625rem solid #eaeaea;
  display: block;
}

#nu7dQQOWFzKQ8n6hWFsQ5V9XH2GLsKWO {
  top: 0rem;
  left: 3.5rem;
  width: 15.1875rem;
  height: 4.4611125rem;
  z-index: 15028;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.0625rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#eyIuu2WPPM4zrtzdJoEc0Elo3amGJ5SH {
  display: flex;
  top: 3.3125rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15025;
  font-size: 0.6875rem;
}

#AQzARUCGt6Gx57QgZi9gSROWT2nOTTpk {
  display: flex;
  top: 1.8125rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15024;
  font-size: 0.6875rem;
}

#ztIhn8vbnbmOipX7svrmBOU6T9OUCmwW {
  display: flex;
  top: 0.25rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15023;
  font-size: 0.6875rem;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("../images/ezgifcomresize.gif");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I.adaptive-delivery-prevent-bg,
#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I.lazyload,
#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I.lazyloading {
  background-image: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  background-color: transparent;
  background-image: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container {
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container {
  display: none;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  border-width: 0;
  border-radius: 0;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  width: 20rem;
  height: 12.5rem;
  position: relative;
  display: block;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  background-color: transparent;
  background-image: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container {
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container {
  display: none;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  border-width: 0;
  border-radius: 0;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  width: 20rem;
  height: 56.625rem;
  position: relative;
  display: block;
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  top: 51.437503814698rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 4.31055rem;
  z-index: 14998;
  background-color: rgba(var(--color-primary-1), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  top: 52.187503814698rem;
  left: 2rem;
  width: 15.996125rem;
  height: 3.499025rem;
  z-index: 14989;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(var(--color-tertiary-4), 0.22);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  top: 51.125003814698rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 4.25rem;
  z-index: 14999;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0), 0.27);
  display: block;
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block;
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  top: 15.687503814698rem;
  left: 1.875rem;
  width: 16.25rem;
  height: 34rem;
  z-index: 14992;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4), 0.12);
  border-top: 0.125rem dashed rgba(var(--color-primary-0), 1);
  border-left: 0.125rem dashed rgba(var(--color-primary-0), 1);
  border-right: 0.125rem dashed rgba(var(--color-primary-0), 1);
  border-bottom: 0.125rem dashed rgba(var(--color-primary-0), 1);
  display: block;
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  top: 46.5rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1rem;
  z-index: 15087;
  text-align: left;
  text-align-last: left;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(var(--color-tertiary-2), 1);
  display: block;
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  top: 45.4375rem;
  left: 6.6875rem;
  width: 10.4375rem;
  height: 1.062675rem;
  z-index: 15086;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  top: 42.5625rem;
  left: 4rem;
  width: 2.1875rem;
  height: 2rem;
  z-index: 15006;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  top: 42.5625rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1.062675rem;
  z-index: 15085;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  top: 45.5625rem;
  left: 4rem;
  width: 2.1875rem;
  height: 1.9375rem;
  z-index: 15012;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  top: 43.6875rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1rem;
  z-index: 15086;
  text-align: left;
  text-align-last: left;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(var(--color-tertiary-2), 1);
  display: block;
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  top: 39.875rem;
  left: 4rem;
  width: 2.0625rem;
  height: 2.0625rem;
  z-index: 15009;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  top: 40.125rem;
  left: 6.6875rem;
  width: 9.9375rem;
  height: 1.4875rem;
  z-index: 15088;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  top: 37.3125rem;
  left: 3.9375rem;
  width: 2.25rem;
  height: 2rem;
  z-index: 15003;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  top: 37.375rem;
  left: 6.6875rem;
  width: 8.4375rem;
  height: 1.4875rem;
  z-index: 15082;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  top: 34.75rem;
  left: 3.9375rem;
  width: 2.1875rem;
  height: 2.0625rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  top: 34.8125rem;
  left: 6.6875rem;
  width: 8.4375rem;
  height: 1.4875rem;
  z-index: 15079;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  top: 20.0625rem;
  left: 3rem;
  width: 14.1875rem;
  height: 14rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  top: 8.9375rem;
  left: 5.625rem;
  width: 8.8125rem;
  height: 11.25rem;
  z-index: 15090;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  width: 19.9375rem;
  height: 6.37606875rem;
  top: 0.875rem;
  left: 0rem;
  font-size: 2.125rem;
  color: #713a3a;
  z-index: 15010;
  line-height: 1;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  display: block;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  display: block;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  background-color: transparent;
  background-image: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container {
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row>.video-iframe-container {
  display: none;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  border-width: 0;
  border-radius: 0;
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  width: 20rem;
  height: 2.5rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  top: 0.125rem;
  left: 0.125rem;
  width: 2.125rem;
  height: 2.125rem;
  z-index: 15001;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  top: 0.125rem;
  left: 2.5rem;
  width: 17.1875rem;
  height: 1.099075rem;
  z-index: 15015;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block;
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  top: 1.19140625rem;
  left: 2.5rem;
  width: 5.625rem;
  height: 1.099075rem;
  z-index: 15000;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block;
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  top: 1.25390625rem;
  left: 8.90625rem;
  width: 9.9375rem;
  height: 1.03125rem;
  z-index: 15017;
  font-size: 0.9375rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block;
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  top: 1.4249973297119rem;
  left: 7.925000190735rem;
  width: 0.8125rem;
  height: 0.8125rem;
  z-index: 15002;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  top: 1.1750011444092rem;
  left: 18.362501144409rem;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 15003;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  display: block;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  background-color: transparent;
  background-image: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container {
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row>.video-iframe-container {
  display: none;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  border-width: 0;
  border-radius: 0;
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  width: 20rem;
  height: 29.0625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  top: 0.4375rem;
  left: 0.64036312849156rem;
  width: 17.0625rem;
  height: 20.3125rem;
  z-index: 15016;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  top: 21.4375rem;
  left: 0rem;
  width: 20rem;
  height: 3.987925rem;
  z-index: 15013;
  font-size: 1.8125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  display: block;
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  top: 25.671875rem;
  left: 0rem;
  width: 20rem;
  height: 2.4733625rem;
  z-index: 15014;
  font-size: 1.125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  display: block;
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  top: 0.375rem;
  left: 4.84375rem;
  width: 12.9375rem;
  height: 20.25rem;
  z-index: 15015;
  background-color: transparent;
  background-image: none;
  box-shadow: 0.6875rem 0.75rem 1.4375rem rgba(var(--color-tertiary-4), 0.32);
  display: block;
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  top: 4.875rem;
  left: 11.03125rem;
  width: 2.375rem;
  height: 0.1875rem;
  z-index: 15017;
  background-color: #ff005a;
  background-image: none;
  display: block;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  display: block;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  background-color: transparent;
  background-image: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container {
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row>.video-iframe-container {
  display: none;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  border-width: 0;
  border-radius: 0;
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  width: 20rem;
  height: 36.25rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  top: 0rem;
  left: 0rem;
  width: 20rem;
  height: 35.5rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  display: block;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  background-color: transparent;
  background-image: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container {
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row>.video-iframe-container {
  display: none;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  border-width: 0;
  border-radius: 0;
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  width: 20rem;
  height: 36.25rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  top: 0rem;
  left: 0rem;
  width: 19.9375rem;
  height: 35.5rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: none;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  border-width: 0;
  border-radius: 0;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  width: 20rem;
  height: 43.75rem;
  position: relative;
  display: none;
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  width: 20rem;
  height: 5.77441875rem;
  top: 1.8125rem;
  left: 0rem;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15010;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block;
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  top: 7.9130859375rem;
  left: 2.375rem;
  width: 15.25rem;
  height: 2.923825rem;
  z-index: 14993;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  top: 12.1630859375rem;
  left: 0rem;
  width: 20rem;
  height: 1.4619125rem;
  z-index: 14994;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  width: 18.5rem;
  height: 14.875rem;
  top: 14.50390625rem;
  left: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  z-index: 14995;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  top: 31.48828125rem;
  left: 1.1875rem;
  width: 9.375rem;
  height: 1.4619125rem;
  z-index: 14994;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  display: flex;
  top: 14.69140625rem;
  left: 0rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15011;
  font-size: 0.6875rem;
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  display: flex;
  top: 17.75390625rem;
  left: 0rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15012;
  font-size: 0.6875rem;
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  display: flex;
  top: 20.87890625rem;
  left: 0rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15013;
  font-size: 0.6875rem;
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  display: flex;
  top: 24.06640625rem;
  left: 0rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15014;
  font-size: 0.6875rem;
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  display: flex;
  top: 27.25390625rem;
  left: 0rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15015;
  font-size: 0.6875rem;
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  top: 33.32421875rem;
  left: 1.1875rem;
  width: 15.25rem;
  height: 4.875rem;
  z-index: 15016;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  top: 38.255859375rem;
  left: 1.1875rem;
  width: 13.0625rem;
  height: 2.761725rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  top: 30.94140625rem;
  left: 11.6748046875rem;
  width: 8.1875rem;
  height: 10.5rem;
  z-index: 15091;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  top: 30.705078125rem;
  left: 0.3125rem;
  width: 16.6875rem;
  height: 11.0625rem;
  z-index: 14992;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: #fffaf3;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4), 0.12);
  border-top: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-left: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-right: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-bottom: 0.125rem solid rgba(var(--color-primary-0), 1);
  display: block;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  background-color: #fffaf3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: none;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  border-width: 0;
  border-radius: 0;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  width: 20rem;
  height: 37.5rem;
  position: relative;
  display: none;
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  width: 20rem;
  height: 3.8496125rem;
  top: 1.75rem;
  left: 0rem;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15010;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block;
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  top: 5.662109375rem;
  left: 1.09375rem;
  width: 17.8125rem;
  height: 1.4619125rem;
  z-index: 14993;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  top: 7.810546875rem;
  left: 0rem;
  width: 20rem;
  height: 2.923825rem;
  z-index: 14994;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  top: 25.7490234375rem;
  left: 0.625rem;
  width: 18.5625rem;
  height: 1.7871125rem;
  z-index: 14994;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  top: 27.8662109375rem;
  left: 0.71875rem;
  width: 18.5625rem;
  height: 4.875rem;
  z-index: 15016;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  top: 33.375rem;
  left: 0.625rem;
  width: 19.125rem;
  height: 2.761725rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  top: 13.892578125rem;
  left: 0.5rem;
  width: 18.75rem;
  height: 11.0625rem;
  z-index: 14992;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: #fffbf4;
  background-image: url("../images/comofazerbolodelaranjadeliquidificador_03062020200803.preview.sharp_12.jpg");
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4), 0.12);
  border-top: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-left: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-right: 0.125rem solid rgba(var(--color-primary-0), 1);
  border-bottom: 0.125rem solid rgba(var(--color-primary-0), 1);
  display: block;
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN.adaptive-delivery-prevent-bg,
#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN.lazyload,
#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN.lazyloading {
  background-image: none;
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  top: 11.998046875rem;
  left: 0.65625rem;
  width: 18.6875rem;
  height: 1.4619125rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-primary-0), 1);
  display: block;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  display: block;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  background-color: transparent;
  background-image: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row>.video-iframe-container {
  display: none;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  border-width: 0;
  border-radius: 0;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  width: 20rem;
  height: 14.375rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0rem solid #ee3162;
  border-left: 0rem solid #ee3162;
  border-right: 0rem solid #ee3162;
  border-bottom: 0.0625rem solid #fafafa;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  position: relative;
  display: block;
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  top: 5.9375rem;
  left: 1.0625rem;
  width: 17.875rem;
  height: 1.78178125rem;
  z-index: 15078;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  display: flex;
  top: 7.623046875rem;
  left: 10.748046875rem;
  width: 1.6870125rem;
  height: 1.6870125rem;
  z-index: 15083;
  font-size: 1.125rem;
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  display: flex;
  top: 7.7177734375rem;
  left: 4.05859375rem;
  width: 1.6235375rem;
  height: 1.6235375rem;
  z-index: 15082;
  font-size: 1.125rem;
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  top: 4.89453125rem;
  left: 0.5537109375rem;
  width: 18.8125rem;
  height: 7.1875rem;
  z-index: 15069;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: #fbfbfb;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: 0.125rem solid #b0b0b0;
  border-left: 0.125rem solid #b0b0b0;
  border-right: 0.125rem solid #b0b0b0;
  border-bottom: 0.125rem solid #b0b0b0;
  display: block;
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  top: 9.248046875rem;
  left: 1.0615234375rem;
  width: 17.87475rem;
  height: 1.78178125rem;
  z-index: 15079;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  top: 7.623046875rem;
  left: 1.0615234375rem;
  width: 17.8735625rem;
  height: 1.78178125rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  width: 20rem;
  height: 1.925rem;
  top: 1.75rem;
  left: 0rem;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15009;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  background-color: #fffbf3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  background-color: transparent;
  background-image: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container {
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container {
  display: none;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  border-width: 0;
  border-radius: 0;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  width: 20rem;
  height: 47.8125rem;
  position: relative;
  display: block;
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  top: 16.625rem;
  left: 1.8125rem;
  width: 16.4375rem;
  height: 2.6125rem;
  z-index: 15087;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  top: 20.5rem;
  left: 0.8125rem;
  width: 18.3125rem;
  height: 4.144175rem;
  z-index: 14995;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-3), 1);
  display: block;
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  top: 10.6875rem;
  left: 1.34375rem;
  width: 17.3125rem;
  height: 2.9243625rem;
  z-index: 14992;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block;
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  top: 7.1875rem;
  left: 1.3125rem;
  width: 17.9375rem;
  height: 1.66281875rem;
  z-index: 15078;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  top: 37.187496185302rem;
  left: 3.1875rem;
  width: 13.625rem;
  height: 2.6125rem;
  z-index: 15089;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  top: 40.874996185302rem;
  left: 1.25rem;
  width: 17.375rem;
  height: 4.38654375rem;
  z-index: 14998;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 0);
  display: block;
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  top: 6.1875rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 8.625rem;
  z-index: 14991;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.25rem rgba(37, 27, 24, 0.12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  width: 20rem;
  height: 2.25rem;
  top: 3.0367279052734rem;
  left: 0rem;
  text-align: center;
  text-align-last: center;
  font-size: 1.875rem;
  font-family: "encode sans condensed";
  color: #9e542b;
  font-weight: 700;
  font-style: normal;
  z-index: 15003;
  line-height: 1.2;
  display: block;
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  top: 6.1875rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 14992;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4), 0.09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  top: 15.9375rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15086;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4), 0.09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  top: 36.437496185302rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15088;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4), 0.09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  top: 31.499996185302rem;
  left: 0.5625rem;
  width: 18.875rem;
  height: 2.76278125rem;
  z-index: 14999;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-3), 1);
  display: block;
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  top: 26.9375rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15090;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4), 0.09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  top: 27.5rem;
  left: 1.8125rem;
  width: 16.4375rem;
  height: 2.6125rem;
  z-index: 15091;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block;
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  width: 20rem;
  height: 2.25rem;
  top: 0.66172790527344rem;
  left: 0rem;
  text-align: center;
  text-align-last: center;
  font-size: 1.875rem;
  font-family: "encode sans condensed";
  color: rgba(var(--color-tertiary-0), 1);
  font-weight: 700;
  font-style: normal;
  z-index: 15004;
  line-height: 1.2;
  display: block;
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  top: 15.9375rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 9.9375rem;
  z-index: 14992;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.25rem rgba(37, 27, 24, 0.12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  top: 26.9375rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 8.4375rem;
  z-index: 14993;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.25rem rgba(37, 27, 24, 0.12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  top: 36.437496185302rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 9.75rem;
  z-index: 14994;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.25rem rgba(37, 27, 24, 0.12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  display: none;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  border-width: 0;
  border-radius: 0;
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  width: 20rem;
  height: 46.875rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: none;
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  width: 20rem;
  height: 1.575rem;
  top: 6.75rem;
  left: 0rem;
  font-size: 1.125rem;
  text-align: center;
  text-align-last: center;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 14987;
  font-family: var(--paragraphs-font-family);
  display: block;
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  width: 18rem;
  height: 4.125rem;
  top: 1.9375rem;
  left: 1rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.0625rem;
  font-family: var(--paragraphs-font-family);
  line-height: 1;
  color: #6a3021;
  z-index: 15003;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  top: 8.8125rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 14999;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4), 0.29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 9.625rem;
  left: 0rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15004;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  width: 16.9375rem;
  height: 3.8994125rem;
  top: 9.643750190735rem;
  left: 3.0625rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15005;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block;
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  top: 15rem;
  left: 0.25rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 15002;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4), 0.29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  width: 16.0625rem;
  height: 3.9rem;
  top: 15.859375rem;
  left: 2.75rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15008;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block;
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 15.748046875rem;
  left: 0rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15007;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  top: 21.25rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 15005;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4), 0.29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  width: 16.0625rem;
  height: 3.9rem;
  top: 22.1123046875rem;
  left: 2.7373046875rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15011;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block;
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 22rem;
  left: 0.0625rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15010;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  top: 14.375rem;
  left: 1.625rem;
  width: 0.3125rem;
  height: 0.75rem;
  z-index: 15018;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  display: block;
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  top: 20.625rem;
  left: 1.6748046875rem;
  width: 0.3125rem;
  height: 0.75rem;
  z-index: 15019;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  display: block;
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  top: 27.5rem;
  left: 0.3125rem;
  width: 19.375rem;
  height: 5.75rem;
  z-index: 14990;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: rgba(var(--color-primary-3), 1);
  background-image: none;
  box-shadow: 0rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4), 0.29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  width: 11.25rem;
  height: 3.65625rem;
  top: 28.625rem;
  left: 7.8125rem;
  font-size: 0.9375rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15021;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  display: block;
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  width: 11rem;
  height: 1.4375rem;
  top: 30.5625rem;
  left: 1.125rem;
  text-align: left;
  text-align-last: left;
  font-size: 1.4375rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15021;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  width: 11rem;
  height: 2.125rem;
  top: 28.625rem;
  left: 1.1875rem;
  text-align: left;
  text-align-last: left;
  font-size: 2.125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15020;
  font-weight: 700;
  font-style: normal;
  display: block;
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  top: 41rem;
  left: 0.625rem;
  width: 18.6230625rem;
  height: 4.31055rem;
  z-index: 14998;
  background-color: rgba(var(--color-primary-2), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  top: 41.6875rem;
  left: 2rem;
  width: 15.9980625rem;
  height: 3.499025rem;
  z-index: 14989;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(var(--color-tertiary-4), 0.41);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  top: 40.375rem;
  left: 0.625rem;
  width: 18.75rem;
  height: 4.25rem;
  z-index: 14999;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0), 0.27);
  display: block;
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block;
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  top: 33.8125rem;
  left: 0.625rem;
  width: 18.75rem;
  height: 5.1875rem;
  z-index: 15068;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: #fff3d8;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: 0.125rem dashed #f1c56c;
  border-left: 0.125rem dashed #f1c56c;
  border-right: 0.125rem dashed #f1c56c;
  border-bottom: 0.125rem dashed #f1c56c;
  box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4), 0.14);
  display: block;
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  top: 34.625rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 3.9375rem;
  z-index: 15074;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  font-size: 0.9375rem;
  text-align: center;
  text-align-last: center;
  line-height: 1.4;
  display: block;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  display: block;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  background-color: transparent;
  background-image: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container {
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row>.video-iframe-container {
  display: none;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  border-width: 0;
  border-radius: 0;
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  width: 20rem;
  background-color: transparent;
  background-image: none;
  height: 22.1875rem;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  top: 9.93408203125rem;
  left: 0.5537109375rem;
  width: 18.75rem;
  height: 10.686875rem;
  z-index: 15068;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background-color: #fbfbfb;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: 0.125rem solid #b0b0b0;
  border-left: 0.125rem solid #b0b0b0;
  border-right: 0.125rem solid #b0b0b0;
  border-bottom: 0.125rem solid #b0b0b0;
  display: block;
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  top: 13.310546875rem;
  left: 1.8115234375rem;
  width: 16.375rem;
  height: 5.94815rem;
  z-index: 15074;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  font-size: 1.0625rem;
  text-align: center;
  text-align-last: center;
  line-height: 1.4;
  display: block;
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  top: 7.060546875rem;
  left: 7.1875rem;
  width: 5.625rem;
  height: 5.625rem;
  z-index: 15077;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  width: 20rem;
  height: 2.0625rem;
  top: 1.90673828125rem;
  left: 0rem;
  font-size: 1.875rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15007;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  display: block;
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  width: 20rem;
  height: 2.0625rem;
  top: 3.96875rem;
  left: 0rem;
  font-size: 1.875rem;
  color: #f2b200;
  z-index: 15008;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  display: block;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  background-color: transparent;
  background-image: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container {
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row>.video-iframe-container {
  display: none;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  border-width: 0;
  border-radius: 0;
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  width: 20rem;
  height: 5.9375rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  width: 20rem;
  height: 2.0625rem;
  top: 3.4375rem;
  left: 0rem;
  font-size: 1.875rem;
  color: #e43b2c;
  z-index: 15012;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block;
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  width: 20rem;
  height: 2.0625rem;
  top: 1.3125rem;
  left: 0rem;
  font-size: 1.875rem;
  color: #1f1f1f;
  z-index: 15011;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  display: block;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("../images/freepik__thestyleiscandidimagephotographywithnatural__38498.jpeg");
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT.adaptive-delivery-prevent-bg,
#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT.lazyload,
#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT.lazyloading {
  background-image: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  background-color: transparent;
  background-image: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container {
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container {
  display: none;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  border-width: 0;
  border-radius: 0;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  width: 20rem;
  height: 27.8125rem;
  position: relative;
  display: block;
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  top: 19.37548828125rem;
  left: 1.96875rem;
  width: 16.0625rem;
  height: 5.99698125rem;
  z-index: 15079;
  text-align: justify;
  text-align-last: initial;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  font-size: 1rem;
  color: rgba(var(--color-tertiary-4), 0.7);
  display: block;
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  top: 18.375rem;
  left: 0.1875rem;
  width: 19.6875rem;
  height: 8rem;
  z-index: 15078;
  background-color: rgba(var(--color-tertiary-0), 0.97);
  background-image: none;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4), 0.5);
  display: block;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  display: block;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  background-color: transparent;
  background-image: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container {
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row>.video-iframe-container {
  display: none;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  border-width: 0;
  border-radius: 0;
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  width: 20rem;
  height: 15rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block;
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  width: 20rem;
  height: 4.32795rem;
  top: 2.625rem;
  left: 0rem;
  font-size: 1.3125rem;
  color: #6e2d1a;
  z-index: 15002;
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  display: block;
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  top: 0.5625rem;
  left: 8rem;
  width: 4.0625rem;
  height: 0.74978125rem;
  z-index: 15080;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.1875rem solid #e43b2c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  display: block;
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  top: 7.875rem;
  left: 0.625rem;
  width: 18.75rem;
  height: 4.0625rem;
  z-index: 14996;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.1875rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0), 0.27);
  display: block;
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block;
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  top: 7.9375rem;
  left: 0.625rem;
  width: 18.6230625rem;
  height: 4.3112rem;
  z-index: 14995;
  background-color: rgba(var(--color-primary-2), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  top: 8.625rem;
  left: 2rem;
  width: 15.9980625rem;
  height: 3.49935rem;
  z-index: 14986;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0rem 0.5625rem 1.4375rem rgba(var(--color-tertiary-4), 0.41);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  display: flex;
  top: 12.3125rem;
  left: 13.0625rem;
  width: 1.9375rem;
  height: 1.9375rem;
  z-index: 15081;
  font-size: 1.3125rem;
  opacity: .53;
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  width: 9.6875rem;
  height: 2.25rem;
  top: 12.375rem;
  left: 4.625rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #353535;
  font-family: "roboto condensed";
  font-weight: 300;
  font-style: normal;
  z-index: 15011;
  text-align: center;
  text-align-last: center;
  display: block;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  background-color: #090909;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  background-color: transparent;
  background-image: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container {
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container {
  display: none;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(0, 0, 0, 0);
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  border-width: 0;
  border-radius: 0;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  width: 20rem;
  height: 2.1875rem;
  position: relative;
  display: block;
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  top: 0.70001220703125rem;
  left: 0rem;
  width: 20rem;
  height: 0.975rem;
  z-index: 15000;
  color: rgba(var(--color-tertiary-0), 0.46);
  text-align: center;
  text-align-last: center;
  font-size: 0.75rem;
  font-family: roboto;
  display: block;
}