.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,219,232;--color-secondary-1:157,134,178;--color-secondary-2:58,12,101;--color-secondary-3:29,6,51;--color-secondary-4:9,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/2087bedf-2245-4ac8-a4bd-385c7c0ee608/temple_NL_header_escopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { border-width: 0; border-radius: 0; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { font-size:0.875rem;font-family:"open sans";height:57.375rem;width:75rem;position:relative;display:block; }#tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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; }
#ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { background-color:rgba(var(--color-tertiary-0),0);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;box-shadow: none;box-sizing:border-box;color:#7b0201;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.40625rem;left:71.3125rem;display:block; }
#I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { position:absolute;display:block;z-index:15002;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:2.5rem;width:7.75rem;top:2.15625rem;left:1.1875rem;overflow:hidden;display:block; }
#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { border-width: 0; border-radius: 0; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.75rem;left:19.59375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { position:absolute;display:block;z-index:15004;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.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { position:absolute;display:block;z-index:15004;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.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { position:absolute;display:block;z-index:15001;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.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#eeLdW64SulwTeXgZkkamQzisTD6AGITU { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#ddzP1AoKc5ytdvXEskV7HQAe522d3QtC { z-index:15003;top:45.5rem;left:31.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #00a4c8, #e2f8f8);background-image: -moz-linear-gradient(179deg, #00a4c8, #e2f8f8);background-image: -ms-linear-gradient(179deg, #00a4c8, #e2f8f8);background-image: -o-linear-gradient(179deg, #00a4c8, #e2f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4c8', endColorstr='#e2f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4c8', endColorstr='#e2f8f8' );";background-image: linear-gradient(179deg, #00a4c8, #e2f8f8);background-size:auto !important;border-top:0.0625rem solid #19d4ff;border-left:0.0625rem solid #19d4ff;border-right:0.0625rem solid #19d4ff;border-bottom:0.0625rem solid #19d4ff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.125rem 0.75rem rgba(0,239,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lczJ0WSy8aklgLTneFIvQ3320tdvylTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { position:absolute;display:block;z-index:15022;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:32.625rem;width:42.625rem;top:1.3125rem;left:15.3125rem;overflow:hidden;display:block; }
#gIpzBcNoDF9wFtyuyILiav2ZZ30fJu45 { position:absolute;display:block;z-index:15024;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:16.8125rem;width:17.625rem;top:46.1875rem;left:0rem;overflow:hidden;display:block; }
#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { border-width: 0; border-radius: 0; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { font-size:0.875rem;font-family:arial;height:84.3125rem;width:75rem;position:relative;display:block; }#LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { position:absolute;display:block;z-index:15004;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.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { position:absolute;display:block;z-index:15004;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.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { position:absolute;display:block;z-index:15001;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.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#ZTlsuxcQuT44DKUrNhBHIyLxpmB3d4sM { position:absolute;display:block;z-index:15021;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:32.875rem;width:22.75rem;top:10.125rem;left:16.3125rem;overflow:hidden;display:block; }
#KxXT4silyEismfHFwaTaUVbqiGrsyLtS { position:absolute;display:block;z-index:15022;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:27.375rem;width:22.375rem;top:20.6875rem;left:33.625rem;overflow:hidden;display:block; }
#WIThbKbhlNdkL6DaZAQuw2BZNQ3ia74m { position:absolute;display:block;z-index:15023;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:27.25rem;width:22.6875rem;top:41.5rem;left:16.34375rem;overflow:hidden;display:block; }
#eqJ08BPi1R80eHhcHdZ1ivGDmynMR5QK { position:absolute;display:block;z-index:15024;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:28.3125rem;width:21.75rem;top:48.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#Pt50f0dzqUDRWEgEVE2J37T8cpQCn3Ds { position:absolute;display:block;z-index:15022;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:7.6875rem;width:39.375rem;top:1.57421875rem;left:18.125rem;overflow:hidden;display:block; }
#M9IodhiFS5zrfN1STgKEvlTZildD2bPH { position:absolute;display:block;z-index:15025;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:17rem;top:77.625rem;left:58rem;overflow:hidden;display:block; }
#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { border-width: 0; border-radius: 0; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#e5trEROGUq9CUhAg79bx9B4bT78Za01T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-form-header {  }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:45.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { background-color:#450000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:45.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { background-color:#450000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:45.1875rem;box-sizing:border-box;height:7.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { background-color:#450000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:45.1875rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-family:raleway;font-size:0.8125rem;overflow:hidden;vertical-align:top;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00a4c8, #e2f8f8);background-image: -moz-linear-gradient(45deg, #00a4c8, #e2f8f8);background-image: -ms-linear-gradient(45deg, #00a4c8, #e2f8f8);background-image: -o-linear-gradient(45deg, #00a4c8, #e2f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4c8', endColorstr='#e2f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4c8', endColorstr='#e2f8f8' );";background-image: linear-gradient(45deg, #00a4c8, #e2f8f8);background-size:initial !important;border-top:0.0625rem solid #19d4ff;border-left:0.0625rem solid #19d4ff;border-right:0.0625rem solid #19d4ff;border-bottom:0.0625rem solid #19d4ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:17.375rem;margin-bottom:0.25rem;margin-left:17.375rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:10.375rem;height:2.8125rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.1875rem 0.125rem 0.75rem rgba(0,239,255,0.78) ; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:44rem;overflow:hidden;font-style:normal;float:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .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; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container:first-of-type{padding-top:0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container:last-of-type{padding-bottom:0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { background-color:rgba(0,0,0,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.1875rem;height:auto;border-top:0.0625rem solid #050000;border-left:0.0625rem solid #050000;border-right:0.0625rem solid #050000;border-bottom:0.0625rem solid #050000;box-shadow: none;left:13.59375rem;top:14.71142578125rem;z-index:15004;position:absolute;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.1875rem;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { background-color:rgba(0,0,0,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.1875rem;height:auto;border-top:0.0625rem solid #050000;border-left:0.0625rem solid #050000;border-right:0.0625rem solid #050000;border-bottom:0.0625rem solid #050000;box-shadow: none;left:13.59375rem;top:14.71142578125rem;z-index:15004;position:absolute;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W { position:relative; }
#eA6i2CPOwqvFvg6gcZDlgXGUQVi2Fa6p { position:absolute;display:block;z-index:15023;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:7.875rem;width:37.125rem;top:0.75rem;left:18.9375rem;overflow:hidden;display:block; }
#aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:14.1875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZaGMEK73QUw4RU1TxHzyO7NXrgSOCPb { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:14.1875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wTL8K439yJnbLilWz3TfeCtT0vEXQvly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/d5ba3afa-7aa6-4893-bd07-a85fc875cf8a/temple_NL_header2copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { border-width: 0; border-radius: 0; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { border-width: 0; border-radius: 0; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#BTpmprsdso30GFgTIvMk092aID8lwcKd { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5rem;left:64.25rem;display:block; }
#vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.5rem;left:66.1875rem;display:block; }
#Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:68.4375rem;display:block; }
#dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:70.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:3.6875rem;height:3.3125rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:7.75rem;height:2.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:36.75rem;left:5.96875rem;width:35.8125rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddzP1AoKc5ytdvXEskV7HQAe522d3QtC { top:45.5rem;left:17.78125rem;width:12.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczJ0WSy8aklgLTneFIvQ3320tdvylTV { display:block; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:42.625rem;height:32.625rem;top:1.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIpzBcNoDF9wFtyuyILiav2ZZ30fJu45 { width:17.625rem;height:16.8125rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTlsuxcQuT44DKUrNhBHIyLxpmB3d4sM { width:22.75rem;height:32.875rem;top:10.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxXT4silyEismfHFwaTaUVbqiGrsyLtS { width:22.375rem;height:27.375rem;top:20.6875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIThbKbhlNdkL6DaZAQuw2BZNQ3ia74m { width:22.6875rem;height:27.25rem;top:41.5rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJ08BPi1R80eHhcHdZ1ivGDmynMR5QK { width:21.75rem;height:28.3125rem;top:48.0625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt50f0dzqUDRWEgEVE2J37T8cpQCn3Ds { width:39.375rem;height:7.6875rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9IodhiFS5zrfN1STgKEvlTZildD2bPH { width:17rem;height:15.625rem;top:77.625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { display:block;width:45.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { width:10.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:17.375rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-checkbox-label { width:43.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { width:45.125rem;height:auto;top:14.6875rem;left:0rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { width:45.125rem;height:auto;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W {  }
 }@media only screen and (max-width: 763px) { #eA6i2CPOwqvFvg6gcZDlgXGUQVi2Fa6p { width:37.125rem;height:7.875rem;top:0.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { top:8rem;left:0.5625rem;width:46.625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZaGMEK73QUw4RU1TxHzyO7NXrgSOCPb { top:5.4375rem;left:0rem;width:20rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { top:2.5625rem;left:0rem;width:20.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { top:1.375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/2087bedf-2245-4ac8-a4bd-385c7c0ee608/temple_NL_header_escopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { top:0.90625rem;left:18.4375rem;width:1.5625rem;height:1.1875rem;z-index:15009;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;font-weight:700;font-style:normal;font-size:0.875rem;font-family:barlow;color:#6f0004;display:block; }
 }@media only screen and (max-width: 763px) { #ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:3.6875rem;height:3.3125rem;top:1.375rem;left:8.125rem;font-size:0.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:4.375rem;height:1.375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { background-color:#660100;background-image:none;display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:13rem;height:4.62890625rem;top:16.97216796875rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ddzP1AoKc5ytdvXEskV7HQAe522d3QtC { top:23.22705078125rem;left:5.15625rem;width:9.6875rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczJ0WSy8aklgLTneFIvQ3320tdvylTV { display:block; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:19.25rem;height:14.8125rem;top:0.724609375rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gIpzBcNoDF9wFtyuyILiav2ZZ30fJu45 { width:17.625rem;height:16.8125rem;top:53.142125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { background-color:#660100;background-image:none;display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ZTlsuxcQuT44DKUrNhBHIyLxpmB3d4sM { width:19.1875rem;height:27.6875rem;top:5.79248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxXT4silyEismfHFwaTaUVbqiGrsyLtS { width:19.125rem;height:23.4375rem;top:33.47998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIThbKbhlNdkL6DaZAQuw2BZNQ3ia74m { width:19.3125rem;height:23.25rem;top:79.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJ08BPi1R80eHhcHdZ1ivGDmynMR5QK { width:19rem;height:24.6875rem;top:56.47998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt50f0dzqUDRWEgEVE2J37T8cpQCn3Ds { width:20rem;height:3.9375rem;top:1.36083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9IodhiFS5zrfN1STgKEvlTZildD2bPH { width:17rem;height:15.625rem;top:133.3134765625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { background-color:#660100;background-image:none;display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:4rem;height:2.8125rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { width:17.375rem;height:auto;top:13rem;left:0rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { width:17.375rem;height:auto;top:13rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W {  }
 }@media only screen and (max-width: 763px) { #eA6i2CPOwqvFvg6gcZDlgXGUQVi2Fa6p { width:19.6875rem;height:4.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { width:20rem;height:0;top:5.48828125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZaGMEK73QUw4RU1TxHzyO7NXrgSOCPb { width:20rem;height:6.09375rem;top:5.4375rem;left:0rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/ea51544a-544b-4fb3-a2d0-97cf5762230a/temple_NL_header2copy_MOBILE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { background-color:rgba(255,255,255,0.96);background-image:none;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { width:20rem;height:0.89375rem;top:2.755859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { width:19.3125rem;height:0.9746125rem;top:1.21875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { width:2rem;height:2rem;top:4.4375rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { width:2rem;height:2rem;top:4.4375rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { width:2rem;height:2rem;top:4.4375rem;left:10rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { width:2rem;height:2rem;top:4.4375rem;left:12rem;font-size:1.375rem;display:block; }
 }