.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,255,237;--color-primary-1:174,255,196;--color-primary-2:92,255,137;--color-primary-3:46,128,69;--color-primary-4:14,38,21;--color-secondary-0:224,233,223;--color-secondary-1:153,182,149;--color-secondary-2:51,108,42;--color-secondary-3:26,54,21;--color-secondary-4:8,16,6;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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:#040404;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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b04425b-4b51-46f4-b5fb-c1a9395782a1/Designsemnome21.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:fraunces;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.07421875rem;left:1.8125rem;height:8.25rem;font-style:normal;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.19921875rem;left:1.8125rem;height:5.60625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { background-color:#353d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.1875rem;left:1.8125rem;display:block; }
#UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBohxhtTMLRFqS1R298PgUeqXm8hQInE { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:34.505210876465rem;left:1.8125rem;height:4.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fudkwgMuzVU7ednKDo51pKZsBZCTmtpO { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:3.87890625rem;left:1.8125rem;overflow:hidden;display:block; }
#UGfGzNkLdt0H1gU0KuqFnC5fPauPMH4C { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:84.0625rem;width:69.6875rem;display:none; }
#t0SfHupDAaKe8oq6MIU6BOr3I6BBSz8h { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.555210113526rem;left:1.8125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yRzFV5KzrSPb9ROa34MgL1GzrCa0Unwx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:42.125rem;width:23.5625rem;display:none; }
#L3WzQIHe9VvpfvffgzCyWMXkT2CSpHJF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:21.1875rem;display:none; }
#bFIxouBEfOqTMpLA6ykFstGDEIA0osZN { color:#e0f1df;display:block;width:16.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:47.836462020874rem;left:3.09375rem;height:1.1375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XxygWDn4bV2u8c6Z3WqcWnz3974NNTCF { color:#e0f1df;display:block;width:22.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:45.896877288818rem;left:1rem;height:1.38125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8aae1130-2c4a-4413-b0bc-412758008e1a/BlackBrownModernCreativePortfolioPresentation1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.adaptive-delivery-prevent-bg, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyload, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyloading { background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { background-color: transparent; background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .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); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { border-width: 0; border-radius: 0; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV::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; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#noXUyga9qt8pntaLHT170NZ4symwmkss { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,236,231,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(243,236,231,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(243,236,231,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(243,236,231,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ece74c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ece74c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(243,236,231,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:18.8994140625rem;left:1.875rem;display:block; }
#w6kpH2ETz5Jc744kvVgKhqDMu6XOeDMc { color:#8a8034;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:21.1865234375rem;left:3.75rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dxvac7cVhsZ7CBkdoSqB97ADHCC7GRUG { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:28.375rem;left:1.21875rem;height:2.3375rem;font-style:normal;display:block; }
#pI7B8WwzWzp3yJO5NESXhhL2UfiqCVW8 { color:#ededed;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:31.48828125rem;left:1.1875rem;height:8.5rem;font-style:normal;display:block; }
#qtNbUaZsuPl6lB3gFmpcEBi0pe5HXC9e { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(246,239,234,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(246,239,234,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(246,239,234,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(246,239,234,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6efea4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6efea4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(246,239,234,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:19rem;left:19.375rem;display:block; }
#ZKgXbhBOvEfaIDu6iA5xQrr5KTGFRK4d { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.375rem;left:19.375rem;height:2.3375rem;font-style:normal;display:block; }
#CruFAQFVBNTbaRKsZGcH23W01fzUGitG { color:#ededed;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:31.48828125rem;left:19.375rem;height:6.8rem;font-style:normal;display:block; }
#sphTEV7xsKJmp0kiPrDaq3TuXVskUUD7 { color:#8a8034;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:21.1875rem;left:21.25rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VNQ2oIihLoaZX7ZiX1d6tApVbMC2Uqef { color:#ededed;display:block;width:18.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:31.30078125rem;left:37.875rem;height:6.8rem;font-style:normal;display:block; }
#ioT68GGtegHnznrCqmgLrGnsdTTV6qAX { color:#ededed;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:31.237501144409rem;left:58.000004768372rem;height:8.5rem;font-style:normal;display:block; }
#x6mWgkUb68DVeS0QcOTGS9SuE0Bl31PS { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(243,233,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(243,233,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(243,233,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(243,233,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e9e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e9e24c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(243,233,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:19rem;left:38.75rem;display:block; }
#ymiZenSPZ6rZptRHo6FfMl8LBgmXzWuW { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:28.375rem;left:37.875rem;height:2.3375rem;font-style:normal;display:block; }
#JCa2HGn6sg93NAQA6I8eWQhMlJX4sTLN { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,235,231,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(241,235,231,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(241,235,231,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(241,235,231,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ebe74c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ebe74c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(241,235,231,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:18.875rem;left:58.125rem;display:block; }
#BSafJx1kcN4kUDN3pyUyxVf9myGMy2no { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:28.375rem;left:58.125rem;height:2.3375rem;font-style:normal;display:block; }
#K1DswhPpCpRF3Cp1KRH2tfClVIALScAG { color:#8a8034;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:21.1875rem;left:40.625rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ePhmyy7O89c40RpoUePEAhrWhOmrJTsg { color:#8a8034;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:21.1875rem;left:60rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fIsBy1HROcJg4tWVhuEsSFqWuyBJBBGE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,234,228,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(243,234,228,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(243,234,228,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(243,234,228,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eae44c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eae44c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(243,234,228,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:12.5rem;top:24.90625rem;left:9.375rem;display:block; }
#UkfWCr3QdWevuQpuRLHBrv4sRLRFApgE { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(230,222,216,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(230,222,216,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(230,222,216,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(230,222,216,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ded84c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ded84c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(230,222,216,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:12.5rem;top:24.875rem;left:27.5rem;display:block; }
#VXTEVJaT09xOzU3nriFPUUNl1ysX9wc8 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(232,218,208,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(232,218,208,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(232,218,208,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(232,218,208,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8dad04c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8dad04c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(232,218,208,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:12.5rem;top:24.875rem;left:46.875rem;display:block; }
#XDXQr8WyhWKg2COSPcK2gIgXHQEf42aq { color:#f2e3e3;display:block;width:49.5rem;position:absolute;font-family:fraunces;font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(9,9,9,0.5);top:1.3114566802979rem;left:1.875rem;height:7.65rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkoDkHJ0863egm3NEL2HQh44OKFv0MU8 { color:#eee6e6;display:block;width:59.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(13,12,12,0.5);top:9.5791683197019rem;left:1.875rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#DIDETGFB2hUvOepK27RR1Vr77cvTpIcL { color:#eee6e6;display:block;width:74.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:41.5rem;left:0.3125rem;height:3.45rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { position:relative;display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.2812559604644rem;left:32.937500953674rem;height:17rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:28.875rem;width:22.6875rem;top:2.8041643426514rem;left:6.2463817122469rem;overflow:hidden;display:block; }
#b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(235,220,220,0.5);top:3.6250059604645rem;left:32.500000953674rem;height:1.9375rem;text-align:left;text-align-last:left;display:block; }
#pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { box-sizing:content-box;height:30.625rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #353d12);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #353d12);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #353d12);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #353d12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#353d12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#353d12' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #353d12);background-size:auto !important;top:1.875rem;left:3.125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#sefk1P2nUVRqZbIOWvUJd3v9WVgwWizm { background-color:#560f22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.750003814698rem;left:40.906250953674rem;display:block; }
#i2lTyFzLuQ4UooKcBKwAgexQSwBTFIyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hirs0qLBpmiiXpwTAKzVO9WGDnSWVqGx { color:#6f5704;display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(235,220,220,0.5);top:6.6250059604644rem;left:32.937500953674rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:url("https://images.assets-landingi.com/uc/a9128822-f5fd-483e-a4a6-b6f34cb60a3b/BlackBrownModernCreativePortfolioPresentation3.jpg");background-position:top right !important;background-repeat: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; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.adaptive-delivery-prevent-bg, #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.lazyload, #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.lazyloading { background-image: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { background-color: transparent; background-image: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container > .video-iframe-container { display: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row > .video-iframe-container { display: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .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); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { border-width: 0; border-radius: 0; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#zd0k0mE6rHaGZMsDsRsvXZZUhHSFCWd8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.875rem;width:23.5625rem;top:9.74609375rem;left:45.234375rem;overflow:hidden;display:block; }
#yTbN8hxo2Gk9pSwQUJt39iq5tvZkxsfE { color:#f3e7ea;display:block;width:37.875rem;position:absolute;font-family:fraunces;font-size:3.0625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.125rem 0rem 0rem rgba(0,0,0,0.5);top:2.4989585876465rem;left:1.875rem;height:6.125rem;font-style:normal;display:block; }
#zEyZfvpJXuqR2AkPvgOZ6hCkScX7WmDi { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(11,5,5,0.5);top:10.370833873749rem;left:1.875rem;height:29.25rem;font-style:normal;display:block; }
#l96WEhZE9OfJy3qqzNcPd0uCSfvdxmD2 { box-sizing:content-box;height:0.4375rem;width:33.6875rem;position:absolute;display:block;z-index:15015;background-color:#68762c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.315625190735rem;left:0rem;display:block; }
#COpBFq9LNKoWOoKJfOlrkCR7TPFNnaMr { background-color:#560f22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.996872425079rem;left:12.125000953674rem;display:block; }
#au7pFca3KZvRkJ9GT1ZDkNQDsw9ynDG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0a0a;background-image:url("https://images.assets-landingi.com/uc/e3e228be-d9c2-41cc-8621-be58fa9efc64/BlackBrownModernCreativePortfolioPresentation1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.adaptive-delivery-prevent-bg, #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.lazyload, #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.lazyloading { background-image: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { background-color: transparent; background-image: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container > .video-iframe-container { display: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row > .video-iframe-container { display: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .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); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { border-width: 0; border-radius: 0; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#ykr6VyzLrGnWGzZcUyAUeIh73JJQaIwp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.0625rem;width:34rem;top:7.25rem;left:4.25rem;display:block; }
#wbZJbFTNQFCaUbeDz7SAAzbIavGrwT1h { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.5rem;left:4.6875rem;height:4.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wno8TDUyADG3pbUttb4sQ1aX5C6zDE5Q { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(4,4,4,0.5);top:8.8749952316281rem;left:40.562500953674rem;height:4.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XRz7BeFZMgv12LTTHevbl9EHbuoCAuJ2 { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.918751358986rem;left:40.437500953674rem;height:8.55rem;font-style:normal;display:block; }
#ldeRvzw7H33RgHG6cTg7gErOV1Vhdasn { background-color:#560f22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:45.75rem;display:block; }
#Oqk1lSzUBKEIR6vnXSwTnrrMDf0glhgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFP0DdxdOKt9nRMqS3DkDPhTJglCQfOG { position:absolute;display:block;z-index:15008;background-color:#560f22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.625rem;width:11.25rem;top:6.6875rem;left:27rem;display:block; }
#cS55oknL8embkFgaHJvLOV942rGNpelr { position:absolute;display:block;z-index:15009;background-color:#560f22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:15.125rem;left:3.6875rem;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#040303;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.84375rem;left:0rem;height:4.625rem;text-align:left;text-align-last:left;display:block; }
#dbTqUy9lxeI6wvxyK6ZED6XJRoFgF5hR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.5000009536744rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xRFgwfN1Gpa2ur6CnJTbvnBlK12699oi { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;width:26.25rem;top:9.3499994277956rem;left:24.437500953674rem;overflow:hidden;display:block; }
#Z2X1EXqB3W7eJarfXtlCbad3g3hFyTep { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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:10.875rem;width:20.625rem;top:11.473959922791rem;left:6.2541666030881rem;overflow:hidden;display:block; }
#sAxbAl4TmMO7MEDMcPLWtHultoTyHF7W { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:8.1875rem;width:22.25rem;top:1.8125rem;left:41.062500953674rem;overflow:hidden;display:block; }
#Hwh7ab8mzB0PKxUxVLJ7R3E0bpSsTU69 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top: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:8.375rem;width:22.125rem;top:11.473959207535rem;left:45.9458360672rem;overflow:hidden;display:block; }
#kv1H8m2J3uoe0kT6vTJICydfO8WJxFWD { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:8.9375rem;width:26.375rem;top:1.4375rem;left:10.395833015442rem;overflow:hidden;display:block; }
#TmfqcsdETGfT0ev491t5iKe81aVGn8Ry { position:absolute;display:block;z-index:15038;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:22.125rem;top:16.620829582214rem;left:24.437500953674rem;overflow:hidden;display:block; }
#ACoyUXlRmb2rVv1UKkMVHhmeBzNBI2BT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.1875rem;width:18.9375rem;top:22.994792938233rem;left:4.75rem;display:block; }
#qSzaZFAP2QKJH4I7yy3HcbmQs8rTCd4K { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:24.573959350586rem;left:5.46875rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f19dfa8-7d13-40c6-86ec-aa9b7270479d/noroot.crop_391x828_215,0");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:2.875rem;width:2.875rem;top:30.875000953674rem;left:4.875rem;display:block; }#RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX.adaptive-delivery-prevent-bg, #RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX.lazyload, #RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX.lazyloading { background-image: none; }
#LgALKqOBg6M3EG5ibTvy7qac4Fi4WX9h { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.062500953674rem;left:8.0625009536744rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9DV73E5uxBmEnGeMUmECzLVLaQxLE7M { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.75rem;width:18.375rem;top:28.125000953674rem;left:32.812500953674rem;display:block; }
#lr2HeKWQWE9cz0JerneF4d1UylvBHo4L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.166668891907rem;left:33.254166603088rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wM4qLX2p4g1NpHbpllscWolovCCOtzZU { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kbEa7dN4/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:3.1875rem;width:3.1875rem;top:34.625rem;left:34.9375rem;display:block; }#wM4qLX2p4g1NpHbpllscWolovCCOtzZU.adaptive-delivery-prevent-bg, #wM4qLX2p4g1NpHbpllscWolovCCOtzZU.lazyload, #wM4qLX2p4g1NpHbpllscWolovCCOtzZU.lazyloading { background-image: none; }
#ENrVMBAug8dDblvaLt6xztgah8JoG5o5 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.375000953674rem;left:8.0000009536744rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trar7R8LUgeKMXqEDiP1N9HMSze8d5qd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.625rem;left:38.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mK9gt6b7srGutKhlyH0hhLF0FghSGP5p { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.125rem;left:38.25rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gETlvTX7EBR0ed4lTkBxH9isc5ILmzhh { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.0625rem;width:18.9375rem;top:19.875rem;left:48.3125rem;display:block; }
#ApQCmhn35Tiki4BZyR1or5zTvqo5PtrE { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.5rem;left:49rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzdtdm6ket6pBglHIu26FTtia5i63n0l { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:3.375rem;width:3.375rem;top:26.625rem;left:51.6875rem;display:block; }#gzdtdm6ket6pBglHIu26FTtia5i63n0l.adaptive-delivery-prevent-bg, #gzdtdm6ket6pBglHIu26FTtia5i63n0l.lazyload, #gzdtdm6ket6pBglHIu26FTtia5i63n0l.lazyloading { background-image: none; }
#xiX2eSmAyl0OOaLlva8umwTv13RbkpT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.8125rem;left:55.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wIhVfxlyc7vazZARUbBIHdvC3zvyPUlK { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.25rem;left:55.3125rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Az0p7aWFUK3vhgw9S8w776oZTp4AF81z { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.3125rem;width:17.5625rem;top:31.807293891907rem;left:16.066666603088rem;display:block; }
#qB6wBJrz9LJtZdWoDDebb3VzOQT31P4t { color:rgba(var(--color-secondary-4),1);display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:32.487502098084rem;left:16.504168510437rem;height:7.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyQlO0FKf2SIJvokz4kplZrpe4khpLda { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top: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:4.875rem;width:4.875rem;top:37.812501907349rem;left:14.129166603088rem;overflow:hidden;display:block; }
#hU4yhUpNOXKc1R75tAo9Ce3OkK1KEGyx { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:41.250002861023rem;left:19.375000953674rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yWswGMkgH4qA86abLBVuUsTeJm3diiZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.187502861023rem;left:19.312500953674rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o33ILpcImC6g1he5vHzfI0ArJUOia0MC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.75rem;width:18.375rem;top:32.182293891907rem;left:49.762501716614rem;display:block; }
#kzvx9U3P12dI5WgwJcEJQOcItpAgwMIv { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:4.5625rem;width:4.5625rem;top:37.812500953674rem;left:49.562500953674rem;overflow:hidden;display:block; }
#wu6gOrEvRtiq1kieT7UlsXypyJ8w52Zd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:33.156250953674rem;left:50.687500953674rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plT6SUdQ7slA2NOZwiXqosr1yVV8ihR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.8052110672rem;left:53.816670417786rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V34uMmUzT38kBwzza8F3LOyA2DmtdU9A { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:40.119793891907rem;left:53.816670417786rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/ceeb28d5-6c16-4743-9834-acb9857ecaca/BlackBrownModernCreativePortfolioPresentation4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5.adaptive-delivery-prevent-bg, #wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5.lazyload, #wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5.lazyloading { background-image: none; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container { background-color: transparent; background-image: none; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container > .video-iframe-container { display: none; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row > .video-iframe-container { display: none; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .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); }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container { border-width: 0; border-radius: 0; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#xbbfs15T8zfXWTOZWei9dOGL6x63ikii { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #124829;border-left:0.0625rem solid #124829;border-right:0.0625rem solid #124829;border-bottom:0.0625rem solid #124829;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.875rem;width:26.5rem;top:12.9375rem;left:41.125rem;display:block; }
#CCJ8myzALkkWS8yboD1KkceNUtSCsLMs { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:18.4375rem;left:9.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CCJ8myzALkkWS8yboD1KkceNUtSCsLMs li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CCJ8myzALkkWS8yboD1KkceNUtSCsLMs li:before{  }
#iZcXghDTCl9FOd9kzOEpwya803f1vU0e { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #124829;border-left:0.0625rem solid #124829;border-right:0.0625rem solid #124829;border-bottom:0.0625rem solid #124829;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.25rem;width:26.5rem;top:12.748953819275rem;left:6.4375rem;display:block; }
#vGqem0q3mwSX5NWDwLExafMM3vDupaKI { color:#000000;display:block;width:54.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:41.37291431427rem;left:10.187500953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFuUUbvkLN713IL67TIl8naxkI1zGbo1 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:14.625rem;left:5.8125rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxmtefvX46LSmx0VEPTQzPyahIxHddHZ { color:#000000;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.625rem;left:39.6875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugk28BsCSNsfvDEpaeiLEl3s0H5Flukp { color:#f2e6e9;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.0625rem;left:0rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:18.4375rem;left:43.75rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 li:before{  }
#R2Wb4RKTP3kK2BJkdXKdwGnvXukTuDi2 { 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:15021;opacity:1;top:18.750003814698rem;left:8.5833339691163rem; }
#QlpFROl9Cskrpi1Saozfr7ds1MblUI7o { 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:15022;opacity:1;top:21.875003814698rem;left:8.5822925567625rem; }
#mX6AtIbe4JUNPtMXFTGDayHuysaq3Tdv { 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:15023;opacity:1;top:25.500003814698rem;left:8.5822925567625rem; }
#SuxSsxntuEV67nVAysgSiWyrivWL7ZpK { 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:15024;opacity:1;top:28.749984741211rem;left:8.5666675567625rem; }
#xCP11aaBww5MKwtvGTWUkZmcWrC3Pp18 { 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:15025;opacity:1;top:32.187501430511rem;left:8.5822925567625rem; }
#Brp8TTFxFbCVsTDr9bVl45ouf6mlPA7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5625rem;left:42.9375rem; }
#RBz49hCqwi4qBMhpHCP5l7MOeWPTMsK6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.0625rem;left:42.9375rem; }
#cIDLzOyzpqWvB9hciOTe0TS6v3dVygJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.5rem;left:42.9375rem; }
#glecOtuDKXZtlmd2gdelb4eo2WpbM40f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:28.6875rem;left:42.9375rem; }
#oTMND8RpHNPL5u0aZ161eWe4uu5IRN8u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:32.1875rem;left:42.9375rem; }
#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #000000, #080600);background-image: -moz-linear-gradient(81deg, #000000, #080600);background-image: -ms-linear-gradient(81deg, #000000, #080600);background-image: -o-linear-gradient(81deg, #000000, #080600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#080600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#080600' );";background-image: linear-gradient(81deg, #000000, #080600);background-size:auto !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; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container { background-color: transparent; background-image: none; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container > .video-iframe-container { display: none; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row > .video-iframe-container { display: none; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .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); }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container { border-width: 0; border-radius: 0; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#J3ampRRbUcZNWArkUneuptL1Ap0DRyZH { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5rem;width:11.6875rem;top:6.1916780471802rem;left:36.473961830139rem;overflow:hidden;display:block; }
#z8rSHRtWkEgJ5tJgK6Ta5OsAahB5xc9A { color:#eaebf4;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.5rem;left:1.71875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFAEbl38IqcZqfahJdik1HFWvuQcskMd { color:#edeef4;display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:11.25rem;left:1.71875rem;height:25.875rem;font-style:normal;display:block; }
#yIsHQsbqF2RMDp0peapr3aTQ34P18bPT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.9375rem;width:12rem;top:8.9375rem;left:48.937500953674rem;overflow:hidden;display:block; }
#x6IRVTtag3OJcPVDQlwbRrMg35dsvCMy { position:absolute;display:block;z-index:15003;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.75rem;width:11.4375rem;top:25.874996542931rem;left:37.036461830139rem;overflow:hidden;display:block; }
#gVcTgQ7gwioqs3rmhzFmrbmq94p7ZQnP { position:absolute;display:block;z-index:15003;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:11.9375rem;top:27.2490234375rem;left:49.0625rem;overflow:hidden;display:block; }
#GA1z6bqPFNf9dt3neMTqp8EpNZ9OdUcS { position:absolute;display:block;z-index:15003;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: 0.0625rem 0.0625rem 0.1875rem rgba(15,15,16,0.5) ;height:16.8125rem;width:11.9375rem;top:6.1916614770889rem;left:61.968754768372rem;overflow:hidden;display:block; }
#b46qNiT7PkSlQcUzOpoEOyBLBi89qVke { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5rem;width:11.625rem;top:25.874996542931rem;left:62.312504768372rem;overflow:hidden;display:block; }
#elK0gWDAnEK72QnG6LQoJeqiV019ntUt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.748046875rem;left:1.71875rem;height:7.3125rem;font-style:normal;display:block; }
#AtJELcshkP0MzRPJCTd3RN04oIl5t04Q { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:47.75rem;left:7.6875rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZRToB3KJizKSPpzUG2CDZGEpEJcauH9l { color:#f6eaea;display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:49.3125rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T0chwxCDyx4hLValRmSPLIsViqnwaMvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { background-color: transparent; background-image: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container > .video-iframe-container { display: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row > .video-iframe-container { display: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .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); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { border-width: 0; border-radius: 0; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#xWlZNifrbRnyzRBz3qUJ7S4XTWDGB0W3 { color:#f8ac78;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3rem;left:1.875rem;height:2.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOOhB7io6n7UsMk8bTctCW8QDXRwzm8i { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.3364644050598rem;left:1.875rem;height:5.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rAiWcOqpp8dQG4frTJZldK3S4zTTBinC { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#VcDP5GvKK1SyByiKRMlmkPoHSVaCovlm { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#zdmTTExiMcMGFTUogBqU4Sph37b6WgvE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#LpKxyodpSPtyLecJPuc7kmW0PcLeTlwc { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#MvpD42rhdWopKdiGNxVKoKHoLAqq51ak { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.375rem;width:29.125rem;top:12.1875rem;left:7.25rem;display:block; }
#fArdEVNImKOEym7B4PkKofyX4oTTF0hs { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:15.28125166893rem;left:9.4416666030881rem;height:3.1875rem;font-style:normal;display:block; }
#MuN62FXWSzfPALCbiSqTVIC47JKsgF4p { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13.25rem;left:12.125rem;height:2.125rem;font-style:normal;display:block; }
#CfyOpkRA883JwDERziTuE6WuAAHGCMTD { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:29.1875rem;top:21.5rem;left:7.1875rem;display:block; }
#rOnW3zsproXkhq1KHHc0i9tKTiwhz41K { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:25.1875rem;left:8.25rem;height:4.78125rem;font-style:normal;display:block; }
#wPXuknmXBOkcpPaeB7yhoZtJrUfB9Jom { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:22.1875rem;left:10.6875rem;height:2.25rem;font-style:normal;display:block; }
#D5xG94CveDgaSRa92RMeNdTvtTf6EWmX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(139deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(139deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(139deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(139deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:29.6875rem;top:30.75rem;left:6.75rem;display:block; }
#naIy7WzC6AeO6MEV87X2itBDhzk7ps68 { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:34.8125rem;left:9.0625rem;height:3.1875rem;font-style:normal;display:block; }
#syaOHkTXqUV2Tkra5UT89JJ7TMywvgeJ { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:31.6875rem;left:10.1875rem;height:2.25rem;font-style:normal;display:block; }
#PzbROkqE3ziTZEspQZQ5Vth0ykxCVgpU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.75rem;left:7.25rem; }
#wSWUR6k4W0a8AkenXFCpHaUifddzTxJT { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.25rem;width:29.5625rem;top:21.625rem;left:36.3125rem;display:block; }
#ys9CUkSxg0AWJUX3dT5lUnvEElWxGUPx { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:29.6875rem;top:12.4375rem;left:36.3125rem;display:block; }
#v0i0CMZVtqmR6wPEaA1Jqs2XQMNlqpps { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cb8433', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(246,203,132,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:29.5625rem;top:30.8125rem;left:36.3125rem;display:block; }
#RxcmxIrU8XqHTFoS50BTyEqmXQ93KxOu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.25rem;left:8.25rem; }
#naflBGSrsZFz26DQ0TVevzyIwJNv9DAR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.4091796875rem;left:9.0625rem; }
#fvcVTGIsrlTkfRgtzBJ758aDGsfdMwyi { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:13.375rem;left:41.0625rem;height:2.3625rem;font-style:normal;display:block; }
#ABKuKmQPrKm2x7iENgTiikF7Xb310fnk { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:16rem;left:38.3125rem;height:4.78125rem;font-style:normal;display:block; }
#ZLaickFWofMc5CFHAHa4mGJsNX4zNyeF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.7841796875rem;left:38rem; }
#MSJCksqZ94XGTAVhJFMAgaBRs6QKE3ad { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:22.437501430511rem;left:41.375000953674rem;height:2.25rem;font-style:normal;display:block; }
#OAefwe9TBwl1BPZc5QHQfRwhGDxdGDE1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.250001430511rem;left:38.312500953674rem; }
#RLid6SuRn71iCtCwtd5JwbkdUd54i9Ix { color:#ededed;display:block;width:25.3125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:24.875001430511rem;left:38.437500953674rem;height:4.78125rem;font-style:normal;display:block; }
#Lxr0XWmONySnk5TQb7Mv8tZZv2GxwrO0 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15026;line-height:.9;letter-spacing:0;top:32.375rem;left:40.375rem;height:2.25rem;font-style:normal;display:block; }
#yfSyhSIP5l6nXUdnPH5TxbDbupnvGysk { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:35.1875rem;left:38rem;height:3.1875rem;font-style:normal;display:block; }
#Hc6MGOHhgdu0qdt27qdm3ohuaDsI1qTo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.5rem;left:37.75rem; }
#m3REfis440FP5rCoAsTHsOut07mu4rb5 { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:18.816667318344rem;left:25.129166603088rem;height:2.125rem;font-style:normal;display:block; }
#HuTZoanUC6xLA8Gr3RLD5H2lkgbJH8fv { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:28.629167318344rem;left:25.379166603088rem;height:2.125rem;font-style:normal;display:block; }
#lK06KbFlxwWimcUvCAqrRWd6WPo7y8yl { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:38.066668987274rem;left:25.379166603088rem;height:2.125rem;font-style:normal;display:block; }
#nHTTJyoLGRLGhIvmfB4aLCyAyMsiZDTw { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:19.5041680336rem;left:57.254170417786rem;height:2.125rem;font-style:normal;display:block; }
#suPZ6Jeqksu9TN3cqApACqBmo9z48oLv { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:29.004168987274rem;left:58.504170417786rem;height:2.125rem;font-style:normal;display:block; }
#oBV3T1REuK6AoTpGpL02kEOQTe6gT8y5 { color:#8a8034;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:38.066668987274rem;left:57.254170417786rem;height:2.125rem;font-style:normal;display:block; }
#yHqqlqnA0b4MMDHto1QcfbJdUe8t2FZO { color:#da0b1c;display:block;width:44.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:41.625000953674rem;left:17.833334922791rem;height:2.23125rem;font-style:italic;display:block; }
#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/496c6a1f-b42d-49ed-8d2f-b12a5d84723b/Designsemnome13.png");background-position:bottom 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; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g.adaptive-delivery-prevent-bg, #VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g.lazyload, #VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g.lazyloading { background-image: none; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container { background-color: transparent; background-image: none; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container > .video-iframe-container { display: none; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row > .video-iframe-container { display: none; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .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); }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container { border-width: 0; border-radius: 0; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#cEbxo0yW5zBx1w8KxZf4DLZR3UHgJkvw { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:27.875rem;width:21.25rem;top:4.875rem;left:48.4375rem;display:block; }
#WgUJpGRlACzN9BQV0N5wWrR1K8H63pEu { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:15.625rem;top:29.3125rem;left:51.75rem;display:block; }
#RsJifZ0x2BXsqCV6wbmIxcgRVTdg1fQh { position:absolute;display:block;z-index:15010;background-color:#353d12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:21.8125rem;top:2.875rem;left:48.25rem;display:block; }
#CnEQltTMA7cPihy4XuIyK0S36Qrpso6a { color:#ffffff;display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:3rem;left:48.5625rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lvhmMK52RxSKeCXahrfhTls0vlgBikLv { color:#070708;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.766674995423rem;left:48.847920417786rem;height:4.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uAPJbmBWhHZi5BENKOtoGf1FDkR4cdi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:11.3349609375rem;left:1.5rem;height:11.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5y57BDnGepTt6Gnk67NyVubq7wqSJTI { color:#000000;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:3.9599609375rem;left:1.5rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:22.078125rem;left:1.5rem;height:7.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE li:before{  }
#VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { background-color:#353d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.250001907349rem;left:47.125000953674rem;display:block; }
#DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oK81Hx7dHctkPqh8HOqfTxnrwTJuWoGa { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.6875rem;top:5.1875rem;left:54.3125rem;overflow:hidden;display:block; }
#Nbi1SnyGRgV92wWu3uF2bP11uESsPw2p { color:#070708;display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.462508201599rem;left:48.941670417786rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VdraTm5Ws7ehEc6UhvLhEkLgzQIsdMkt { color:#070708;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.090618133545rem;left:49.379170417786rem;height:1.95rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NO4TufeoVQV5carGFR8nVRCQtW4fkelS { color:#830622;display:block;width:24.5625rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:16.197916984558rem;left:46.847920417786rem;height:3.36875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lWzTcT6y2nChnDPsS7apTr0pMWugLBBP { color:#830622;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.140625953674rem;left:64.000004768369rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fl4PZdQSvP9QiK3bI4yTIa8ARl6gqMT5 { color:#070708;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:30.101045608521rem;left:54.312504768372rem;height:1.38125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/852d2d55-a6bf-49f9-99ee-859dbb94ffed/I84A9497.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA.adaptive-delivery-prevent-bg, #HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA.lazyload, #HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA.lazyloading { background-image: none; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container { background-color: transparent; background-image: none; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container > .video-iframe-container { display: none; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row > .video-iframe-container { display: none; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .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); }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container { border-width: 0; border-radius: 0; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA::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; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#JhBUJZ4KIo4KnEtvQSe6V4rFyaDAwJU0 { color:#c8a033;display:block;width:40.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:17.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKfduDRJEvukMs3Qdt3NZGXaDA0vBVuq { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.51171875rem;left:13.46875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.adaptive-delivery-prevent-bg, #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.lazyload, #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.lazyloading { background-image: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { background-color: transparent; background-image: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container > .video-iframe-container { display: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row > .video-iframe-container { display: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .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); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { border-width: 0; border-radius: 0; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#aoH6oZmrbxX3SlzTKrzQu9kTXdrHOhOJ { position:absolute;display:block;z-index:15017;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:29.9375rem;width:26.5rem;top:3rem;left:40.8037109375rem;overflow:hidden;display:block; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-trigger.adaptive-delivery-prevent-bg, #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-trigger.lazyload, #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-trigger.lazyloading { background-image: none; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 { box-sizing:content-box;height:auto;width:30.625rem;position:absolute;display:flex;flex-direction:column;gap:0.125rem;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:6.40625rem;left:4.9580078125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b5dy2lAtskAO273QoPIN6aKgrzGCrk80 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #svxgaLWyrWcBLKBbeh2bca8JHTrHJMNA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #I2oLKguuv0nz0i2cC6fCCo8U0oZ2MMZW { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #K0AlfgeMJKVmWClASCPEnXIOVo6Od5Gt {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FE6m7GqhldELND4FZvzKRMZPqi9K2f0x {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BL21mfF0813C1JZ0fhtX3T6OL73zbOM3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b7J9eLBzcdE6MInyJGthBexwMgmr5KgP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #rzMXOXIIRDCPxpXDHXXm1mnoX3mdCPX6 { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #RChW2OUoQatrmMVATva553zXepnUFZkS {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cATybXfD8fof1R89I3cbOimmWgIi9pwd { display:none; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FtLNh6yyLdsa3LTtXF6Tz89oce4otwkV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #TTOrwsIwCE5p2FFPVznLC0hMtfyPdowT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #NnyuagTh0bt95txhT8cOiTX2Vl9TpMtE { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #oei33hFfEtqWNTgqkfNZ9zMMGbE7DBDz {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #KpXVm95t89zpBqCUNxuhtqpVAC7v2Ave { display:none; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #d6T6r2k0xhbhtNbgESIZn3llqKWCWATB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BM1hFIqWNozbLJDKQzvtgRs8qwABl0uG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #HLVZ8A758W5bGg6Gvnqx9zObJoJQBEn4 { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #XarLwzV8IPsl7CAX3deub6QTOeobA1ht {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #xkaozQ8aifiRQS6WTMLzGZdT50XToBec { display:none; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #MoryX0wVOlI7y4iEBZPuXTXIZTo1d2kv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #H2SaBxcKUNfWDJnwmmmg9UhEmMJAeCRI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ROd0tszIKBX5dBeZPIwQQ6hVxRFOdaUf { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #GW9WcHDNysb7WcrDgouoWbmqM9rUqDTX {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #iuaVIDhJOXrX70Q2lUrsCThdw2fzzEwf { display:none; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ICEvIE7FfmPzWuPXRU4MRBTUrcHTkD7l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cNDSThuM3oc5OJmak4034syxhKsSH0ls { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #IKhkf7ztX7AU0vA6J4F47Z0xFraPtoML { display:block;position:relative; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #fUqNL3XaA2lb8T86EkqPhHkT6zN2fzJV {  }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #JM2xGr6CJ6Zw9QXuOS8fDb5sKiUxBJNC { display:none; }
#rZhrRMZ7CX5v5OBeWV3d4PUQH5kGEFNq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(235,220,220,0.5);top:2.9375rem;left:4.9580078125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/852d2d55-a6bf-49f9-99ee-859dbb94ffed/I84A9497.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI.adaptive-delivery-prevent-bg, #RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI.lazyload, #RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI.lazyloading { background-image: none; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container { background-color: transparent; background-image: none; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container > .video-iframe-container { display: none; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row > .video-iframe-container { display: none; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .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); }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container { border-width: 0; border-radius: 0; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI::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; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R { background-color:transparent;background-image: -webkit-linear-gradient(114deg, rgba(0,39,0,0.73), #fbfbfb);background-image: -moz-linear-gradient(114deg, rgba(0,39,0,0.73), #fbfbfb);background-image: -ms-linear-gradient(114deg, rgba(0,39,0,0.73), #fbfbfb);background-image: -o-linear-gradient(114deg, rgba(0,39,0,0.73), #fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002700ba', endColorstr='#fbfbfb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002700ba', endColorstr='#fbfbfb' );";background-image: linear-gradient(114deg, rgba(0,39,0,0.73), #fbfbfb);background-size:auto !important;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;display:block; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { background-color: transparent; background-image: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container > .video-iframe-container { display: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row > .video-iframe-container { display: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .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); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { border-width: 0; border-radius: 0; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { width:75rem;height:17.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#U8LTFocPfvEag1Sge7nBkWHqd6EBG7z9 { position:absolute;display:block;z-index:15002;background-color:#1b460d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:6.875rem;width:0.4375rem;top:6.4572925567625rem;left:11.937500953674rem;display:block; }
#KuDtDAESLerOcAChSbUKePdgHLwMdcNq { color:rgba(222,175,102,0.95);display:block;width:28.4375rem;position:absolute;font-family:neuton;font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.98229122161863rem;left:2.25rem;height:3.33125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uRTn3B7FT6Jaae8EW1zUnAvE18TTT2zV { color:#fbfeff;display:block;width:35.5625rem;position:absolute;font-family:fraunces;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(12,12,13,0.5);top:6.4572925567625rem;left:13.375000953674rem;height:6.90625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9TxGDVE7TLuiqmTuG4CfqPS9QVUmf27 { background-color:#b66d00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f6f1f1;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.125rem;left:23.582293510437rem;display:block; }
#fzDHwzuF38AAqbArdaMvVCP9BEGKtaFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OwbQQa2mCcLeEXvxCfXdpSpKftvJLKB7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.6875rem;top:5.1916675567627rem;left:1.3656253814698rem;overflow:hidden;display:block; }
#wZR9gvnLx7uGoVVCVCw2gPxHgySxfEhZ { color:rgba(234,224,210,0.95);display:block;width:28.4375rem;position:absolute;font-family:neuton;font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.2572917938232rem;left:22.129168510437rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zN6WaRNDkP7y7Z1PsQ4cpT7gQIDMmzVd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:12.125rem;top:1.5041656494141rem;left:51.375000953674rem;overflow:hidden;display:block; }
#iB2BxPikThR9mnOgkNX5W4GOiAkElvCA { color:#c8a033;display:block;width:24.5rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:2.875rem;height:2.68125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(56,74,40,0.23);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; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { background-color: transparent; background-image: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container > .video-iframe-container { display: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row > .video-iframe-container { display: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .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); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { border-width: 0; border-radius: 0; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#J8IWVxkRZSfaHe7ncihKh4hKQUxBIUnT { background-color:transparent;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:rgba(var(--color-primary-0),1);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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:13.5625rem;display:block; }
#xJSEBPVcRN1Bntu4bFP0eGVwcMR0EH8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TS1mDrcs1b6Mbw78uZZD4d3zRFqwA729 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:32.25rem;height:1.4875rem;text-align:right;text-align-last:right;display:block; }
#oRXe9uFFH5eZssM2V0Lb7WQVUuIQVwJy { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:7rem;width:7rem;top:0rem;left:66.9375rem;overflow:hidden;display:block; }
#kTnp0zJJsr2TU2vTWfy9kwNNWJZ7u5W9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.25rem;left:8.5rem;display:block; }
#m29gh55sRUBwOouDJvDey7mtGx4A7l2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:3.1875rem;left:9.25rem; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#J04eNCLSXZJ43crV87wtf7NF4wBpzONg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:4.3125rem;display:block; }
#nqTOz3kAode4gzbTwVyBwKdiAZx76Bf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.1875rem;left:5.0625rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:36.25rem;height:8.25rem;top:17.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:45.375rem;height:5.5625rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:19.375rem;height:4.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #eBohxhtTMLRFqS1R298PgUeqXm8hQInE { width:39.3125rem;height:4.25rem;top:34.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fudkwgMuzVU7ednKDo51pKZsBZCTmtpO { top:3.875rem;left:0rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfGzNkLdt0H1gU0KuqFnC5fPauPMH4C { width:44.375rem;height:53.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0SfHupDAaKe8oq6MIU6BOr3I6BBSz8h { width:29.625rem;height:1.9375rem;top:32.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRzFV5KzrSPb9ROa34MgL1GzrCa0Unwx { width:15rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3WzQIHe9VvpfvffgzCyWMXkT2CSpHJF { width:15rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFIxouBEfOqTMpLA6ykFstGDEIA0osZN { width:16.6875rem;height:1.125rem;top:47.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxygWDn4bV2u8c6Z3WqcWnz3974NNTCF { width:22.8125rem;height:1.375rem;top:45.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.adaptive-delivery-prevent-bg, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyload, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyloading { background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { background-color: transparent; background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .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); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { border-width: 0; border-radius: 0; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noXUyga9qt8pntaLHT170NZ4symwmkss { width:10rem;height:10rem;top:18.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w6kpH2ETz5Jc744kvVgKhqDMu6XOeDMc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #dxvac7cVhsZ7CBkdoSqB97ADHCC7GRUG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pI7B8WwzWzp3yJO5NESXhhL2UfiqCVW8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #qtNbUaZsuPl6lB3gFmpcEBi0pe5HXC9e { width:10rem;height:10rem;top:19rem;left:5.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZKgXbhBOvEfaIDu6iA5xQrr5KTGFRK4d { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CruFAQFVBNTbaRKsZGcH23W01fzUGitG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #sphTEV7xsKJmp0kiPrDaq3TuXVskUUD7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #VNQ2oIihLoaZX7ZiX1d6tApVbMC2Uqef { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #ioT68GGtegHnznrCqmgLrGnsdTTV6qAX { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #x6mWgkUb68DVeS0QcOTGS9SuE0Bl31PS { width:10rem;height:10rem;top:19rem;left:25.125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ymiZenSPZ6rZptRHo6FfMl8LBgmXzWuW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCa2HGn6sg93NAQA6I8eWQhMlJX4sTLN { width:10rem;height:10rem;top:18.875rem;left:37.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BSafJx1kcN4kUDN3pyUyxVf9myGMy2no { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K1DswhPpCpRF3Cp1KRH2tfClVIALScAG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #ePhmyy7O89c40RpoUePEAhrWhOmrJTsg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #fIsBy1HROcJg4tWVhuEsSFqWuyBJBBGE { width:12.5rem;height:0.5rem;top:24.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UkfWCr3QdWevuQpuRLHBrv4sRLRFApgE { width:12.5rem;height:0.5rem;top:24.875rem;left:13.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VXTEVJaT09xOzU3nriFPUUNl1ysX9wc8 { width:12.5rem;height:0.5rem;top:24.875rem;left:33.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDXQr8WyhWKg2COSPcK2gIgXHQEf42aq { top:1.25rem;left:0rem;width:47.75rem;height:7.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkoDkHJ0863egm3NEL2HQh44OKFv0MU8 { top:9.5625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDETGFB2hUvOepK27RR1Vr77cvTpIcL { top:41.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:37.3125rem;height:17rem;top:9.25rem;left:10.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:22.6875rem;height:28.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:40.1875rem;height:1.9375rem;top:3.625rem;left:7.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:21.875rem;height:30.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefk1P2nUVRqZbIOWvUJd3v9WVgwWizm { width:19.25rem;height:3.375rem;top:27.75rem;left:27.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lTyFzLuQ4UooKcBKwAgexQSwBTFIyU { display:block; }
 }@media only screen and (max-width: 763px) { #Hirs0qLBpmiiXpwTAKzVO9WGDnSWVqGx { width:40.1875rem;height:0.9375rem;top:6.625rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 { display:block; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd0k0mE6rHaGZMsDsRsvXZZUhHSFCWd8 { width:23.5625rem;height:28.875rem;top:9.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbN8hxo2Gk9pSwQUJt39iq5tvZkxsfE { width:37.875rem;height:6.125rem;top:2.4375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEyZfvpJXuqR2AkPvgOZ6hCkScX7WmDi { width:39.0625rem;height:29.25rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l96WEhZE9OfJy3qqzNcPd0uCSfvdxmD2 { top:9.3125rem;left:0rem;width:33.6875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COpBFq9LNKoWOoKJfOlrkCR7TPFNnaMr { width:18.5625rem;height:3.125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au7pFca3KZvRkJ9GT1ZDkNQDsw9ynDG4 { display:block; }
 }@media only screen and (max-width: 763px) { #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu { display:block; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykr6VyzLrGnWGzZcUyAUeIh73JJQaIwp { width:34rem;height:19.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZJbFTNQFCaUbeDz7SAAzbIavGrwT1h { width:33.125rem;height:4.25rem;top:27.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno8TDUyADG3pbUttb4sQ1aX5C6zDE5Q { width:28.1875rem;height:4.75rem;top:8.8125rem;left:19.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRz7BeFZMgv12LTTHevbl9EHbuoCAuJ2 { width:28.4375rem;height:8.5rem;top:16.875rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeRvzw7H33RgHG6cTg7gErOV1Vhdasn { width:19.25rem;height:3.375rem;top:28.4375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqk1lSzUBKEIR6vnXSwTnrrMDf0glhgK { display:block; }
 }@media only screen and (max-width: 763px) { #QFP0DdxdOKt9nRMqS3DkDPhTJglCQfOG { width:11.25rem;height:0.625rem;top:6.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS55oknL8embkFgaHJvLOV942rGNpelr { width:0.625rem;height:11.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:4.625rem;top:1.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbTqUy9lxeI6wvxyK6ZED6XJRoFgF5hR { width:30.6875rem;height:2.25rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRFgwfN1Gpa2ur6CnJTbvnBlK12699oi { top:9.3125rem;left:10.812500953674rem;width:26.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2X1EXqB3W7eJarfXtlCbad3g3hFyTep { top:11.4375rem;left:0rem;width:20.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxbAl4TmMO7MEDMcPLWtHultoTyHF7W { top:1.8125rem;left:25.5rem;width:22.25rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwh7ab8mzB0PKxUxVLJ7R3E0bpSsTU69 { top:11.4375rem;left:25.625rem;width:22.125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv1H8m2J3uoe0kT6vTJICydfO8WJxFWD { top:1.4375rem;left:0rem;width:26.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmfqcsdETGfT0ev491t5iKe81aVGn8Ry { top:16.5625rem;left:10.812500953674rem;width:22.125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACoyUXlRmb2rVv1UKkMVHhmeBzNBI2BT { width:18.9375rem;height:9.1875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSzaZFAP2QKJH4I7yy3HcbmQs8rTCd4K { width:17.5rem;height:6.125rem;top:24.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX { width:2.875rem;height:2.875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgALKqOBg6M3EG5ibTvy7qac4Fi4WX9h { width:11.25rem;height:1.25rem;top:31.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DV73E5uxBmEnGeMUmECzLVLaQxLE7M { width:18.375rem;height:7.75rem;top:28.125rem;left:19.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2HeKWQWE9cz0JerneF4d1UylvBHo4L { width:17.5rem;height:4.875rem;top:29.125rem;left:19.629166603088rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4qLX2p4g1NpHbpllscWolovCCOtzZU { width:3.1875rem;height:3.1875rem;top:34.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrVMBAug8dDblvaLt6xztgah8JoG5o5 { width:11.25rem;height:0.9375rem;top:32.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trar7R8LUgeKMXqEDiP1N9HMSze8d5qd { width:11.25rem;height:1.375rem;top:34.625rem;left:24.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK9gt6b7srGutKhlyH0hhLF0FghSGP5p { width:11.25rem;height:0.9375rem;top:36.125rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETlvTX7EBR0ed4lTkBxH9isc5ILmzhh { width:18.9375rem;height:8.0625rem;top:19.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQCmhn35Tiki4BZyR1or5zTvqo5PtrE { width:17.5rem;height:4.875rem;top:21.5rem;left:30.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdtdm6ket6pBglHIu26FTtia5i63n0l { width:3.375rem;height:3.375rem;top:26.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiX2eSmAyl0OOaLlva8umwTv13RbkpT6 { width:9.6875rem;height:1.25rem;top:26.8125rem;left:38.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhVfxlyc7vazZARUbBIHdvC3zvyPUlK { width:11.25rem;height:0.9375rem;top:28.25rem;left:36.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az0p7aWFUK3vhgw9S8w776oZTp4AF81z { width:17.5625rem;height:8.3125rem;top:31.75rem;left:2.4416666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6wBJrz9LJtZdWoDDebb3VzOQT31P4t { width:16.5rem;height:7.375rem;top:32.4375rem;left:2.879168510437rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQlO0FKf2SIJvokz4kplZrpe4khpLda { top:37.8125rem;left:0.50416660308838rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU4yhUpNOXKc1R75tAo9Ce3OkK1KEGyx { width:11.25rem;height:0.9375rem;top:41.25rem;left:5.7500009536743rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWswGMkgH4qA86abLBVuUsTeJm3diiZ3 { width:11.25rem;height:1.375rem;top:40.1875rem;left:5.6875009536743rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33ILpcImC6g1he5vHzfI0ArJUOia0MC { width:18.375rem;height:7.75rem;top:32.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzvx9U3P12dI5WgwJcEJQOcItpAgwMIv { top:37.8125rem;left:35.937500953674rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6gOrEvRtiq1kieT7UlsXypyJ8w52Zd { width:16.75rem;height:4.875rem;top:33.125rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plT6SUdQ7slA2NOZwiXqosr1yVV8ihR9 { width:11.25rem;height:1.375rem;top:38.75rem;left:36.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34uMmUzT38kBwzza8F3LOyA2DmtdU9A { width:11.25rem;height:0.9375rem;top:40.0625rem;left:36.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 { display:block; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbbfs15T8zfXWTOZWei9dOGL6x63ikii { width:26.5rem;height:25.875rem;top:12.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCJ8myzALkkWS8yboD1KkceNUtSCsLMs { width:22.6875rem;height:;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }#CCJ8myzALkkWS8yboD1KkceNUtSCsLMs li:before{  }
 }@media only screen and (max-width: 763px) { #iZcXghDTCl9FOd9kzOEpwya803f1vU0e { width:26.5rem;height:26.25rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqem0q3mwSX5NWDwLExafMM3vDupaKI { width:47.75rem;height:4.875rem;top:41.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuUUbvkLN713IL67TIl8naxkI1zGbo1 { width:29.5rem;height:1.625rem;top:14.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxmtefvX46LSmx0VEPTQzPyahIxHddHZ { width:29.5rem;height:1.625rem;top:14.625rem;left:18.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugk28BsCSNsfvDEpaeiLEl3s0H5Flukp { width:45.3125rem;height:5.3125rem;top:4.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 { width:22.6875rem;height:16.125rem;top:18.4375rem;left:25.0625rem;font-size:0.875rem;display:block; }#ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 li:before{  }
 }@media only screen and (max-width: 763px) { #R2Wb4RKTP3kK2BJkdXKdwGnvXukTuDi2 { top:18.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlpFROl9Cskrpi1Saozfr7ds1MblUI7o { top:21.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX6AtIbe4JUNPtMXFTGDayHuysaq3Tdv { top:25.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuxSsxntuEV67nVAysgSiWyrivWL7ZpK { top:28.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCP11aaBww5MKwtvGTWUkZmcWrC3Pp18 { top:32.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brp8TTFxFbCVsTDr9bVl45ouf6mlPA7T { top:18.5625rem;left:29.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBz49hCqwi4qBMhpHCP5l7MOeWPTMsK6 { top:22.0625rem;left:29.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDLzOyzpqWvB9hciOTe0TS6v3dVygJt { top:25.5rem;left:29.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #glecOtuDKXZtlmd2gdelb4eo2WpbM40f { top:28.6875rem;left:29.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMND8RpHNPL5u0aZ161eWe4uu5IRN8u { top:32.1875rem;left:29.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA { display:block; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ampRRbUcZNWArkUneuptL1Ap0DRyZH { width:11.6875rem;height:16.5rem;top:6.1875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8rSHRtWkEgJ5tJgK6Ta5OsAahB5xc9A { width:30.9375rem;height:4.5rem;top:4.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAEbl38IqcZqfahJdik1HFWvuQcskMd { width:31.875rem;height:25.875rem;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIsHQsbqF2RMDp0peapr3aTQ34P18bPT { width:12rem;height:16.9375rem;top:8.9375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6IRVTtag3OJcPVDQlwbRrMg35dsvCMy { width:11.4375rem;height:16.75rem;top:25.8125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVcTgQ7gwioqs3rmhzFmrbmq94p7ZQnP { width:11.9375rem;height:18.125rem;top:27.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1z6bqPFNf9dt3neMTqp8EpNZ9OdUcS { width:11.9375rem;height:16.8125rem;top:6.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46qNiT7PkSlQcUzOpoEOyBLBi89qVke { width:11.625rem;height:16.5rem;top:25.8125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #elK0gWDAnEK72QnG6LQoJeqiV019ntUt { top:38.6875rem;left:0rem;width:32.5625rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtJELcshkP0MzRPJCTd3RN04oIl5t04Q { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZRToB3KJizKSPpzUG2CDZGEpEJcauH9l { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T0chwxCDyx4hLValRmSPLIsViqnwaMvC { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { border-width: 0; border-radius: 0; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlZNifrbRnyzRBz3qUJ7S4XTWDGB0W3 { top:3rem;left:0rem;width:33.75rem;height:2.5rem;font-size:1.5rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #uOOhB7io6n7UsMk8bTctCW8QDXRwzm8i { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAiWcOqpp8dQG4frTJZldK3S4zTTBinC { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VcDP5GvKK1SyByiKRMlmkPoHSVaCovlm { width:0.5rem;height:11.25rem;top:0rem;left:46.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zdmTTExiMcMGFTUogBqU4Sph37b6WgvE { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LpKxyodpSPtyLecJPuc7kmW0PcLeTlwc { width:0.5rem;height:11.25rem;top:0rem;left:44.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MvpD42rhdWopKdiGNxVKoKHoLAqq51ak { width:29.125rem;height:9.375rem;top:12.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fArdEVNImKOEym7B4PkKofyX4oTTF0hs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #MuN62FXWSzfPALCbiSqTVIC47JKsgF4p { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CfyOpkRA883JwDERziTuE6WuAAHGCMTD { width:29.1875rem;height:9.3125rem;top:21.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rOnW3zsproXkhq1KHHc0i9tKTiwhz41K { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #wPXuknmXBOkcpPaeB7yhoZtJrUfB9Jom { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D5xG94CveDgaSRa92RMeNdTvtTf6EWmX { width:29.6875rem;height:9.375rem;top:30.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #naIy7WzC6AeO6MEV87X2itBDhzk7ps68 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #syaOHkTXqUV2Tkra5UT89JJ7TMywvgeJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzbROkqE3ziTZEspQZQ5Vth0ykxCVgpU { top:31.75rem;left:0.4375rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wSWUR6k4W0a8AkenXFCpHaUifddzTxJT { width:29.5625rem;height:9.25rem;top:21.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ys9CUkSxg0AWJUX3dT5lUnvEElWxGUPx { width:29.6875rem;height:9.375rem;top:12.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v0i0CMZVtqmR6wPEaA1Jqs2XQMNlqpps { width:29.5625rem;height:9.5rem;top:30.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RxcmxIrU8XqHTFoS50BTyEqmXQ93KxOu { top:22.25rem;left:1.4375rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #naflBGSrsZFz26DQ0TVevzyIwJNv9DAR { top:13.375rem;left:2.25rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #fvcVTGIsrlTkfRgtzBJ758aDGsfdMwyi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ABKuKmQPrKm2x7iENgTiikF7Xb310fnk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #ZLaickFWofMc5CFHAHa4mGJsNX4zNyeF { top:13.75rem;left:23.875rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #MSJCksqZ94XGTAVhJFMAgaBRs6QKE3ad { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAefwe9TBwl1BPZc5QHQfRwhGDxdGDE1 { top:22.25rem;left:23.875rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RLid6SuRn71iCtCwtd5JwbkdUd54i9Ix { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Lxr0XWmONySnk5TQb7Mv8tZZv2GxwrO0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yfSyhSIP5l6nXUdnPH5TxbDbupnvGysk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Hc6MGOHhgdu0qdt27qdm3ohuaDsI1qTo { top:32.5rem;left:23.875rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #m3REfis440FP5rCoAsTHsOut07mu4rb5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HuTZoanUC6xLA8Gr3RLD5H2lkgbJH8fv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lK06KbFlxwWimcUvCAqrRWd6WPo7y8yl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nHTTJyoLGRLGhIvmfB4aLCyAyMsiZDTw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #suPZ6Jeqksu9TN3cqApACqBmo9z48oLv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBV3T1REuK6AoTpGpL02kEOQTe6gT8y5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yHqqlqnA0b4MMDHto1QcfbJdUe8t2FZO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g { display:block; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEbxo0yW5zBx1w8KxZf4DLZR3UHgJkvw { top:4.875rem;left:26.25rem;width:21.25rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgUJpGRlACzN9BQV0N5wWrR1K8H63pEu { top:29.3125rem;left:31.3125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJifZ0x2BXsqCV6wbmIxcgRVTdg1fQh { width:21.8125rem;height:2.3125rem;top:2.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEQltTMA7cPihy4XuIyK0S36Qrpso6a { width:21rem;height:2.25rem;top:3rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhmMK52RxSKeCXahrfhTls0vlgBikLv { width:20.5625rem;height:4.1875rem;top:13.75rem;left:27.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAPJbmBWhHZi5BENKOtoGf1FDkR4cdi6 { width:39.75rem;height:11.875rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5y57BDnGepTt6Gnk67NyVubq7wqSJTI { width:35.125rem;height:4.375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE { width:41.3125rem;height:7.375rem;top:22.0625rem;left:0rem;font-size:1.0625rem;display:block; }#RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE li:before{  }
 }@media only screen and (max-width: 763px) { #VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { width:24.875rem;height:4.375rem;top:24.25rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block; }
 }@media only screen and (max-width: 763px) { #oK81Hx7dHctkPqh8HOqfTxnrwTJuWoGa { top:5.1875rem;left:33.875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbi1SnyGRgV92wWu3uF2bP11uESsPw2p { width:20.375rem;height:;top:15.4375rem;left:27.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdraTm5Ws7ehEc6UhvLhEkLgzQIsdMkt { width:14.6875rem;height:1.9375rem;top:21.0625rem;left:28.941670417786rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4TufeoVQV5carGFR8nVRCQtW4fkelS { width:24.5625rem;height:3.3125rem;top:16.1875rem;left:23.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWzTcT6y2nChnDPsS7apTr0pMWugLBBP { width:7.1875rem;height:;top:19.125rem;left:40.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4PZdQSvP9QiK3bI4yTIa8ARl6gqMT5 { width:14.6875rem;height:1.375rem;top:30.0625rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA { display:block; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhBUJZ4KIo4KnEtvQSe6V4rFyaDAwJU0 { width:40.5625rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKfduDRJEvukMs3Qdt3NZGXaDA0vBVuq { width:46.9375rem;height:3.375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 { display:block; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoH6oZmrbxX3SlzTKrzQu9kTXdrHOhOJ { width:26.5rem;height:29.9375rem;top:3rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 { display:flex;height:auto;width:27.8125rem;top:9.625rem;left:0rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b5dy2lAtskAO273QoPIN6aKgrzGCrk80 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #svxgaLWyrWcBLKBbeh2bca8JHTrHJMNA {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #I2oLKguuv0nz0i2cC6fCCo8U0oZ2MMZW {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #K0AlfgeMJKVmWClASCPEnXIOVo6Od5Gt {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FE6m7GqhldELND4FZvzKRMZPqi9K2f0x {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BL21mfF0813C1JZ0fhtX3T6OL73zbOM3 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b7J9eLBzcdE6MInyJGthBexwMgmr5KgP {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #rzMXOXIIRDCPxpXDHXXm1mnoX3mdCPX6 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #RChW2OUoQatrmMVATva553zXepnUFZkS {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cATybXfD8fof1R89I3cbOimmWgIi9pwd {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FtLNh6yyLdsa3LTtXF6Tz89oce4otwkV {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #TTOrwsIwCE5p2FFPVznLC0hMtfyPdowT {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #NnyuagTh0bt95txhT8cOiTX2Vl9TpMtE {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #oei33hFfEtqWNTgqkfNZ9zMMGbE7DBDz {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #KpXVm95t89zpBqCUNxuhtqpVAC7v2Ave {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #d6T6r2k0xhbhtNbgESIZn3llqKWCWATB {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BM1hFIqWNozbLJDKQzvtgRs8qwABl0uG {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #HLVZ8A758W5bGg6Gvnqx9zObJoJQBEn4 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #XarLwzV8IPsl7CAX3deub6QTOeobA1ht {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #xkaozQ8aifiRQS6WTMLzGZdT50XToBec {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #MoryX0wVOlI7y4iEBZPuXTXIZTo1d2kv {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #H2SaBxcKUNfWDJnwmmmg9UhEmMJAeCRI {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ROd0tszIKBX5dBeZPIwQQ6hVxRFOdaUf {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #GW9WcHDNysb7WcrDgouoWbmqM9rUqDTX {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #iuaVIDhJOXrX70Q2lUrsCThdw2fzzEwf {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ICEvIE7FfmPzWuPXRU4MRBTUrcHTkD7l {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cNDSThuM3oc5OJmak4034syxhKsSH0ls {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #IKhkf7ztX7AU0vA6J4F47Z0xFraPtoML {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #fUqNL3XaA2lb8T86EkqPhHkT6zN2fzJV {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #JM2xGr6CJ6Zw9QXuOS8fDb5sKiUxBJNC {  }
 }@media only screen and (max-width: 763px) { #rZhrRMZ7CX5v5OBeWV3d4PUQH5kGEFNq { width:40.125rem;height:2rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI { display:block; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R { display:block; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8LTFocPfvEag1Sge7nBkWHqd6EBG7z9 { width:0.4375rem;height:6.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDtDAESLerOcAChSbUKePdgHLwMdcNq { width:28.4375rem;height:3.3125rem;top:0.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTn3B7FT6Jaae8EW1zUnAvE18TTT2zV { width:35.5625rem;height:6.875rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TxGDVE7TLuiqmTuG4CfqPS9QVUmf27 { width:23.4375rem;height:3rem;top:14.125rem;left:9.9572935104369rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzDHwzuF38AAqbArdaMvVCP9BEGKtaFN { display:block; }
 }@media only screen and (max-width: 763px) { #OwbQQa2mCcLeEXvxCfXdpSpKftvJLKB7 { top:5.1875rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZR9gvnLx7uGoVVCVCw2gPxHgySxfEhZ { width:28.4375rem;height:2.75rem;top:1.25rem;left:8.5041685104369rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6WaRNDkP7y7Z1PsQ4cpT7gQIDMmzVd { top:1.5rem;left:35.625rem;width:12.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB2BxPikThR9mnOgkNX5W4GOiAkElvCA { width:24.5rem;height:2.625rem;top:0.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl { display:none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J8IWVxkRZSfaHe7ncihKh4hKQUxBIUnT { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJSEBPVcRN1Bntu4bFP0eGVwcMR0EH8d { display:block; }
 }@media only screen and (max-width: 763px) { #TS1mDrcs1b6Mbw78uZZD4d3zRFqwA729 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRXe9uFFH5eZssM2V0Lb7WQVUuIQVwJy { top:0rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnp0zJJsr2TU2vTWfy9kwNNWJZ7u5W9 { width:2.875rem;height:3.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29gh55sRUBwOouDJvDey7mtGx4A7l2M { display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { width:1.375rem;height:1.375rem;top:3.1875rem;left:0rem;display:block; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #J04eNCLSXZJ43crV87wtf7NF4wBpzONg { width:2.875rem;height:3.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTOz3kAode4gzbTwVyBwKdiAZx76Bf1 { display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:1.375rem;height:1.375rem;top:3.1875rem;left:0rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1f3dbb2-5305-475f-93af-cc5a7fac88f7/Designsemnome5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;z-index:auto;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; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:6rem;top:25.205209732056rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15009;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(6,6,6,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:20rem;height:4.5rem;top:31.880209922791rem;left:0.0625rem;font-size:0.9375rem;line-height:1.2;font-weight:700;font-style:italic;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(18,17,17,0.91);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:16.86666625rem;height:2.55416625rem;top:41.630210876465rem;left:1.5625000596046rem;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #eBohxhtTMLRFqS1R298PgUeqXm8hQInE { width:20rem;height:1.875rem;top:38.875003814698rem;left:0rem;font-size:0.9375rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(16,15,15,0.75);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fudkwgMuzVU7ednKDo51pKZsBZCTmtpO { width:6.375rem;height:6.375rem;top:0.87500005960463rem;left:0.81250005960463rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UGfGzNkLdt0H1gU0KuqFnC5fPauPMH4C { top:3.3125001788139rem;left:1.3750000596046rem;width:18rem;height:21.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t0SfHupDAaKe8oq6MIU6BOr3I6BBSz8h { width:19.1875rem;height:1.16875rem;top:36.938545227051rem;left:0.125rem;font-size:1.0625rem;line-height:1.1;font-weight:700;font-style:italic;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(18,17,17,0.91);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #yRzFV5KzrSPb9ROa34MgL1GzrCa0Unwx { top:0rem;left:10.593750774861rem;width:11.25rem;height:20.8125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L3WzQIHe9VvpfvffgzCyWMXkT2CSpHJF { top:5.9291667938233rem;left:-0.34098812158483rem;width:10.6875rem;height:14rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bFIxouBEfOqTMpLA6ykFstGDEIA0osZN { width:16.6875rem;height:0.825rem;top:46.737503051757rem;left:1.6562500596046rem;font-size:0.75rem;line-height:1.1;font-weight:700;font-style:italic;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(18,17,17,0.91);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #XxygWDn4bV2u8c6Z3WqcWnz3974NNTCF { width:20rem;height:1.2375rem;top:44.921876907349rem;left:0rem;font-size:1.125rem;line-height:1.1;font-weight:700;font-style:italic;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(18,17,17,0.91);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e61dc68-5d42-4813-afa7-c2210db8f357/BlackBrownModernCreativePortfolioPresentation1.crop_778x1080_1142,0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.adaptive-delivery-prevent-bg, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyload, #DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV.lazyloading { background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { background-color: transparent; background-image: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row > .video-iframe-container { display: none; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .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); }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { border-width: 0; border-radius: 0; }#DL5oT9A9Qk7kEVdZvlmm9vpQQLhRv6QV > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noXUyga9qt8pntaLHT170NZ4symwmkss { width:6.5625rem;height:6.5625rem;top:18.0625rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(239,220,206,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(239,220,206,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(239,220,206,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(239,220,206,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdcce4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdcce4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(239,220,206,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w6kpH2ETz5Jc744kvVgKhqDMu6XOeDMc { width:5.0625rem;height:4.6375rem;top:19.0625rem;left:1.75rem;font-size:3.3125rem;color:#8a8034;display:block; }
 }@media only screen and (max-width: 763px) { #dxvac7cVhsZ7CBkdoSqB97ADHCC7GRUG { width:10.5rem;height:1.80625rem;top:25.125rem;left:0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pI7B8WwzWzp3yJO5NESXhhL2UfiqCVW8 { width:10.4375rem;height:10.4125rem;top:27rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #qtNbUaZsuPl6lB3gFmpcEBi0pe5HXC9e { width:6.5625rem;height:6.5625rem;top:24.625rem;left:12.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(229,212,200,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(229,212,200,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(229,212,200,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(229,212,200,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(229,212,200,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZKgXbhBOvEfaIDu6iA5xQrr5KTGFRK4d { width:8.5625rem;height:3.6125rem;top:31.8125rem;left:11.375rem;font-size:1.0625rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CruFAQFVBNTbaRKsZGcH23W01fzUGitG { width:10.5rem;height:8.925rem;top:35.1875rem;left:9.25rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #sphTEV7xsKJmp0kiPrDaq3TuXVskUUD7 { width:6.25rem;height:4.6375rem;top:25.1875rem;left:12.4375rem;font-size:3.3125rem;color:#8a8034;display:block; }
 }@media only screen and (max-width: 763px) { #VNQ2oIihLoaZX7ZiX1d6tApVbMC2Uqef { width:11.6875rem;height:8.925rem;top:48.0625rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #ioT68GGtegHnznrCqmgLrGnsdTTV6qAX { width:12.8125rem;height:7.4375rem;top:58.3125rem;left:6.875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #x6mWgkUb68DVeS0QcOTGS9SuE0Bl31PS { width:6.75rem;height:6.75rem;top:38.72265625rem;left:1.375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(237,222,211,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(237,222,211,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(237,222,211,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(237,222,211,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edded34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edded34c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(237,222,211,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ymiZenSPZ6rZptRHo6FfMl8LBgmXzWuW { width:12rem;height:1.80625rem;top:46.021878242492rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCa2HGn6sg93NAQA6I8eWQhMlJX4sTLN { width:6.5625rem;height:6.5625rem;top:49.25rem;left:13.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(236,213,198,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(236,213,198,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(236,213,198,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(236,213,198,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ecd5c64c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ecd5c64c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(236,213,198,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BSafJx1kcN4kUDN3pyUyxVf9myGMy2no { width:9.375rem;height:1.80625rem;top:56.4375rem;left:10.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K1DswhPpCpRF3Cp1KRH2tfClVIALScAG { width:6.25rem;height:4.6375rem;top:39.3896484375rem;left:1.4375rem;font-size:3.3125rem;color:#8a8034;display:block; }
 }@media only screen and (max-width: 763px) { #ePhmyy7O89c40RpoUePEAhrWhOmrJTsg { width:5.6875rem;height:4.6375rem;top:50.1875rem;left:13.75rem;font-size:3.3125rem;color:#8a8034;display:block; }
 }@media only screen and (max-width: 763px) { #fIsBy1HROcJg4tWVhuEsSFqWuyBJBBGE { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UkfWCr3QdWevuQpuRLHBrv4sRLRFApgE { width:12.5rem;height:0.5rem;top:47.8125rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VXTEVJaT09xOzU3nriFPUUNl1ysX9wc8 { width:12.5rem;height:0.5rem;top:60.8125rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XDXQr8WyhWKg2COSPcK2gIgXHQEf42aq { width:16.875rem;height:5.95rem;top:1.4736328125rem;left:1.5625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gkoDkHJ0863egm3NEL2HQh44OKFv0MU8 { width:19.125rem;height:9.1875rem;top:7.9218769073488rem;left:0.43750005960464rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DIDETGFB2hUvOepK27RR1Vr77cvTpIcL { width:19.125rem;height:5.4rem;top:68.792717933656rem;left:0.43750005960464rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:19.1875rem;height:21rem;top:29.909376144409rem;left:0.40625005960464rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:14.125rem;height:18rem;top:7.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:20rem;height:4.2rem;top:1.054162979126rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:18.625rem;height:17.8125rem;top:6.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefk1P2nUVRqZbIOWvUJd3v9WVgwWizm { width:19.25rem;height:3.375rem;top:52.310412406921rem;left:0.75000005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lTyFzLuQ4UooKcBKwAgexQSwBTFIyU { display:block; }
 }@media only screen and (max-width: 763px) { #Hirs0qLBpmiiXpwTAKzVO9WGDnSWVqGx { width:20rem;height:2.25rem;top:26.287502288818rem;left:0rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9128822-f5fd-483e-a4a6-b6f34cb60a3b/BlackBrownModernCreativePortfolioPresentation3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.adaptive-delivery-prevent-bg, #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.lazyload, #dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7.lazyloading { background-image: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { background-color: transparent; background-image: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container > .video-iframe-container { display: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row > .video-iframe-container { display: none; }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .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); }#dVrmDsKI9Ov45owVMnneXrTOXZTXHwK7 > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd0k0mE6rHaGZMsDsRsvXZZUhHSFCWd8 { width:8.625rem;height:10.6875rem;top:36.750002861023rem;left:5.6875002980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yTbN8hxo2Gk9pSwQUJt39iq5tvZkxsfE { width:20rem;height:3.5rem;top:2.6904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;text-shadow:0.125rem 0rem 0rem rgba(7,1,3,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zEyZfvpJXuqR2AkPvgOZ6hCkScX7WmDi { width:18.75rem;height:30.46875rem;top:8.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(7,6,6,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #l96WEhZE9OfJy3qqzNcPd0uCSfvdxmD2 { width:19.875rem;height:0.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COpBFq9LNKoWOoKJfOlrkCR7TPFNnaMr { width:14.875rem;height:2.6875rem;top:48.312501907349rem;left:2.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #au7pFca3KZvRkJ9GT1ZDkNQDsw9ynDG4 { display:block; }
 }@media only screen and (max-width: 763px) { #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu { background-color:#0b0a0a;background-image:url("https://images.assets-landingi.com/uc/e3e228be-d9c2-41cc-8621-be58fa9efc64/BlackBrownModernCreativePortfolioPresentation1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.adaptive-delivery-prevent-bg, #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.lazyload, #xB3HgBNc524LIZsS9keEQHtKcTe5HkPu.lazyloading { background-image: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { background-color: transparent; background-image: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container > .video-iframe-container { display: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row > .video-iframe-container { display: none; }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .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); }#xB3HgBNc524LIZsS9keEQHtKcTe5HkPu > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykr6VyzLrGnWGzZcUyAUeIh73JJQaIwp { height:10.75rem;width:19.25rem;top:17.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZJbFTNQFCaUbeDz7SAAzbIavGrwT1h { width:17.25rem;height:5.41875rem;top:10.8125rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wno8TDUyADG3pbUttb4sQ1aX5C6zDE5Q { width:20rem;height:6.525rem;top:2.7458391189575rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XRz7BeFZMgv12LTTHevbl9EHbuoCAuJ2 { width:18rem;height:7.96875rem;top:30.562500953674rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ldeRvzw7H33RgHG6cTg7gErOV1Vhdasn { width:14.875rem;height:3.4375rem;top:41.435546875rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqk1lSzUBKEIR6vnXSwTnrrMDf0glhgK { display:block; }
 }@media only screen and (max-width: 763px) { #QFP0DdxdOKt9nRMqS3DkDPhTJglCQfOG { width:7.5rem;height:0.375rem;top:17.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS55oknL8embkFgaHJvLOV942rGNpelr { width:0.375rem;height:6.25rem;top:22.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:12.625rem;height:7.5rem;top:1.122917175293rem;left:0rem;font-size:1.5rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbTqUy9lxeI6wvxyK6ZED6XJRoFgF5hR { width:16.5rem;height:2.8125rem;top:9.6875004768369rem;left:0.50000005960464rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRFgwfN1Gpa2ur6CnJTbvnBlK12699oi { width:19.1875rem;height:4.5625rem;top:19.8466796875rem;left:0.78827370500437rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2X1EXqB3W7eJarfXtlCbad3g3hFyTep { width:16.0625rem;height:8.3125rem;top:5.5908203125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxbAl4TmMO7MEDMcPLWtHultoTyHF7W { width:16.375rem;height:5.875rem;top:24.3466796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwh7ab8mzB0PKxUxVLJ7R3E0bpSsTU69 { width:16.3125rem;height:6.0625rem;top:29.7509765625rem;left:3.6875rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kv1H8m2J3uoe0kT6vTJICydfO8WJxFWD { width:18.3125rem;height:5.9375rem;top:0.7783203125rem;left:1.0345348011364rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TmfqcsdETGfT0ev491t5iKe81aVGn8Ry { width:14.5625rem;height:7.25rem;top:12.775390625rem;left:2.8999482505342rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ACoyUXlRmb2rVv1UKkMVHhmeBzNBI2BT { width:16.25rem;height:7.5rem;top:44.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSzaZFAP2QKJH4I7yy3HcbmQs8rTCd4K { width:15.6875rem;height:5.6875rem;top:45.3125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGf73FhHzcQ3PT7GuAvrDPiFHBecEBWX { width:2.75rem;height:2.75rem;top:50.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgALKqOBg6M3EG5ibTvy7qac4Fi4WX9h { width:6.125rem;height:1.1375rem;top:51.125rem;left:13.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DV73E5uxBmEnGeMUmECzLVLaQxLE7M { width:15.25rem;height:7.9375rem;top:35.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2HeKWQWE9cz0JerneF4d1UylvBHo4L { width:13.3125rem;height:6.125rem;top:36.0625rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wM4qLX2p4g1NpHbpllscWolovCCOtzZU { width:2.8125rem;height:2.8125rem;top:42.185546875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrVMBAug8dDblvaLt6xztgah8JoG5o5 { width:8.1875rem;height:0.975rem;top:52.125rem;left:11.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trar7R8LUgeKMXqEDiP1N9HMSze8d5qd { width:5.875rem;height:1.05625rem;top:42.3125rem;left:9.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK9gt6b7srGutKhlyH0hhLF0FghSGP5p { width:8.75rem;height:0.975rem;top:43.4375rem;left:7.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gETlvTX7EBR0ed4lTkBxH9isc5ILmzhh { width:16rem;height:7.0625rem;top:53.062517166138rem;left:0.78645831346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQCmhn35Tiki4BZyR1or5zTvqo5PtrE { width:14.5rem;height:5.6875rem;top:53.749991416931rem;left:1.7812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gzdtdm6ket6pBglHIu26FTtia5i63n0l { width:2.875rem;height:2.875rem;top:58.318752288818rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiX2eSmAyl0OOaLlva8umwTv13RbkpT6 { width:6.125rem;height:1.1375rem;top:59.054168701172rem;left:11.004167377949rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhVfxlyc7vazZARUbBIHdvC3zvyPUlK { width:7.25rem;height:0.975rem;top:60.375rem;left:9.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Az0p7aWFUK3vhgw9S8w776oZTp4AF81z { width:17.5625rem;height:8.3125rem;top:61.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6wBJrz9LJtZdWoDDebb3VzOQT31P4t { width:16.5rem;height:6.825rem;top:62.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQlO0FKf2SIJvokz4kplZrpe4khpLda { width:4.875rem;height:4.875rem;top:66.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU4yhUpNOXKc1R75tAo9Ce3OkK1KEGyx { width:11.25rem;height:0.975rem;top:70.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWswGMkgH4qA86abLBVuUsTeJm3diiZ3 { width:11.25rem;height:1.05625rem;top:69.6875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33ILpcImC6g1he5vHzfI0ArJUOia0MC { width:18.375rem;height:7.75rem;top:72.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzvx9U3P12dI5WgwJcEJQOcItpAgwMIv { width:4.5625rem;height:4.5625rem;top:77.434400558469rem;left:14.851042568684rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6gOrEvRtiq1kieT7UlsXypyJ8w52Zd { width:16.75rem;height:4.9rem;top:73.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plT6SUdQ7slA2NOZwiXqosr1yVV8ihR9 { width:11.25rem;height:1.05625rem;top:79.1875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34uMmUzT38kBwzza8F3LOyA2DmtdU9A { width:11.25rem;height:0.975rem;top:80.1875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 { display:block; }#wKPswDsH9qT8FKCnFaJqeM6GBTqEA8k5 > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbbfs15T8zfXWTOZWei9dOGL6x63ikii { width:18.5rem;height:17.875rem;top:33.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCJ8myzALkkWS8yboD1KkceNUtSCsLMs { width:16.6875rem;height:14.3375rem;top:15.25rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#CCJ8myzALkkWS8yboD1KkceNUtSCsLMs li:before{  }
 }@media only screen and (max-width: 763px) { #iZcXghDTCl9FOd9kzOEpwya803f1vU0e { width:18.5625rem;height:19.5rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqem0q3mwSX5NWDwLExafMM3vDupaKI { width:20rem;height:5.0625rem;top:53.58984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuUUbvkLN713IL67TIl8naxkI1zGbo1 { width:18.3125rem;height:1.65rem;top:12.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lxmtefvX46LSmx0VEPTQzPyahIxHddHZ { width:17.5rem;height:1.65rem;top:34.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ugk28BsCSNsfvDEpaeiLEl3s0H5Flukp { width:17.5625rem;height:5.85rem;top:3.5rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 { width:16.9375rem;height:13.375rem;top:36.6875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#ODPMwNnFkZZJcTuR2d6HqTUAP7Q6E598 li:before{  }
 }@media only screen and (max-width: 763px) { #R2Wb4RKTP3kK2BJkdXKdwGnvXukTuDi2 { display:flex;width:2.0625rem;height:2.0625rem;top:15.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QlpFROl9Cskrpi1Saozfr7ds1MblUI7o { display:flex;width:2.0625rem;height:2.0625rem;top:19.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mX6AtIbe4JUNPtMXFTGDayHuysaq3Tdv { display:flex;width:2.0625rem;height:2.0625rem;top:22.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SuxSsxntuEV67nVAysgSiWyrivWL7ZpK { display:flex;width:2.0625rem;height:2.0625rem;top:25.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xCP11aaBww5MKwtvGTWUkZmcWrC3Pp18 { display:flex;width:2.0625rem;height:2.0625rem;top:28.54296875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Brp8TTFxFbCVsTDr9bVl45ouf6mlPA7T { display:flex;width:2rem;height:2rem;top:36.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RBz49hCqwi4qBMhpHCP5l7MOeWPTMsK6 { display:flex;width:2rem;height:2rem;top:39.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cIDLzOyzpqWvB9hciOTe0TS6v3dVygJt { display:flex;width:2rem;height:2rem;top:42.37109375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #glecOtuDKXZtlmd2gdelb4eo2WpbM40f { display:flex;width:2rem;height:2rem;top:45.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oTMND8RpHNPL5u0aZ161eWe4uu5IRN8u { display:flex;width:2rem;height:2rem;top:48.1181640625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA { display:block; }#ar1ASW4DZn6cSN4EEBEh41vqg6E7mDQA > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ampRRbUcZNWArkUneuptL1Ap0DRyZH { width:6.25rem;height:8.875rem;top:10.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8rSHRtWkEgJ5tJgK6Ta5OsAahB5xc9A { width:18rem;height:5.3625rem;top:3.3114585876465rem;left:1.0000000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dFAEbl38IqcZqfahJdik1HFWvuQcskMd { width:18rem;height:38.675rem;top:33.545824050903rem;left:1.0000000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yIsHQsbqF2RMDp0peapr3aTQ34P18bPT { width:6rem;height:8.5625rem;top:20.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6IRVTtag3OJcPVDQlwbRrMg35dsvCMy { width:6rem;height:8.875rem;top:20rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVcTgQ7gwioqs3rmhzFmrbmq94p7ZQnP { width:5.875rem;height:8.75rem;top:12.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1z6bqPFNf9dt3neMTqp8EpNZ9OdUcS { width:5.9375rem;height:8.5rem;top:10.8125rem;left:11.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #b46qNiT7PkSlQcUzOpoEOyBLBi89qVke { width:5.8125rem;height:8.375rem;top:22.9375rem;left:6.6001994949844rem;display:block; }
 }@media only screen and (max-width: 763px) { #elK0gWDAnEK72QnG6LQoJeqiV019ntUt { width:18.9375rem;height:7.8rem;top:75.349609375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #AtJELcshkP0MzRPJCTd3RN04oIl5t04Q { width:20rem;height:4.74375rem;top:86.398962020875rem;left:0rem;font-size:1.4375rem;color:#ffffff;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRToB3KJizKSPpzUG2CDZGEpEJcauH9l { width:20rem;height:4.5375rem;top:92.211462020875rem;left:0rem;font-size:1.375rem;color:#ffffff;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0chwxCDyx4hLValRmSPLIsViqnwaMvC { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { background-color: transparent; background-image: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container > .video-iframe-container { display: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row > .video-iframe-container { display: none; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .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); }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { border-width: 0; border-radius: 0; }#T0chwxCDyx4hLValRmSPLIsViqnwaMvC > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWlZNifrbRnyzRBz3qUJ7S4XTWDGB0W3 { width:15.875rem;height:2.55rem;top:3.11328125rem;left:0.25rem;font-size:1.5rem;color:#f8ac78;display:block; }
 }@media only screen and (max-width: 763px) { #uOOhB7io6n7UsMk8bTctCW8QDXRwzm8i { width:17.5rem;height:6.6rem;top:6.3125rem;left:0.375rem;font-size:2rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rAiWcOqpp8dQG4frTJZldK3S4zTTBinC { width:0.5rem;height:11.25rem;top:0rem;left:19.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VcDP5GvKK1SyByiKRMlmkPoHSVaCovlm { width:0.5rem;height:11.25rem;top:0rem;left:14.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zdmTTExiMcMGFTUogBqU4Sph37b6WgvE { width:0.5rem;height:11.25rem;top:0rem;left:17.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LpKxyodpSPtyLecJPuc7kmW0PcLeTlwc { width:0.5rem;height:11.25rem;top:0rem;left:12.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MvpD42rhdWopKdiGNxVKoKHoLAqq51ak { width:20rem;height:9.75rem;top:15.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fArdEVNImKOEym7B4PkKofyX4oTTF0hs { width:16.25rem;height:4.4625rem;top:19.687500953674rem;left:1.6250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #MuN62FXWSzfPALCbiSqTVIC47JKsgF4p { width:16.25rem;height:2.125rem;top:17.5rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CfyOpkRA883JwDERziTuE6WuAAHGCMTD { width:20rem;height:10.5rem;top:26.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rOnW3zsproXkhq1KHHc0i9tKTiwhz41K { width:18.4375rem;height:4.4625rem;top:31.4375rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #wPXuknmXBOkcpPaeB7yhoZtJrUfB9Jom { width:14.0625rem;height:2.25rem;top:28.625rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D5xG94CveDgaSRa92RMeNdTvtTf6EWmX { width:20rem;height:9.875rem;top:38.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(139deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #naIy7WzC6AeO6MEV87X2itBDhzk7ps68 { width:16.25rem;height:4.4625rem;top:42.9375rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #syaOHkTXqUV2Tkra5UT89JJ7TMywvgeJ { width:17.875rem;height:2.25rem;top:40rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzbROkqE3ziTZEspQZQ5Vth0ykxCVgpU { display:flex;width:2.6875rem;height:2.6875rem;top:36.375rem;left:8.65625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #wSWUR6k4W0a8AkenXFCpHaUifddzTxJT { width:20rem;height:11.1875rem;top:48.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ys9CUkSxg0AWJUX3dT5lUnvEElWxGUPx { width:20rem;height:10.9375rem;top:60.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v0i0CMZVtqmR6wPEaA1Jqs2XQMNlqpps { width:20rem;height:8.4375rem;top:72.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(262deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RxcmxIrU8XqHTFoS50BTyEqmXQ93KxOu { display:flex;width:2.75rem;height:2.75rem;top:25.625rem;left:8.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #naflBGSrsZFz26DQ0TVevzyIwJNv9DAR { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:8.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #fvcVTGIsrlTkfRgtzBJ758aDGsfdMwyi { width:17.4375rem;height:3.375rem;top:61.9375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ABKuKmQPrKm2x7iENgTiikF7Xb310fnk { width:18.0625rem;height:4.4625rem;top:65.8125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #ZLaickFWofMc5CFHAHa4mGJsNX4zNyeF { display:flex;width:2.5625rem;height:2.5625rem;top:59rem;left:8.71875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #MSJCksqZ94XGTAVhJFMAgaBRs6QKE3ad { width:17.5rem;height:2.25rem;top:50.3125rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAefwe9TBwl1BPZc5QHQfRwhGDxdGDE1 { display:flex;width:2.6875rem;height:2.6875rem;top:47.375rem;left:8.25rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #RLid6SuRn71iCtCwtd5JwbkdUd54i9Ix { width:19rem;height:5.95rem;top:53.05078125rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Lxr0XWmONySnk5TQb7Mv8tZZv2GxwrO0 { width:18.8125rem;height:2.1375rem;top:73.375rem;left:0.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yfSyhSIP5l6nXUdnPH5TxbDbupnvGysk { width:19rem;height:4.4625rem;top:75.875rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Hc6MGOHhgdu0qdt27qdm3ohuaDsI1qTo { display:flex;width:2.625rem;height:2.625rem;top:71.0625rem;left:8.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #m3REfis440FP5rCoAsTHsOut07mu4rb5 { width:7.875rem;height:1.80625rem;top:24.004167675972rem;left:12.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HuTZoanUC6xLA8Gr3RLD5H2lkgbJH8fv { width:7.625rem;height:1.80625rem;top:35.900002479553rem;left:12.375000774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lK06KbFlxwWimcUvCAqrRWd6WPo7y8yl { width:7.625rem;height:1.80625rem;top:46.379169464111rem;left:12.375000774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nHTTJyoLGRLGhIvmfB4aLCyAyMsiZDTw { width:7.8125rem;height:1.80625rem;top:58.385402679443rem;left:12.187500774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #suPZ6Jeqksu9TN3cqApACqBmo9z48oLv { width:7.6875rem;height:1.80625rem;top:70.135417938231rem;left:12.312500774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBV3T1REuK6AoTpGpL02kEOQTe6gT8y5 { width:7.9375rem;height:1.80625rem;top:79.385438919069rem;left:12.062500774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yHqqlqnA0b4MMDHto1QcfbJdUe8t2FZO { width:20rem;height:4.25rem;top:82.8125038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g { display:block; }#VBMIBsnAAmCgMOCEskqvUqskuSMfcT5g > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEbxo0yW5zBx1w8KxZf4DLZR3UHgJkvw { width:17.375rem;height:22.9375rem;top:40.625rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WgUJpGRlACzN9BQV0N5wWrR1K8H63pEu { width:15.625rem;height:0.125rem;top:64.137496948244rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJifZ0x2BXsqCV6wbmIxcgRVTdg1fQh { width:17.5rem;height:2.3125rem;top:38.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEQltTMA7cPihy4XuIyK0S36Qrpso6a { width:15.3125rem;height:1.6875rem;top:38.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lvhmMK52RxSKeCXahrfhTls0vlgBikLv { width:14.5625rem;height:4.55rem;top:48.9375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uAPJbmBWhHZi5BENKOtoGf1FDkR4cdi6 { width:18.8125rem;height:16rem;top:9.0573339462281rem;left:0.59375005960464rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5y57BDnGepTt6Gnk67NyVubq7wqSJTI { width:20rem;height:4.5rem;top:2.9990234375rem;left:0rem;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE { width:18.5rem;height:12.625rem;top:24.553105711937rem;left:0.75000005960463rem;font-size:0.9375rem;display:block; }#RSI8PKxWKmlU51ch7aRKJdP9FdPRpzIE li:before{  }
 }@media only screen and (max-width: 763px) { #VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { width:15.4375rem;height:3.375rem;top:58.0625rem;left:2.3125rem;font-size:0.75rem;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block; }
 }@media only screen and (max-width: 763px) { #oK81Hx7dHctkPqh8HOqfTxnrwTJuWoGa { width:7.5rem;height:7.5rem;top:41.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbi1SnyGRgV92wWu3uF2bP11uESsPw2p { width:14rem;height:1.7875rem;top:51rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VdraTm5Ws7ehEc6UhvLhEkLgzQIsdMkt { width:14.6875rem;height:1.625rem;top:55.6875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NO4TufeoVQV5carGFR8nVRCQtW4fkelS { width:15.375rem;height:3.09375rem;top:51rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lWzTcT6y2nChnDPsS7apTr0pMWugLBBP { width:7.1875rem;height:1.625rem;top:54.0625rem;left:12.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4PZdQSvP9QiK3bI4yTIa8ARl6gqMT5 { width:14.6875rem;height:1.1375rem;top:62.0625rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA { display:block; }#HmRCOGNpzqIfSbwCJrd1psagGO1eEHiA > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhBUJZ4KIo4KnEtvQSe6V4rFyaDAwJU0 { width:12.5rem;height:5.2rem;top:2.7080078125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #nKfduDRJEvukMs3Qdt3NZGXaDA0vBVuq { width:16.9375rem;height:5.25rem;top:8.625rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.adaptive-delivery-prevent-bg, #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.lazyload, #zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7.lazyloading { background-image: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { background-color: transparent; background-image: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container > .video-iframe-container { display: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row > .video-iframe-container { display: none; }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .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); }#zaoDWysIS118D1P7eWMXe7ciwxn2ZvE7 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoH6oZmrbxX3SlzTKrzQu9kTXdrHOhOJ { width:11.1875rem;height:12.8125rem;top:0.80416625rem;left:8.7008164020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-heading-text { font-size:0.875rem;height:auto; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 { display:flex;height:auto;width:17.5rem;top:9.796875rem;left:0.625rem; }
#ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b5dy2lAtskAO273QoPIN6aKgrzGCrk80 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #svxgaLWyrWcBLKBbeh2bca8JHTrHJMNA {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #I2oLKguuv0nz0i2cC6fCCo8U0oZ2MMZW {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #K0AlfgeMJKVmWClASCPEnXIOVo6Od5Gt {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FE6m7GqhldELND4FZvzKRMZPqi9K2f0x {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BL21mfF0813C1JZ0fhtX3T6OL73zbOM3 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #b7J9eLBzcdE6MInyJGthBexwMgmr5KgP {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #rzMXOXIIRDCPxpXDHXXm1mnoX3mdCPX6 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #RChW2OUoQatrmMVATva553zXepnUFZkS {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cATybXfD8fof1R89I3cbOimmWgIi9pwd {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #FtLNh6yyLdsa3LTtXF6Tz89oce4otwkV {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #TTOrwsIwCE5p2FFPVznLC0hMtfyPdowT {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #NnyuagTh0bt95txhT8cOiTX2Vl9TpMtE {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #oei33hFfEtqWNTgqkfNZ9zMMGbE7DBDz {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #KpXVm95t89zpBqCUNxuhtqpVAC7v2Ave {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #d6T6r2k0xhbhtNbgESIZn3llqKWCWATB {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #BM1hFIqWNozbLJDKQzvtgRs8qwABl0uG {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #HLVZ8A758W5bGg6Gvnqx9zObJoJQBEn4 {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #XarLwzV8IPsl7CAX3deub6QTOeobA1ht {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #xkaozQ8aifiRQS6WTMLzGZdT50XToBec {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #MoryX0wVOlI7y4iEBZPuXTXIZTo1d2kv {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #H2SaBxcKUNfWDJnwmmmg9UhEmMJAeCRI {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ROd0tszIKBX5dBeZPIwQQ6hVxRFOdaUf {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #GW9WcHDNysb7WcrDgouoWbmqM9rUqDTX {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #iuaVIDhJOXrX70Q2lUrsCThdw2fzzEwf {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #ICEvIE7FfmPzWuPXRU4MRBTUrcHTkD7l {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #cNDSThuM3oc5OJmak4034syxhKsSH0ls {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #IKhkf7ztX7AU0vA6J4F47Z0xFraPtoML {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #fUqNL3XaA2lb8T86EkqPhHkT6zN2fzJV {  }
 }@media only screen and (max-width: 763px) { #ZvJsbSDtMXMUJPo5MIm1guyzvw7rl3x8 #JM2xGr6CJ6Zw9QXuOS8fDb5sKiUxBJNC {  }
 }@media only screen and (max-width: 763px) { #rZhrRMZ7CX5v5OBeWV3d4PUQH5kGEFNq { width:12.5rem;height:4.05rem;top:1.365234375rem;left:0.625rem;font-size:1.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI { display:block; }#RWNZwS3TGl7HM4GHWHz7ee0ebvD7XUMI > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(89,107,80,0.7), #36412f);background-image: -moz-linear-gradient(top, rgba(89,107,80,0.7), #36412f);background-image: -ms-linear-gradient(top, rgba(89,107,80,0.7), #36412f);background-image: -o-linear-gradient(top, rgba(89,107,80,0.7), #36412f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#596b50b2', endColorstr='#36412f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#596b50b2', endColorstr='#36412f' );";background-image: linear-gradient(to bottom, rgba(89,107,80,0.7), #36412f);background-size:auto !important;display:block; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { background-color: transparent; background-image: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container > .video-iframe-container { display: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row > .video-iframe-container { display: none; }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .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); }#eU8iD5FFT4om5Rl8nJ7QWIhqgzc6I45R > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8LTFocPfvEag1Sge7nBkWHqd6EBG7z9 { width:0.3125rem;height:4.6875rem;top:2.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDtDAESLerOcAChSbUKePdgHLwMdcNq { width:13.625rem;height:1.70625rem;top:2.125rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTn3B7FT6Jaae8EW1zUnAvE18TTT2zV { width:11.25rem;height:10.2375rem;top:8.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TxGDVE7TLuiqmTuG4CfqPS9QVUmf27 { width:14.4375rem;height:2.625rem;top:20.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzDHwzuF38AAqbArdaMvVCP9BEGKtaFN { display:block; }
 }@media only screen and (max-width: 763px) { #OwbQQa2mCcLeEXvxCfXdpSpKftvJLKB7 { width:6.4375rem;height:6.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZR9gvnLx7uGoVVCVCw2gPxHgySxfEhZ { width:13.0625rem;height:1.625rem;top:3.6875rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6WaRNDkP7y7Z1PsQ4cpT7gQIDMmzVd { width:9.8125rem;height:12.5625rem;top:7.6875rem;left:12rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iB2BxPikThR9mnOgkNX5W4GOiAkElvCA { width:20rem;height:2.275rem;top:2.0742416381836E-5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl { background-color:rgba(48,79,17,0.23);background-image:none;display:block; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { background-color: transparent; background-image: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container > .video-iframe-container { display: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row > .video-iframe-container { display: none; }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .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); }#f1C9oU4a9mmCgrqTyXGOfR304Mbh7sBl > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8IWVxkRZSfaHe7ncihKh4hKQUxBIUnT { width:9.375rem;height:2.75rem;top:9.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJSEBPVcRN1Bntu4bFP0eGVwcMR0EH8d { display:block; }
 }@media only screen and (max-width: 763px) { #TS1mDrcs1b6Mbw78uZZD4d3zRFqwA729 { width:20rem;height:3.4rem;top:11.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRXe9uFFH5eZssM2V0Lb7WQVUuIQVwJy { width:6rem;height:6rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnp0zJJsr2TU2vTWfy9kwNNWJZ7u5W9 { width:2.875rem;height:3.0625rem;top:6rem;left:10.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #m29gh55sRUBwOouDJvDey7mtGx4A7l2M { display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { display:flex;width:1.375rem;height:1.375rem;top:6.9375rem;left:11.4375rem; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #J04eNCLSXZJ43crV87wtf7NF4wBpzONg { width:2.875rem;height:3.0625rem;top:6rem;left:6.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nqTOz3kAode4gzbTwVyBwKdiAZx76Bf1 { display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.375rem;height:1.375rem;top:6.9375rem;left:7.25rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }