.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:252,250,250;--color-primary-1:245,238,240;--color-primary-2:234,221,224;--color-primary-3:117,111,112;--color-primary-4:35,33,34;--color-secondary-0:255,255,255;--color-secondary-1:244,236,236;--color-secondary-2:146,142,142;--color-secondary-3:88,85,85;--color-secondary-4:37,37,37;--color-tertiary-0:255,255,255;--color-tertiary-1:215,233,234;--color-tertiary-2:46,207,177;--color-tertiary-3:0,194,202;--color-tertiary-4:0,0,0;--headlines-font-family:Playfair Display;--paragraphs-font-family:Playfair Display; }@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:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #d8edd8);background-image: -moz-linear-gradient(180deg, #f4f4f4, #d8edd8);background-image: -ms-linear-gradient(180deg, #f4f4f4, #d8edd8);background-image: -o-linear-gradient(180deg, #f4f4f4, #d8edd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8edd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8edd8' );";background-image: linear-gradient(180deg, #f4f4f4, #d8edd8);background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/15YDf39RIVc/unsplash/carli-jeen-15YDf39RIVc-QoR8Bv1S2SEqH6UcSJCA_Tea.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(118,110,111,0.72); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(118,110,111,0.72); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:60rem;height:40.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:19.91250038147rem;left:3.76171875rem;height:10.1236875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#f20e51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.737501144409rem;left:3.76171875rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Fgi74gEPU8MeQUD4N1pBWDem663D4wmT { display:block;width:33.375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:36.336719512939rem;left:3.60546875rem;height:2.0625rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtmWR0ql0dEfDFwzieiPQTgqFozdNHpO { display:block;width:25.8125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:14.811718940735rem;left:3.60546875rem;height:3.298825rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rr4vrTNXgHRIrqlamLlcLLrnTcQTmRPo { display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.78515625rem;left:3.76171875rem;height:10.72265625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:0.875rem;font-family:arial;height:88.25rem;width:60rem;position:relative;display:block; }#HHTTvH9THgTaIIeltCgc62xOPyAFTfIT { display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.3125rem;left:9.90625rem;height:2.6125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPFreavNsC6tPZnwVfXgN7VI7XXlWzDy { display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:23.26171875rem;left:4.71875rem;height:8.09895rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#nrWFIf3AJXpgkV8BONSua6hpZIpim6q3 { display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:52.76796913147rem;left:4.71875rem;height:1.9249125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHfEmSmFcxBlumfJyuwayyQPlp3Wwky9 { display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:56.9375rem;left:4.71875rem;height:27.00196875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpAVqfZvTGqiwFAdrKd54TLatpenlMg4 { position:absolute;display:block;z-index:15005;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:15.625rem;width:23.5rem;top:6.3875007629394rem;left:18.250001907349rem;overflow:hidden;display:block; }
#f6iHHKr0s867NkqBbJmRcO76HfBP6ONm { display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.473437309265rem;left:4.71875rem;height:18.5601125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4efe5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container { background-color: transparent; background-image: none; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container > .video-iframe-container { display: none; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row > .video-iframe-container { display: none; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .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); }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container { border-width: 0; border-radius: 0; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#vFx7NmQePdvdQaHqlIEAWRCt0l0VcnhA { display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.3500003814698rem;left:9.90625rem;height:2.6125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTvGZtQGBxzM4mKm75CJVZbmgCW4LrUS { display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.7242183685303rem;left:18.375001907349rem;height:2.75rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDrg9ezX98wxdCJMH9D7iK7BWXMQnbeX { background-color:#f20e51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.54921913147rem;left:25.468751907349rem;display:block; }
#J9QLmMiax6wUdNRqi1btBOZf3LstB3IA { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#BsMq7LeGMcVxRonC89p2yPHVlnZUySTT { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:11rem;left:19.5rem;height:1.5125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsxTnyHBG0q9DWySVXiFybGADiTkwit9 { display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.0625rem;left:19.5rem;height:4.496525rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyntJRFxMXauLugK14JWFLDMR0IZmSm2 { display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:20.3125rem;left:19.5625rem;height:1.5125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnPtFeJoeCxP0CEQ6zX4JUiKTSA5eExf { display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:22.4375rem;left:19.5625rem;height:3.37239375rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuMVR8bebUqzC8KxQwCSJ9MivCOp43qz { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:28rem;left:19.5625rem;height:1.5125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBZkItKanz2LT4l2F7OS73THshuBaRpG { display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:30.0625rem;left:19.5625rem;height:6.7447875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#GqfZaGDgvozoCcJT0XTiMABmWs2Kh2xP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11rem;left:14.1875rem; }
#OG6Thdnp579kbG0leDHna4tu8fKiTUvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.3125rem;left:13.375rem; }
#qycUAEePlaFkLiEvmAvycGwelvVORVdV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28rem;left:13.8125rem; }
#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container { background-color: transparent; background-image: none; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container > .video-iframe-container { display: none; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row > .video-iframe-container { display: none; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .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); }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container { border-width: 0; border-radius: 0; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#wXFePEpA5PHSFmBZvmZRFTnxd4wig5q3 { display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.625rem;left:8.84375rem;height:2.6125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlTAL5onrC97TDa1vodvUG8agOhrwBbG { display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.050000190735rem;left:7.46875rem;height:20.4676625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#h2brJt8M3Za1A5wo8eedN8ppt2dP6UvS { display:block;width:46.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:29.860156059265rem;left:6.875rem;height:3.5612rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtMNxIvdXkrrZKyxzaCARKu9ZHqJ007l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.0500011444094rem;left:4.9125003814697rem; }
#lA5ZkWUh3o2AscXXdo2f3FgIbzOy9wka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.300001144409rem;left:4.9125003814697rem; }
#zGpU8kltirbd87lh7Zs1TL7hNx6hLovI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.050000190735rem;left:4.9125003814697rem; }
#yTtfTh27oKIvrAqwNnTTJtzT090yDuKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.737501144409rem;left:4.9125003814697rem; }
#c0l88aNK879seZgF66BuqOaotuOAomJh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.487500905991rem;left:4.8625011444092rem; }
#IZoyapcJ9ECMes06rMGeSOBD90OS1wru { background-color:#f20e51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:23.8125rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.436718940735rem;left:17.031251907349rem;display:block; }
#E6DuIiZylIAnITbbLDR5WHhm4UDi0O3s { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container { background-color: transparent; background-image: none; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container > .video-iframe-container { display: none; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row > .video-iframe-container { display: none; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .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); }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container { border-width: 0; border-radius: 0; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:60rem;position:relative;display:block; }#RSPzBKDZwwKrpH9x6cpnEaurWyzq5l7T { display:block;width:26.1875rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.0625rem;left:16.906250953674rem;height:5.3602375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzTlza4RchgzVGyXq6JZL6OK0X2q5a3b { display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.8421873152256rem;left:3.78125rem;height:51.0220875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiRSLaLLveiQbwJ2G1xqFsH6TFh3JMUy { display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.2500147819519rem;left:9.90625rem;height:2.6125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3yzFOcQK0Tl1unG5G2W73UAK4yILvFl { position:absolute;display:block;z-index:15009;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:20.5625rem;width:20.5625rem;top:17.34375038743rem;left:34.343751907349rem;overflow:hidden;display:block; }
#c7hozs0nChiigeFfBoMf9ZeaS8hXDvA4 { display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.703125rem;left:16.406251907349rem;height:1.5125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0fkwgDvtodn4XXHmu7x5Mnm856OHB5D { background-color:#f20e51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:23.5625rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.405471801757rem;left:32.843751907349rem;display:block; }
#kP9CJnbPwvsy6AyxXKrEadWbxD6CTXSI { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4efe5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container { background-color: transparent; background-image: none; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container > .video-iframe-container { display: none; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row > .video-iframe-container { display: none; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .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); }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container { border-width: 0; border-radius: 0; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#Qe8875LSxhcA7AZfXuT5POb6Td37Rdvp { display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.6125011444092rem;left:14.28125rem;height:9.446625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-form-header {  }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:30.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f20e51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28.8125rem;overflow:hidden;font-style:normal; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-container:first-of-type{padding-top:0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-container:last-of-type{padding-bottom:0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14.9375rem;left:13.65625rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.1875rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz {display:block;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14.9375rem;left:13.65625rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #U1E61QQImooyLxQohTI2OhR6QzWcF0El { position:relative; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #BbSyZT7ertaKQirN3bztqhpI28hH3XPb { position:relative;display:block; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #B7SIH3xgokLMTT8qP9ZbxWN3teA0ohpC { position:relative; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #Gbqm0k3UaCyJyzzIs09T7ZGeIktRlvie { position:relative; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uAezQyQ52vDGzr9GM5841ztNQ4JMb3OU { position:relative;display:block; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #CFZABxvuh4AtLKBdrXzPgzLXaXID3dVT { position:relative; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #mDbkEK9rg8PbCESzLMeeIDEM5ZOcHtJA { position:relative; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uPl4h2Vs8aXLDvq7KfXtwJDN9UTgeiUr { position:relative; }
#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container { background-color: transparent; background-image: none; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container > .video-iframe-container { display: none; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row > .video-iframe-container { display: none; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .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); }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container { border-width: 0; border-radius: 0; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#qGZht5R5zscaiP34TlSESKJZUKyGUrd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:6.82075rem;text-align:center;text-align-last:center;display:block; }
#GW5MnLVvhZAsWpvcHVndKlI2snTTA02d { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9750003814698rem;left:18.750001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EaQsbw22smToKVw7BELGut50hg2mRrpF { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4125003814697rem;left:19.343751907349rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:25.5rem;height:10.125rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:21.375rem;height:3rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Fgi74gEPU8MeQUD4N1pBWDem663D4wmT { width:33.375rem;height:2.0625rem;top:36.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmWR0ql0dEfDFwzieiPQTgqFozdNHpO { width:25.8125rem;height:3.25rem;top:14.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr4vrTNXgHRIrqlamLlcLLrnTcQTmRPo { width:14.375rem;height:10.6875rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHTTvH9THgTaIIeltCgc62xOPyAFTfIT { width:40.1875rem;height:2.5625rem;top:2.3125rem;left:3.78125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFreavNsC6tPZnwVfXgN7VI7XXlWzDy { width:34.1875rem;height:8.0625rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrWFIf3AJXpgkV8BONSua6hpZIpim6q3 { width:17.4375rem;height:1.875rem;top:52.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHfEmSmFcxBlumfJyuwayyQPlp3Wwky9 { width:46.6875rem;height:27rem;top:56.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAVqfZvTGqiwFAdrKd54TLatpenlMg4 { top:6.375rem;left:12.125001907349rem;width:23.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6iHHKr0s867NkqBbJmRcO76HfBP6ONm { width:47rem;height:18.5625rem;top:32.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf { display:block; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFx7NmQePdvdQaHqlIEAWRCt0l0VcnhA { width:40.1875rem;height:2.5625rem;top:2.3125rem;left:3.78125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvGZtQGBxzM4mKm75CJVZbmgCW4LrUS { width:23.25rem;height:2.75rem;top:5.6875rem;left:12.250001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDrg9ezX98wxdCJMH9D7iK7BWXMQnbeX { width:13.375rem;height:3.375rem;top:39.5rem;left:19.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QLmMiax6wUdNRqi1btBOZf3LstB3IA { display:block; }
 }@media only screen and (max-width: 763px) { #BsMq7LeGMcVxRonC89p2yPHVlnZUySTT { width:23.25rem;height:1.5rem;top:11rem;left:13.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsxTnyHBG0q9DWySVXiFybGADiTkwit9 { width:25.3125rem;height:4.5rem;top:13.0625rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyntJRFxMXauLugK14JWFLDMR0IZmSm2 { width:25.6875rem;height:1.5rem;top:20.3125rem;left:13.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnPtFeJoeCxP0CEQ6zX4JUiKTSA5eExf { width:25.875rem;height:3.375rem;top:22.4375rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMVR8bebUqzC8KxQwCSJ9MivCOp43qz { width:23.25rem;height:1.5rem;top:28rem;left:13.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBZkItKanz2LT4l2F7OS73THshuBaRpG { width:27.0625rem;height:6.75rem;top:30.0625rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqfZaGDgvozoCcJT0XTiMABmWs2Kh2xP { top:11rem;left:8.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG6Thdnp579kbG0leDHna4tu8fKiTUvT { top:20.3125rem;left:7.25rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qycUAEePlaFkLiEvmAvycGwelvVORVdV { top:28rem;left:7.6875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO { display:block; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXFePEpA5PHSFmBZvmZRFTnxd4wig5q3 { width:40.1875rem;height:2.5625rem;top:2.625rem;left:2.71875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTAL5onrC97TDa1vodvUG8agOhrwBbG { width:45.0625rem;height:20.4375rem;top:7rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2brJt8M3Za1A5wo8eedN8ppt2dP6UvS { width:46.25rem;height:3.5625rem;top:29.8125rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMNxIvdXkrrZKyxzaCARKu9ZHqJ007l { top:7rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5ZkWUh3o2AscXXdo2f3FgIbzOy9wka { top:10.25rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGpU8kltirbd87lh7Zs1TL7hNx6hLovI { top:15rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtfTh27oKIvrAqwNnTTJtzT090yDuKO { top:19.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0l88aNK879seZgF66BuqOaotuOAomJh { top:24.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZoyapcJ9ECMes06rMGeSOBD90OS1wru { width:23.8125rem;height:3.375rem;top:36.375rem;left:10.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6DuIiZylIAnITbbLDR5WHhm4UDi0O3s { display:block; }
 }@media only screen and (max-width: 763px) { #gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N { display:block; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSPzBKDZwwKrpH9x6cpnEaurWyzq5l7T { width:26.1875rem;height:5.3125rem;top:3.0625rem;left:10.781251907349rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzTlza4RchgzVGyXq6JZL6OK0X2q5a3b { width:26.8125rem;height:51rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiRSLaLLveiQbwJ2G1xqFsH6TFh3JMUy { width:40.1875rem;height:2.5625rem;top:2.25rem;left:3.78125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3yzFOcQK0Tl1unG5G2W73UAK4yILvFl { top:17.3125rem;left:27.1875rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hozs0nChiigeFfBoMf9ZeaS8hXDvA4 { width:27.1875rem;height:1.5rem;top:5.6875rem;left:10.281251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0fkwgDvtodn4XXHmu7x5Mnm856OHB5D { width:23.5625rem;height:3.5rem;top:40.375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP9CJnbPwvsy6AyxXKrEadWbxD6CTXSI { display:block; }
 }@media only screen and (max-width: 763px) { #hmRvDnTc0nM076b6EnSgtDhOw8a32uMi { display:block; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe8875LSxhcA7AZfXuT5POb6Td37Rdvp { width:31.4375rem;height:9.4375rem;top:3.5625rem;left:8.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-regular-label { width:30.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-textarea { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-button { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-checkbox-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz  { width:30.1875rem;height:auto;top:14.9375rem;left:7.53125rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .radio-container { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz {display:block;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz { width:30.1875rem;height:auto;top:14.9375rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #U1E61QQImooyLxQohTI2OhR6QzWcF0El {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #BbSyZT7ertaKQirN3bztqhpI28hH3XPb {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #B7SIH3xgokLMTT8qP9ZbxWN3teA0ohpC {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #Gbqm0k3UaCyJyzzIs09T7ZGeIktRlvie {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uAezQyQ52vDGzr9GM5841ztNQ4JMb3OU {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #CFZABxvuh4AtLKBdrXzPgzLXaXID3dVT {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #mDbkEK9rg8PbCESzLMeeIDEM5ZOcHtJA {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uPl4h2Vs8aXLDvq7KfXtwJDN9UTgeiUr {  }
 }@media only screen and (max-width: 763px) { #Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk { display:block; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGZht5R5zscaiP34TlSESKJZUKyGUrd3 { top:9.1875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW5MnLVvhZAsWpvcHVndKlI2snTTA02d { top:2.9375rem;left:12.625001907349rem;width:22.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaQsbw22smToKVw7BELGut50hg2mRrpF { top:5.375rem;left:13.218751907349rem;width:21.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/15YDf39RIVc/unsplash/carli-jeen-15YDf39RIVc-QoR8Bv1S2SEqH6UcSJCA_Tea.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,65,65,0.62); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,65,65,0.62); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:13.49825rem;top:16.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:18.5rem;height:3.75rem;top:31.2998046875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Fgi74gEPU8MeQUD4N1pBWDem663D4wmT { width:20rem;height:4.1232625rem;top:35.9609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmWR0ql0dEfDFwzieiPQTgqFozdNHpO { width:20rem;height:2.548825rem;top:12.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr4vrTNXgHRIrqlamLlcLLrnTcQTmRPo { width:20rem;height:7.79623125rem;top:3.22265625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHTTvH9THgTaIIeltCgc62xOPyAFTfIT { width:20rem;height:2.098525rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zPFreavNsC6tPZnwVfXgN7VI7XXlWzDy { width:20rem;height:10.1237rem;top:16.85rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrWFIf3AJXpgkV8BONSua6hpZIpim6q3 { width:20rem;height:2.098525rem;top:51.975rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DHfEmSmFcxBlumfJyuwayyQPlp3Wwky9 { width:20rem;height:36.811025rem;top:55.325rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAVqfZvTGqiwFAdrKd54TLatpenlMg4 { width:16.5rem;height:11rem;top:4.6rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6iHHKr0s867NkqBbJmRcO76HfBP6ONm { width:20rem;height:22.5rem;top:28.225rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf { display:block; }#yg2lwKIGK3xdWdFKhC5D9VanFN4sEWAf > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFx7NmQePdvdQaHqlIEAWRCt0l0VcnhA { width:20rem;height:2.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fTvGZtQGBxzM4mKm75CJVZbmgCW4LrUS { width:20rem;height:3.4982625rem;top:5.3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mDrg9ezX98wxdCJMH9D7iK7BWXMQnbeX { width:19rem;height:3.375rem;top:70.975rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QLmMiax6wUdNRqi1btBOZf3LstB3IA { display:block; }
 }@media only screen and (max-width: 763px) { #BsMq7LeGMcVxRonC89p2yPHVlnZUySTT { width:20rem;height:3.84765625rem;top:15.55rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EsxTnyHBG0q9DWySVXiFybGADiTkwit9 { width:18.4375rem;height:7.871125rem;top:20.65rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iyntJRFxMXauLugK14JWFLDMR0IZmSm2 { width:20rem;height:3.84765625rem;top:36.9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fnPtFeJoeCxP0CEQ6zX4JUiKTSA5eExf { width:18.625rem;height:5.24739375rem;top:42rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HuMVR8bebUqzC8KxQwCSJ9MivCOp43qz { width:20rem;height:3.84765625rem;top:54.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NBZkItKanz2LT4l2F7OS73THshuBaRpG { width:18.4375rem;height:10.49479375rem;top:59.225rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqfZaGDgvozoCcJT0XTiMABmWs2Kh2xP { display:flex;width:4.25rem;height:4.25rem;top:10.05rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #OG6Thdnp579kbG0leDHna4tu8fKiTUvT { display:flex;width:5.875rem;height:5.875rem;top:29.775rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #qycUAEePlaFkLiEvmAvycGwelvVORVdV { display:flex;width:4.375rem;height:4.375rem;top:48.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO { display:block; }#wAgN96aunsWxRaeAhiS2KgS7ir0KWfqO > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXFePEpA5PHSFmBZvmZRFTnxd4wig5q3 { width:19rem;height:1.923825rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TlTAL5onrC97TDa1vodvUG8agOhrwBbG { width:17.999125rem;height:26.59504375rem;top:5.40580701828rem;left:2.0008681416511rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2brJt8M3Za1A5wo8eedN8ppt2dP6UvS { width:18.9355625rem;height:7.50325rem;top:36.96072435379rem;left:0.5316841006279rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMNxIvdXkrrZKyxzaCARKu9ZHqJ007l { display:flex;width:2.06163125rem;height:2.06163125rem;top:5.4069013595581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA5ZkWUh3o2AscXXdo2f3FgIbzOy9wka { display:flex;width:2.06163125rem;height:2.06163125rem;top:9.4943580627444rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zGpU8kltirbd87lh7Zs1TL7hNx6hLovI { display:flex;width:2.06163125rem;height:2.06163125rem;top:14.985894203186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTtfTh27oKIvrAqwNnTTJtzT090yDuKO { display:flex;width:2.06163125rem;height:2.06163125rem;top:21.860894203186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c0l88aNK879seZgF66BuqOaotuOAomJh { display:flex;width:2.06163125rem;height:2.06163125rem;top:27.548829078674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IZoyapcJ9ECMes06rMGeSOBD90OS1wru { width:18.9985rem;height:3.37456875rem;top:48.023005723953rem;left:0.50021702051162rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6DuIiZylIAnITbbLDR5WHhm4UDi0O3s { display:block; }
 }@media only screen and (max-width: 763px) { #gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N { display:block; }#gf5lsZBGXStFZuuSrx3XaDTXez6rVX1N > .row .container { width:20rem;height:102.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSPzBKDZwwKrpH9x6cpnEaurWyzq5l7T { width:20rem;height:3.4375rem;top:9.7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzTlza4RchgzVGyXq6JZL6OK0X2q5a3b { width:18.9375rem;height:66.028625rem;top:9.6999979019162rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiRSLaLLveiQbwJ2G1xqFsH6TFh3JMUy { width:20rem;height:2.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k3yzFOcQK0Tl1unG5G2W73UAK4yILvFl { width:17.3125rem;height:17.3125rem;top:77.700001716613rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hozs0nChiigeFfBoMf9ZeaS8hXDvA4 { width:20rem;height:3.14886875rem;top:4.612500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d0fkwgDvtodn4XXHmu7x5Mnm856OHB5D { width:15.8125rem;height:3.375rem;top:97.200002670288rem;left:2.0937500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP9CJnbPwvsy6AyxXKrEadWbxD6CTXSI { display:block; }
 }@media only screen and (max-width: 763px) { #hmRvDnTc0nM076b6EnSgtDhOw8a32uMi { display:block; }#hmRvDnTc0nM076b6EnSgtDhOw8a32uMi > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe8875LSxhcA7AZfXuT5POb6Td37Rdvp { width:19rem;height:12.59765625rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-text {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-select {padding-top: 0; padding-bottom: 0;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz  { width:17.5rem;height:auto;top:13.331248283386rem;left:0rem; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz {display:block;}#zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz { width:17.5rem;height:auto;top:13.331248283386rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #U1E61QQImooyLxQohTI2OhR6QzWcF0El {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #BbSyZT7ertaKQirN3bztqhpI28hH3XPb {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #B7SIH3xgokLMTT8qP9ZbxWN3teA0ohpC {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #Gbqm0k3UaCyJyzzIs09T7ZGeIktRlvie {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uAezQyQ52vDGzr9GM5841ztNQ4JMb3OU {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #CFZABxvuh4AtLKBdrXzPgzLXaXID3dVT {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #mDbkEK9rg8PbCESzLMeeIDEM5ZOcHtJA {  }
 }@media only screen and (max-width: 763px) { #zaZnKbHioMqzRTJkqfKJU6KTEm7uJ3gz #uPl4h2Vs8aXLDvq7KfXtwJDN9UTgeiUr {  }
 }@media only screen and (max-width: 763px) { #Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk { display:block; }#Li34B4aV9uy5Nd6QaRTBFc5XrADvUDMk > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGZht5R5zscaiP34TlSESKJZUKyGUrd3 { width:18.75rem;height:15.59026875rem;top:7.1625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW5MnLVvhZAsWpvcHVndKlI2snTTA02d { width:15.1875rem;height:1.13606875rem;top:1.25rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaQsbw22smToKVw7BELGut50hg2mRrpF { width:20rem;height:2.2721375rem;top:3.6375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }